/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */


  @-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

  
  #landing .breadcrumb,
    #landing .button,
    #landing .delete,
    #landing .file,
    #landing .is-unselectable,
    #landing .modal-close,
    #landing .pagination-ellipsis,
    #landing .pagination-link,
    #landing .pagination-next,
    #landing .pagination-previous,
    #landing .tabs {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  
  #landing .navbar-link:not(.is-arrowless)::after,
    #landing .select:not(.is-multiple):not(.is-loading)::after {
      border: 3px solid transparent;
      border-radius: 2px;
      border-right: 0;
      border-top: 0;
      content: " ";
      display: block;
      height: .625em;
      margin-top: -.4375em;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: center;
      transform-origin: center;
      width: .625em;
  }
  
  #landing .block:not(:last-child),
    #landing .box:not(:last-child),
    #landing .breadcrumb:not(:last-child),
    #landing .content:not(:last-child),
    #landing .highlight:not(:last-child),
    #landing .level:not(:last-child),
    #landing .list:not(:last-child),
    #landing .message:not(:last-child),
    #landing .notification:not(:last-child),
    #landing .progress:not(:last-child),
    #landing .subtitle:not(:last-child),
    #landing .table-container:not(:last-child),
    #landing .table:not(:last-child),
    #landing .tabs:not(:last-child),
    #landing .title:not(:last-child) {
      margin-bottom: 1.5rem;
  }
  
  #landing .delete,
    #landing .modal-close {
      -moz-appearance: none;
      -webkit-appearance: none;
      background-color: rgba(10, 10, 10, 0.2);
      border: none;
      border-radius: 290486px;
      cursor: pointer;
      pointer-events: auto;
      display: inline-block;
      flex-grow: 0;
      flex-shrink: 0;
      font-size: 0;
      height: 20px;
      max-height: 20px;
      max-width: 20px;
      min-height: 20px;
      min-width: 20px;
      outline: 0;
      position: relative;
      vertical-align: top;
      width: 20px;
  }
  
  #landing .delete::after,
    #landing .delete::before,
    #landing .modal-close::after,
    #landing .modal-close::before {
      background-color: #fff;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform-origin: center center;
      transform-origin: center center;
  }
  
  #landing .delete::before,
    #landing .modal-close::before {
      height: 2px;
      width: 50%;
  }
  
  #landing .delete::after,
    #landing .modal-close::after {
      height: 50%;
      width: 2px;
  }
  
  #landing .delete:focus,
    #landing .delete:hover,
    #landing .modal-close:focus,
    #landing .modal-close:hover {
      background-color: rgba(10, 10, 10, 0.3);
  }
  
  #landing .delete:active,
    #landing .modal-close:active {
      background-color: rgba(10, 10, 10, 0.4);
  }
  
  #landing .is-small.delete,
    #landing .is-small.modal-close {
      height: 16px;
      max-height: 16px;
      max-width: 16px;
      min-height: 16px;
      min-width: 16px;
      width: 16px;
  }
  
  #landing .is-medium.delete,
    #landing .is-medium.modal-close {
      height: 24px;
      max-height: 24px;
      max-width: 24px;
      min-height: 24px;
      min-width: 24px;
      width: 24px;
  }
  
  #landing .is-large.delete,
    #landing .is-large.modal-close {
      height: 32px;
      max-height: 32px;
      max-width: 32px;
      min-height: 32px;
      min-width: 32px;
      width: 32px;
  }
  
  #landing .button.is-loading::after,
    #landing .control.is-loading::after,
    #landing .loader,
    #landing .select.is-loading::after {
      -webkit-animation: spinAround .5s infinite linear;
      animation: spinAround .5s 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;
  }
  
  #landing .hero-video,
    #landing .image.is-16by9 .has-ratio,
    #landing .image.is-16by9 img,
    #landing .image.is-1by1 .has-ratio,
    #landing .image.is-1by1 img,
    #landing .image.is-1by2 .has-ratio,
    #landing .image.is-1by2 img,
    #landing .image.is-1by3 .has-ratio,
    #landing .image.is-1by3 img,
    #landing .image.is-2by1 .has-ratio,
    #landing .image.is-2by1 img,
    #landing .image.is-2by3 .has-ratio,
    #landing .image.is-2by3 img,
    #landing .image.is-3by1 .has-ratio,
    #landing .image.is-3by1 img,
    #landing .image.is-3by2 .has-ratio,
    #landing .image.is-3by2 img,
    #landing .image.is-3by4 .has-ratio,
    #landing .image.is-3by4 img,
    #landing .image.is-3by5 .has-ratio,
    #landing .image.is-3by5 img,
    #landing .image.is-4by3 .has-ratio,
    #landing .image.is-4by3 img,
    #landing .image.is-4by5 .has-ratio,
    #landing .image.is-4by5 img,
    #landing .image.is-5by3 .has-ratio,
    #landing .image.is-5by3 img,
    #landing .image.is-5by4 .has-ratio,
    #landing .image.is-5by4 img,
    #landing .image.is-9by16 .has-ratio,
    #landing .image.is-9by16 img,
    #landing .image.is-square .has-ratio,
    #landing .image.is-square img,
    #landing .is-overlay,
    #landing .modal,
    #landing .modal-background {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
  }
  
  #landing .button,
    #landing .file-cta,
    #landing .file-name,
    #landing .input,
    #landing .pagination-ellipsis,
    #landing .pagination-link,
    #landing .pagination-next,
    #landing .pagination-previous,
    #landing .select select,
    #landing .textarea {
      -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(.375em - 1px);
      padding-left: calc(.625em - 1px);
      padding-right: calc(.625em - 1px);
      padding-top: calc(.375em - 1px);
      position: relative;
      vertical-align: top;
  }
  
  #landing .button:active,
    #landing .button:focus,
    #landing .file-cta:active,
    #landing .file-cta:focus,
    #landing .file-name:active,
    #landing .file-name:focus,
    #landing .input:active,
    #landing .input:focus,
    #landing .is-active.button,
    #landing .is-active.file-cta,
    #landing .is-active.file-name,
    #landing .is-active.input,
    #landing .is-active.pagination-ellipsis,
    #landing .is-active.pagination-link,
    #landing .is-active.pagination-next,
    #landing .is-active.pagination-previous,
    #landing .is-active.textarea,
    #landing .is-focused.button,
    #landing .is-focused.file-cta,
    #landing .is-focused.file-name,
    #landing .is-focused.input,
    #landing .is-focused.pagination-ellipsis,
    #landing .is-focused.pagination-link,
    #landing .is-focused.pagination-next,
    #landing .is-focused.pagination-previous,
    #landing .is-focused.textarea,
    #landing .pagination-ellipsis:active,
    #landing .pagination-ellipsis:focus,
    #landing .pagination-link:active,
    #landing .pagination-link:focus,
    #landing .pagination-next:active,
    #landing .pagination-next:focus,
    #landing .pagination-previous:active,
    #landing .pagination-previous:focus,
    #landing .select select.is-active,
    #landing .select select.is-focused,
    #landing .select select:active,
    #landing .select select:focus,
    #landing .textarea:active,
    #landing .textarea:focus {
      outline: 0;
  }
  
  #landing .button[disabled],
    #landing .file-cta[disabled],
    #landing .file-name[disabled],
    #landing .input[disabled],
    #landing .pagination-ellipsis[disabled],
    #landing .pagination-link[disabled],
    #landing .pagination-next[disabled],
    #landing .pagination-previous[disabled],
    #landing .select fieldset[disabled] select,
    #landing .select select[disabled],
    #landing .textarea[disabled],
    #landing fieldset[disabled] .button,
    #landing fieldset[disabled] .file-cta,
    #landing fieldset[disabled] .file-name,
    #landing fieldset[disabled] .input,
    #landing fieldset[disabled] .pagination-ellipsis,
    #landing fieldset[disabled] .pagination-link,
    #landing fieldset[disabled] .pagination-next,
    #landing fieldset[disabled] .pagination-previous,
    #landing fieldset[disabled] .select select,
    #landing fieldset[disabled] .textarea {
      cursor: not-allowed;
  }
  
  #landing blockquote,
    #landing body,
    #landing dd,
    #landing dl,
    #landing dt,
    #landing fieldset,
    #landing figure,
    #landing h1,
    #landing h2,
    #landing h3,
    #landing h4,
    #landing h5,
    #landing h6,
    #landing hr,
    #landing html,
    #landing iframe,
    #landing legend,
    #landing li,
    #landing ol,
    #landing p,
    #landing pre,
    #landing textarea,
    #landing ul {
      margin: 0;
      padding: 0;
  }
  
  #landing h1,
    #landing h2,
    #landing h3,
    #landing h4,
    #landing h5,
    #landing h6 {
      font-size: 100%;
      font-weight: 400;
  }
  
  #landing ul {
      list-style: none;
  }
  
  #landing button,
    #landing input,
    #landing select,
    #landing textarea {
      margin: 0;
  }
  
  #landing html {
      box-sizing: border-box;
  }
  
  #landing *,
    #landing ::after,
    #landing ::before {
      box-sizing: inherit;
  }
  
  #landing embed,
    #landing iframe,
    #landing img,
    #landing object,
    #landing video {
      height: auto;
      max-width: 100%;
  }
  
  #landing audio {
      max-width: 100%;
  }
  
  #landing iframe {
      border: 0;
  }
  
  #landing table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  
  #landing td,
    #landing th {
      padding: 0;
  }
  
  #landing td:not([align]),
    #landing th:not([align]) {
      text-align: left;
  }
  
  #landing html {
      background-color: #fff;
      font-size: 16px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      min-width: 300px;
      overflow-x: hidden;
      overflow-y: scroll;
      text-rendering: optimizeLegibility;
      -webkit-text-size-adjust: 100%;
      -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  }
  
  #landing article,
    #landing aside,
    #landing figure,
    #landing footer,
    #landing header,
    #landing hgroup,
    #landing section {
      display: block;
  }
  
  #landing body,
    #landing button,
    #landing input,
    #landing select,
    #landing textarea {
      font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  #landing code,
    #landing pre {
      -moz-osx-font-smoothing: auto;
      -webkit-font-smoothing: auto;
      font-family: monospace;
  }
  
  #landing body {
      color: #4a4a4a;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.5;
  }
  
  #landing a {
      color: #3273dc;
      cursor: pointer;
      text-decoration: none;
  }
  
  #landing a strong {
      color: currentColor;
  }
  
  #landing a:hover {
      color: #363636;
  }
  
  #landing code {
      background-color: #f5f5f5;
      color: #ff3860;
      font-size: .875em;
      font-weight: 400;
      padding: .25em .5em .25em;
  }
  
  #landing hr {
      background-color: #f5f5f5;
      border: none;
      display: block;
      height: 2px;
      margin: 1.5rem 0;
  }
  
  #landing img {
      height: auto;
      max-width: 100%;
  }
  
  #landing input[type=checkbox],
    #landing input[type=radio] {
      vertical-align: baseline;
  }
  
  #landing small {
      font-size: .875em;
  }
  
  #landing span {
      font-style: inherit;
      font-weight: inherit;
  }
  
  #landing strong {
      color: #363636;
      font-weight: 700;
  }
  
  #landing fieldset {
      border: none;
  }
  
  #landing pre {
      -webkit-overflow-scrolling: touch;
      background-color: #f5f5f5;
      color: #4a4a4a;
      font-size: .875em;
      overflow-x: auto;
      padding: 1.25rem 1.5rem;
      white-space: pre;
      word-wrap: normal;
  }
  
  #landing pre code {
      background-color: transparent;
      color: currentColor;
      font-size: 1em;
      padding: 0;
  }
  
  #landing table td,
    #landing table th {
      vertical-align: top;
  }
  
  #landing table td:not([align]),
    #landing table th:not([align]) {
      text-align: left;
  }
  
  #landing table th {
      color: #363636;
  }
  
  #landing .is-clearfix::after {
      clear: both;
      content: " ";
      display: table;
  }
  
  #landing .is-pulled-left {
      float: left !important;
  }
  
  #landing .is-pulled-right {
      float: right !important;
  }
  
  #landing .is-clipped {
      overflow: hidden !important;
  }
  
  #landing .is-size-1 {
      font-size: 3rem !important;
  }
  
  #landing .is-size-2 {
      font-size: 2.5rem !important;
  }
  
  #landing .is-size-3 {
      font-size: 2rem !important;
  }
  
  #landing .is-size-4 {
      font-size: 1.5rem !important;
  }
  
  #landing .is-size-5 {
      font-size: 1.25rem !important;
  }
  
  #landing .is-size-6 {
      font-size: 1rem !important;
  }
  
  #landing .is-size-7 {
      font-size: 0.75rem !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .is-size-1-mobile {
          font-size: 3rem !important;
      }
  
      #landing .is-size-2-mobile {
          font-size: 2.5rem !important;
      }
  
      #landing .is-size-3-mobile {
          font-size: 2rem !important;
      }
  
      #landing .is-size-4-mobile {
          font-size: 1.5rem !important;
      }
  
      #landing .is-size-5-mobile {
          font-size: 1.25rem !important;
      }
  
      #landing .is-size-6-mobile {
          font-size: 1rem !important;
      }
  
      #landing .is-size-7-mobile {
          font-size: 0.75rem !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .is-size-1-tablet {
          font-size: 3rem !important;
      }
  
      #landing .is-size-2-tablet {
          font-size: 2.5rem !important;
      }
  
      #landing .is-size-3-tablet {
          font-size: 2rem !important;
      }
  
      #landing .is-size-4-tablet {
          font-size: 1.5rem !important;
      }
  
      #landing .is-size-5-tablet {
          font-size: 1.25rem !important;
      }
  
      #landing .is-size-6-tablet {
          font-size: 1rem !important;
      }
  
      #landing .is-size-7-tablet {
          font-size: 0.75rem !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .is-size-1-touch {
          font-size: 3rem !important;
      }
  
      #landing .is-size-2-touch {
          font-size: 2.5rem !important;
      }
  
      #landing .is-size-3-touch {
          font-size: 2rem !important;
      }
  
      #landing .is-size-4-touch {
          font-size: 1.5rem !important;
      }
  
      #landing .is-size-5-touch {
          font-size: 1.25rem !important;
      }
  
      #landing .is-size-6-touch {
          font-size: 1rem !important;
      }
  
      #landing .is-size-7-touch {
          font-size: 0.75rem !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .is-size-1-desktop {
          font-size: 3rem !important;
      }
  
      #landing .is-size-2-desktop {
          font-size: 2.5rem !important;
      }
  
      #landing .is-size-3-desktop {
          font-size: 2rem !important;
      }
  
      #landing .is-size-4-desktop {
          font-size: 1.5rem !important;
      }
  
      #landing .is-size-5-desktop {
          font-size: 1.25rem !important;
      }
  
      #landing .is-size-6-desktop {
          font-size: 1rem !important;
      }
  
      #landing .is-size-7-desktop {
          font-size: 0.75rem !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .is-size-1-widescreen {
          font-size: 3rem !important;
      }
  
      #landing .is-size-2-widescreen {
          font-size: 2.5rem !important;
      }
  
      #landing .is-size-3-widescreen {
          font-size: 2rem !important;
      }
  
      #landing .is-size-4-widescreen {
          font-size: 1.5rem !important;
      }
  
      #landing .is-size-5-widescreen {
          font-size: 1.25rem !important;
      }
  
      #landing .is-size-6-widescreen {
          font-size: 1rem !important;
      }
  
      #landing .is-size-7-widescreen {
          font-size: 0.75rem !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .is-size-1-fullhd {
          font-size: 3rem !important;
      }
  
      #landing .is-size-2-fullhd {
          font-size: 2.5rem !important;
      }
  
      #landing .is-size-3-fullhd {
          font-size: 2rem !important;
      }
  
      #landing .is-size-4-fullhd {
          font-size: 1.5rem !important;
      }
  
      #landing .is-size-5-fullhd {
          font-size: 1.25rem !important;
      }
  
      #landing .is-size-6-fullhd {
          font-size: 1rem !important;
      }
  
      #landing .is-size-7-fullhd {
          font-size: 0.75rem !important;
      }
  }
  
  #landing .has-text-centered {
      text-align: center !important;
  }
  
  #landing .has-text-justified {
      text-align: justify !important;
  }
  
  #landing .has-text-left {
      text-align: left !important;
  }
  
  #landing .has-text-right {
      text-align: right !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .has-text-centered-mobile {
          text-align: center !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .has-text-centered-tablet {
          text-align: center !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .has-text-centered-tablet-only {
          text-align: center !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .has-text-centered-touch {
          text-align: center !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .has-text-centered-desktop {
          text-align: center !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .has-text-centered-desktop-only {
          text-align: center !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .has-text-centered-widescreen {
          text-align: center !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .has-text-centered-widescreen-only {
          text-align: center !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .has-text-centered-fullhd {
          text-align: center !important;
      }
  }
  
  @media screen and (max-width: 768px) {
      #landing .has-text-justified-mobile {
          text-align: justify !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .has-text-justified-tablet {
          text-align: justify !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .has-text-justified-tablet-only {
          text-align: justify !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .has-text-justified-touch {
          text-align: justify !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .has-text-justified-desktop {
          text-align: justify !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .has-text-justified-desktop-only {
          text-align: justify !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .has-text-justified-widescreen {
          text-align: justify !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .has-text-justified-widescreen-only {
          text-align: justify !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .has-text-justified-fullhd {
          text-align: justify !important;
      }
  }
  
  @media screen and (max-width: 768px) {
      #landing .has-text-left-mobile {
          text-align: left !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .has-text-left-tablet {
          text-align: left !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .has-text-left-tablet-only {
          text-align: left !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .has-text-left-touch {
          text-align: left !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .has-text-left-desktop {
          text-align: left !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .has-text-left-desktop-only {
          text-align: left !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .has-text-left-widescreen {
          text-align: left !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .has-text-left-widescreen-only {
          text-align: left !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .has-text-left-fullhd {
          text-align: left !important;
      }
  }
  
  @media screen and (max-width: 768px) {
      #landing .has-text-right-mobile {
          text-align: right !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .has-text-right-tablet {
          text-align: right !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .has-text-right-tablet-only {
          text-align: right !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .has-text-right-touch {
          text-align: right !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .has-text-right-desktop {
          text-align: right !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .has-text-right-desktop-only {
          text-align: right !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .has-text-right-widescreen {
          text-align: right !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .has-text-right-widescreen-only {
          text-align: right !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .has-text-right-fullhd {
          text-align: right !important;
      }
  }
  
  #landing .is-capitalized {
      text-transform: capitalize !important;
  }
  
  #landing .is-lowercase {
      text-transform: lowercase !important;
  }
  
  #landing .is-uppercase {
      text-transform: uppercase !important;
  }
  
  #landing .is-italic {
      font-style: italic !important;
  }
  
  #landing .has-text-white {
      color: #fff !important;
  }
  
  #landing a.has-text-white:focus,
    #landing a.has-text-white:hover {
      color: #e6e6e6 !important;
  }
  
  #landing .has-background-white {
      background-color: #fff !important;
  }
  
  #landing .has-text-black {
      color: #0a0a0a !important;
  }
  
  #landing a.has-text-black:focus,
    #landing a.has-text-black:hover {
      color: #000 !important;
  }
  
  #landing .has-background-black {
      background-color: #0a0a0a !important;
  }
  
  #landing .has-text-light {
      color: #f5f5f5 !important;
  }
  
  #landing a.has-text-light:focus,
    #landing a.has-text-light:hover {
      color: #dbdbdb !important;
  }
  
  #landing .has-background-light {
      background-color: #f5f5f5 !important;
  }
  
  #landing .has-text-dark {
      color: #363636 !important;
  }
  
  #landing a.has-text-dark:focus,
    #landing a.has-text-dark:hover {
      color: #1c1c1c !important;
  }
  
  #landing .has-background-dark {
      background-color: #363636 !important;
  }
  
  #landing .has-text-primary {
      color: #00d1b2 !important;
  }
  
  #landing a.has-text-primary:focus,
    #landing a.has-text-primary:hover {
      color: #009e86 !important;
  }
  
  #landing .has-background-primary {
      background-color: #00d1b2 !important;
  }
  
  #landing .has-text-link {
      color: #3273dc !important;
  }
  
  #landing a.has-text-link:focus,
    #landing a.has-text-link:hover {
      color: #205bbc !important;
  }
  
  #landing .has-background-link {
      background-color: #3273dc !important;
  }
  
  #landing .has-text-info {
      color: #209cee !important;
  }
  
  #landing a.has-text-info:focus,
    #landing a.has-text-info:hover {
      color: #0f81cc !important;
  }
  
  #landing .has-background-info {
      background-color: #209cee !important;
  }
  
  #landing .has-text-success {
      color: #23d160 !important;
  }
  
  #landing a.has-text-success:focus,
    #landing a.has-text-success:hover {
      color: #1ca64c !important;
  }
  
  #landing .has-background-success {
      background-color: #23d160 !important;
  }
  
  #landing .has-text-warning {
      color: #ffdd57 !important;
  }
  
  #landing a.has-text-warning:focus,
    #landing a.has-text-warning:hover {
      color: #ffd324 !important;
  }
  
  #landing .has-background-warning {
      background-color: #ffdd57 !important;
  }
  
  #landing .has-text-danger {
      color: #ff3860 !important;
  }
  
  #landing a.has-text-danger:focus,
    #landing a.has-text-danger:hover {
      color: #ff0537 !important;
  }
  
  #landing .has-background-danger {
      background-color: #ff3860 !important;
  }
  
  #landing .has-text-black-bis {
      color: #121212 !important;
  }
  
  #landing .has-background-black-bis {
      background-color: #121212 !important;
  }
  
  #landing .has-text-black-ter {
      color: #242424 !important;
  }
  
  #landing .has-background-black-ter {
      background-color: #242424 !important;
  }
  
  #landing .has-text-grey-darker {
      color: #363636 !important;
  }
  
  #landing .has-background-grey-darker {
      background-color: #363636 !important;
  }
  
  #landing .has-text-grey-dark {
      color: #4a4a4a !important;
  }
  
  #landing .has-background-grey-dark {
      background-color: #4a4a4a !important;
  }
  
  #landing .has-text-grey {
      color: #7a7a7a !important;
  }
  
  #landing .has-background-grey {
      background-color: #7a7a7a !important;
  }
  
  #landing .has-text-grey-light {
      color: #b5b5b5 !important;
  }
  
  #landing .has-background-grey-light {
      background-color: #b5b5b5 !important;
  }
  
  #landing .has-text-grey-lighter {
      color: #dbdbdb !important;
  }
  
  #landing .has-background-grey-lighter {
      background-color: #dbdbdb !important;
  }
  
  #landing .has-text-white-ter {
      color: #f5f5f5 !important;
  }
  
  #landing .has-background-white-ter {
      background-color: #f5f5f5 !important;
  }
  
  #landing .has-text-white-bis {
      color: #fafafa !important;
  }
  
  #landing .has-background-white-bis {
      background-color: #fafafa !important;
  }
  
  #landing .has-text-weight-light {
      font-weight: 300 !important;
  }
  
  #landing .has-text-weight-normal {
      font-weight: 400 !important;
  }
  
  #landing .has-text-weight-medium {
      font-weight: 500 !important;
  }
  
  #landing .has-text-weight-semibold {
      font-weight: 600 !important;
  }
  
  #landing .has-text-weight-bold {
      font-weight: 700 !important;
  }
  
  #landing .is-family-primary {
      font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  
  #landing .is-family-secondary {
      font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  
  #landing .is-family-sans-serif {
      font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  
  #landing .is-family-monospace {
      font-family: monospace !important;
  }
  
  #landing .is-family-code {
      font-family: monospace !important;
  }
  
  #landing .is-block {
      display: block !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .is-block-mobile {
          display: block !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .is-block-tablet {
          display: block !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .is-block-tablet-only {
          display: block !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .is-block-touch {
          display: block !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .is-block-desktop {
          display: block !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .is-block-desktop-only {
          display: block !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .is-block-widescreen {
          display: block !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .is-block-widescreen-only {
          display: block !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .is-block-fullhd {
          display: block !important;
      }
  }
  
  #landing .is-flex {
      display: flex !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .is-flex-mobile {
          display: flex !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .is-flex-tablet {
          display: flex !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .is-flex-tablet-only {
          display: flex !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .is-flex-touch {
          display: flex !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .is-flex-desktop {
          display: flex !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .is-flex-desktop-only {
          display: flex !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .is-flex-widescreen {
          display: flex !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .is-flex-widescreen-only {
          display: flex !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .is-flex-fullhd {
          display: flex !important;
      }
  }
  
  #landing .is-inline {
      display: inline !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .is-inline-mobile {
          display: inline !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .is-inline-tablet {
          display: inline !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .is-inline-tablet-only {
          display: inline !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .is-inline-touch {
          display: inline !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .is-inline-desktop {
          display: inline !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .is-inline-desktop-only {
          display: inline !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .is-inline-widescreen {
          display: inline !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .is-inline-widescreen-only {
          display: inline !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .is-inline-fullhd {
          display: inline !important;
      }
  }
  
  #landing .is-inline-block {
      display: inline-block !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .is-inline-block-mobile {
          display: inline-block !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .is-inline-block-tablet {
          display: inline-block !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .is-inline-block-tablet-only {
          display: inline-block !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .is-inline-block-touch {
          display: inline-block !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .is-inline-block-desktop {
          display: inline-block !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .is-inline-block-desktop-only {
          display: inline-block !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .is-inline-block-widescreen {
          display: inline-block !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .is-inline-block-widescreen-only {
          display: inline-block !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .is-inline-block-fullhd {
          display: inline-block !important;
      }
  }
  
  #landing .is-inline-flex {
      display: inline-flex !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .is-inline-flex-mobile {
          display: inline-flex !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .is-inline-flex-tablet {
          display: inline-flex !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .is-inline-flex-tablet-only {
          display: inline-flex !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .is-inline-flex-touch {
          display: inline-flex !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .is-inline-flex-desktop {
          display: inline-flex !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .is-inline-flex-desktop-only {
          display: inline-flex !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .is-inline-flex-widescreen {
          display: inline-flex !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .is-inline-flex-widescreen-only {
          display: inline-flex !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .is-inline-flex-fullhd {
          display: inline-flex !important;
      }
  }
  
  #landing .is-hidden {
      display: none !important;
  }
  
  #landing .is-sr-only {
      border: none !important;
      clip: rect(0, 0, 0, 0) !important;
      height: 0.01em !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      white-space: nowrap !important;
      width: 0.01em !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .is-hidden-mobile {
          display: none !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .is-hidden-tablet {
          display: none !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .is-hidden-tablet-only {
          display: none !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .is-hidden-touch {
          display: none !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .is-hidden-desktop {
          display: none !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .is-hidden-desktop-only {
          display: none !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .is-hidden-widescreen {
          display: none !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .is-hidden-widescreen-only {
          display: none !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .is-hidden-fullhd {
          display: none !important;
      }
  }
  
  #landing .is-invisible {
      visibility: hidden !important;
  }
  
  @media screen and (max-width: 768px) {
      #landing .is-invisible-mobile {
          visibility: hidden !important;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .is-invisible-tablet {
          visibility: hidden !important;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .is-invisible-tablet-only {
          visibility: hidden !important;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .is-invisible-touch {
          visibility: hidden !important;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .is-invisible-desktop {
          visibility: hidden !important;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .is-invisible-desktop-only {
          visibility: hidden !important;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .is-invisible-widescreen {
          visibility: hidden !important;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .is-invisible-widescreen-only {
          visibility: hidden !important;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .is-invisible-fullhd {
          visibility: hidden !important;
      }
  }
  
  #landing .is-marginless {
      margin: 0 !important;
  }
  
  #landing .is-paddingless {
      padding: 0 !important;
  }
  
  #landing .is-radiusless {
      border-radius: 0 !important;
  }
  
  #landing .is-shadowless {
      box-shadow: none !important;
  }
  
  #landing .is-relative {
      position: relative !important;
  }
  
  #landing .box {
      background-color: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      color: #4a4a4a;
      display: block;
      padding: 1.25rem;
  }
  
  #landing a.box:focus,
    #landing a.box:hover {
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
  }
  
  #landing a.box:active {
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
  }
  
  #landing .button {
      background-color: #fff;
      border-color: #dbdbdb;
      border-width: 1px;
      color: #363636;
      cursor: pointer;
      justify-content: center;
      padding-bottom: calc(.375em - 1px);
      padding-left: .75em;
      padding-right: .75em;
      padding-top: calc(.375em - 1px);
      text-align: center;
      white-space: nowrap;
  }
  
  #landing .button strong {
      color: inherit;
  }
  
  #landing .button .icon,
    #landing .button .icon.is-large,
    #landing .button .icon.is-medium,
    #landing .button .icon.is-small {
      height: 1.5em;
      width: 1.5em;
  }
  
  #landing .button .icon:first-child:not(:last-child) {
      margin-left: calc(-.375em - 1px);
      margin-right: .1875em;
  }
  
  #landing .button .icon:last-child:not(:first-child) {
      margin-left: .1875em;
      margin-right: calc(-.375em - 1px);
  }
  
  #landing .button .icon:first-child:last-child {
      margin-left: calc(-.375em - 1px);
      margin-right: calc(-.375em - 1px);
  }
  
  #landing .button.is-hovered,
    #landing .button:hover {
      border-color: #b5b5b5;
      color: #363636;
  }
  
  #landing .button.is-focused,
    #landing .button:focus {
      border-color: #3273dc;
      color: #363636;
  }
  
  #landing .button.is-focused:not(:active),
    #landing .button:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  #landing .button.is-active,
    #landing .button:active {
      border-color: #4a4a4a;
      color: #363636;
  }
  
  #landing .button.is-text {
      background-color: transparent;
      border-color: transparent;
      color: #4a4a4a;
      text-decoration: underline;
  }
  
  #landing .button.is-text.is-focused,
    #landing .button.is-text.is-hovered,
    #landing .button.is-text:focus,
    #landing .button.is-text:hover {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .button.is-text.is-active,
    #landing .button.is-text:active {
      background-color: #e8e8e8;
      color: #363636;
  }
  
  #landing .button.is-text[disabled],
    #landing fieldset[disabled] .button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-white {
      background-color: #fff;
      border-color: transparent;
      color: #0a0a0a;
  }
  
  #landing .button.is-white.is-hovered,
    #landing .button.is-white:hover {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a;
  }
  
  #landing .button.is-white.is-focused,
    #landing .button.is-white:focus {
      border-color: transparent;
      color: #0a0a0a;
  }
  
  #landing .button.is-white.is-focused:not(:active),
    #landing .button.is-white:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  
  #landing .button.is-white.is-active,
    #landing .button.is-white:active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a;
  }
  
  #landing .button.is-white[disabled],
    #landing fieldset[disabled] .button.is-white {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .button.is-white.is-inverted.is-hovered,
    #landing .button.is-white.is-inverted:hover {
      background-color: #000;
  }
  
  #landing .button.is-white.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-white.is-inverted {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none;
      color: #fff;
  }
  
  #landing .button.is-white.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important;
  }
  
  #landing .button.is-white.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }
  
  #landing .button.is-white.is-outlined.is-focused,
    #landing .button.is-white.is-outlined.is-hovered,
    #landing .button.is-white.is-outlined:focus,
    #landing .button.is-white.is-outlined:hover {
      background-color: #fff;
      border-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .button.is-white.is-outlined.is-loading::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-white.is-outlined.is-loading.is-focused::after,
    #landing .button.is-white.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-white.is-outlined.is-loading:focus::after,
    #landing .button.is-white.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important;
  }
  
  #landing .button.is-white.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-white.is-outlined {
      background-color: transparent;
      border-color: #fff;
      box-shadow: none;
      color: #fff;
  }
  
  #landing .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a;
  }
  
  #landing .button.is-white.is-inverted.is-outlined.is-focused,
    #landing .button.is-white.is-inverted.is-outlined.is-hovered,
    #landing .button.is-white.is-inverted.is-outlined:focus,
    #landing .button.is-white.is-inverted.is-outlined:hover {
      background-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-white.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-white.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-white.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      box-shadow: none;
      color: #0a0a0a;
  }
  
  #landing .button.is-black {
      background-color: #0a0a0a;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-black.is-hovered,
    #landing .button.is-black:hover {
      background-color: #040404;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-black.is-focused,
    #landing .button.is-black:focus {
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-black.is-focused:not(:active),
    #landing .button.is-black:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
  }
  
  #landing .button.is-black.is-active,
    #landing .button.is-black:active {
      background-color: #000;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-black[disabled],
    #landing fieldset[disabled] .button.is-black {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-black.is-inverted {
      background-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .button.is-black.is-inverted.is-hovered,
    #landing .button.is-black.is-inverted:hover {
      background-color: #f2f2f2;
  }
  
  #landing .button.is-black.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-black.is-inverted {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none;
      color: #0a0a0a;
  }
  
  #landing .button.is-black.is-loading::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a;
  }
  
  #landing .button.is-black.is-outlined.is-focused,
    #landing .button.is-black.is-outlined.is-hovered,
    #landing .button.is-black.is-outlined:focus,
    #landing .button.is-black.is-outlined:hover {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .button.is-black.is-outlined.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important;
  }
  
  #landing .button.is-black.is-outlined.is-loading.is-focused::after,
    #landing .button.is-black.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-black.is-outlined.is-loading:focus::after,
    #landing .button.is-black.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-black.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      box-shadow: none;
      color: #0a0a0a;
  }
  
  #landing .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }
  
  #landing .button.is-black.is-inverted.is-outlined.is-focused,
    #landing .button.is-black.is-inverted.is-outlined.is-hovered,
    #landing .button.is-black.is-inverted.is-outlined:focus,
    #landing .button.is-black.is-inverted.is-outlined:hover {
      background-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-black.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-black.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important;
  }
  
  #landing .button.is-black.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      box-shadow: none;
      color: #fff;
  }
  
  #landing .button.is-light {
      background-color: #f5f5f5;
      border-color: transparent;
      color: #363636;
  }
  
  #landing .button.is-light.is-hovered,
    #landing .button.is-light:hover {
      background-color: #eee;
      border-color: transparent;
      color: #363636;
  }
  
  #landing .button.is-light.is-focused,
    #landing .button.is-light:focus {
      border-color: transparent;
      color: #363636;
  }
  
  #landing .button.is-light.is-focused:not(:active),
    #landing .button.is-light:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  
  #landing .button.is-light.is-active,
    #landing .button.is-light:active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: #363636;
  }
  
  #landing .button.is-light[disabled],
    #landing fieldset[disabled] .button.is-light {
      background-color: #f5f5f5;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-light.is-inverted {
      background-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .button.is-light.is-inverted.is-hovered,
    #landing .button.is-light.is-inverted:hover {
      background-color: #292929;
  }
  
  #landing .button.is-light.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-light.is-inverted {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none;
      color: #f5f5f5;
  }
  
  #landing .button.is-light.is-loading::after {
      border-color: transparent transparent #363636 #363636 !important;
  }
  
  #landing .button.is-light.is-outlined {
      background-color: transparent;
      border-color: #f5f5f5;
      color: #f5f5f5;
  }
  
  #landing .button.is-light.is-outlined.is-focused,
    #landing .button.is-light.is-outlined.is-hovered,
    #landing .button.is-light.is-outlined:focus,
    #landing .button.is-light.is-outlined:hover {
      background-color: #f5f5f5;
      border-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .button.is-light.is-outlined.is-loading::after {
      border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
  }
  
  #landing .button.is-light.is-outlined.is-loading.is-focused::after,
    #landing .button.is-light.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-light.is-outlined.is-loading:focus::after,
    #landing .button.is-light.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #363636 #363636 !important;
  }
  
  #landing .button.is-light.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-light.is-outlined {
      background-color: transparent;
      border-color: #f5f5f5;
      box-shadow: none;
      color: #f5f5f5;
  }
  
  #landing .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636;
  }
  
  #landing .button.is-light.is-inverted.is-outlined.is-focused,
    #landing .button.is-light.is-inverted.is-outlined.is-hovered,
    #landing .button.is-light.is-inverted.is-outlined:focus,
    #landing .button.is-light.is-inverted.is-outlined:hover {
      background-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-light.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-light.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
  }
  
  #landing .button.is-light.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #363636;
      box-shadow: none;
      color: #363636;
  }
  
  #landing .button.is-dark {
      background-color: #363636;
      border-color: transparent;
      color: #f5f5f5;
  }
  
  #landing .button.is-dark.is-hovered,
    #landing .button.is-dark:hover {
      background-color: #2f2f2f;
      border-color: transparent;
      color: #f5f5f5;
  }
  
  #landing .button.is-dark.is-focused,
    #landing .button.is-dark:focus {
      border-color: transparent;
      color: #f5f5f5;
  }
  
  #landing .button.is-dark.is-focused:not(:active),
    #landing .button.is-dark:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  
  #landing .button.is-dark.is-active,
    #landing .button.is-dark:active {
      background-color: #292929;
      border-color: transparent;
      color: #f5f5f5;
  }
  
  #landing .button.is-dark[disabled],
    #landing fieldset[disabled] .button.is-dark {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-dark.is-inverted {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .button.is-dark.is-inverted.is-hovered,
    #landing .button.is-dark.is-inverted:hover {
      background-color: #e8e8e8;
  }
  
  #landing .button.is-dark.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-dark.is-inverted {
      background-color: #f5f5f5;
      border-color: transparent;
      box-shadow: none;
      color: #363636;
  }
  
  #landing .button.is-dark.is-loading::after {
      border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
  }
  
  #landing .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636;
  }
  
  #landing .button.is-dark.is-outlined.is-focused,
    #landing .button.is-dark.is-outlined.is-hovered,
    #landing .button.is-dark.is-outlined:focus,
    #landing .button.is-dark.is-outlined:hover {
      background-color: #363636;
      border-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .button.is-dark.is-outlined.is-loading::after {
      border-color: transparent transparent #363636 #363636 !important;
  }
  
  #landing .button.is-dark.is-outlined.is-loading.is-focused::after,
    #landing .button.is-dark.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-dark.is-outlined.is-loading:focus::after,
    #landing .button.is-dark.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
  }
  
  #landing .button.is-dark.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      box-shadow: none;
      color: #363636;
  }
  
  #landing .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #f5f5f5;
      color: #f5f5f5;
  }
  
  #landing .button.is-dark.is-inverted.is-outlined.is-focused,
    #landing .button.is-dark.is-inverted.is-outlined.is-hovered,
    #landing .button.is-dark.is-inverted.is-outlined:focus,
    #landing .button.is-dark.is-inverted.is-outlined:hover {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-dark.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #363636 #363636 !important;
  }
  
  #landing .button.is-dark.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #f5f5f5;
      box-shadow: none;
      color: #f5f5f5;
  }
  
  #landing .button.is-primary {
      background-color: #00d1b2;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-primary.is-hovered,
    #landing .button.is-primary:hover {
      background-color: #00c4a7;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-primary.is-focused,
    #landing .button.is-primary:focus {
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-primary.is-focused:not(:active),
    #landing .button.is-primary:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
  }
  
  #landing .button.is-primary.is-active,
    #landing .button.is-primary:active {
      background-color: #00b89c;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-primary[disabled],
    #landing fieldset[disabled] .button.is-primary {
      background-color: #00d1b2;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-primary.is-inverted {
      background-color: #fff;
      color: #00d1b2;
  }
  
  #landing .button.is-primary.is-inverted.is-hovered,
    #landing .button.is-primary.is-inverted:hover {
      background-color: #f2f2f2;
  }
  
  #landing .button.is-primary.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-primary.is-inverted {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none;
      color: #00d1b2;
  }
  
  #landing .button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #00d1b2;
      color: #00d1b2;
  }
  
  #landing .button.is-primary.is-outlined.is-focused,
    #landing .button.is-primary.is-outlined.is-hovered,
    #landing .button.is-primary.is-outlined:focus,
    #landing .button.is-primary.is-outlined:hover {
      background-color: #00d1b2;
      border-color: #00d1b2;
      color: #fff;
  }
  
  #landing .button.is-primary.is-outlined.is-loading::after {
      border-color: transparent transparent #00d1b2 #00d1b2 !important;
  }
  
  #landing .button.is-primary.is-outlined.is-loading.is-focused::after,
    #landing .button.is-primary.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-primary.is-outlined.is-loading:focus::after,
    #landing .button.is-primary.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-primary.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #00d1b2;
      box-shadow: none;
      color: #00d1b2;
  }
  
  #landing .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }
  
  #landing .button.is-primary.is-inverted.is-outlined.is-focused,
    #landing .button.is-primary.is-inverted.is-outlined.is-hovered,
    #landing .button.is-primary.is-inverted.is-outlined:focus,
    #landing .button.is-primary.is-inverted.is-outlined:hover {
      background-color: #fff;
      color: #00d1b2;
  }
  
  #landing .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-primary.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #00d1b2 #00d1b2 !important;
  }
  
  #landing .button.is-primary.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      box-shadow: none;
      color: #fff;
  }
  
  #landing .button.is-link {
      background-color: #3273dc;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-link.is-hovered,
    #landing .button.is-link:hover {
      background-color: #276cda;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-link.is-focused,
    #landing .button.is-link:focus {
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-link.is-focused:not(:active),
    #landing .button.is-link:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  #landing .button.is-link.is-active,
    #landing .button.is-link:active {
      background-color: #2366d1;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-link[disabled],
    #landing fieldset[disabled] .button.is-link {
      background-color: #3273dc;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-link.is-inverted {
      background-color: #fff;
      color: #3273dc;
  }
  
  #landing .button.is-link.is-inverted.is-hovered,
    #landing .button.is-link.is-inverted:hover {
      background-color: #f2f2f2;
  }
  
  #landing .button.is-link.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-link.is-inverted {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none;
      color: #3273dc;
  }
  
  #landing .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #3273dc;
      color: #3273dc;
  }
  
  #landing .button.is-link.is-outlined.is-focused,
    #landing .button.is-link.is-outlined.is-hovered,
    #landing .button.is-link.is-outlined:focus,
    #landing .button.is-link.is-outlined:hover {
      background-color: #3273dc;
      border-color: #3273dc;
      color: #fff;
  }
  
  #landing .button.is-link.is-outlined.is-loading::after {
      border-color: transparent transparent #3273dc #3273dc !important;
  }
  
  #landing .button.is-link.is-outlined.is-loading.is-focused::after,
    #landing .button.is-link.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-link.is-outlined.is-loading:focus::after,
    #landing .button.is-link.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-link.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #3273dc;
      box-shadow: none;
      color: #3273dc;
  }
  
  #landing .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }
  
  #landing .button.is-link.is-inverted.is-outlined.is-focused,
    #landing .button.is-link.is-inverted.is-outlined.is-hovered,
    #landing .button.is-link.is-inverted.is-outlined:focus,
    #landing .button.is-link.is-inverted.is-outlined:hover {
      background-color: #fff;
      color: #3273dc;
  }
  
  #landing .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-link.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-link.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #3273dc #3273dc !important;
  }
  
  #landing .button.is-link.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      box-shadow: none;
      color: #fff;
  }
  
  #landing .button.is-info {
      background-color: #209cee;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-info.is-hovered,
    #landing .button.is-info:hover {
      background-color: #1496ed;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-info.is-focused,
    #landing .button.is-info:focus {
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-info.is-focused:not(:active),
    #landing .button.is-info:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
  }
  
  #landing .button.is-info.is-active,
    #landing .button.is-info:active {
      background-color: #118fe4;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-info[disabled],
    #landing fieldset[disabled] .button.is-info {
      background-color: #209cee;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-info.is-inverted {
      background-color: #fff;
      color: #209cee;
  }
  
  #landing .button.is-info.is-inverted.is-hovered,
    #landing .button.is-info.is-inverted:hover {
      background-color: #f2f2f2;
  }
  
  #landing .button.is-info.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-info.is-inverted {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none;
      color: #209cee;
  }
  
  #landing .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #209cee;
      color: #209cee;
  }
  
  #landing .button.is-info.is-outlined.is-focused,
    #landing .button.is-info.is-outlined.is-hovered,
    #landing .button.is-info.is-outlined:focus,
    #landing .button.is-info.is-outlined:hover {
      background-color: #209cee;
      border-color: #209cee;
      color: #fff;
  }
  
  #landing .button.is-info.is-outlined.is-loading::after {
      border-color: transparent transparent #209cee #209cee !important;
  }
  
  #landing .button.is-info.is-outlined.is-loading.is-focused::after,
    #landing .button.is-info.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-info.is-outlined.is-loading:focus::after,
    #landing .button.is-info.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-info.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #209cee;
      box-shadow: none;
      color: #209cee;
  }
  
  #landing .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }
  
  #landing .button.is-info.is-inverted.is-outlined.is-focused,
    #landing .button.is-info.is-inverted.is-outlined.is-hovered,
    #landing .button.is-info.is-inverted.is-outlined:focus,
    #landing .button.is-info.is-inverted.is-outlined:hover {
      background-color: #fff;
      color: #209cee;
  }
  
  #landing .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-info.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-info.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #209cee #209cee !important;
  }
  
  #landing .button.is-info.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      box-shadow: none;
      color: #fff;
  }
  
  #landing .button.is-success {
      background-color: #23d160;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-success.is-hovered,
    #landing .button.is-success:hover {
      background-color: #22c65b;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-success.is-focused,
    #landing .button.is-success:focus {
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-success.is-focused:not(:active),
    #landing .button.is-success:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
  }
  
  #landing .button.is-success.is-active,
    #landing .button.is-success:active {
      background-color: #20bc56;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-success[disabled],
    #landing fieldset[disabled] .button.is-success {
      background-color: #23d160;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-success.is-inverted {
      background-color: #fff;
      color: #23d160;
  }
  
  #landing .button.is-success.is-inverted.is-hovered,
    #landing .button.is-success.is-inverted:hover {
      background-color: #f2f2f2;
  }
  
  #landing .button.is-success.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-success.is-inverted {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none;
      color: #23d160;
  }
  
  #landing .button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #23d160;
      color: #23d160;
  }
  
  #landing .button.is-success.is-outlined.is-focused,
    #landing .button.is-success.is-outlined.is-hovered,
    #landing .button.is-success.is-outlined:focus,
    #landing .button.is-success.is-outlined:hover {
      background-color: #23d160;
      border-color: #23d160;
      color: #fff;
  }
  
  #landing .button.is-success.is-outlined.is-loading::after {
      border-color: transparent transparent #23d160 #23d160 !important;
  }
  
  #landing .button.is-success.is-outlined.is-loading.is-focused::after,
    #landing .button.is-success.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-success.is-outlined.is-loading:focus::after,
    #landing .button.is-success.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-success.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #23d160;
      box-shadow: none;
      color: #23d160;
  }
  
  #landing .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }
  
  #landing .button.is-success.is-inverted.is-outlined.is-focused,
    #landing .button.is-success.is-inverted.is-outlined.is-hovered,
    #landing .button.is-success.is-inverted.is-outlined:focus,
    #landing .button.is-success.is-inverted.is-outlined:hover {
      background-color: #fff;
      color: #23d160;
  }
  
  #landing .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-success.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-success.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #23d160 #23d160 !important;
  }
  
  #landing .button.is-success.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      box-shadow: none;
      color: #fff;
  }
  
  #landing .button.is-warning {
      background-color: #ffdd57;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .button.is-warning.is-hovered,
    #landing .button.is-warning:hover {
      background-color: #ffdb4a;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .button.is-warning.is-focused,
    #landing .button.is-warning:focus {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .button.is-warning.is-focused:not(:active),
    #landing .button.is-warning:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  }
  
  #landing .button.is-warning.is-active,
    #landing .button.is-warning:active {
      background-color: #ffd83d;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .button.is-warning[disabled],
    #landing fieldset[disabled] .button.is-warning {
      background-color: #ffdd57;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57;
  }
  
  #landing .button.is-warning.is-inverted.is-hovered,
    #landing .button.is-warning.is-inverted:hover {
      background-color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .button.is-warning.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      border-color: transparent;
      box-shadow: none;
      color: #ffdd57;
  }
  
  #landing .button.is-warning.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
  }
  
  #landing .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffdd57;
      color: #ffdd57;
  }
  
  #landing .button.is-warning.is-outlined.is-focused,
    #landing .button.is-warning.is-outlined.is-hovered,
    #landing .button.is-warning.is-outlined:focus,
    #landing .button.is-warning.is-outlined:hover {
      background-color: #ffdd57;
      border-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .button.is-warning.is-outlined.is-loading::after {
      border-color: transparent transparent #ffdd57 #ffdd57 !important;
  }
  
  #landing .button.is-warning.is-outlined.is-loading.is-focused::after,
    #landing .button.is-warning.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-warning.is-outlined.is-loading:focus::after,
    #landing .button.is-warning.is-outlined.is-loading:hover::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
  }
  
  #landing .button.is-warning.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #ffdd57;
      box-shadow: none;
      color: #ffdd57;
  }
  
  #landing .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .button.is-warning.is-inverted.is-outlined.is-focused,
    #landing .button.is-warning.is-inverted.is-outlined.is-hovered,
    #landing .button.is-warning.is-inverted.is-outlined:focus,
    #landing .button.is-warning.is-inverted.is-outlined:hover {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57;
  }
  
  #landing .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-warning.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #ffdd57 #ffdd57 !important;
  }
  
  #landing .button.is-warning.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      box-shadow: none;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .button.is-danger {
      background-color: #ff3860;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-danger.is-hovered,
    #landing .button.is-danger:hover {
      background-color: #ff2b56;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-danger.is-focused,
    #landing .button.is-danger:focus {
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-danger.is-focused:not(:active),
    #landing .button.is-danger:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
  }
  
  #landing .button.is-danger.is-active,
    #landing .button.is-danger:active {
      background-color: #ff1f4b;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .button.is-danger[disabled],
    #landing fieldset[disabled] .button.is-danger {
      background-color: #ff3860;
      border-color: transparent;
      box-shadow: none;
  }
  
  #landing .button.is-danger.is-inverted {
      background-color: #fff;
      color: #ff3860;
  }
  
  #landing .button.is-danger.is-inverted.is-hovered,
    #landing .button.is-danger.is-inverted:hover {
      background-color: #f2f2f2;
  }
  
  #landing .button.is-danger.is-inverted[disabled],
    #landing fieldset[disabled] .button.is-danger.is-inverted {
      background-color: #fff;
      border-color: transparent;
      box-shadow: none;
      color: #ff3860;
  }
  
  #landing .button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #ff3860;
      color: #ff3860;
  }
  
  #landing .button.is-danger.is-outlined.is-focused,
    #landing .button.is-danger.is-outlined.is-hovered,
    #landing .button.is-danger.is-outlined:focus,
    #landing .button.is-danger.is-outlined:hover {
      background-color: #ff3860;
      border-color: #ff3860;
      color: #fff;
  }
  
  #landing .button.is-danger.is-outlined.is-loading::after {
      border-color: transparent transparent #ff3860 #ff3860 !important;
  }
  
  #landing .button.is-danger.is-outlined.is-loading.is-focused::after,
    #landing .button.is-danger.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-danger.is-outlined.is-loading:focus::after,
    #landing .button.is-danger.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #fff #fff !important;
  }
  
  #landing .button.is-danger.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #ff3860;
      box-shadow: none;
      color: #ff3860;
  }
  
  #landing .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }
  
  #landing .button.is-danger.is-inverted.is-outlined.is-focused,
    #landing .button.is-danger.is-inverted.is-outlined.is-hovered,
    #landing .button.is-danger.is-inverted.is-outlined:focus,
    #landing .button.is-danger.is-inverted.is-outlined:hover {
      background-color: #fff;
      color: #ff3860;
  }
  
  #landing .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after,
    #landing .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
    #landing .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
    #landing .button.is-danger.is-inverted.is-outlined.is-loading:hover::after {
      border-color: transparent transparent #ff3860 #ff3860 !important;
  }
  
  #landing .button.is-danger.is-inverted.is-outlined[disabled],
    #landing fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      box-shadow: none;
      color: #fff;
  }
  
  #landing .button.is-small {
      border-radius: 2px;
      font-size: .75rem;
  }
  
  #landing .button.is-normal {
      font-size: 1rem;
  }
  
  #landing .button.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .button.is-large {
      font-size: 1.5rem;
  }
  
  #landing .button[disabled],
    #landing fieldset[disabled] .button {
      background-color: #fff;
      border-color: #dbdbdb;
      box-shadow: none;
      opacity: .5;
  }
  
  #landing .button.is-fullwidth {
      display: flex;
      width: 100%;
  }
  
  #landing .button.is-loading {
      color: transparent !important;
      pointer-events: none;
  }
  
  #landing .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important;
  }
  
  #landing .button.is-static {
      background-color: #f5f5f5;
      border-color: #dbdbdb;
      color: #7a7a7a;
      box-shadow: none;
      pointer-events: none;
  }
  
  #landing .button.is-rounded {
      border-radius: 290486px;
      padding-left: 1em;
      padding-right: 1em;
  }
  
  #landing .buttons {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
  }
  
  #landing .buttons .button {
      margin-bottom: .5rem;
  }
  
  #landing .buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: .5rem;
  }
  
  #landing .buttons:last-child {
      margin-bottom: -.5rem;
  }
  
  #landing .buttons:not(:last-child) {
      margin-bottom: 1rem;
  }
  
  #landing .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
      border-radius: 2px;
      font-size: .75rem;
  }
  
  #landing .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
      font-size: 1.25rem;
  }
  
  #landing .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
      font-size: 1.5rem;
  }
  
  #landing .buttons.has-addons .button:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
  }
  
  #landing .buttons.has-addons .button:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      margin-right: -1px;
  }
  
  #landing .buttons.has-addons .button:last-child {
      margin-right: 0;
  }
  
  #landing .buttons.has-addons .button.is-hovered,
    #landing .buttons.has-addons .button:hover {
      z-index: 2;
  }
  
  #landing .buttons.has-addons .button.is-active,
    #landing .buttons.has-addons .button.is-focused,
    #landing .buttons.has-addons .button.is-selected,
    #landing .buttons.has-addons .button:active,
    #landing .buttons.has-addons .button:focus {
      z-index: 3;
  }
  
  #landing .buttons.has-addons .button.is-active:hover,
    #landing .buttons.has-addons .button.is-focused:hover,
    #landing .buttons.has-addons .button.is-selected:hover,
    #landing .buttons.has-addons .button:active:hover,
    #landing .buttons.has-addons .button:focus:hover {
      z-index: 4;
  }
  
  #landing .buttons.has-addons .button.is-expanded {
      flex-grow: 1;
      flex-shrink: 1;
  }
  
  #landing .buttons.is-centered {
      justify-content: center;
  }
  
  #landing .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: .25rem;
      margin-right: .25rem;
  }
  
  #landing .buttons.is-right {
      justify-content: flex-end;
  }
  
  #landing .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: .25rem;
      margin-right: .25rem;
  }
  
  #landing .container {
      flex-grow: 1;
      margin: 0 auto;
      position: relative;
      width: auto;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .container {
          max-width: 960px;
      }
  
      #landing .container.is-fluid {
          margin-left: 32px;
          margin-right: 32px;
          max-width: none;
      }
  }
  
  @media screen and (max-width: 1215px) {
      #landing .container.is-widescreen {
          max-width: 1152px;
      }
  }
  
  @media screen and (max-width: 1407px) {
      #landing .container.is-fullhd {
          max-width: 1344px;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .container {
          max-width: 1152px;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .container {
          max-width: 1344px;
      }
  }
  
  #landing .content li + li {
      margin-top: .25em;
  }
  
  #landing .content blockquote:not(:last-child),
    #landing .content dl:not(:last-child),
    #landing .content ol:not(:last-child),
    #landing .content p:not(:last-child),
    #landing .content pre:not(:last-child),
    #landing .content table:not(:last-child),
    #landing .content ul:not(:last-child) {
      margin-bottom: 1em;
  }
  
  #landing .content h1,
    #landing .content h2,
    #landing .content h3,
    #landing .content h4,
    #landing .content h5,
    #landing .content h6 {
      color: #363636;
      font-weight: 600;
      line-height: 1.125;
  }
  
  #landing .content h1 {
      font-size: 2em;
      margin-bottom: .5em;
  }
  
  #landing .content h1:not(:first-child) {
      margin-top: 1em;
  }
  
  #landing .content h2 {
      font-size: 1.75em;
      margin-bottom: .5714em;
  }
  
  #landing .content h2:not(:first-child) {
      margin-top: 1.1428em;
  }
  
  #landing .content h3 {
      font-size: 1.5em;
      margin-bottom: .6666em;
  }
  
  #landing .content h3:not(:first-child) {
      margin-top: 1.3333em;
  }
  
  #landing .content h4 {
      font-size: 1.25em;
      margin-bottom: .8em;
  }
  
  #landing .content h5 {
      font-size: 1.125em;
      margin-bottom: .8888em;
  }
  
  #landing .content h6 {
      font-size: 1em;
      margin-bottom: 1em;
  }
  
  #landing .content blockquote {
      background-color: #f5f5f5;
      border-left: 5px solid #dbdbdb;
      padding: 1.25em 1.5em;
  }
  
  #landing .content ol {
      list-style-position: outside;
      margin-left: 2em;
      margin-top: 1em;
  }
  
  #landing .content ol:not([type]) {
      list-style-type: decimal;
  }
  
  #landing .content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha;
  }
  
  #landing .content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman;
  }
  
  #landing .content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha;
  }
  
  #landing .content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman;
  }
  
  #landing .content ul {
      list-style: disc outside;
      margin-left: 2em;
      margin-top: 1em;
  }
  
  #landing .content ul ul {
      list-style-type: circle;
      margin-top: .5em;
  }
  
  #landing .content ul ul ul {
      list-style-type: square;
  }
  
  #landing .content dd {
      margin-left: 2em;
  }
  
  #landing .content figure {
      margin-left: 2em;
      margin-right: 2em;
      text-align: center;
  }
  
  #landing .content figure:not(:first-child) {
      margin-top: 2em;
  }
  
  #landing .content figure:not(:last-child) {
      margin-bottom: 2em;
  }
  
  #landing .content figure img {
      display: inline-block;
  }
  
  #landing .content figure figcaption {
      font-style: italic;
  }
  
  #landing .content pre {
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      padding: 1.25em 1.5em;
      white-space: pre;
      word-wrap: normal;
  }
  
  #landing .content sub,
    #landing .content sup {
      font-size: 75%;
  }
  
  #landing .content table {
      width: 100%;
  }
  
  #landing .content table td,
    #landing .content table th {
      border: 1px solid #dbdbdb;
      border-width: 0 0 1px;
      padding: .5em .75em;
      vertical-align: top;
  }
  
  #landing .content table th {
      color: #363636;
  }
  
  #landing .content table th:not([align]) {
      text-align: left;
  }
  
  #landing .content table thead td,
    #landing .content table thead th {
      border-width: 0 0 2px;
      color: #363636;
  }
  
  #landing .content table tfoot td,
    #landing .content table tfoot th {
      border-width: 2px 0 0;
      color: #363636;
  }
  
  #landing .content table tbody tr:last-child td,
    #landing .content table tbody tr:last-child th {
      border-bottom-width: 0;
  }
  
  #landing .content .tabs li + li {
      margin-top: 0;
  }
  
  #landing .content.is-small {
      font-size: .75rem;
  }
  
  #landing .content.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .content.is-large {
      font-size: 1.5rem;
  }
  
  #landing .icon {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      height: 1.5rem;
      width: 1.5rem;
  }
  
  #landing .icon.is-small {
      height: 1rem;
      width: 1rem;
  }
  
  #landing .icon.is-medium {
      height: 2rem;
      width: 2rem;
  }
  
  #landing .icon.is-large {
      height: 3rem;
      width: 3rem;
  }
  
  #landing .image {
      display: block;
      position: relative;
  }
  
  #landing .image img {
      display: block;
      height: auto;
      width: 100%;
  }
  
  #landing .image img.is-rounded {
      border-radius: 290486px;
  }
  
  #landing .image.is-16by9 .has-ratio,
    #landing .image.is-16by9 img,
    #landing .image.is-1by1 .has-ratio,
    #landing .image.is-1by1 img,
    #landing .image.is-1by2 .has-ratio,
    #landing .image.is-1by2 img,
    #landing .image.is-1by3 .has-ratio,
    #landing .image.is-1by3 img,
    #landing .image.is-2by1 .has-ratio,
    #landing .image.is-2by1 img,
    #landing .image.is-2by3 .has-ratio,
    #landing .image.is-2by3 img,
    #landing .image.is-3by1 .has-ratio,
    #landing .image.is-3by1 img,
    #landing .image.is-3by2 .has-ratio,
    #landing .image.is-3by2 img,
    #landing .image.is-3by4 .has-ratio,
    #landing .image.is-3by4 img,
    #landing .image.is-3by5 .has-ratio,
    #landing .image.is-3by5 img,
    #landing .image.is-4by3 .has-ratio,
    #landing .image.is-4by3 img,
    #landing .image.is-4by5 .has-ratio,
    #landing .image.is-4by5 img,
    #landing .image.is-5by3 .has-ratio,
    #landing .image.is-5by3 img,
    #landing .image.is-5by4 .has-ratio,
    #landing .image.is-5by4 img,
    #landing .image.is-9by16 .has-ratio,
    #landing .image.is-9by16 img,
    #landing .image.is-square .has-ratio,
    #landing .image.is-square img {
      height: 100%;
      width: 100%;
  }
  
  #landing .image.is-1by1,
    #landing .image.is-square {
      padding-top: 100%;
  }
  
  #landing .image.is-5by4 {
      padding-top: 80%;
  }
  
  #landing .image.is-4by3 {
      padding-top: 75%;
  }
  
  #landing .image.is-3by2 {
      padding-top: 66.6666%;
  }
  
  #landing .image.is-5by3 {
      padding-top: 60%;
  }
  
  #landing .image.is-16by9 {
      padding-top: 56.25%;
  }
  
  #landing .image.is-2by1 {
      padding-top: 50%;
  }
  
  #landing .image.is-3by1 {
      padding-top: 33.3333%;
  }
  
  #landing .image.is-4by5 {
      padding-top: 125%;
  }
  
  #landing .image.is-3by4 {
      padding-top: 133.3333%;
  }
  
  #landing .image.is-2by3 {
      padding-top: 150%;
  }
  
  #landing .image.is-3by5 {
      padding-top: 166.6666%;
  }
  
  #landing .image.is-9by16 {
      padding-top: 177.7777%;
  }
  
  #landing .image.is-1by2 {
      padding-top: 200%;
  }
  
  #landing .image.is-1by3 {
      padding-top: 300%;
  }
  
  #landing .image.is-16x16 {
      height: 16px;
      width: 16px;
  }
  
  #landing .image.is-24x24 {
      height: 24px;
      width: 24px;
  }
  
  #landing .image.is-32x32 {
      height: 32px;
      width: 32px;
  }
  
  #landing .image.is-48x48 {
      height: 48px;
      width: 48px;
  }
  
  #landing .image.is-64x64 {
      height: 64px;
      width: 64px;
  }
  
  #landing .image.is-96x96 {
      height: 96px;
      width: 96px;
  }
  
  #landing .image.is-128x128 {
      height: 128px;
      width: 128px;
  }
  
  #landing .notification {
      background-color: #f5f5f5;
      border-radius: 4px;
      padding: 1.25rem 2.5rem 1.25rem 1.5rem;
      position: relative;
  }
  
  #landing .notification a:not(.button):not(.dropdown-item) {
      color: currentColor;
      text-decoration: underline;
  }
  
  #landing .notification strong {
      color: currentColor;
  }
  
  #landing .notification code,
    #landing .notification pre {
      background: #fff;
  }
  
  #landing .notification pre code {
      background: 0 0;
  }
  
  #landing .notification > .delete {
      position: absolute;
      right: .5rem;
      top: .5rem;
  }
  
  #landing .notification .content,
    #landing .notification .subtitle,
    #landing .notification .title {
      color: currentColor;
  }
  
  #landing .notification.is-white {
      background-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .notification.is-black {
      background-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .notification.is-light {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .notification.is-dark {
      background-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .notification.is-primary {
      background-color: #00d1b2;
      color: #fff;
  }
  
  #landing .notification.is-link {
      background-color: #3273dc;
      color: #fff;
  }
  
  #landing .notification.is-info {
      background-color: #209cee;
      color: #fff;
  }
  
  #landing .notification.is-success {
      background-color: #23d160;
      color: #fff;
  }
  
  #landing .notification.is-warning {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .notification.is-danger {
      background-color: #ff3860;
      color: #fff;
  }
  
  #landing .progress {
      -moz-appearance: none;
      -webkit-appearance: none;
      border: none;
      border-radius: 290486px;
      display: block;
      height: 1rem;
      overflow: hidden;
      padding: 0;
      width: 100%;
  }
  
  #landing .progress::-webkit-progress-bar {
      background-color: #dbdbdb;
  }
  
  #landing .progress::-webkit-progress-value {
      background-color: #4a4a4a;
  }
  
  #landing .progress::-moz-progress-bar {
      background-color: #4a4a4a;
  }
  
  #landing .progress::-ms-fill {
      background-color: #4a4a4a;
      border: none;
  }
  
  #landing .progress.is-white::-webkit-progress-value {
      background-color: #fff;
  }
  
  #landing .progress.is-white::-moz-progress-bar {
      background-color: #fff;
  }
  
  #landing .progress.is-white::-ms-fill {
      background-color: #fff;
  }
  
  #landing .progress.is-white:indeterminate {
      background-image: linear-gradient(to right, #fff 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-black::-webkit-progress-value {
      background-color: #0a0a0a;
  }
  
  #landing .progress.is-black::-moz-progress-bar {
      background-color: #0a0a0a;
  }
  
  #landing .progress.is-black::-ms-fill {
      background-color: #0a0a0a;
  }
  
  #landing .progress.is-black:indeterminate {
      background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-light::-webkit-progress-value {
      background-color: #f5f5f5;
  }
  
  #landing .progress.is-light::-moz-progress-bar {
      background-color: #f5f5f5;
  }
  
  #landing .progress.is-light::-ms-fill {
      background-color: #f5f5f5;
  }
  
  #landing .progress.is-light:indeterminate {
      background-image: linear-gradient(to right, #f5f5f5 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-dark::-webkit-progress-value {
      background-color: #363636;
  }
  
  #landing .progress.is-dark::-moz-progress-bar {
      background-color: #363636;
  }
  
  #landing .progress.is-dark::-ms-fill {
      background-color: #363636;
  }
  
  #landing .progress.is-dark:indeterminate {
      background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-primary::-webkit-progress-value {
      background-color: #00d1b2;
  }
  
  #landing .progress.is-primary::-moz-progress-bar {
      background-color: #00d1b2;
  }
  
  #landing .progress.is-primary::-ms-fill {
      background-color: #00d1b2;
  }
  
  #landing .progress.is-primary:indeterminate {
      background-image: linear-gradient(to right, #00d1b2 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-link::-webkit-progress-value {
      background-color: #3273dc;
  }
  
  #landing .progress.is-link::-moz-progress-bar {
      background-color: #3273dc;
  }
  
  #landing .progress.is-link::-ms-fill {
      background-color: #3273dc;
  }
  
  #landing .progress.is-link:indeterminate {
      background-image: linear-gradient(to right, #3273dc 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-info::-webkit-progress-value {
      background-color: #209cee;
  }
  
  #landing .progress.is-info::-moz-progress-bar {
      background-color: #209cee;
  }
  
  #landing .progress.is-info::-ms-fill {
      background-color: #209cee;
  }
  
  #landing .progress.is-info:indeterminate {
      background-image: linear-gradient(to right, #209cee 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-success::-webkit-progress-value {
      background-color: #23d160;
  }
  
  #landing .progress.is-success::-moz-progress-bar {
      background-color: #23d160;
  }
  
  #landing .progress.is-success::-ms-fill {
      background-color: #23d160;
  }
  
  #landing .progress.is-success:indeterminate {
      background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-warning::-webkit-progress-value {
      background-color: #ffdd57;
  }
  
  #landing .progress.is-warning::-moz-progress-bar {
      background-color: #ffdd57;
  }
  
  #landing .progress.is-warning::-ms-fill {
      background-color: #ffdd57;
  }
  
  #landing .progress.is-warning:indeterminate {
      background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%);
  }
  
  #landing .progress.is-danger::-webkit-progress-value {
      background-color: #ff3860;
  }
  
  #landing .progress.is-danger::-moz-progress-bar {
      background-color: #ff3860;
  }
  
  #landing .progress.is-danger::-ms-fill {
      background-color: #ff3860;
  }
  
  #landing .progress.is-danger:indeterminate {
      background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%);
  }
  
  #landing .progress:indeterminate {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: moveIndeterminate;
      animation-name: moveIndeterminate;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      background-color: #dbdbdb;
      background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);
      background-position: top left;
      background-repeat: no-repeat;
      background-size: 150% 150%;
  }
  
  #landing .progress:indeterminate::-webkit-progress-bar {
      background-color: transparent;
  }
  
  #landing .progress:indeterminate::-moz-progress-bar {
      background-color: transparent;
  }
  
  #landing .progress.is-small {
      height: .75rem;
  }
  
  #landing .progress.is-medium {
      height: 1.25rem;
  }
  
  #landing .progress.is-large {
      height: 1.5rem;
  }
  
  @-webkit-keyframes moveIndeterminate {
      from {
          background-position: 200% 0;
      }
  
      to {
          background-position: -200% 0;
      }
  }
  
  @keyframes moveIndeterminate {
      from {
          background-position: 200% 0;
      }
  
      to {
          background-position: -200% 0;
      }
  }
  
  #landing .table {
      background-color: #fff;
      color: #363636;
  }
  
  #landing .table td,
    #landing .table th {
      border: 1px solid #dbdbdb;
      border-width: 0 0 1px;
      padding: .5em .75em;
      vertical-align: top;
  }
  
  #landing .table td.is-white,
    #landing .table th.is-white {
      background-color: #fff;
      border-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .table td.is-black,
    #landing .table th.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .table td.is-light,
    #landing .table th.is-light {
      background-color: #f5f5f5;
      border-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .table td.is-dark,
    #landing .table th.is-dark {
      background-color: #363636;
      border-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .table td.is-primary,
    #landing .table th.is-primary {
      background-color: #00d1b2;
      border-color: #00d1b2;
      color: #fff;
  }
  
  #landing .table td.is-link,
    #landing .table th.is-link {
      background-color: #3273dc;
      border-color: #3273dc;
      color: #fff;
  }
  
  #landing .table td.is-info,
    #landing .table th.is-info {
      background-color: #209cee;
      border-color: #209cee;
      color: #fff;
  }
  
  #landing .table td.is-success,
    #landing .table th.is-success {
      background-color: #23d160;
      border-color: #23d160;
      color: #fff;
  }
  
  #landing .table td.is-warning,
    #landing .table th.is-warning {
      background-color: #ffdd57;
      border-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .table td.is-danger,
    #landing .table th.is-danger {
      background-color: #ff3860;
      border-color: #ff3860;
      color: #fff;
  }
  
  #landing .table td.is-narrow,
    #landing .table th.is-narrow {
      white-space: nowrap;
      width: 1%;
  }
  
  #landing .table td.is-selected,
    #landing .table th.is-selected {
      background-color: #00d1b2;
      color: #fff;
  }
  
  #landing .table td.is-selected a,
    #landing .table td.is-selected strong,
    #landing .table th.is-selected a,
    #landing .table th.is-selected strong {
      color: currentColor;
  }
  
  #landing .table th {
      color: #363636;
  }
  
  #landing .table th:not([align]) {
      text-align: left;
  }
  
  #landing .table tr.is-selected {
      background-color: #00d1b2;
      color: #fff;
  }
  
  #landing .table tr.is-selected a,
    #landing .table tr.is-selected strong {
      color: currentColor;
  }
  
  #landing .table tr.is-selected td,
    #landing .table tr.is-selected th {
      border-color: #fff;
      color: currentColor;
  }
  
  #landing .table thead {
      background-color: transparent;
  }
  
  #landing .table thead td,
    #landing .table thead th {
      border-width: 0 0 2px;
      color: #363636;
  }
  
  #landing .table tfoot {
      background-color: transparent;
  }
  
  #landing .table tfoot td,
    #landing .table tfoot th {
      border-width: 2px 0 0;
      color: #363636;
  }
  
  #landing .table tbody {
      background-color: transparent;
  }
  
  #landing .table tbody tr:last-child td,
    #landing .table tbody tr:last-child th {
      border-bottom-width: 0;
  }
  
  #landing .table.is-bordered td,
    #landing .table.is-bordered th {
      border-width: 1px;
  }
  
  #landing .table.is-bordered tr:last-child td,
    #landing .table.is-bordered tr:last-child th {
      border-bottom-width: 1px;
  }
  
  #landing .table.is-fullwidth {
      width: 100%;
  }
  
  #landing .table.is-hoverable tbody tr:not(.is-selected):hover {
      background-color: #fafafa;
  }
  
  #landing .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
      background-color: #fafafa;
  }
  
  #landing .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: #f5f5f5;
  }
  
  #landing .table.is-narrow td,
    #landing .table.is-narrow th {
      padding: .25em .5em;
  }
  
  #landing .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
      background-color: #fafafa;
  }
  
  #landing .table-container {
      -webkit-overflow-scrolling: touch;
      overflow: auto;
      overflow-y: hidden;
      max-width: 100%;
  }
  
  #landing .tags {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
  }
  
  #landing .tags .tag {
      margin-bottom: .5rem;
  }
  
  #landing .tags .tag:not(:last-child) {
      margin-right: .5rem;
  }
  
  #landing .tags:last-child {
      margin-bottom: -.5rem;
  }
  
  #landing .tags:not(:last-child) {
      margin-bottom: 1rem;
  }
  
  #landing .tags.are-medium .tag:not(.is-normal):not(.is-large) {
      font-size: 1rem;
  }
  
  #landing .tags.are-large .tag:not(.is-normal):not(.is-medium) {
      font-size: 1.25rem;
  }
  
  #landing .tags.is-centered {
      justify-content: center;
  }
  
  #landing .tags.is-centered .tag {
      margin-right: .25rem;
      margin-left: .25rem;
  }
  
  #landing .tags.is-right {
      justify-content: flex-end;
  }
  
  #landing .tags.is-right .tag:not(:first-child) {
      margin-left: .5rem;
  }
  
  #landing .tags.is-right .tag:not(:last-child) {
      margin-right: 0;
  }
  
  #landing .tags.has-addons .tag {
      margin-right: 0;
  }
  
  #landing .tags.has-addons .tag:not(:first-child) {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
  }
  
  #landing .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
  }
  
  #landing .tag:not(body) {
      align-items: center;
      background-color: #f5f5f5;
      border-radius: 4px;
      color: #4a4a4a;
      display: inline-flex;
      font-size: .75rem;
      height: 2em;
      justify-content: center;
      line-height: 1.5;
      padding-left: .75em;
      padding-right: .75em;
      white-space: nowrap;
  }
  
  #landing .tag:not(body) .delete {
      margin-left: .25rem;
      margin-right: -.375rem;
  }
  
  #landing .tag:not(body).is-white {
      background-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .tag:not(body).is-black {
      background-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .tag:not(body).is-light {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .tag:not(body).is-dark {
      background-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .tag:not(body).is-primary {
      background-color: #00d1b2;
      color: #fff;
  }
  
  #landing .tag:not(body).is-link {
      background-color: #3273dc;
      color: #fff;
  }
  
  #landing .tag:not(body).is-info {
      background-color: #209cee;
      color: #fff;
  }
  
  #landing .tag:not(body).is-success {
      background-color: #23d160;
      color: #fff;
  }
  
  #landing .tag:not(body).is-warning {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .tag:not(body).is-danger {
      background-color: #ff3860;
      color: #fff;
  }
  
  #landing .tag:not(body).is-normal {
      font-size: .75rem;
  }
  
  #landing .tag:not(body).is-medium {
      font-size: 1rem;
  }
  
  #landing .tag:not(body).is-large {
      font-size: 1.25rem;
  }
  
  #landing .tag:not(body) .icon:first-child:not(:last-child) {
      margin-left: -.375em;
      margin-right: .1875em;
  }
  
  #landing .tag:not(body) .icon:last-child:not(:first-child) {
      margin-left: .1875em;
      margin-right: -.375em;
  }
  
  #landing .tag:not(body) .icon:first-child:last-child {
      margin-left: -.375em;
      margin-right: -.375em;
  }
  
  #landing .tag:not(body).is-delete {
      margin-left: 1px;
      padding: 0;
      position: relative;
      width: 2em;
  }
  
  #landing .tag:not(body).is-delete::after,
    #landing .tag:not(body).is-delete::before {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform-origin: center center;
      transform-origin: center center;
  }
  
  #landing .tag:not(body).is-delete::before {
      height: 1px;
      width: 50%;
  }
  
  #landing .tag:not(body).is-delete::after {
      height: 50%;
      width: 1px;
  }
  
  #landing .tag:not(body).is-delete:focus,
    #landing .tag:not(body).is-delete:hover {
      background-color: #e8e8e8;
  }
  
  #landing .tag:not(body).is-delete:active {
      background-color: #dbdbdb;
  }
  
  #landing .tag:not(body).is-rounded {
      border-radius: 290486px;
  }
  
  #landing a.tag:hover {
      text-decoration: underline;
  }
  
  #landing .subtitle,
    #landing .title {
      word-break: break-word;
  }
  
  #landing .subtitle em,
    #landing .subtitle span,
    #landing .title em,
    #landing .title span {
      font-weight: inherit;
  }
  
  #landing .subtitle sub,
    #landing .title sub {
      font-size: .75em;
  }
  
  #landing .subtitle sup,
    #landing .title sup {
      font-size: .75em;
  }
  
  #landing .subtitle .tag,
    #landing .title .tag {
      vertical-align: middle;
  }
  
  #landing .title {
      color: #363636;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.125;
  }
  
  #landing .title strong {
      color: inherit;
      font-weight: inherit;
  }
  
  #landing .title + .highlight {
      margin-top: -.75rem;
  }
  
  #landing .title:not(.is-spaced) + .subtitle {
      margin-top: -1.25rem;
  }
  
  #landing .title.is-1 {
      font-size: 3rem;
  }
  
  #landing .title.is-2 {
      font-size: 2.5rem;
  }
  
  #landing .title.is-3 {
      font-size: 2rem;
  }
  
  #landing .title.is-4 {
      font-size: 1.5rem;
  }
  
  #landing .title.is-5 {
      font-size: 1.25rem;
  }
  
  #landing .title.is-6 {
      font-size: 1rem;
  }
  
  #landing .title.is-7 {
      font-size: .75rem;
  }
  
  #landing .subtitle {
      color: #4a4a4a;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.25;
  }
  
  #landing .subtitle strong {
      color: #363636;
      font-weight: 600;
  }
  
  #landing .subtitle:not(.is-spaced) + .title {
      margin-top: -1.25rem;
  }
  
  #landing .subtitle.is-1 {
      font-size: 3rem;
  }
  
  #landing .subtitle.is-2 {
      font-size: 2.5rem;
  }
  
  #landing .subtitle.is-3 {
      font-size: 2rem;
  }
  
  #landing .subtitle.is-4 {
      font-size: 1.5rem;
  }
  
  #landing .subtitle.is-5 {
      font-size: 1.25rem;
  }
  
  #landing .subtitle.is-6 {
      font-size: 1rem;
  }
  
  #landing .subtitle.is-7 {
      font-size: .75rem;
  }
  
  #landing .heading {
      display: block;
      font-size: 11px;
      letter-spacing: 1px;
      margin-bottom: 5px;
      text-transform: uppercase;
  }
  
  #landing .highlight {
      font-weight: 400;
      max-width: 100%;
      overflow: hidden;
      padding: 0;
  }
  
  #landing .highlight pre {
      overflow: auto;
      max-width: 100%;
  }
  
  #landing .number {
      align-items: center;
      background-color: #f5f5f5;
      border-radius: 290486px;
      display: inline-flex;
      font-size: 1.25rem;
      height: 2em;
      justify-content: center;
      margin-right: 1.5rem;
      min-width: 2.5em;
      padding: .25rem .5rem;
      text-align: center;
      vertical-align: top;
  }
  
  #landing .input,
    #landing .select select,
    #landing .textarea {
      background-color: #fff;
      border-color: #dbdbdb;
      border-radius: 4px;
      color: #363636;
  }
  
  #landing .input::-moz-placeholder,
    #landing .select select::-moz-placeholder,
    #landing .textarea::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3);
  }
  
  #landing .input::-webkit-input-placeholder,
    #landing .select select::-webkit-input-placeholder,
    #landing .textarea::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3);
  }
  
  #landing .input:-moz-placeholder,
    #landing .select select:-moz-placeholder,
    #landing .textarea:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3);
  }
  
  #landing .input:-ms-input-placeholder,
    #landing .select select:-ms-input-placeholder,
    #landing .textarea:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3);
  }
  
  #landing .input:hover,
    #landing .is-hovered.input,
    #landing .is-hovered.textarea,
    #landing .select select.is-hovered,
    #landing .select select:hover,
    #landing .textarea:hover {
      border-color: #b5b5b5;
  }
  
  #landing .input:active,
    #landing .input:focus,
    #landing .is-active.input,
    #landing .is-active.textarea,
    #landing .is-focused.input,
    #landing .is-focused.textarea,
    #landing .select select.is-active,
    #landing .select select.is-focused,
    #landing .select select:active,
    #landing .select select:focus,
    #landing .textarea:active,
    #landing .textarea:focus {
      border-color: #3273dc;
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  #landing .input[disabled],
    #landing .select fieldset[disabled] select,
    #landing .select select[disabled],
    #landing .textarea[disabled],
    #landing fieldset[disabled] .input,
    #landing fieldset[disabled] .select select,
    #landing fieldset[disabled] .textarea {
      background-color: #f5f5f5;
      border-color: #f5f5f5;
      box-shadow: none;
      color: #7a7a7a;
  }
  
  #landing .input[disabled]::-moz-placeholder,
    #landing .select fieldset[disabled] select::-moz-placeholder,
    #landing .select select[disabled]::-moz-placeholder,
    #landing .textarea[disabled]::-moz-placeholder,
    #landing fieldset[disabled] .input::-moz-placeholder,
    #landing fieldset[disabled] .select select::-moz-placeholder,
    #landing fieldset[disabled] .textarea::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3);
  }
  
  #landing .input[disabled]::-webkit-input-placeholder,
    #landing .select fieldset[disabled] select::-webkit-input-placeholder,
    #landing .select select[disabled]::-webkit-input-placeholder,
    #landing .textarea[disabled]::-webkit-input-placeholder,
    #landing fieldset[disabled] .input::-webkit-input-placeholder,
    #landing fieldset[disabled] .select select::-webkit-input-placeholder,
    #landing fieldset[disabled] .textarea::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3);
  }
  
  #landing .input[disabled]:-moz-placeholder,
    #landing .select fieldset[disabled] select:-moz-placeholder,
    #landing .select select[disabled]:-moz-placeholder,
    #landing .textarea[disabled]:-moz-placeholder,
    #landing fieldset[disabled] .input:-moz-placeholder,
    #landing fieldset[disabled] .select select:-moz-placeholder,
    #landing fieldset[disabled] .textarea:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3);
  }
  
  #landing .input[disabled]:-ms-input-placeholder,
    #landing .select fieldset[disabled] select:-ms-input-placeholder,
    #landing .select select[disabled]:-ms-input-placeholder,
    #landing .textarea[disabled]:-ms-input-placeholder,
    #landing fieldset[disabled] .input:-ms-input-placeholder,
    #landing fieldset[disabled] .select select:-ms-input-placeholder,
    #landing fieldset[disabled] .textarea:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3);
  }
  
  #landing .input,
    #landing .textarea {
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
      max-width: 100%;
      width: 100%;
  }
  
  #landing .input[readonly],
    #landing .textarea[readonly] {
      box-shadow: none;
  }
  
  #landing .is-white.input,
    #landing .is-white.textarea {
      border-color: #fff;
  }
  
  #landing .is-white.input:active,
    #landing .is-white.input:focus,
    #landing .is-white.is-active.input,
    #landing .is-white.is-active.textarea,
    #landing .is-white.is-focused.input,
    #landing .is-white.is-focused.textarea,
    #landing .is-white.textarea:active,
    #landing .is-white.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  
  #landing .is-black.input,
    #landing .is-black.textarea {
      border-color: #0a0a0a;
  }
  
  #landing .is-black.input:active,
    #landing .is-black.input:focus,
    #landing .is-black.is-active.input,
    #landing .is-black.is-active.textarea,
    #landing .is-black.is-focused.input,
    #landing .is-black.is-focused.textarea,
    #landing .is-black.textarea:active,
    #landing .is-black.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
  }
  
  #landing .is-light.input,
    #landing .is-light.textarea {
      border-color: #f5f5f5;
  }
  
  #landing .is-light.input:active,
    #landing .is-light.input:focus,
    #landing .is-light.is-active.input,
    #landing .is-light.is-active.textarea,
    #landing .is-light.is-focused.input,
    #landing .is-light.is-focused.textarea,
    #landing .is-light.textarea:active,
    #landing .is-light.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  
  #landing .is-dark.input,
    #landing .is-dark.textarea {
      border-color: #363636;
  }
  
  #landing .is-dark.input:active,
    #landing .is-dark.input:focus,
    #landing .is-dark.is-active.input,
    #landing .is-dark.is-active.textarea,
    #landing .is-dark.is-focused.input,
    #landing .is-dark.is-focused.textarea,
    #landing .is-dark.textarea:active,
    #landing .is-dark.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  
  #landing .is-primary.input,
    #landing .is-primary.textarea {
      border-color: #00d1b2;
  }
  
  #landing .is-primary.input:active,
    #landing .is-primary.input:focus,
    #landing .is-primary.is-active.input,
    #landing .is-primary.is-active.textarea,
    #landing .is-primary.is-focused.input,
    #landing .is-primary.is-focused.textarea,
    #landing .is-primary.textarea:active,
    #landing .is-primary.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
  }
  
  #landing .is-link.input,
    #landing .is-link.textarea {
      border-color: #3273dc;
  }
  
  #landing .is-link.input:active,
    #landing .is-link.input:focus,
    #landing .is-link.is-active.input,
    #landing .is-link.is-active.textarea,
    #landing .is-link.is-focused.input,
    #landing .is-link.is-focused.textarea,
    #landing .is-link.textarea:active,
    #landing .is-link.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  #landing .is-info.input,
    #landing .is-info.textarea {
      border-color: #209cee;
  }
  
  #landing .is-info.input:active,
    #landing .is-info.input:focus,
    #landing .is-info.is-active.input,
    #landing .is-info.is-active.textarea,
    #landing .is-info.is-focused.input,
    #landing .is-info.is-focused.textarea,
    #landing .is-info.textarea:active,
    #landing .is-info.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
  }
  
  #landing .is-success.input,
    #landing .is-success.textarea {
      border-color: #23d160;
  }
  
  #landing .is-success.input:active,
    #landing .is-success.input:focus,
    #landing .is-success.is-active.input,
    #landing .is-success.is-active.textarea,
    #landing .is-success.is-focused.input,
    #landing .is-success.is-focused.textarea,
    #landing .is-success.textarea:active,
    #landing .is-success.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
  }
  
  #landing .is-warning.input,
    #landing .is-warning.textarea {
      border-color: #ffdd57;
  }
  
  #landing .is-warning.input:active,
    #landing .is-warning.input:focus,
    #landing .is-warning.is-active.input,
    #landing .is-warning.is-active.textarea,
    #landing .is-warning.is-focused.input,
    #landing .is-warning.is-focused.textarea,
    #landing .is-warning.textarea:active,
    #landing .is-warning.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  }
  
  #landing .is-danger.input,
    #landing .is-danger.textarea {
      border-color: #ff3860;
  }
  
  #landing .is-danger.input:active,
    #landing .is-danger.input:focus,
    #landing .is-danger.is-active.input,
    #landing .is-danger.is-active.textarea,
    #landing .is-danger.is-focused.input,
    #landing .is-danger.is-focused.textarea,
    #landing .is-danger.textarea:active,
    #landing .is-danger.textarea:focus {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
  }
  
  #landing .is-small.input,
    #landing .is-small.textarea {
      border-radius: 2px;
      font-size: .75rem;
  }
  
  #landing .is-medium.input,
    #landing .is-medium.textarea {
      font-size: 1.25rem;
  }
  
  #landing .is-large.input,
    #landing .is-large.textarea {
      font-size: 1.5rem;
  }
  
  #landing .is-fullwidth.input,
    #landing .is-fullwidth.textarea {
      display: block;
      width: 100%;
  }
  
  #landing .is-inline.input,
    #landing .is-inline.textarea {
      display: inline;
      width: auto;
  }
  
  #landing .input.is-rounded {
      border-radius: 290486px;
      padding-left: 1em;
      padding-right: 1em;
  }
  
  #landing .input.is-static {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none;
      padding-left: 0;
      padding-right: 0;
  }
  
  #landing .textarea {
      display: block;
      max-width: 100%;
      min-width: 100%;
      padding: .625em;
      resize: vertical;
  }
  
  #landing .textarea:not([rows]) {
      max-height: 600px;
      min-height: 120px;
  }
  
  #landing .textarea[rows] {
      height: initial;
  }
  
  #landing .textarea.has-fixed-size {
      resize: none;
  }
  
  #landing .checkbox,
    #landing .radio {
      cursor: pointer;
      display: inline-block;
      line-height: 1.25;
      position: relative;
  }
  
  #landing .checkbox input,
    #landing .radio input {
      cursor: pointer;
  }
  
  #landing .checkbox:hover,
    #landing .radio:hover {
      color: #363636;
  }
  
  #landing .checkbox[disabled],
    #landing .radio[disabled],
    #landing fieldset[disabled] .checkbox,
    #landing fieldset[disabled] .radio {
      color: #7a7a7a;
      cursor: not-allowed;
  }
  
  #landing .radio + .radio {
      margin-left: .5em;
  }
  
  #landing .select {
      display: inline-block;
      max-width: 100%;
      position: relative;
      vertical-align: top;
  }
  
  #landing .select:not(.is-multiple) {
      height: 2.25em;
  }
  
  #landing .select:not(.is-multiple):not(.is-loading)::after {
      border-color: #3273dc;
      right: 1.125em;
      z-index: 4;
  }
  
  #landing .select.is-rounded select {
      border-radius: 290486px;
      padding-left: 1em;
  }
  
  #landing .select select {
      cursor: pointer;
      display: block;
      font-size: 1em;
      max-width: 100%;
      outline: 0;
  }
  
  #landing .select select::-ms-expand {
      display: none;
  }
  
  #landing .select select[disabled]:hover,
    #landing fieldset[disabled] .select select:hover {
      border-color: #f5f5f5;
  }
  
  #landing .select select:not([multiple]) {
      padding-right: 2.5em;
  }
  
  #landing .select select[multiple] {
      height: auto;
      padding: 0;
  }
  
  #landing .select select[multiple] option {
      padding: .5em 1em;
  }
  
  #landing .select:not(.is-multiple):not(.is-loading):hover::after {
      border-color: #363636;
  }
  
  #landing .select.is-white:not(:hover)::after {
      border-color: #fff;
  }
  
  #landing .select.is-white select {
      border-color: #fff;
  }
  
  #landing .select.is-white select.is-hovered,
    #landing .select.is-white select:hover {
      border-color: #f2f2f2;
  }
  
  #landing .select.is-white select.is-active,
    #landing .select.is-white select.is-focused,
    #landing .select.is-white select:active,
    #landing .select.is-white select:focus {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  
  #landing .select.is-black:not(:hover)::after {
      border-color: #0a0a0a;
  }
  
  #landing .select.is-black select {
      border-color: #0a0a0a;
  }
  
  #landing .select.is-black select.is-hovered,
    #landing .select.is-black select:hover {
      border-color: #000;
  }
  
  #landing .select.is-black select.is-active,
    #landing .select.is-black select.is-focused,
    #landing .select.is-black select:active,
    #landing .select.is-black select:focus {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
  }
  
  #landing .select.is-light:not(:hover)::after {
      border-color: #f5f5f5;
  }
  
  #landing .select.is-light select {
      border-color: #f5f5f5;
  }
  
  #landing .select.is-light select.is-hovered,
    #landing .select.is-light select:hover {
      border-color: #e8e8e8;
  }
  
  #landing .select.is-light select.is-active,
    #landing .select.is-light select.is-focused,
    #landing .select.is-light select:active,
    #landing .select.is-light select:focus {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  
  #landing .select.is-dark:not(:hover)::after {
      border-color: #363636;
  }
  
  #landing .select.is-dark select {
      border-color: #363636;
  }
  
  #landing .select.is-dark select.is-hovered,
    #landing .select.is-dark select:hover {
      border-color: #292929;
  }
  
  #landing .select.is-dark select.is-active,
    #landing .select.is-dark select.is-focused,
    #landing .select.is-dark select:active,
    #landing .select.is-dark select:focus {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  
  #landing .select.is-primary:not(:hover)::after {
      border-color: #00d1b2;
  }
  
  #landing .select.is-primary select {
      border-color: #00d1b2;
  }
  
  #landing .select.is-primary select.is-hovered,
    #landing .select.is-primary select:hover {
      border-color: #00b89c;
  }
  
  #landing .select.is-primary select.is-active,
    #landing .select.is-primary select.is-focused,
    #landing .select.is-primary select:active,
    #landing .select.is-primary select:focus {
      box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
  }
  
  #landing .select.is-link:not(:hover)::after {
      border-color: #3273dc;
  }
  
  #landing .select.is-link select {
      border-color: #3273dc;
  }
  
  #landing .select.is-link select.is-hovered,
    #landing .select.is-link select:hover {
      border-color: #2366d1;
  }
  
  #landing .select.is-link select.is-active,
    #landing .select.is-link select.is-focused,
    #landing .select.is-link select:active,
    #landing .select.is-link select:focus {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
  }
  
  #landing .select.is-info:not(:hover)::after {
      border-color: #209cee;
  }
  
  #landing .select.is-info select {
      border-color: #209cee;
  }
  
  #landing .select.is-info select.is-hovered,
    #landing .select.is-info select:hover {
      border-color: #118fe4;
  }
  
  #landing .select.is-info select.is-active,
    #landing .select.is-info select.is-focused,
    #landing .select.is-info select:active,
    #landing .select.is-info select:focus {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
  }
  
  #landing .select.is-success:not(:hover)::after {
      border-color: #23d160;
  }
  
  #landing .select.is-success select {
      border-color: #23d160;
  }
  
  #landing .select.is-success select.is-hovered,
    #landing .select.is-success select:hover {
      border-color: #20bc56;
  }
  
  #landing .select.is-success select.is-active,
    #landing .select.is-success select.is-focused,
    #landing .select.is-success select:active,
    #landing .select.is-success select:focus {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
  }
  
  #landing .select.is-warning:not(:hover)::after {
      border-color: #ffdd57;
  }
  
  #landing .select.is-warning select {
      border-color: #ffdd57;
  }
  
  #landing .select.is-warning select.is-hovered,
    #landing .select.is-warning select:hover {
      border-color: #ffd83d;
  }
  
  #landing .select.is-warning select.is-active,
    #landing .select.is-warning select.is-focused,
    #landing .select.is-warning select:active,
    #landing .select.is-warning select:focus {
      box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
  }
  
  #landing .select.is-danger:not(:hover)::after {
      border-color: #ff3860;
  }
  
  #landing .select.is-danger select {
      border-color: #ff3860;
  }
  
  #landing .select.is-danger select.is-hovered,
    #landing .select.is-danger select:hover {
      border-color: #ff1f4b;
  }
  
  #landing .select.is-danger select.is-active,
    #landing .select.is-danger select.is-focused,
    #landing .select.is-danger select:active,
    #landing .select.is-danger select:focus {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
  }
  
  #landing .select.is-small {
      border-radius: 2px;
      font-size: .75rem;
  }
  
  #landing .select.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .select.is-large {
      font-size: 1.5rem;
  }
  
  #landing .select.is-disabled::after {
      border-color: #7a7a7a;
  }
  
  #landing .select.is-fullwidth {
      width: 100%;
  }
  
  #landing .select.is-fullwidth select {
      width: 100%;
  }
  
  #landing .select.is-loading::after {
      margin-top: 0;
      position: absolute;
      right: .625em;
      top: .625em;
      -webkit-transform: none;
      transform: none;
  }
  
  #landing .select.is-loading.is-small:after {
      font-size: .75rem;
  }
  
  #landing .select.is-loading.is-medium:after {
      font-size: 1.25rem;
  }
  
  #landing .select.is-loading.is-large:after {
      font-size: 1.5rem;
  }
  
  #landing .file {
      align-items: stretch;
      display: flex;
      justify-content: flex-start;
      position: relative;
  }
  
  #landing .file.is-white .file-cta {
      background-color: #fff;
      border-color: transparent;
      color: #0a0a0a;
  }
  
  #landing .file.is-white.is-hovered .file-cta,
    #landing .file.is-white:hover .file-cta {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a;
  }
  
  #landing .file.is-white.is-focused .file-cta,
    #landing .file.is-white:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
      color: #0a0a0a;
  }
  
  #landing .file.is-white.is-active .file-cta,
    #landing .file.is-white:active .file-cta {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a;
  }
  
  #landing .file.is-black .file-cta {
      background-color: #0a0a0a;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-black.is-hovered .file-cta,
    #landing .file.is-black:hover .file-cta {
      background-color: #040404;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-black.is-focused .file-cta,
    #landing .file.is-black:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
      color: #fff;
  }
  
  #landing .file.is-black.is-active .file-cta,
    #landing .file.is-black:active .file-cta {
      background-color: #000;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-light .file-cta {
      background-color: #f5f5f5;
      border-color: transparent;
      color: #363636;
  }
  
  #landing .file.is-light.is-hovered .file-cta,
    #landing .file.is-light:hover .file-cta {
      background-color: #eee;
      border-color: transparent;
      color: #363636;
  }
  
  #landing .file.is-light.is-focused .file-cta,
    #landing .file.is-light:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
      color: #363636;
  }
  
  #landing .file.is-light.is-active .file-cta,
    #landing .file.is-light:active .file-cta {
      background-color: #e8e8e8;
      border-color: transparent;
      color: #363636;
  }
  
  #landing .file.is-dark .file-cta {
      background-color: #363636;
      border-color: transparent;
      color: #f5f5f5;
  }
  
  #landing .file.is-dark.is-hovered .file-cta,
    #landing .file.is-dark:hover .file-cta {
      background-color: #2f2f2f;
      border-color: transparent;
      color: #f5f5f5;
  }
  
  #landing .file.is-dark.is-focused .file-cta,
    #landing .file.is-dark:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
      color: #f5f5f5;
  }
  
  #landing .file.is-dark.is-active .file-cta,
    #landing .file.is-dark:active .file-cta {
      background-color: #292929;
      border-color: transparent;
      color: #f5f5f5;
  }
  
  #landing .file.is-primary .file-cta {
      background-color: #00d1b2;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-primary.is-hovered .file-cta,
    #landing .file.is-primary:hover .file-cta {
      background-color: #00c4a7;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-primary.is-focused .file-cta,
    #landing .file.is-primary:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
      color: #fff;
  }
  
  #landing .file.is-primary.is-active .file-cta,
    #landing .file.is-primary:active .file-cta {
      background-color: #00b89c;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-link .file-cta {
      background-color: #3273dc;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-link.is-hovered .file-cta,
    #landing .file.is-link:hover .file-cta {
      background-color: #276cda;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-link.is-focused .file-cta,
    #landing .file.is-link:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
      color: #fff;
  }
  
  #landing .file.is-link.is-active .file-cta,
    #landing .file.is-link:active .file-cta {
      background-color: #2366d1;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-info .file-cta {
      background-color: #209cee;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-info.is-hovered .file-cta,
    #landing .file.is-info:hover .file-cta {
      background-color: #1496ed;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-info.is-focused .file-cta,
    #landing .file.is-info:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
      color: #fff;
  }
  
  #landing .file.is-info.is-active .file-cta,
    #landing .file.is-info:active .file-cta {
      background-color: #118fe4;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-success .file-cta {
      background-color: #23d160;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-success.is-hovered .file-cta,
    #landing .file.is-success:hover .file-cta {
      background-color: #22c65b;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-success.is-focused .file-cta,
    #landing .file.is-success:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
      color: #fff;
  }
  
  #landing .file.is-success.is-active .file-cta,
    #landing .file.is-success:active .file-cta {
      background-color: #20bc56;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-warning .file-cta {
      background-color: #ffdd57;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .file.is-warning.is-hovered .file-cta,
    #landing .file.is-warning:hover .file-cta {
      background-color: #ffdb4a;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .file.is-warning.is-focused .file-cta,
    #landing .file.is-warning:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .file.is-warning.is-active .file-cta,
    #landing .file.is-warning:active .file-cta {
      background-color: #ffd83d;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .file.is-danger .file-cta {
      background-color: #ff3860;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-danger.is-hovered .file-cta,
    #landing .file.is-danger:hover .file-cta {
      background-color: #ff2b56;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-danger.is-focused .file-cta,
    #landing .file.is-danger:focus .file-cta {
      border-color: transparent;
      box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
      color: #fff;
  }
  
  #landing .file.is-danger.is-active .file-cta,
    #landing .file.is-danger:active .file-cta {
      background-color: #ff1f4b;
      border-color: transparent;
      color: #fff;
  }
  
  #landing .file.is-small {
      font-size: .75rem;
  }
  
  #landing .file.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .file.is-medium .file-icon .fa {
      font-size: 21px;
  }
  
  #landing .file.is-large {
      font-size: 1.5rem;
  }
  
  #landing .file.is-large .file-icon .fa {
      font-size: 28px;
  }
  
  #landing .file.has-name .file-cta {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
  }
  
  #landing .file.has-name .file-name {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
  }
  
  #landing .file.has-name.is-empty .file-cta {
      border-radius: 4px;
  }
  
  #landing .file.has-name.is-empty .file-name {
      display: none;
  }
  
  #landing .file.is-boxed .file-label {
      flex-direction: column;
  }
  
  #landing .file.is-boxed .file-cta {
      flex-direction: column;
      height: auto;
      padding: 1em 3em;
  }
  
  #landing .file.is-boxed .file-name {
      border-width: 0 1px 1px;
  }
  
  #landing .file.is-boxed .file-icon {
      height: 1.5em;
      width: 1.5em;
  }
  
  #landing .file.is-boxed .file-icon .fa {
      font-size: 21px;
  }
  
  #landing .file.is-boxed.is-small .file-icon .fa {
      font-size: 14px;
  }
  
  #landing .file.is-boxed.is-medium .file-icon .fa {
      font-size: 28px;
  }
  
  #landing .file.is-boxed.is-large .file-icon .fa {
      font-size: 35px;
  }
  
  #landing .file.is-boxed.has-name .file-cta {
      border-radius: 4px 4px 0 0;
  }
  
  #landing .file.is-boxed.has-name .file-name {
      border-radius: 0 0 4px 4px;
      border-width: 0 1px 1px;
  }
  
  #landing .file.is-centered {
      justify-content: center;
  }
  
  #landing .file.is-fullwidth .file-label {
      width: 100%;
  }
  
  #landing .file.is-fullwidth .file-name {
      flex-grow: 1;
      max-width: none;
  }
  
  #landing .file.is-right {
      justify-content: flex-end;
  }
  
  #landing .file.is-right .file-cta {
      border-radius: 0 4px 4px 0;
  }
  
  #landing .file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      order: -1;
  }
  
  #landing .file-label {
      align-items: stretch;
      display: flex;
      cursor: pointer;
      justify-content: flex-start;
      overflow: hidden;
      position: relative;
  }
  
  #landing .file-label:hover .file-cta {
      background-color: #eee;
      color: #363636;
  }
  
  #landing .file-label:hover .file-name {
      border-color: #d5d5d5;
  }
  
  #landing .file-label:active .file-cta {
      background-color: #e8e8e8;
      color: #363636;
  }
  
  #landing .file-label:active .file-name {
      border-color: #cfcfcf;
  }
  
  #landing .file-input {
      height: 100%;
      left: 0;
      opacity: 0;
      outline: 0;
      position: absolute;
      top: 0;
      width: 100%;
  }
  
  #landing .file-cta,
    #landing .file-name {
      border-color: #dbdbdb;
      border-radius: 4px;
      font-size: 1em;
      padding-left: 1em;
      padding-right: 1em;
      white-space: nowrap;
  }
  
  #landing .file-cta {
      background-color: #f5f5f5;
      color: #4a4a4a;
  }
  
  #landing .file-name {
      border-color: #dbdbdb;
      border-style: solid;
      border-width: 1px 1px 1px 0;
      display: block;
      max-width: 16em;
      overflow: hidden;
      text-align: left;
      text-overflow: ellipsis;
  }
  
  #landing .file-icon {
      align-items: center;
      display: flex;
      height: 1em;
      justify-content: center;
      margin-right: .5em;
      width: 1em;
  }
  
  #landing .file-icon .fa {
      font-size: 14px;
  }
  
  #landing .label {
      color: #363636;
      display: block;
      font-size: 1rem;
      font-weight: 700;
  }
  
  #landing .label:not(:last-child) {
      margin-bottom: .5em;
  }
  
  #landing .label.is-small {
      font-size: .75rem;
  }
  
  #landing .label.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .label.is-large {
      font-size: 1.5rem;
  }
  
  #landing .help {
      display: block;
      font-size: .75rem;
      margin-top: .25rem;
  }
  
  #landing .help.is-white {
      color: #fff;
  }
  
  #landing .help.is-black {
      color: #0a0a0a;
  }
  
  #landing .help.is-light {
      color: #f5f5f5;
  }
  
  #landing .help.is-dark {
      color: #363636;
  }
  
  #landing .help.is-primary {
      color: #00d1b2;
  }
  
  #landing .help.is-link {
      color: #3273dc;
  }
  
  #landing .help.is-info {
      color: #209cee;
  }
  
  #landing .help.is-success {
      color: #23d160;
  }
  
  #landing .help.is-warning {
      color: #ffdd57;
  }
  
  #landing .help.is-danger {
      color: #ff3860;
  }
  
  #landing .field:not(:last-child) {
      margin-bottom: .75rem;
  }
  
  #landing .field.has-addons {
      display: flex;
      justify-content: flex-start;
  }
  
  #landing .field.has-addons .control:not(:last-child) {
      margin-right: -1px;
  }
  
  #landing .field.has-addons .control:not(:first-child):not(:last-child) .button,
    #landing .field.has-addons .control:not(:first-child):not(:last-child) .input,
    #landing .field.has-addons .control:not(:first-child):not(:last-child) .select select {
      border-radius: 0;
  }
  
  #landing .field.has-addons .control:first-child:not(:only-child) .button,
    #landing .field.has-addons .control:first-child:not(:only-child) .input,
    #landing .field.has-addons .control:first-child:not(:only-child) .select select {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
  }
  
  #landing .field.has-addons .control:last-child:not(:only-child) .button,
    #landing .field.has-addons .control:last-child:not(:only-child) .input,
    #landing .field.has-addons .control:last-child:not(:only-child) .select select {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
  }
  
  #landing .field.has-addons .control .button:not([disabled]).is-hovered,
    #landing .field.has-addons .control .button:not([disabled]):hover,
    #landing .field.has-addons .control .input:not([disabled]).is-hovered,
    #landing .field.has-addons .control .input:not([disabled]):hover,
    #landing .field.has-addons .control .select select:not([disabled]).is-hovered,
    #landing .field.has-addons .control .select select:not([disabled]):hover {
      z-index: 2;
  }
  
  #landing .field.has-addons .control .button:not([disabled]).is-active,
    #landing .field.has-addons .control .button:not([disabled]).is-focused,
    #landing .field.has-addons .control .button:not([disabled]):active,
    #landing .field.has-addons .control .button:not([disabled]):focus,
    #landing .field.has-addons .control .input:not([disabled]).is-active,
    #landing .field.has-addons .control .input:not([disabled]).is-focused,
    #landing .field.has-addons .control .input:not([disabled]):active,
    #landing .field.has-addons .control .input:not([disabled]):focus,
    #landing .field.has-addons .control .select select:not([disabled]).is-active,
    #landing .field.has-addons .control .select select:not([disabled]).is-focused,
    #landing .field.has-addons .control .select select:not([disabled]):active,
    #landing .field.has-addons .control .select select:not([disabled]):focus {
      z-index: 3;
  }
  
  #landing .field.has-addons .control .button:not([disabled]).is-active:hover,
    #landing .field.has-addons .control .button:not([disabled]).is-focused:hover,
    #landing .field.has-addons .control .button:not([disabled]):active:hover,
    #landing .field.has-addons .control .button:not([disabled]):focus:hover,
    #landing .field.has-addons .control .input:not([disabled]).is-active:hover,
    #landing .field.has-addons .control .input:not([disabled]).is-focused:hover,
    #landing .field.has-addons .control .input:not([disabled]):active:hover,
    #landing .field.has-addons .control .input:not([disabled]):focus:hover,
    #landing .field.has-addons .control .select select:not([disabled]).is-active:hover,
    #landing .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    #landing .field.has-addons .control .select select:not([disabled]):active:hover,
    #landing .field.has-addons .control .select select:not([disabled]):focus:hover {
      z-index: 4;
  }
  
  #landing .field.has-addons .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1;
  }
  
  #landing .field.has-addons.has-addons-centered {
      justify-content: center;
  }
  
  #landing .field.has-addons.has-addons-right {
      justify-content: flex-end;
  }
  
  #landing .field.has-addons.has-addons-fullwidth .control {
      flex-grow: 1;
      flex-shrink: 0;
  }
  
  #landing .field.is-grouped {
      display: flex;
      justify-content: flex-start;
  }
  
  #landing .field.is-grouped > .control {
      flex-shrink: 0;
  }
  
  #landing .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: .75rem;
  }
  
  #landing .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1;
  }
  
  #landing .field.is-grouped.is-grouped-centered {
      justify-content: center;
  }
  
  #landing .field.is-grouped.is-grouped-right {
      justify-content: flex-end;
  }
  
  #landing .field.is-grouped.is-grouped-multiline {
      flex-wrap: wrap;
  }
  
  #landing .field.is-grouped.is-grouped-multiline > .control:last-child,
    #landing .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: .75rem;
  }
  
  #landing .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -.75rem;
  }
  
  #landing .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .field.is-horizontal {
          display: flex;
      }
  }
  
  #landing .field-label .label {
      font-size: inherit;
  }
  
  @media screen and (max-width: 768px) {
      #landing .field-label {
          margin-bottom: .5rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .field-label {
          flex-basis: 0;
          flex-grow: 1;
          flex-shrink: 0;
          margin-right: 1.5rem;
          text-align: right;
      }
  
      #landing .field-label.is-small {
          font-size: .75rem;
          padding-top: .375em;
      }
  
      #landing .field-label.is-normal {
          padding-top: .375em;
      }
  
      #landing .field-label.is-medium {
          font-size: 1.25rem;
          padding-top: .375em;
      }
  
      #landing .field-label.is-large {
          font-size: 1.5rem;
          padding-top: .375em;
      }
  }
  
  #landing .field-body .field .field {
      margin-bottom: 0;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .field-body {
          display: flex;
          flex-basis: 0;
          flex-grow: 5;
          flex-shrink: 1;
      }
  
      #landing .field-body .field {
          margin-bottom: 0;
      }
  
      #landing .field-body > .field {
          flex-shrink: 1;
      }
  
      #landing .field-body > .field:not(.is-narrow) {
          flex-grow: 1;
      }
  
      #landing .field-body > .field:not(:last-child) {
          margin-right: .75rem;
      }
  }
  
  #landing .control {
      box-sizing: border-box;
      clear: both;
      font-size: 1rem;
      position: relative;
      text-align: left;
  }
  
  #landing .control.has-icons-left .input:focus ~ .icon,
    #landing .control.has-icons-left .select:focus ~ .icon,
    #landing .control.has-icons-right .input:focus ~ .icon,
    #landing .control.has-icons-right .select:focus ~ .icon {
      color: #7a7a7a;
  }
  
  #landing .control.has-icons-left .input.is-small ~ .icon,
    #landing .control.has-icons-left .select.is-small ~ .icon,
    #landing .control.has-icons-right .input.is-small ~ .icon,
    #landing .control.has-icons-right .select.is-small ~ .icon {
      font-size: .75rem;
  }
  
  #landing .control.has-icons-left .input.is-medium ~ .icon,
    #landing .control.has-icons-left .select.is-medium ~ .icon,
    #landing .control.has-icons-right .input.is-medium ~ .icon,
    #landing .control.has-icons-right .select.is-medium ~ .icon {
      font-size: 1.25rem;
  }
  
  #landing .control.has-icons-left .input.is-large ~ .icon,
    #landing .control.has-icons-left .select.is-large ~ .icon,
    #landing .control.has-icons-right .input.is-large ~ .icon,
    #landing .control.has-icons-right .select.is-large ~ .icon {
      font-size: 1.5rem;
  }
  
  #landing .control.has-icons-left .icon,
    #landing .control.has-icons-right .icon {
      color: #dbdbdb;
      height: 2.25em;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 2.25em;
      z-index: 4;
  }
  
  #landing .control.has-icons-left .input,
    #landing .control.has-icons-left .select select {
      padding-left: 2.25em;
  }
  
  #landing .control.has-icons-left .icon.is-left {
      left: 0;
  }
  
  #landing .control.has-icons-right .input,
    #landing .control.has-icons-right .select select {
      padding-right: 2.25em;
  }
  
  #landing .control.has-icons-right .icon.is-right {
      right: 0;
  }
  
  #landing .control.is-loading::after {
      position: absolute !important;
      right: .625em;
      top: .625em;
      z-index: 4;
  }
  
  #landing .control.is-loading.is-small:after {
      font-size: .75rem;
  }
  
  #landing .control.is-loading.is-medium:after {
      font-size: 1.25rem;
  }
  
  #landing .control.is-loading.is-large:after {
      font-size: 1.5rem;
  }
  
  #landing .breadcrumb {
      font-size: 1rem;
      white-space: nowrap;
  }
  
  #landing .breadcrumb a {
      align-items: center;
      color: #3273dc;
      display: flex;
      justify-content: center;
      padding: 0 .75em;
  }
  
  #landing .breadcrumb a:hover {
      color: #363636;
  }
  
  #landing .breadcrumb li {
      align-items: center;
      display: flex;
  }
  
  #landing .breadcrumb li:first-child a {
      padding-left: 0;
  }
  
  #landing .breadcrumb li.is-active a {
      color: #363636;
      cursor: default;
      pointer-events: none;
  }
  
  #landing .breadcrumb li + li::before {
      color: #b5b5b5;
      content: "\0002f";
  }
  
  #landing .breadcrumb ol,
    #landing .breadcrumb ul {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
  }
  
  #landing .breadcrumb .icon:first-child {
      margin-right: .5em;
  }
  
  #landing .breadcrumb .icon:last-child {
      margin-left: .5em;
  }
  
  #landing .breadcrumb.is-centered ol,
    #landing .breadcrumb.is-centered ul {
      justify-content: center;
  }
  
  #landing .breadcrumb.is-right ol,
    #landing .breadcrumb.is-right ul {
      justify-content: flex-end;
  }
  
  #landing .breadcrumb.is-small {
      font-size: .75rem;
  }
  
  #landing .breadcrumb.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .breadcrumb.is-large {
      font-size: 1.5rem;
  }
  
  #landing .breadcrumb.has-arrow-separator li + li::before {
      content: "\02192";
  }
  
  #landing .breadcrumb.has-bullet-separator li + li::before {
      content: "\02022";
  }
  
  #landing .breadcrumb.has-dot-separator li + li::before {
      content: "\000b7";
  }
  
  #landing .breadcrumb.has-succeeds-separator li + li::before {
      content: "\0227B";
  }
  
  #landing .card {
      background-color: #fff;
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      color: #4a4a4a;
      max-width: 100%;
      position: relative;
  }
  
  #landing .card-header {
      background-color: transparent;
      align-items: stretch;
      box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
      display: flex;
  }
  
  #landing .card-header-title {
      align-items: center;
      color: #363636;
      display: flex;
      flex-grow: 1;
      font-weight: 700;
      padding: .75rem;
  }
  
  #landing .card-header-title.is-centered {
      justify-content: center;
  }
  
  #landing .card-header-icon {
      align-items: center;
      cursor: pointer;
      display: flex;
      justify-content: center;
      padding: .75rem;
  }
  
  #landing .card-image {
      display: block;
      position: relative;
  }
  
  #landing .card-content {
      background-color: transparent;
      padding: 1.5rem;
  }
  
  #landing .card-footer {
      background-color: transparent;
      border-top: 1px solid #dbdbdb;
      align-items: stretch;
      display: flex;
  }
  
  #landing .card-footer-item {
      align-items: center;
      display: flex;
      flex-basis: 0;
      flex-grow: 1;
      flex-shrink: 0;
      justify-content: center;
      padding: .75rem;
  }
  
  #landing .card-footer-item:not(:last-child) {
      border-right: 1px solid #dbdbdb;
  }
  
  #landing .card .media:not(:last-child) {
      margin-bottom: 1.5rem;
  }
  
  #landing .dropdown {
      display: inline-flex;
      position: relative;
      vertical-align: top;
  }
  
  #landing .dropdown.is-active .dropdown-menu,
    #landing .dropdown.is-hoverable:hover .dropdown-menu {
      display: block;
  }
  
  #landing .dropdown.is-right .dropdown-menu {
      left: auto;
      right: 0;
  }
  
  #landing .dropdown.is-up .dropdown-menu {
      bottom: 100%;
      padding-bottom: 4px;
      padding-top: initial;
      top: auto;
  }
  
  #landing .dropdown-menu {
      display: none;
      left: 0;
      min-width: 12rem;
      padding-top: 4px;
      position: absolute;
      top: 100%;
      z-index: 20;
  }
  
  #landing .dropdown-content {
      background-color: #fff;
      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: .5rem;
      padding-top: .5rem;
  }
  
  #landing .dropdown-item {
      color: #4a4a4a;
      display: block;
      font-size: .875rem;
      line-height: 1.5;
      padding: .375rem 1rem;
      position: relative;
  }
  
  #landing a.dropdown-item,
    #landing button.dropdown-item {
      padding-right: 3rem;
      text-align: left;
      white-space: nowrap;
      width: 100%;
  }
  
  #landing a.dropdown-item:hover,
    #landing button.dropdown-item:hover {
      background-color: #f5f5f5;
      color: #0a0a0a;
  }
  
  #landing a.dropdown-item.is-active,
    #landing button.dropdown-item.is-active {
      background-color: #3273dc;
      color: #fff;
  }
  
  #landing .dropdown-divider {
      background-color: #dbdbdb;
      border: none;
      display: block;
      height: 1px;
      margin: .5rem 0;
  }
  
  #landing .level {
      align-items: center;
      justify-content: space-between;
  }
  
  #landing .level code {
      border-radius: 4px;
  }
  
  #landing .level img {
      display: inline-block;
      vertical-align: top;
  }
  
  #landing .level.is-mobile {
      display: flex;
  }
  
  #landing .level.is-mobile .level-left,
    #landing .level.is-mobile .level-right {
      display: flex;
  }
  
  #landing .level.is-mobile .level-left + .level-right {
      margin-top: 0;
  }
  
  #landing .level.is-mobile .level-item:not(:last-child) {
      margin-bottom: 0;
      margin-right: .75rem;
  }
  
  #landing .level.is-mobile .level-item:not(.is-narrow) {
      flex-grow: 1;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .level {
          display: flex;
      }
  
      #landing .level > .level-item:not(.is-narrow) {
          flex-grow: 1;
      }
  }
  
  #landing .level-item {
      align-items: center;
      display: flex;
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      justify-content: center;
  }
  
  #landing .level-item .subtitle,
    #landing .level-item .title {
      margin-bottom: 0;
  }
  
  @media screen and (max-width: 768px) {
      #landing .level-item:not(:last-child) {
          margin-bottom: .75rem;
      }
  }
  
  #landing .level-left,
    #landing .level-right {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
  }
  
  #landing .level-left .level-item.is-flexible,
    #landing .level-right .level-item.is-flexible {
      flex-grow: 1;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .level-left .level-item:not(:last-child),
      #landing .level-right .level-item:not(:last-child) {
          margin-right: .75rem;
      }
  }
  
  #landing .level-left {
      align-items: center;
      justify-content: flex-start;
  }
  
  @media screen and (max-width: 768px) {
      #landing .level-left + .level-right {
          margin-top: 1.5rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .level-left {
          display: flex;
      }
  }
  
  #landing .level-right {
      align-items: center;
      justify-content: flex-end;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .level-right {
          display: flex;
      }
  }
  
  #landing .list {
      background-color: #fff;
      border-radius: 4px;
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  }
  
  #landing .list-item {
      display: block;
      padding: .5em 1em;
  }
  
  #landing .list-item:not(a) {
      color: #4a4a4a;
  }
  
  #landing .list-item:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
  }
  
  #landing .list-item:last-child {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
  }
  
  #landing .list-item:not(:last-child) {
      border-bottom: 1px solid #dbdbdb;
  }
  
  #landing .list-item.is-active {
      background-color: #3273dc;
      color: #fff;
  }
  
  #landing a.list-item {
      background-color: #f5f5f5;
      cursor: pointer;
  }
  
  #landing .media {
      align-items: flex-start;
      display: flex;
      text-align: left;
  }
  
  #landing .media .content:not(:last-child) {
      margin-bottom: .75rem;
  }
  
  #landing .media .media {
      border-top: 1px solid rgba(219, 219, 219, 0.5);
      display: flex;
      padding-top: .75rem;
  }
  
  #landing .media .media .content:not(:last-child),
    #landing .media .media .control:not(:last-child) {
      margin-bottom: .5rem;
  }
  
  #landing .media .media .media {
      padding-top: .5rem;
  }
  
  #landing .media .media .media + .media {
      margin-top: .5rem;
  }
  
  #landing .media + .media {
      border-top: 1px solid rgba(219, 219, 219, 0.5);
      margin-top: 1rem;
      padding-top: 1rem;
  }
  
  #landing .media.is-large + .media {
      margin-top: 1.5rem;
      padding-top: 1.5rem;
  }
  
  #landing .media-left,
    #landing .media-right {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
  }
  
  #landing .media-left {
      margin-right: 1rem;
  }
  
  #landing .media-right {
      margin-left: 1rem;
  }
  
  #landing .media-content {
      flex-basis: auto;
      flex-grow: 1;
      flex-shrink: 1;
      text-align: left;
  }
  
  @media screen and (max-width: 768px) {
      #landing .media-content {
          overflow-x: auto;
      }
  }
  
  #landing .menu {
      font-size: 1rem;
  }
  
  #landing .menu.is-small {
      font-size: .75rem;
  }
  
  #landing .menu.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .menu.is-large {
      font-size: 1.5rem;
  }
  
  #landing .menu-list {
      line-height: 1.25;
  }
  
  #landing .menu-list a {
      border-radius: 2px;
      color: #4a4a4a;
      display: block;
      padding: .5em .75em;
  }
  
  #landing .menu-list a:hover {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .menu-list a.is-active {
      background-color: #3273dc;
      color: #fff;
  }
  
  #landing .menu-list li ul {
      border-left: 1px solid #dbdbdb;
      margin: .75em;
      padding-left: .75em;
  }
  
  #landing .menu-label {
      color: #7a7a7a;
      font-size: .75em;
      letter-spacing: .1em;
      text-transform: uppercase;
  }
  
  #landing .menu-label:not(:first-child) {
      margin-top: 1em;
  }
  
  #landing .menu-label:not(:last-child) {
      margin-bottom: 1em;
  }
  
  #landing .message {
      background-color: #f5f5f5;
      border-radius: 4px;
      font-size: 1rem;
  }
  
  #landing .message strong {
      color: currentColor;
  }
  
  #landing .message a:not(.button):not(.tag):not(.dropdown-item) {
      color: currentColor;
      text-decoration: underline;
  }
  
  #landing .message.is-small {
      font-size: .75rem;
  }
  
  #landing .message.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .message.is-large {
      font-size: 1.5rem;
  }
  
  #landing .message.is-white {
      background-color: #fff;
  }
  
  #landing .message.is-white .message-header {
      background-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .message.is-white .message-body {
      border-color: #fff;
      color: #4d4d4d;
  }
  
  #landing .message.is-black {
      background-color: #fafafa;
  }
  
  #landing .message.is-black .message-header {
      background-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .message.is-black .message-body {
      border-color: #0a0a0a;
      color: #090909;
  }
  
  #landing .message.is-light {
      background-color: #fafafa;
  }
  
  #landing .message.is-light .message-header {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .message.is-light .message-body {
      border-color: #f5f5f5;
      color: #505050;
  }
  
  #landing .message.is-dark {
      background-color: #fafafa;
  }
  
  #landing .message.is-dark .message-header {
      background-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .message.is-dark .message-body {
      border-color: #363636;
      color: #2a2a2a;
  }
  
  #landing .message.is-primary {
      background-color: #f5fffd;
  }
  
  #landing .message.is-primary .message-header {
      background-color: #00d1b2;
      color: #fff;
  }
  
  #landing .message.is-primary .message-body {
      border-color: #00d1b2;
      color: #021310;
  }
  
  #landing .message.is-link {
      background-color: #f6f9fe;
  }
  
  #landing .message.is-link .message-header {
      background-color: #3273dc;
      color: #fff;
  }
  
  #landing .message.is-link .message-body {
      border-color: #3273dc;
      color: #22509a;
  }
  
  #landing .message.is-info {
      background-color: #f6fbfe;
  }
  
  #landing .message.is-info .message-header {
      background-color: #209cee;
      color: #fff;
  }
  
  #landing .message.is-info .message-body {
      border-color: #209cee;
      color: #12537e;
  }
  
  #landing .message.is-success {
      background-color: #f6fef9;
  }
  
  #landing .message.is-success .message-header {
      background-color: #23d160;
      color: #fff;
  }
  
  #landing .message.is-success .message-body {
      border-color: #23d160;
      color: #0e301a;
  }
  
  #landing .message.is-warning {
      background-color: #fffdf5;
  }
  
  #landing .message.is-warning .message-header {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .message.is-warning .message-body {
      border-color: #ffdd57;
      color: #3b3108;
  }
  
  #landing .message.is-danger {
      background-color: #fff5f7;
  }
  
  #landing .message.is-danger .message-header {
      background-color: #ff3860;
      color: #fff;
  }
  
  #landing .message.is-danger .message-body {
      border-color: #ff3860;
      color: #cd0930;
  }
  
  #landing .message-header {
      align-items: center;
      background-color: #4a4a4a;
      border-radius: 4px 4px 0 0;
      color: #fff;
      display: flex;
      font-weight: 700;
      justify-content: space-between;
      line-height: 1.25;
      padding: .75em 1em;
      position: relative;
  }
  
  #landing .message-header .delete {
      flex-grow: 0;
      flex-shrink: 0;
      margin-left: .75em;
  }
  
  #landing .message-header + .message-body {
      border-width: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
  
  #landing .message-body {
      border-color: #dbdbdb;
      border-radius: 4px;
      border-style: solid;
      border-width: 0 0 0 4px;
      color: #4a4a4a;
      padding: 1.25em 1.5em;
  }
  
  #landing .message-body code,
    #landing .message-body pre {
      background-color: #fff;
  }
  
  #landing .message-body pre code {
      background-color: transparent;
  }
  
  #landing .modal {
      align-items: center;
      display: none;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
      position: fixed;
      z-index: 40;
  }
  
  #landing .modal.is-active {
      display: flex;
  }
  
  #landing .modal-background {
      background-color: rgba(10, 10, 10, 0.86);
  }
  
  #landing .modal-card,
    #landing .modal-content {
      margin: 0 20px;
      max-height: calc(100vh - 160px);
      overflow: auto;
      position: relative;
      width: 100%;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .modal-card,
      #landing .modal-content {
          margin: 0 auto;
          max-height: calc(100vh - 40px);
          width: 640px;
      }
  }
  
  #landing .modal-close {
      background: 0 0;
      height: 40px;
      position: fixed;
      right: 20px;
      top: 20px;
      width: 40px;
  }
  
  #landing .modal-card {
      display: flex;
      flex-direction: column;
      max-height: calc(100vh - 40px);
      overflow: hidden;
      -ms-overflow-y: visible;
  }
  
  #landing .modal-card-foot,
    #landing .modal-card-head {
      align-items: center;
      background-color: #f5f5f5;
      display: flex;
      flex-shrink: 0;
      justify-content: flex-start;
      padding: 20px;
      position: relative;
  }
  
  #landing .modal-card-head {
      border-bottom: 1px solid #dbdbdb;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
  }
  
  #landing .modal-card-title {
      color: #363636;
      flex-grow: 1;
      flex-shrink: 0;
      font-size: 1.5rem;
      line-height: 1;
  }
  
  #landing .modal-card-foot {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      border-top: 1px solid #dbdbdb;
  }
  
  #landing .modal-card-foot .button:not(:last-child) {
      margin-right: .5em;
  }
  
  #landing .modal-card-body {
      -webkit-overflow-scrolling: touch;
      background-color: #fff;
      flex-grow: 1;
      flex-shrink: 1;
      overflow: auto;
      padding: 20px;
  }
  
  #landing .navbar {
      background-color: #fff;
      min-height: 3.25rem;
      position: relative;
      z-index: 30;
  }
  
  #landing .navbar.is-white {
      background-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .navbar.is-white .navbar-brand .navbar-link,
    #landing .navbar.is-white .navbar-brand > .navbar-item {
      color: #0a0a0a;
  }
  
  #landing .navbar.is-white .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-white .navbar-brand .navbar-link:focus,
    #landing .navbar.is-white .navbar-brand .navbar-link:hover,
    #landing .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-white .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-white .navbar-brand > a.navbar-item:hover {
      background-color: #f2f2f2;
      color: #0a0a0a;
  }
  
  #landing .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a;
  }
  
  #landing .navbar.is-white .navbar-burger {
      color: #0a0a0a;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-white .navbar-end .navbar-link,
      #landing .navbar.is-white .navbar-end > .navbar-item,
      #landing .navbar.is-white .navbar-start .navbar-link,
      #landing .navbar.is-white .navbar-start > .navbar-item {
          color: #0a0a0a;
      }
  
      #landing .navbar.is-white .navbar-end .navbar-link.is-active,
      #landing .navbar.is-white .navbar-end .navbar-link:focus,
      #landing .navbar.is-white .navbar-end .navbar-link:hover,
      #landing .navbar.is-white .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-white .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-white .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-white .navbar-start .navbar-link.is-active,
      #landing .navbar.is-white .navbar-start .navbar-link:focus,
      #landing .navbar.is-white .navbar-start .navbar-link:hover,
      #landing .navbar.is-white .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-white .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-white .navbar-start > a.navbar-item:hover {
          background-color: #f2f2f2;
          color: #0a0a0a;
      }
  
      #landing .navbar.is-white .navbar-end .navbar-link::after,
      #landing .navbar.is-white .navbar-start .navbar-link::after {
          border-color: #0a0a0a;
      }
  
      #landing .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #f2f2f2;
          color: #0a0a0a;
      }
  
      #landing .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
          background-color: #fff;
          color: #0a0a0a;
      }
  }
  
  #landing .navbar.is-black {
      background-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .navbar.is-black .navbar-brand .navbar-link,
    #landing .navbar.is-black .navbar-brand > .navbar-item {
      color: #fff;
  }
  
  #landing .navbar.is-black .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-black .navbar-brand .navbar-link:focus,
    #landing .navbar.is-black .navbar-brand .navbar-link:hover,
    #landing .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-black .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-black .navbar-brand > a.navbar-item:hover {
      background-color: #000;
      color: #fff;
  }
  
  #landing .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: #fff;
  }
  
  #landing .navbar.is-black .navbar-burger {
      color: #fff;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-black .navbar-end .navbar-link,
      #landing .navbar.is-black .navbar-end > .navbar-item,
      #landing .navbar.is-black .navbar-start .navbar-link,
      #landing .navbar.is-black .navbar-start > .navbar-item {
          color: #fff;
      }
  
      #landing .navbar.is-black .navbar-end .navbar-link.is-active,
      #landing .navbar.is-black .navbar-end .navbar-link:focus,
      #landing .navbar.is-black .navbar-end .navbar-link:hover,
      #landing .navbar.is-black .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-black .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-black .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-black .navbar-start .navbar-link.is-active,
      #landing .navbar.is-black .navbar-start .navbar-link:focus,
      #landing .navbar.is-black .navbar-start .navbar-link:hover,
      #landing .navbar.is-black .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-black .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-black .navbar-start > a.navbar-item:hover {
          background-color: #000;
          color: #fff;
      }
  
      #landing .navbar.is-black .navbar-end .navbar-link::after,
      #landing .navbar.is-black .navbar-start .navbar-link::after {
          border-color: #fff;
      }
  
      #landing .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #000;
          color: #fff;
      }
  
      #landing .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
          background-color: #0a0a0a;
          color: #fff;
      }
  }
  
  #landing .navbar.is-light {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .navbar.is-light .navbar-brand .navbar-link,
    #landing .navbar.is-light .navbar-brand > .navbar-item {
      color: #363636;
  }
  
  #landing .navbar.is-light .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-light .navbar-brand .navbar-link:focus,
    #landing .navbar.is-light .navbar-brand .navbar-link:hover,
    #landing .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-light .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-light .navbar-brand > a.navbar-item:hover {
      background-color: #e8e8e8;
      color: #363636;
  }
  
  #landing .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: #363636;
  }
  
  #landing .navbar.is-light .navbar-burger {
      color: #363636;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-light .navbar-end .navbar-link,
      #landing .navbar.is-light .navbar-end > .navbar-item,
      #landing .navbar.is-light .navbar-start .navbar-link,
      #landing .navbar.is-light .navbar-start > .navbar-item {
          color: #363636;
      }
  
      #landing .navbar.is-light .navbar-end .navbar-link.is-active,
      #landing .navbar.is-light .navbar-end .navbar-link:focus,
      #landing .navbar.is-light .navbar-end .navbar-link:hover,
      #landing .navbar.is-light .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-light .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-light .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-light .navbar-start .navbar-link.is-active,
      #landing .navbar.is-light .navbar-start .navbar-link:focus,
      #landing .navbar.is-light .navbar-start .navbar-link:hover,
      #landing .navbar.is-light .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-light .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-light .navbar-start > a.navbar-item:hover {
          background-color: #e8e8e8;
          color: #363636;
      }
  
      #landing .navbar.is-light .navbar-end .navbar-link::after,
      #landing .navbar.is-light .navbar-start .navbar-link::after {
          border-color: #363636;
      }
  
      #landing .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #e8e8e8;
          color: #363636;
      }
  
      #landing .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
          background-color: #f5f5f5;
          color: #363636;
      }
  }
  
  #landing .navbar.is-dark {
      background-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .navbar.is-dark .navbar-brand .navbar-link,
    #landing .navbar.is-dark .navbar-brand > .navbar-item {
      color: #f5f5f5;
  }
  
  #landing .navbar.is-dark .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-dark .navbar-brand .navbar-link:focus,
    #landing .navbar.is-dark .navbar-brand .navbar-link:hover,
    #landing .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-dark .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-dark .navbar-brand > a.navbar-item:hover {
      background-color: #292929;
      color: #f5f5f5;
  }
  
  #landing .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: #f5f5f5;
  }
  
  #landing .navbar.is-dark .navbar-burger {
      color: #f5f5f5;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-dark .navbar-end .navbar-link,
      #landing .navbar.is-dark .navbar-end > .navbar-item,
      #landing .navbar.is-dark .navbar-start .navbar-link,
      #landing .navbar.is-dark .navbar-start > .navbar-item {
          color: #f5f5f5;
      }
  
      #landing .navbar.is-dark .navbar-end .navbar-link.is-active,
      #landing .navbar.is-dark .navbar-end .navbar-link:focus,
      #landing .navbar.is-dark .navbar-end .navbar-link:hover,
      #landing .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-dark .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-dark .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-dark .navbar-start .navbar-link.is-active,
      #landing .navbar.is-dark .navbar-start .navbar-link:focus,
      #landing .navbar.is-dark .navbar-start .navbar-link:hover,
      #landing .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-dark .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-dark .navbar-start > a.navbar-item:hover {
          background-color: #292929;
          color: #f5f5f5;
      }
  
      #landing .navbar.is-dark .navbar-end .navbar-link::after,
      #landing .navbar.is-dark .navbar-start .navbar-link::after {
          border-color: #f5f5f5;
      }
  
      #landing .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #292929;
          color: #f5f5f5;
      }
  
      #landing .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
          background-color: #363636;
          color: #f5f5f5;
      }
  }
  
  #landing .navbar.is-primary {
      background-color: #00d1b2;
      color: #fff;
  }
  
  #landing .navbar.is-primary .navbar-brand .navbar-link,
    #landing .navbar.is-primary .navbar-brand > .navbar-item {
      color: #fff;
  }
  
  #landing .navbar.is-primary .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-primary .navbar-brand .navbar-link:focus,
    #landing .navbar.is-primary .navbar-brand .navbar-link:hover,
    #landing .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-primary .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-primary .navbar-brand > a.navbar-item:hover {
      background-color: #00b89c;
      color: #fff;
  }
  
  #landing .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff;
  }
  
  #landing .navbar.is-primary .navbar-burger {
      color: #fff;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-primary .navbar-end .navbar-link,
      #landing .navbar.is-primary .navbar-end > .navbar-item,
      #landing .navbar.is-primary .navbar-start .navbar-link,
      #landing .navbar.is-primary .navbar-start > .navbar-item {
          color: #fff;
      }
  
      #landing .navbar.is-primary .navbar-end .navbar-link.is-active,
      #landing .navbar.is-primary .navbar-end .navbar-link:focus,
      #landing .navbar.is-primary .navbar-end .navbar-link:hover,
      #landing .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-primary .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-primary .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-primary .navbar-start .navbar-link.is-active,
      #landing .navbar.is-primary .navbar-start .navbar-link:focus,
      #landing .navbar.is-primary .navbar-start .navbar-link:hover,
      #landing .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-primary .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-primary .navbar-start > a.navbar-item:hover {
          background-color: #00b89c;
          color: #fff;
      }
  
      #landing .navbar.is-primary .navbar-end .navbar-link::after,
      #landing .navbar.is-primary .navbar-start .navbar-link::after {
          border-color: #fff;
      }
  
      #landing .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #00b89c;
          color: #fff;
      }
  
      #landing .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
          background-color: #00d1b2;
          color: #fff;
      }
  }
  
  #landing .navbar.is-link {
      background-color: #3273dc;
      color: #fff;
  }
  
  #landing .navbar.is-link .navbar-brand .navbar-link,
    #landing .navbar.is-link .navbar-brand > .navbar-item {
      color: #fff;
  }
  
  #landing .navbar.is-link .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-link .navbar-brand .navbar-link:focus,
    #landing .navbar.is-link .navbar-brand .navbar-link:hover,
    #landing .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-link .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-link .navbar-brand > a.navbar-item:hover {
      background-color: #2366d1;
      color: #fff;
  }
  
  #landing .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff;
  }
  
  #landing .navbar.is-link .navbar-burger {
      color: #fff;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-link .navbar-end .navbar-link,
      #landing .navbar.is-link .navbar-end > .navbar-item,
      #landing .navbar.is-link .navbar-start .navbar-link,
      #landing .navbar.is-link .navbar-start > .navbar-item {
          color: #fff;
      }
  
      #landing .navbar.is-link .navbar-end .navbar-link.is-active,
      #landing .navbar.is-link .navbar-end .navbar-link:focus,
      #landing .navbar.is-link .navbar-end .navbar-link:hover,
      #landing .navbar.is-link .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-link .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-link .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-link .navbar-start .navbar-link.is-active,
      #landing .navbar.is-link .navbar-start .navbar-link:focus,
      #landing .navbar.is-link .navbar-start .navbar-link:hover,
      #landing .navbar.is-link .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-link .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-link .navbar-start > a.navbar-item:hover {
          background-color: #2366d1;
          color: #fff;
      }
  
      #landing .navbar.is-link .navbar-end .navbar-link::after,
      #landing .navbar.is-link .navbar-start .navbar-link::after {
          border-color: #fff;
      }
  
      #landing .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #2366d1;
          color: #fff;
      }
  
      #landing .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
          background-color: #3273dc;
          color: #fff;
      }
  }
  
  #landing .navbar.is-info {
      background-color: #209cee;
      color: #fff;
  }
  
  #landing .navbar.is-info .navbar-brand .navbar-link,
    #landing .navbar.is-info .navbar-brand > .navbar-item {
      color: #fff;
  }
  
  #landing .navbar.is-info .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-info .navbar-brand .navbar-link:focus,
    #landing .navbar.is-info .navbar-brand .navbar-link:hover,
    #landing .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-info .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-info .navbar-brand > a.navbar-item:hover {
      background-color: #118fe4;
      color: #fff;
  }
  
  #landing .navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff;
  }
  
  #landing .navbar.is-info .navbar-burger {
      color: #fff;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-info .navbar-end .navbar-link,
      #landing .navbar.is-info .navbar-end > .navbar-item,
      #landing .navbar.is-info .navbar-start .navbar-link,
      #landing .navbar.is-info .navbar-start > .navbar-item {
          color: #fff;
      }
  
      #landing .navbar.is-info .navbar-end .navbar-link.is-active,
      #landing .navbar.is-info .navbar-end .navbar-link:focus,
      #landing .navbar.is-info .navbar-end .navbar-link:hover,
      #landing .navbar.is-info .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-info .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-info .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-info .navbar-start .navbar-link.is-active,
      #landing .navbar.is-info .navbar-start .navbar-link:focus,
      #landing .navbar.is-info .navbar-start .navbar-link:hover,
      #landing .navbar.is-info .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-info .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-info .navbar-start > a.navbar-item:hover {
          background-color: #118fe4;
          color: #fff;
      }
  
      #landing .navbar.is-info .navbar-end .navbar-link::after,
      #landing .navbar.is-info .navbar-start .navbar-link::after {
          border-color: #fff;
      }
  
      #landing .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #118fe4;
          color: #fff;
      }
  
      #landing .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
          background-color: #209cee;
          color: #fff;
      }
  }
  
  #landing .navbar.is-success {
      background-color: #23d160;
      color: #fff;
  }
  
  #landing .navbar.is-success .navbar-brand .navbar-link,
    #landing .navbar.is-success .navbar-brand > .navbar-item {
      color: #fff;
  }
  
  #landing .navbar.is-success .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-success .navbar-brand .navbar-link:focus,
    #landing .navbar.is-success .navbar-brand .navbar-link:hover,
    #landing .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-success .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-success .navbar-brand > a.navbar-item:hover {
      background-color: #20bc56;
      color: #fff;
  }
  
  #landing .navbar.is-success .navbar-brand .navbar-link::after {
      border-color: #fff;
  }
  
  #landing .navbar.is-success .navbar-burger {
      color: #fff;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-success .navbar-end .navbar-link,
      #landing .navbar.is-success .navbar-end > .navbar-item,
      #landing .navbar.is-success .navbar-start .navbar-link,
      #landing .navbar.is-success .navbar-start > .navbar-item {
          color: #fff;
      }
  
      #landing .navbar.is-success .navbar-end .navbar-link.is-active,
      #landing .navbar.is-success .navbar-end .navbar-link:focus,
      #landing .navbar.is-success .navbar-end .navbar-link:hover,
      #landing .navbar.is-success .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-success .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-success .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-success .navbar-start .navbar-link.is-active,
      #landing .navbar.is-success .navbar-start .navbar-link:focus,
      #landing .navbar.is-success .navbar-start .navbar-link:hover,
      #landing .navbar.is-success .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-success .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-success .navbar-start > a.navbar-item:hover {
          background-color: #20bc56;
          color: #fff;
      }
  
      #landing .navbar.is-success .navbar-end .navbar-link::after,
      #landing .navbar.is-success .navbar-start .navbar-link::after {
          border-color: #fff;
      }
  
      #landing .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #20bc56;
          color: #fff;
      }
  
      #landing .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
          background-color: #23d160;
          color: #fff;
      }
  }
  
  #landing .navbar.is-warning {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .navbar.is-warning .navbar-brand .navbar-link,
    #landing .navbar.is-warning .navbar-brand > .navbar-item {
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .navbar.is-warning .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-warning .navbar-brand .navbar-link:focus,
    #landing .navbar.is-warning .navbar-brand .navbar-link:hover,
    #landing .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-warning .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-warning .navbar-brand > a.navbar-item:hover {
      background-color: #ffd83d;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .navbar.is-warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .navbar.is-warning .navbar-burger {
      color: rgba(0, 0, 0, 0.7);
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-warning .navbar-end .navbar-link,
      #landing .navbar.is-warning .navbar-end > .navbar-item,
      #landing .navbar.is-warning .navbar-start .navbar-link,
      #landing .navbar.is-warning .navbar-start > .navbar-item {
          color: rgba(0, 0, 0, 0.7);
      }
  
      #landing .navbar.is-warning .navbar-end .navbar-link.is-active,
      #landing .navbar.is-warning .navbar-end .navbar-link:focus,
      #landing .navbar.is-warning .navbar-end .navbar-link:hover,
      #landing .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-warning .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-warning .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-warning .navbar-start .navbar-link.is-active,
      #landing .navbar.is-warning .navbar-start .navbar-link:focus,
      #landing .navbar.is-warning .navbar-start .navbar-link:hover,
      #landing .navbar.is-warning .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-warning .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-warning .navbar-start > a.navbar-item:hover {
          background-color: #ffd83d;
          color: rgba(0, 0, 0, 0.7);
      }
  
      #landing .navbar.is-warning .navbar-end .navbar-link::after,
      #landing .navbar.is-warning .navbar-start .navbar-link::after {
          border-color: rgba(0, 0, 0, 0.7);
      }
  
      #landing .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #ffd83d;
          color: rgba(0, 0, 0, 0.7);
      }
  
      #landing .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
          background-color: #ffdd57;
          color: rgba(0, 0, 0, 0.7);
      }
  }
  
  #landing .navbar.is-danger {
      background-color: #ff3860;
      color: #fff;
  }
  
  #landing .navbar.is-danger .navbar-brand .navbar-link,
    #landing .navbar.is-danger .navbar-brand > .navbar-item {
      color: #fff;
  }
  
  #landing .navbar.is-danger .navbar-brand .navbar-link.is-active,
    #landing .navbar.is-danger .navbar-brand .navbar-link:focus,
    #landing .navbar.is-danger .navbar-brand .navbar-link:hover,
    #landing .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
    #landing .navbar.is-danger .navbar-brand > a.navbar-item:focus,
    #landing .navbar.is-danger .navbar-brand > a.navbar-item:hover {
      background-color: #ff1f4b;
      color: #fff;
  }
  
  #landing .navbar.is-danger .navbar-brand .navbar-link::after {
      border-color: #fff;
  }
  
  #landing .navbar.is-danger .navbar-burger {
      color: #fff;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar.is-danger .navbar-end .navbar-link,
      #landing .navbar.is-danger .navbar-end > .navbar-item,
      #landing .navbar.is-danger .navbar-start .navbar-link,
      #landing .navbar.is-danger .navbar-start > .navbar-item {
          color: #fff;
      }
  
      #landing .navbar.is-danger .navbar-end .navbar-link.is-active,
      #landing .navbar.is-danger .navbar-end .navbar-link:focus,
      #landing .navbar.is-danger .navbar-end .navbar-link:hover,
      #landing .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      #landing .navbar.is-danger .navbar-end > a.navbar-item:focus,
      #landing .navbar.is-danger .navbar-end > a.navbar-item:hover,
      #landing .navbar.is-danger .navbar-start .navbar-link.is-active,
      #landing .navbar.is-danger .navbar-start .navbar-link:focus,
      #landing .navbar.is-danger .navbar-start .navbar-link:hover,
      #landing .navbar.is-danger .navbar-start > a.navbar-item.is-active,
      #landing .navbar.is-danger .navbar-start > a.navbar-item:focus,
      #landing .navbar.is-danger .navbar-start > a.navbar-item:hover {
          background-color: #ff1f4b;
          color: #fff;
      }
  
      #landing .navbar.is-danger .navbar-end .navbar-link::after,
      #landing .navbar.is-danger .navbar-start .navbar-link::after {
          border-color: #fff;
      }
  
      #landing .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #ff1f4b;
          color: #fff;
      }
  
      #landing .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
          background-color: #ff3860;
          color: #fff;
      }
  }
  
  #landing .navbar > .container {
      align-items: stretch;
      display: flex;
      min-height: 3.25rem;
      width: 100%;
  }
  
  #landing .navbar.has-shadow {
      box-shadow: 0 2px 0 0 #f5f5f5;
  }
  
  #landing .navbar.is-fixed-bottom,
    #landing .navbar.is-fixed-top {
      left: 0;
      position: fixed;
      right: 0;
      z-index: 30;
  }
  
  #landing .navbar.is-fixed-bottom {
      bottom: 0;
  }
  
  #landing .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 #f5f5f5;
  }
  
  #landing .navbar.is-fixed-top {
      top: 0;
  }
  
  #landing body.has-navbar-fixed-top,
    #landing html.has-navbar-fixed-top {
      padding-top: 3.25rem;
  }
  
  #landing body.has-navbar-fixed-bottom,
    #landing html.has-navbar-fixed-bottom {
      padding-bottom: 3.25rem;
  }
  
  #landing .navbar-brand,
    #landing .navbar-tabs {
      align-items: stretch;
      display: flex;
      flex-shrink: 0;
      min-height: 3.25rem;
  }
  
  #landing .navbar-brand a.navbar-item:focus,
    #landing .navbar-brand a.navbar-item:hover {
      background-color: transparent;
  }
  
  #landing .navbar-tabs {
      -webkit-overflow-scrolling: touch;
      max-width: 100vw;
      overflow-x: auto;
      overflow-y: hidden;
  }
  
  #landing .navbar-burger {
      color: #4a4a4a;
      cursor: pointer;
      display: block;
      height: 3.25rem;
      position: relative;
      width: 3.25rem;
      margin-left: auto;
  }
  
  #landing .navbar-burger span {
      background-color: currentColor;
      display: block;
      height: 1px;
      left: calc(50% - 8px);
      position: absolute;
      -webkit-transform-origin: center;
      transform-origin: center;
      transition-duration: 86ms;
      transition-property: background-color, opacity, -webkit-transform;
      transition-property: background-color, opacity, transform;
      transition-property: background-color, opacity, transform, -webkit-transform;
      transition-timing-function: ease-out;
      width: 16px;
  }
  
  #landing .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px);
  }
  
  #landing .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px);
  }
  
  #landing .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px);
  }
  
  #landing .navbar-burger:hover {
      background-color: rgba(0, 0, 0, 0.05);
  }
  
  #landing .navbar-burger.is-active span:nth-child(1) {
      -webkit-transform: translateY(5px) rotate(45deg);
      transform: translateY(5px) rotate(45deg);
  }
  
  #landing .navbar-burger.is-active span:nth-child(2) {
      opacity: 0;
  }
  
  #landing .navbar-burger.is-active span:nth-child(3) {
      -webkit-transform: translateY(-5px) rotate(-45deg);
      transform: translateY(-5px) rotate(-45deg);
  }
  
  #landing .navbar-menu {
      display: none;
  }
  
  #landing .navbar-item,
    #landing .navbar-link {
      color: #4a4a4a;
      display: block;
      line-height: 1.5;
      padding: .5rem .75rem;
      position: relative;
  }
  
  #landing .navbar-item .icon:only-child,
    #landing .navbar-link .icon:only-child {
      margin-left: -.25rem;
      margin-right: -.25rem;
  }
  
  #landing .navbar-link,
    #landing a.navbar-item {
      cursor: pointer;
  }
  
  #landing .navbar-link.is-active,
    #landing .navbar-link:focus,
    #landing .navbar-link:focus-within,
    #landing .navbar-link:hover,
    #landing a.navbar-item.is-active,
    #landing a.navbar-item:focus,
    #landing a.navbar-item:focus-within,
    #landing a.navbar-item:hover {
      background-color: #fafafa;
      color: #3273dc;
  }
  
  #landing .navbar-item {
      display: block;
      flex-grow: 0;
      flex-shrink: 0;
  }
  
  #landing .navbar-item img {
      max-height: 1.75rem;
  }
  
  #landing .navbar-item.has-dropdown {
      padding: 0;
  }
  
  #landing .navbar-item.is-expanded {
      flex-grow: 1;
      flex-shrink: 1;
  }
  
  #landing .navbar-item.is-tab {
      border-bottom: 1px solid transparent;
      min-height: 3.25rem;
      padding-bottom: calc(.5rem - 1px);
  }
  
  #landing .navbar-item.is-tab:focus,
    #landing .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #3273dc;
  }
  
  #landing .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(.5rem - 3px);
  }
  
  #landing .navbar-content {
      flex-grow: 1;
      flex-shrink: 1;
  }
  
  #landing .navbar-link:not(.is-arrowless) {
      padding-right: 2.5em;
  }
  
  #landing .navbar-link:not(.is-arrowless)::after {
      border-color: #3273dc;
      margin-top: -.375em;
      right: 1.125em;
  }
  
  #landing .navbar-dropdown {
      font-size: .875rem;
      padding-bottom: .5rem;
      padding-top: .5rem;
  }
  
  #landing .navbar-dropdown .navbar-item {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
  
  #landing .navbar-divider {
      background-color: #f5f5f5;
      border: none;
      display: none;
      height: 2px;
      margin: .5rem 0;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .navbar > .container {
          display: block;
      }
  
      #landing .navbar-brand .navbar-item,
      #landing .navbar-tabs .navbar-item {
          align-items: center;
          display: flex;
      }
  
      #landing .navbar-link::after {
          display: none;
      }
  
      #landing .navbar-menu {
          background-color: #fff;
          box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
          padding: .5rem 0;
      }
  
      #landing .navbar-menu.is-active {
          display: block;
      }
  
      #landing .navbar.is-fixed-bottom-touch,
      #landing .navbar.is-fixed-top-touch {
          left: 0;
          position: fixed;
          right: 0;
          z-index: 30;
      }
  
      #landing .navbar.is-fixed-bottom-touch {
          bottom: 0;
      }
  
      #landing .navbar.is-fixed-bottom-touch.has-shadow {
          box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
      }
  
      #landing .navbar.is-fixed-top-touch {
          top: 0;
      }
  
      #landing .navbar.is-fixed-top .navbar-menu,
      #landing .navbar.is-fixed-top-touch .navbar-menu {
          -webkit-overflow-scrolling: touch;
          max-height: calc(100vh - 3.25rem);
          overflow: auto;
      }
  
      #landing body.has-navbar-fixed-top-touch,
      #landing html.has-navbar-fixed-top-touch {
          padding-top: 3.25rem;
      }
  
      #landing body.has-navbar-fixed-bottom-touch,
      #landing html.has-navbar-fixed-bottom-touch {
          padding-bottom: 3.25rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .navbar,
      #landing .navbar-end,
      #landing .navbar-menu,
      #landing .navbar-start {
          align-items: stretch;
          display: flex;
      }
  
      #landing .navbar {
          min-height: 3.25rem;
      }
  
      #landing .navbar.is-spaced {
          padding: 1rem 2rem;
      }
  
      #landing .navbar.is-spaced .navbar-end,
      #landing .navbar.is-spaced .navbar-start {
          align-items: center;
      }
  
      #landing .navbar.is-spaced .navbar-link,
      #landing .navbar.is-spaced a.navbar-item {
          border-radius: 4px;
      }
  
      #landing .navbar.is-transparent .navbar-link.is-active,
      #landing .navbar.is-transparent .navbar-link:focus,
      #landing .navbar.is-transparent .navbar-link:hover,
      #landing .navbar.is-transparent a.navbar-item.is-active,
      #landing .navbar.is-transparent a.navbar-item:focus,
      #landing .navbar.is-transparent a.navbar-item:hover {
          background-color: transparent !important;
      }
  
      #landing .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
      #landing .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
      #landing .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
          background-color: transparent !important;
      }
  
      #landing .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
      #landing .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
          background-color: #f5f5f5;
          color: #0a0a0a;
      }
  
      #landing .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
          background-color: #f5f5f5;
          color: #3273dc;
      }
  
      #landing .navbar-burger {
          display: none;
      }
  
      #landing .navbar-item,
      #landing .navbar-link {
          align-items: center;
          display: flex;
      }
  
      #landing .navbar-item {
          display: flex;
      }
  
      #landing .navbar-item.has-dropdown {
          align-items: stretch;
      }
  
      #landing .navbar-item.has-dropdown-up .navbar-link::after {
          -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
          transform: rotate(135deg) translate(0.25em, -0.25em);
      }
  
      #landing .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;
      }
  
      #landing .navbar-item.is-active .navbar-dropdown,
      #landing .navbar-item.is-hoverable:focus .navbar-dropdown,
      #landing .navbar-item.is-hoverable:focus-within .navbar-dropdown,
      #landing .navbar-item.is-hoverable:hover .navbar-dropdown {
          display: block;
      }
  
      #landing .navbar-item.is-active .navbar-dropdown.is-boxed,
      #landing .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
      #landing .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
      #landing .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,
      #landing .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
      #landing .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
      #landing .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
      #landing .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
          opacity: 1;
          pointer-events: auto;
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
  
      #landing .navbar-menu {
          flex-grow: 1;
          flex-shrink: 0;
      }
  
      #landing .navbar-start {
          justify-content: flex-start;
          margin-right: auto;
      }
  
      #landing .navbar-end {
          justify-content: flex-end;
          margin-left: auto;
      }
  
      #landing .navbar-dropdown {
          background-color: #fff;
          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: .875rem;
          left: 0;
          min-width: 100%;
          position: absolute;
          top: 100%;
          z-index: 20;
      }
  
      #landing .navbar-dropdown .navbar-item {
          padding: .375rem 1rem;
          white-space: nowrap;
      }
  
      #landing .navbar-dropdown a.navbar-item {
          padding-right: 3rem;
      }
  
      #landing .navbar-dropdown a.navbar-item:focus,
      #landing .navbar-dropdown a.navbar-item:hover {
          background-color: #f5f5f5;
          color: #0a0a0a;
      }
  
      #landing .navbar-dropdown a.navbar-item.is-active {
          background-color: #f5f5f5;
          color: #3273dc;
      }
  
      #landing .navbar-dropdown.is-boxed,
      #landing .navbar.is-spaced .navbar-dropdown {
          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));
          -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
          transition-duration: 86ms;
          transition-property: opacity, -webkit-transform;
          transition-property: opacity, transform;
          transition-property: opacity, transform, -webkit-transform;
      }
  
      #landing .navbar-dropdown.is-right {
          left: auto;
          right: 0;
      }
  
      #landing .navbar-divider {
          display: block;
      }
  
      #landing .container > .navbar .navbar-brand,
      #landing .navbar > .container .navbar-brand {
          margin-left: -.75rem;
      }
  
      #landing .container > .navbar .navbar-menu,
      #landing .navbar > .container .navbar-menu {
          margin-right: -.75rem;
      }
  
      #landing .navbar.is-fixed-bottom-desktop,
      #landing .navbar.is-fixed-top-desktop {
          left: 0;
          position: fixed;
          right: 0;
          z-index: 30;
      }
  
      #landing .navbar.is-fixed-bottom-desktop {
          bottom: 0;
      }
  
      #landing .navbar.is-fixed-bottom-desktop.has-shadow {
          box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
      }
  
      #landing .navbar.is-fixed-top-desktop {
          top: 0;
      }
  
      #landing body.has-navbar-fixed-top-desktop,
      #landing html.has-navbar-fixed-top-desktop {
          padding-top: 3.25rem;
      }
  
      #landing body.has-navbar-fixed-bottom-desktop,
      #landing html.has-navbar-fixed-bottom-desktop {
          padding-bottom: 3.25rem;
      }
  
      #landing body.has-spaced-navbar-fixed-top,
      #landing html.has-spaced-navbar-fixed-top {
          padding-top: 5.25rem;
      }
  
      #landing body.has-spaced-navbar-fixed-bottom,
      #landing html.has-spaced-navbar-fixed-bottom {
          padding-bottom: 5.25rem;
      }
  
      #landing .navbar-link.is-active,
      #landing a.navbar-item.is-active {
          color: #0a0a0a;
      }
  
      #landing .navbar-link.is-active:not(:focus):not(:hover),
      #landing a.navbar-item.is-active:not(:focus):not(:hover) {
          background-color: transparent;
      }
  
      #landing .navbar-item.has-dropdown.is-active .navbar-link,
      #landing .navbar-item.has-dropdown:focus .navbar-link,
      #landing .navbar-item.has-dropdown:hover .navbar-link {
          background-color: #fafafa;
      }
  }
  
  #landing .hero.is-fullheight-with-navbar {
      min-height: calc(100vh - 3.25rem);
  }
  
  #landing .pagination {
      font-size: 1rem;
      margin: -.25rem;
  }
  
  #landing .pagination.is-small {
      font-size: .75rem;
  }
  
  #landing .pagination.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .pagination.is-large {
      font-size: 1.5rem;
  }
  
  #landing .pagination.is-rounded .pagination-next,
    #landing .pagination.is-rounded .pagination-previous {
      padding-left: 1em;
      padding-right: 1em;
      border-radius: 290486px;
  }
  
  #landing .pagination.is-rounded .pagination-link {
      border-radius: 290486px;
  }
  
  #landing .pagination,
    #landing .pagination-list {
      align-items: center;
      display: flex;
      justify-content: center;
      text-align: center;
  }
  
  #landing .pagination-ellipsis,
    #landing .pagination-link,
    #landing .pagination-next,
    #landing .pagination-previous {
      font-size: 1em;
      justify-content: center;
      margin: .25rem;
      padding-left: .5em;
      padding-right: .5em;
      text-align: center;
  }
  
  #landing .pagination-link,
    #landing .pagination-next,
    #landing .pagination-previous {
      border-color: #dbdbdb;
      color: #363636;
      min-width: 2.25em;
  }
  
  #landing .pagination-link:hover,
    #landing .pagination-next:hover,
    #landing .pagination-previous:hover {
      border-color: #b5b5b5;
      color: #363636;
  }
  
  #landing .pagination-link:focus,
    #landing .pagination-next:focus,
    #landing .pagination-previous:focus {
      border-color: #3273dc;
  }
  
  #landing .pagination-link:active,
    #landing .pagination-next:active,
    #landing .pagination-previous:active {
      box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  }
  
  #landing .pagination-link[disabled],
    #landing .pagination-next[disabled],
    #landing .pagination-previous[disabled] {
      background-color: #dbdbdb;
      border-color: #dbdbdb;
      box-shadow: none;
      color: #7a7a7a;
      opacity: .5;
  }
  
  #landing .pagination-next,
    #landing .pagination-previous {
      padding-left: .75em;
      padding-right: .75em;
      white-space: nowrap;
  }
  
  #landing .pagination-link.is-current {
      background-color: #3273dc;
      border-color: #3273dc;
      color: #fff;
  }
  
  #landing .pagination-ellipsis {
      color: #b5b5b5;
      pointer-events: none;
  }
  
  #landing .pagination-list {
      flex-wrap: wrap;
  }
  
  @media screen and (max-width: 768px) {
      #landing .pagination {
          flex-wrap: wrap;
      }
  
      #landing .pagination-next,
      #landing .pagination-previous {
          flex-grow: 1;
          flex-shrink: 1;
      }
  
      #landing .pagination-list li {
          flex-grow: 1;
          flex-shrink: 1;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .pagination-list {
          flex-grow: 1;
          flex-shrink: 1;
          justify-content: flex-start;
          order: 1;
      }
  
      #landing .pagination-previous {
          order: 2;
      }
  
      #landing .pagination-next {
          order: 3;
      }
  
      #landing .pagination {
          justify-content: space-between;
      }
  
      #landing .pagination.is-centered .pagination-previous {
          order: 1;
      }
  
      #landing .pagination.is-centered .pagination-list {
          justify-content: center;
          order: 2;
      }
  
      #landing .pagination.is-centered .pagination-next {
          order: 3;
      }
  
      #landing .pagination.is-right .pagination-previous {
          order: 1;
      }
  
      #landing .pagination.is-right .pagination-next {
          order: 2;
      }
  
      #landing .pagination.is-right .pagination-list {
          justify-content: flex-end;
          order: 3;
      }
  }
  
  #landing .panel {
      font-size: 1rem;
  }
  
  #landing .panel:not(:last-child) {
      margin-bottom: 1.5rem;
  }
  
  #landing .panel-block,
    #landing .panel-heading,
    #landing .panel-tabs {
      border-bottom: 1px solid #dbdbdb;
      border-left: 1px solid #dbdbdb;
      border-right: 1px solid #dbdbdb;
  }
  
  #landing .panel-block:first-child,
    #landing .panel-heading:first-child,
    #landing .panel-tabs:first-child {
      border-top: 1px solid #dbdbdb;
  }
  
  #landing .panel-heading {
      background-color: #f5f5f5;
      border-radius: 4px 4px 0 0;
      color: #363636;
      font-size: 1.25em;
      font-weight: 300;
      line-height: 1.25;
      padding: .5em .75em;
  }
  
  #landing .panel-tabs {
      align-items: flex-end;
      display: flex;
      font-size: .875em;
      justify-content: center;
  }
  
  #landing .panel-tabs a {
      border-bottom: 1px solid #dbdbdb;
      margin-bottom: -1px;
      padding: .5em;
  }
  
  #landing .panel-tabs a.is-active {
      border-bottom-color: #4a4a4a;
      color: #363636;
  }
  
  #landing .panel-list a {
      color: #4a4a4a;
  }
  
  #landing .panel-list a:hover {
      color: #3273dc;
  }
  
  #landing .panel-block {
      align-items: center;
      color: #363636;
      display: flex;
      justify-content: flex-start;
      padding: .5em .75em;
  }
  
  #landing .panel-block input[type=checkbox] {
      margin-right: .75em;
  }
  
  #landing .panel-block > .control {
      flex-grow: 1;
      flex-shrink: 1;
      width: 100%;
  }
  
  #landing .panel-block.is-wrapped {
      flex-wrap: wrap;
  }
  
  #landing .panel-block.is-active {
      border-left-color: #3273dc;
      color: #363636;
  }
  
  #landing .panel-block.is-active .panel-icon {
      color: #3273dc;
  }
  
  #landing a.panel-block,
    #landing label.panel-block {
      cursor: pointer;
  }
  
  #landing a.panel-block:hover,
    #landing label.panel-block:hover {
      background-color: #f5f5f5;
  }
  
  #landing .panel-icon {
      display: inline-block;
      font-size: 14px;
      height: 1em;
      line-height: 1em;
      text-align: center;
      vertical-align: top;
      width: 1em;
      color: #7a7a7a;
      margin-right: .75em;
  }
  
  #landing .panel-icon .fa {
      font-size: inherit;
      line-height: inherit;
  }
  
  #landing .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;
  }
  
  #landing .tabs a {
      align-items: center;
      border-bottom-color: #dbdbdb;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      color: #4a4a4a;
      display: flex;
      justify-content: center;
      margin-bottom: -1px;
      padding: .5em 1em;
      vertical-align: top;
  }
  
  #landing .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636;
  }
  
  #landing .tabs li {
      display: block;
  }
  
  #landing .tabs li.is-active a {
      border-bottom-color: #3273dc;
      color: #3273dc;
  }
  
  #landing .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;
  }
  
  #landing .tabs ul.is-left {
      padding-right: .75em;
  }
  
  #landing .tabs ul.is-center {
      flex: none;
      justify-content: center;
      padding-left: .75em;
      padding-right: .75em;
  }
  
  #landing .tabs ul.is-right {
      justify-content: flex-end;
      padding-left: .75em;
  }
  
  #landing .tabs .icon:first-child {
      margin-right: .5em;
  }
  
  #landing .tabs .icon:last-child {
      margin-left: .5em;
  }
  
  #landing .tabs.is-centered ul {
      justify-content: center;
  }
  
  #landing .tabs.is-right ul {
      justify-content: flex-end;
  }
  
  #landing .tabs.is-boxed a {
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0;
  }
  
  #landing .tabs.is-boxed a:hover {
      background-color: #f5f5f5;
      border-bottom-color: #dbdbdb;
  }
  
  #landing .tabs.is-boxed li.is-active a {
      background-color: #fff;
      border-color: #dbdbdb;
      border-bottom-color: transparent !important;
  }
  
  #landing .tabs.is-fullwidth li {
      flex-grow: 1;
      flex-shrink: 0;
  }
  
  #landing .tabs.is-toggle a {
      border-color: #dbdbdb;
      border-style: solid;
      border-width: 1px;
      margin-bottom: 0;
      position: relative;
  }
  
  #landing .tabs.is-toggle a:hover {
      background-color: #f5f5f5;
      border-color: #b5b5b5;
      z-index: 2;
  }
  
  #landing .tabs.is-toggle li + li {
      margin-left: -1px;
  }
  
  #landing .tabs.is-toggle li:first-child a {
      border-radius: 4px 0 0 4px;
  }
  
  #landing .tabs.is-toggle li:last-child a {
      border-radius: 0 4px 4px 0;
  }
  
  #landing .tabs.is-toggle li.is-active a {
      background-color: #3273dc;
      border-color: #3273dc;
      color: #fff;
      z-index: 1;
  }
  
  #landing .tabs.is-toggle ul {
      border-bottom: none;
  }
  
  #landing .tabs.is-toggle.is-toggle-rounded li:first-child a {
      border-bottom-left-radius: 290486px;
      border-top-left-radius: 290486px;
      padding-left: 1.25em;
  }
  
  #landing .tabs.is-toggle.is-toggle-rounded li:last-child a {
      border-bottom-right-radius: 290486px;
      border-top-right-radius: 290486px;
      padding-right: 1.25em;
  }
  
  #landing .tabs.is-small {
      font-size: .75rem;
  }
  
  #landing .tabs.is-medium {
      font-size: 1.25rem;
  }
  
  #landing .tabs.is-large {
      font-size: 1.5rem;
  }
  
  #landing .column {
      display: block;
      flex-basis: 0;
      flex-grow: 1;
      flex-shrink: 1;
      padding: .75rem;
  }
  
  #landing .columns.is-mobile > .column.is-narrow {
      flex: none;
  }
  
  #landing .columns.is-mobile > .column.is-full {
      flex: none;
      width: 100%;
  }
  
  #landing .columns.is-mobile > .column.is-three-quarters {
      flex: none;
      width: 75%;
  }
  
  #landing .columns.is-mobile > .column.is-two-thirds {
      flex: none;
      width: 66.6666%;
  }
  
  #landing .columns.is-mobile > .column.is-half {
      flex: none;
      width: 50%;
  }
  
  #landing .columns.is-mobile > .column.is-one-third {
      flex: none;
      width: 33.3333%;
  }
  
  #landing .columns.is-mobile > .column.is-one-quarter {
      flex: none;
      width: 25%;
  }
  
  #landing .columns.is-mobile > .column.is-one-fifth {
      flex: none;
      width: 20%;
  }
  
  #landing .columns.is-mobile > .column.is-two-fifths {
      flex: none;
      width: 40%;
  }
  
  #landing .columns.is-mobile > .column.is-three-fifths {
      flex: none;
      width: 60%;
  }
  
  #landing .columns.is-mobile > .column.is-four-fifths {
      flex: none;
      width: 80%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-three-quarters {
      margin-left: 75%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-two-thirds {
      margin-left: 66.6666%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-half {
      margin-left: 50%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-one-third {
      margin-left: 33.3333%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-one-quarter {
      margin-left: 25%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-one-fifth {
      margin-left: 20%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-two-fifths {
      margin-left: 40%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-three-fifths {
      margin-left: 60%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-four-fifths {
      margin-left: 80%;
  }
  
  #landing .columns.is-mobile > .column.is-0 {
      flex: none;
      width: 0%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-0 {
      margin-left: 0;
  }
  
  #landing .columns.is-mobile > .column.is-1 {
      flex: none;
      width: 8.33333%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-1 {
      margin-left: 8.33333%;
  }
  
  #landing .columns.is-mobile > .column.is-2 {
      flex: none;
      width: 16.66667%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-2 {
      margin-left: 16.66667%;
  }
  
  #landing .columns.is-mobile > .column.is-3 {
      flex: none;
      width: 25%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-3 {
      margin-left: 25%;
  }
  
  #landing .columns.is-mobile > .column.is-4 {
      flex: none;
      width: 33.33333%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-4 {
      margin-left: 33.33333%;
  }
  
  #landing .columns.is-mobile > .column.is-5 {
      flex: none;
      width: 41.66667%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-5 {
      margin-left: 41.66667%;
  }
  
  #landing .columns.is-mobile > .column.is-6 {
      flex: none;
      width: 50%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-6 {
      margin-left: 50%;
  }
  
  #landing .columns.is-mobile > .column.is-7 {
      flex: none;
      width: 58.33333%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-7 {
      margin-left: 58.33333%;
  }
  
  #landing .columns.is-mobile > .column.is-8 {
      flex: none;
      width: 66.66667%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-8 {
      margin-left: 66.66667%;
  }
  
  #landing .columns.is-mobile > .column.is-9 {
      flex: none;
      width: 75%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-9 {
      margin-left: 75%;
  }
  
  #landing .columns.is-mobile > .column.is-10 {
      flex: none;
      width: 83.33333%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-10 {
      margin-left: 83.33333%;
  }
  
  #landing .columns.is-mobile > .column.is-11 {
      flex: none;
      width: 91.66667%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-11 {
      margin-left: 91.66667%;
  }
  
  #landing .columns.is-mobile > .column.is-12 {
      flex: none;
      width: 100%;
  }
  
  #landing .columns.is-mobile > .column.is-offset-12 {
      margin-left: 100%;
  }
  
  @media screen and (max-width: 768px) {
      #landing .column.is-narrow-mobile {
          flex: none;
      }
  
      #landing .column.is-full-mobile {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-three-quarters-mobile {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-two-thirds-mobile {
          flex: none;
          width: 66.6666%;
      }
  
      #landing .column.is-half-mobile {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-one-third-mobile {
          flex: none;
          width: 33.3333%;
      }
  
      #landing .column.is-one-quarter-mobile {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-one-fifth-mobile {
          flex: none;
          width: 20%;
      }
  
      #landing .column.is-two-fifths-mobile {
          flex: none;
          width: 40%;
      }
  
      #landing .column.is-three-fifths-mobile {
          flex: none;
          width: 60%;
      }
  
      #landing .column.is-four-fifths-mobile {
          flex: none;
          width: 80%;
      }
  
      #landing .column.is-offset-three-quarters-mobile {
          margin-left: 75%;
      }
  
      #landing .column.is-offset-two-thirds-mobile {
          margin-left: 66.6666%;
      }
  
      #landing .column.is-offset-half-mobile {
          margin-left: 50%;
      }
  
      #landing .column.is-offset-one-third-mobile {
          margin-left: 33.3333%;
      }
  
      #landing .column.is-offset-one-quarter-mobile {
          margin-left: 25%;
      }
  
      #landing .column.is-offset-one-fifth-mobile {
          margin-left: 20%;
      }
  
      #landing .column.is-offset-two-fifths-mobile {
          margin-left: 40%;
      }
  
      #landing .column.is-offset-three-fifths-mobile {
          margin-left: 60%;
      }
  
      #landing .column.is-offset-four-fifths-mobile {
          margin-left: 80%;
      }
  
      #landing .column.is-0-mobile {
          flex: none;
          width: 0%;
      }
  
      #landing .column.is-offset-0-mobile {
          margin-left: 0;
      }
  
      #landing .column.is-1-mobile {
          flex: none;
          width: 8.33333%;
      }
  
      #landing .column.is-offset-1-mobile {
          margin-left: 8.33333%;
      }
  
      #landing .column.is-2-mobile {
          flex: none;
          width: 16.66667%;
      }
  
      #landing .column.is-offset-2-mobile {
          margin-left: 16.66667%;
      }
  
      #landing .column.is-3-mobile {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-offset-3-mobile {
          margin-left: 25%;
      }
  
      #landing .column.is-4-mobile {
          flex: none;
          width: 33.33333%;
      }
  
      #landing .column.is-offset-4-mobile {
          margin-left: 33.33333%;
      }
  
      #landing .column.is-5-mobile {
          flex: none;
          width: 41.66667%;
      }
  
      #landing .column.is-offset-5-mobile {
          margin-left: 41.66667%;
      }
  
      #landing .column.is-6-mobile {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-offset-6-mobile {
          margin-left: 50%;
      }
  
      #landing .column.is-7-mobile {
          flex: none;
          width: 58.33333%;
      }
  
      #landing .column.is-offset-7-mobile {
          margin-left: 58.33333%;
      }
  
      #landing .column.is-8-mobile {
          flex: none;
          width: 66.66667%;
      }
  
      #landing .column.is-offset-8-mobile {
          margin-left: 66.66667%;
      }
  
      #landing .column.is-9-mobile {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-offset-9-mobile {
          margin-left: 75%;
      }
  
      #landing .column.is-10-mobile {
          flex: none;
          width: 83.33333%;
      }
  
      #landing .column.is-offset-10-mobile {
          margin-left: 83.33333%;
      }
  
      #landing .column.is-11-mobile {
          flex: none;
          width: 91.66667%;
      }
  
      #landing .column.is-offset-11-mobile {
          margin-left: 91.66667%;
      }
  
      #landing .column.is-12-mobile {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-offset-12-mobile {
          margin-left: 100%;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .column.is-narrow,
      #landing .column.is-narrow-tablet {
          flex: none;
      }
  
      #landing .column.is-full,
      #landing .column.is-full-tablet {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-three-quarters,
      #landing .column.is-three-quarters-tablet {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-two-thirds,
      #landing .column.is-two-thirds-tablet {
          flex: none;
          width: 66.6666%;
      }
  
      #landing .column.is-half,
      #landing .column.is-half-tablet {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-one-third,
      #landing .column.is-one-third-tablet {
          flex: none;
          width: 33.3333%;
      }
  
      #landing .column.is-one-quarter,
      #landing .column.is-one-quarter-tablet {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-one-fifth,
      #landing .column.is-one-fifth-tablet {
          flex: none;
          width: 20%;
      }
  
      #landing .column.is-two-fifths,
      #landing .column.is-two-fifths-tablet {
          flex: none;
          width: 40%;
      }
  
      #landing .column.is-three-fifths,
      #landing .column.is-three-fifths-tablet {
          flex: none;
          width: 60%;
      }
  
      #landing .column.is-four-fifths,
      #landing .column.is-four-fifths-tablet {
          flex: none;
          width: 80%;
      }
  
      #landing .column.is-offset-three-quarters,
      #landing .column.is-offset-three-quarters-tablet {
          margin-left: 75%;
      }
  
      #landing .column.is-offset-two-thirds,
      #landing .column.is-offset-two-thirds-tablet {
          margin-left: 66.6666%;
      }
  
      #landing .column.is-offset-half,
      #landing .column.is-offset-half-tablet {
          margin-left: 50%;
      }
  
      #landing .column.is-offset-one-third,
      #landing .column.is-offset-one-third-tablet {
          margin-left: 33.3333%;
      }
  
      #landing .column.is-offset-one-quarter,
      #landing .column.is-offset-one-quarter-tablet {
          margin-left: 25%;
      }
  
      #landing .column.is-offset-one-fifth,
      #landing .column.is-offset-one-fifth-tablet {
          margin-left: 20%;
      }
  
      #landing .column.is-offset-two-fifths,
      #landing .column.is-offset-two-fifths-tablet {
          margin-left: 40%;
      }
  
      #landing .column.is-offset-three-fifths,
      #landing .column.is-offset-three-fifths-tablet {
          margin-left: 60%;
      }
  
      #landing .column.is-offset-four-fifths,
      #landing .column.is-offset-four-fifths-tablet {
          margin-left: 80%;
      }
  
      #landing .column.is-0,
      #landing .column.is-0-tablet {
          flex: none;
          width: 0%;
      }
  
      #landing .column.is-offset-0,
      #landing .column.is-offset-0-tablet {
          margin-left: 0;
      }
  
      #landing .column.is-1,
      #landing .column.is-1-tablet {
          flex: none;
          width: 8.33333%;
      }
  
      #landing .column.is-offset-1,
      #landing .column.is-offset-1-tablet {
          margin-left: 8.33333%;
      }
  
      #landing .column.is-2,
      #landing .column.is-2-tablet {
          flex: none;
          width: 16.66667%;
      }
  
      #landing .column.is-offset-2,
      #landing .column.is-offset-2-tablet {
          margin-left: 16.66667%;
      }
  
      #landing .column.is-3,
      #landing .column.is-3-tablet {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-offset-3,
      #landing .column.is-offset-3-tablet {
          margin-left: 25%;
      }
  
      #landing .column.is-4,
      #landing .column.is-4-tablet {
          flex: none;
          width: 33.33333%;
      }
  
      #landing .column.is-offset-4,
      #landing .column.is-offset-4-tablet {
          margin-left: 33.33333%;
      }
  
      #landing .column.is-5,
      #landing .column.is-5-tablet {
          flex: none;
          width: 41.66667%;
      }
  
      #landing .column.is-offset-5,
      #landing .column.is-offset-5-tablet {
          margin-left: 41.66667%;
      }
  
      #landing .column.is-6,
      #landing .column.is-6-tablet {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-offset-6,
      #landing .column.is-offset-6-tablet {
          margin-left: 50%;
      }
  
      #landing .column.is-7,
      #landing .column.is-7-tablet {
          flex: none;
          width: 58.33333%;
      }
  
      #landing .column.is-offset-7,
      #landing .column.is-offset-7-tablet {
          margin-left: 58.33333%;
      }
  
      #landing .column.is-8,
      #landing .column.is-8-tablet {
          flex: none;
          width: 66.66667%;
      }
  
      #landing .column.is-offset-8,
      #landing .column.is-offset-8-tablet {
          margin-left: 66.66667%;
      }
  
      #landing .column.is-9,
      #landing .column.is-9-tablet {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-offset-9,
      #landing .column.is-offset-9-tablet {
          margin-left: 75%;
      }
  
      #landing .column.is-10,
      #landing .column.is-10-tablet {
          flex: none;
          width: 83.33333%;
      }
  
      #landing .column.is-offset-10,
      #landing .column.is-offset-10-tablet {
          margin-left: 83.33333%;
      }
  
      #landing .column.is-11,
      #landing .column.is-11-tablet {
          flex: none;
          width: 91.66667%;
      }
  
      #landing .column.is-offset-11,
      #landing .column.is-offset-11-tablet {
          margin-left: 91.66667%;
      }
  
      #landing .column.is-12,
      #landing .column.is-12-tablet {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-offset-12,
      #landing .column.is-offset-12-tablet {
          margin-left: 100%;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .column.is-narrow-touch {
          flex: none;
      }
  
      #landing .column.is-full-touch {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-three-quarters-touch {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-two-thirds-touch {
          flex: none;
          width: 66.6666%;
      }
  
      #landing .column.is-half-touch {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-one-third-touch {
          flex: none;
          width: 33.3333%;
      }
  
      #landing .column.is-one-quarter-touch {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-one-fifth-touch {
          flex: none;
          width: 20%;
      }
  
      #landing .column.is-two-fifths-touch {
          flex: none;
          width: 40%;
      }
  
      #landing .column.is-three-fifths-touch {
          flex: none;
          width: 60%;
      }
  
      #landing .column.is-four-fifths-touch {
          flex: none;
          width: 80%;
      }
  
      #landing .column.is-offset-three-quarters-touch {
          margin-left: 75%;
      }
  
      #landing .column.is-offset-two-thirds-touch {
          margin-left: 66.6666%;
      }
  
      #landing .column.is-offset-half-touch {
          margin-left: 50%;
      }
  
      #landing .column.is-offset-one-third-touch {
          margin-left: 33.3333%;
      }
  
      #landing .column.is-offset-one-quarter-touch {
          margin-left: 25%;
      }
  
      #landing .column.is-offset-one-fifth-touch {
          margin-left: 20%;
      }
  
      #landing .column.is-offset-two-fifths-touch {
          margin-left: 40%;
      }
  
      #landing .column.is-offset-three-fifths-touch {
          margin-left: 60%;
      }
  
      #landing .column.is-offset-four-fifths-touch {
          margin-left: 80%;
      }
  
      #landing .column.is-0-touch {
          flex: none;
          width: 0%;
      }
  
      #landing .column.is-offset-0-touch {
          margin-left: 0;
      }
  
      #landing .column.is-1-touch {
          flex: none;
          width: 8.33333%;
      }
  
      #landing .column.is-offset-1-touch {
          margin-left: 8.33333%;
      }
  
      #landing .column.is-2-touch {
          flex: none;
          width: 16.66667%;
      }
  
      #landing .column.is-offset-2-touch {
          margin-left: 16.66667%;
      }
  
      #landing .column.is-3-touch {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-offset-3-touch {
          margin-left: 25%;
      }
  
      #landing .column.is-4-touch {
          flex: none;
          width: 33.33333%;
      }
  
      #landing .column.is-offset-4-touch {
          margin-left: 33.33333%;
      }
  
      #landing .column.is-5-touch {
          flex: none;
          width: 41.66667%;
      }
  
      #landing .column.is-offset-5-touch {
          margin-left: 41.66667%;
      }
  
      #landing .column.is-6-touch {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-offset-6-touch {
          margin-left: 50%;
      }
  
      #landing .column.is-7-touch {
          flex: none;
          width: 58.33333%;
      }
  
      #landing .column.is-offset-7-touch {
          margin-left: 58.33333%;
      }
  
      #landing .column.is-8-touch {
          flex: none;
          width: 66.66667%;
      }
  
      #landing .column.is-offset-8-touch {
          margin-left: 66.66667%;
      }
  
      #landing .column.is-9-touch {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-offset-9-touch {
          margin-left: 75%;
      }
  
      #landing .column.is-10-touch {
          flex: none;
          width: 83.33333%;
      }
  
      #landing .column.is-offset-10-touch {
          margin-left: 83.33333%;
      }
  
      #landing .column.is-11-touch {
          flex: none;
          width: 91.66667%;
      }
  
      #landing .column.is-offset-11-touch {
          margin-left: 91.66667%;
      }
  
      #landing .column.is-12-touch {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-offset-12-touch {
          margin-left: 100%;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .column.is-narrow-desktop {
          flex: none;
      }
  
      #landing .column.is-full-desktop {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-three-quarters-desktop {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-two-thirds-desktop {
          flex: none;
          width: 66.6666%;
      }
  
      #landing .column.is-half-desktop {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-one-third-desktop {
          flex: none;
          width: 33.3333%;
      }
  
      #landing .column.is-one-quarter-desktop {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-one-fifth-desktop {
          flex: none;
          width: 20%;
      }
  
      #landing .column.is-two-fifths-desktop {
          flex: none;
          width: 40%;
      }
  
      #landing .column.is-three-fifths-desktop {
          flex: none;
          width: 60%;
      }
  
      #landing .column.is-four-fifths-desktop {
          flex: none;
          width: 80%;
      }
  
      #landing .column.is-offset-three-quarters-desktop {
          margin-left: 75%;
      }
  
      #landing .column.is-offset-two-thirds-desktop {
          margin-left: 66.6666%;
      }
  
      #landing .column.is-offset-half-desktop {
          margin-left: 50%;
      }
  
      #landing .column.is-offset-one-third-desktop {
          margin-left: 33.3333%;
      }
  
      #landing .column.is-offset-one-quarter-desktop {
          margin-left: 25%;
      }
  
      #landing .column.is-offset-one-fifth-desktop {
          margin-left: 20%;
      }
  
      #landing .column.is-offset-two-fifths-desktop {
          margin-left: 40%;
      }
  
      #landing .column.is-offset-three-fifths-desktop {
          margin-left: 60%;
      }
  
      #landing .column.is-offset-four-fifths-desktop {
          margin-left: 80%;
      }
  
      #landing .column.is-0-desktop {
          flex: none;
          width: 0%;
      }
  
      #landing .column.is-offset-0-desktop {
          margin-left: 0;
      }
  
      #landing .column.is-1-desktop {
          flex: none;
          width: 8.33333%;
      }
  
      #landing .column.is-offset-1-desktop {
          margin-left: 8.33333%;
      }
  
      #landing .column.is-2-desktop {
          flex: none;
          width: 16.66667%;
      }
  
      #landing .column.is-offset-2-desktop {
          margin-left: 16.66667%;
      }
  
      #landing .column.is-3-desktop {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-offset-3-desktop {
          margin-left: 25%;
      }
  
      #landing .column.is-4-desktop {
          flex: none;
          width: 33.33333%;
      }
  
      #landing .column.is-offset-4-desktop {
          margin-left: 33.33333%;
      }
  
      #landing .column.is-5-desktop {
          flex: none;
          width: 41.66667%;
      }
  
      #landing .column.is-offset-5-desktop {
          margin-left: 41.66667%;
      }
  
      #landing .column.is-6-desktop {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-offset-6-desktop {
          margin-left: 50%;
      }
  
      #landing .column.is-7-desktop {
          flex: none;
          width: 58.33333%;
      }
  
      #landing .column.is-offset-7-desktop {
          margin-left: 58.33333%;
      }
  
      #landing .column.is-8-desktop {
          flex: none;
          width: 66.66667%;
      }
  
      #landing .column.is-offset-8-desktop {
          margin-left: 66.66667%;
      }
  
      #landing .column.is-9-desktop {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-offset-9-desktop {
          margin-left: 75%;
      }
  
      #landing .column.is-10-desktop {
          flex: none;
          width: 83.33333%;
      }
  
      #landing .column.is-offset-10-desktop {
          margin-left: 83.33333%;
      }
  
      #landing .column.is-11-desktop {
          flex: none;
          width: 91.66667%;
      }
  
      #landing .column.is-offset-11-desktop {
          margin-left: 91.66667%;
      }
  
      #landing .column.is-12-desktop {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-offset-12-desktop {
          margin-left: 100%;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .column.is-narrow-widescreen {
          flex: none;
      }
  
      #landing .column.is-full-widescreen {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-three-quarters-widescreen {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-two-thirds-widescreen {
          flex: none;
          width: 66.6666%;
      }
  
      #landing .column.is-half-widescreen {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-one-third-widescreen {
          flex: none;
          width: 33.3333%;
      }
  
      #landing .column.is-one-quarter-widescreen {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-one-fifth-widescreen {
          flex: none;
          width: 20%;
      }
  
      #landing .column.is-two-fifths-widescreen {
          flex: none;
          width: 40%;
      }
  
      #landing .column.is-three-fifths-widescreen {
          flex: none;
          width: 60%;
      }
  
      #landing .column.is-four-fifths-widescreen {
          flex: none;
          width: 80%;
      }
  
      #landing .column.is-offset-three-quarters-widescreen {
          margin-left: 75%;
      }
  
      #landing .column.is-offset-two-thirds-widescreen {
          margin-left: 66.6666%;
      }
  
      #landing .column.is-offset-half-widescreen {
          margin-left: 50%;
      }
  
      #landing .column.is-offset-one-third-widescreen {
          margin-left: 33.3333%;
      }
  
      #landing .column.is-offset-one-quarter-widescreen {
          margin-left: 25%;
      }
  
      #landing .column.is-offset-one-fifth-widescreen {
          margin-left: 20%;
      }
  
      #landing .column.is-offset-two-fifths-widescreen {
          margin-left: 40%;
      }
  
      #landing .column.is-offset-three-fifths-widescreen {
          margin-left: 60%;
      }
  
      #landing .column.is-offset-four-fifths-widescreen {
          margin-left: 80%;
      }
  
      #landing .column.is-0-widescreen {
          flex: none;
          width: 0%;
      }
  
      #landing .column.is-offset-0-widescreen {
          margin-left: 0;
      }
  
      #landing .column.is-1-widescreen {
          flex: none;
          width: 8.33333%;
      }
  
      #landing .column.is-offset-1-widescreen {
          margin-left: 8.33333%;
      }
  
      #landing .column.is-2-widescreen {
          flex: none;
          width: 16.66667%;
      }
  
      #landing .column.is-offset-2-widescreen {
          margin-left: 16.66667%;
      }
  
      #landing .column.is-3-widescreen {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-offset-3-widescreen {
          margin-left: 25%;
      }
  
      #landing .column.is-4-widescreen {
          flex: none;
          width: 33.33333%;
      }
  
      #landing .column.is-offset-4-widescreen {
          margin-left: 33.33333%;
      }
  
      #landing .column.is-5-widescreen {
          flex: none;
          width: 41.66667%;
      }
  
      #landing .column.is-offset-5-widescreen {
          margin-left: 41.66667%;
      }
  
      #landing .column.is-6-widescreen {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-offset-6-widescreen {
          margin-left: 50%;
      }
  
      #landing .column.is-7-widescreen {
          flex: none;
          width: 58.33333%;
      }
  
      #landing .column.is-offset-7-widescreen {
          margin-left: 58.33333%;
      }
  
      #landing .column.is-8-widescreen {
          flex: none;
          width: 66.66667%;
      }
  
      #landing .column.is-offset-8-widescreen {
          margin-left: 66.66667%;
      }
  
      #landing .column.is-9-widescreen {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-offset-9-widescreen {
          margin-left: 75%;
      }
  
      #landing .column.is-10-widescreen {
          flex: none;
          width: 83.33333%;
      }
  
      #landing .column.is-offset-10-widescreen {
          margin-left: 83.33333%;
      }
  
      #landing .column.is-11-widescreen {
          flex: none;
          width: 91.66667%;
      }
  
      #landing .column.is-offset-11-widescreen {
          margin-left: 91.66667%;
      }
  
      #landing .column.is-12-widescreen {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-offset-12-widescreen {
          margin-left: 100%;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .column.is-narrow-fullhd {
          flex: none;
      }
  
      #landing .column.is-full-fullhd {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-three-quarters-fullhd {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-two-thirds-fullhd {
          flex: none;
          width: 66.6666%;
      }
  
      #landing .column.is-half-fullhd {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-one-third-fullhd {
          flex: none;
          width: 33.3333%;
      }
  
      #landing .column.is-one-quarter-fullhd {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-one-fifth-fullhd {
          flex: none;
          width: 20%;
      }
  
      #landing .column.is-two-fifths-fullhd {
          flex: none;
          width: 40%;
      }
  
      #landing .column.is-three-fifths-fullhd {
          flex: none;
          width: 60%;
      }
  
      #landing .column.is-four-fifths-fullhd {
          flex: none;
          width: 80%;
      }
  
      #landing .column.is-offset-three-quarters-fullhd {
          margin-left: 75%;
      }
  
      #landing .column.is-offset-two-thirds-fullhd {
          margin-left: 66.6666%;
      }
  
      #landing .column.is-offset-half-fullhd {
          margin-left: 50%;
      }
  
      #landing .column.is-offset-one-third-fullhd {
          margin-left: 33.3333%;
      }
  
      #landing .column.is-offset-one-quarter-fullhd {
          margin-left: 25%;
      }
  
      #landing .column.is-offset-one-fifth-fullhd {
          margin-left: 20%;
      }
  
      #landing .column.is-offset-two-fifths-fullhd {
          margin-left: 40%;
      }
  
      #landing .column.is-offset-three-fifths-fullhd {
          margin-left: 60%;
      }
  
      #landing .column.is-offset-four-fifths-fullhd {
          margin-left: 80%;
      }
  
      #landing .column.is-0-fullhd {
          flex: none;
          width: 0%;
      }
  
      #landing .column.is-offset-0-fullhd {
          margin-left: 0;
      }
  
      #landing .column.is-1-fullhd {
          flex: none;
          width: 8.33333%;
      }
  
      #landing .column.is-offset-1-fullhd {
          margin-left: 8.33333%;
      }
  
      #landing .column.is-2-fullhd {
          flex: none;
          width: 16.66667%;
      }
  
      #landing .column.is-offset-2-fullhd {
          margin-left: 16.66667%;
      }
  
      #landing .column.is-3-fullhd {
          flex: none;
          width: 25%;
      }
  
      #landing .column.is-offset-3-fullhd {
          margin-left: 25%;
      }
  
      #landing .column.is-4-fullhd {
          flex: none;
          width: 33.33333%;
      }
  
      #landing .column.is-offset-4-fullhd {
          margin-left: 33.33333%;
      }
  
      #landing .column.is-5-fullhd {
          flex: none;
          width: 41.66667%;
      }
  
      #landing .column.is-offset-5-fullhd {
          margin-left: 41.66667%;
      }
  
      #landing .column.is-6-fullhd {
          flex: none;
          width: 50%;
      }
  
      #landing .column.is-offset-6-fullhd {
          margin-left: 50%;
      }
  
      #landing .column.is-7-fullhd {
          flex: none;
          width: 58.33333%;
      }
  
      #landing .column.is-offset-7-fullhd {
          margin-left: 58.33333%;
      }
  
      #landing .column.is-8-fullhd {
          flex: none;
          width: 66.66667%;
      }
  
      #landing .column.is-offset-8-fullhd {
          margin-left: 66.66667%;
      }
  
      #landing .column.is-9-fullhd {
          flex: none;
          width: 75%;
      }
  
      #landing .column.is-offset-9-fullhd {
          margin-left: 75%;
      }
  
      #landing .column.is-10-fullhd {
          flex: none;
          width: 83.33333%;
      }
  
      #landing .column.is-offset-10-fullhd {
          margin-left: 83.33333%;
      }
  
      #landing .column.is-11-fullhd {
          flex: none;
          width: 91.66667%;
      }
  
      #landing .column.is-offset-11-fullhd {
          margin-left: 91.66667%;
      }
  
      #landing .column.is-12-fullhd {
          flex: none;
          width: 100%;
      }
  
      #landing .column.is-offset-12-fullhd {
          margin-left: 100%;
      }
  }
  
  #landing .columns {
      margin-left: -.75rem;
      margin-right: -.75rem;
      margin-top: -.75rem;
  }
  
  #landing .columns:last-child {
      margin-bottom: -.75rem;
  }
  
  #landing .columns:not(:last-child) {
      margin-bottom: calc(1.5rem - .75rem);
  }
  
  #landing .columns.is-centered {
      justify-content: center;
  }
  
  #landing .columns.is-gapless {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
  }
  
  #landing .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important;
  }
  
  #landing .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem;
  }
  
  #landing .columns.is-gapless:last-child {
      margin-bottom: 0;
  }
  
  #landing .columns.is-mobile {
      display: flex;
  }
  
  #landing .columns.is-multiline {
      flex-wrap: wrap;
  }
  
  #landing .columns.is-vcentered {
      align-items: center;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns:not(.is-desktop) {
          display: flex;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-desktop {
          display: flex;
      }
  }
  
  #landing .columns.is-variable {
      --columnGap: 0.75rem;
      margin-left: calc(-1 * var(--columnGap));
      margin-right: calc(-1 * var(--columnGap));
  }
  
  #landing .columns.is-variable .column {
      padding-left: var(--columnGap);
      padding-right: var(--columnGap);
  }
  
  #landing .columns.is-variable.is-0 {
      --columnGap: 0rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-0-mobile {
          --columnGap: 0rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-0-tablet {
          --columnGap: 0rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-0-tablet-only {
          --columnGap: 0rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-0-touch {
          --columnGap: 0rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-0-desktop {
          --columnGap: 0rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-0-desktop-only {
          --columnGap: 0rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-0-widescreen {
          --columnGap: 0rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-0-widescreen-only {
          --columnGap: 0rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-0-fullhd {
          --columnGap: 0rem;
      }
  }
  
  #landing .columns.is-variable.is-1 {
      --columnGap: 0.25rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-1-mobile {
          --columnGap: 0.25rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-1-tablet {
          --columnGap: 0.25rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-1-tablet-only {
          --columnGap: 0.25rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-1-touch {
          --columnGap: 0.25rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-1-desktop {
          --columnGap: 0.25rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-1-desktop-only {
          --columnGap: 0.25rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-1-widescreen {
          --columnGap: 0.25rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-1-widescreen-only {
          --columnGap: 0.25rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-1-fullhd {
          --columnGap: 0.25rem;
      }
  }
  
  #landing .columns.is-variable.is-2 {
      --columnGap: 0.5rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-2-mobile {
          --columnGap: 0.5rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-2-tablet {
          --columnGap: 0.5rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-2-tablet-only {
          --columnGap: 0.5rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-2-touch {
          --columnGap: 0.5rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-2-desktop {
          --columnGap: 0.5rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-2-desktop-only {
          --columnGap: 0.5rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-2-widescreen {
          --columnGap: 0.5rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-2-widescreen-only {
          --columnGap: 0.5rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-2-fullhd {
          --columnGap: 0.5rem;
      }
  }
  
  #landing .columns.is-variable.is-3 {
      --columnGap: 0.75rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-3-mobile {
          --columnGap: 0.75rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-3-tablet {
          --columnGap: 0.75rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-3-tablet-only {
          --columnGap: 0.75rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-3-touch {
          --columnGap: 0.75rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-3-desktop {
          --columnGap: 0.75rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-3-desktop-only {
          --columnGap: 0.75rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-3-widescreen {
          --columnGap: 0.75rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-3-widescreen-only {
          --columnGap: 0.75rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-3-fullhd {
          --columnGap: 0.75rem;
      }
  }
  
  #landing .columns.is-variable.is-4 {
      --columnGap: 1rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-4-mobile {
          --columnGap: 1rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-4-tablet {
          --columnGap: 1rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-4-tablet-only {
          --columnGap: 1rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-4-touch {
          --columnGap: 1rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-4-desktop {
          --columnGap: 1rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-4-desktop-only {
          --columnGap: 1rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-4-widescreen {
          --columnGap: 1rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-4-widescreen-only {
          --columnGap: 1rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-4-fullhd {
          --columnGap: 1rem;
      }
  }
  
  #landing .columns.is-variable.is-5 {
      --columnGap: 1.25rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-5-mobile {
          --columnGap: 1.25rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-5-tablet {
          --columnGap: 1.25rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-5-tablet-only {
          --columnGap: 1.25rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-5-touch {
          --columnGap: 1.25rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-5-desktop {
          --columnGap: 1.25rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-5-desktop-only {
          --columnGap: 1.25rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-5-widescreen {
          --columnGap: 1.25rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-5-widescreen-only {
          --columnGap: 1.25rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-5-fullhd {
          --columnGap: 1.25rem;
      }
  }
  
  #landing .columns.is-variable.is-6 {
      --columnGap: 1.5rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-6-mobile {
          --columnGap: 1.5rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-6-tablet {
          --columnGap: 1.5rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-6-tablet-only {
          --columnGap: 1.5rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-6-touch {
          --columnGap: 1.5rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-6-desktop {
          --columnGap: 1.5rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-6-desktop-only {
          --columnGap: 1.5rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-6-widescreen {
          --columnGap: 1.5rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-6-widescreen-only {
          --columnGap: 1.5rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-6-fullhd {
          --columnGap: 1.5rem;
      }
  }
  
  #landing .columns.is-variable.is-7 {
      --columnGap: 1.75rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-7-mobile {
          --columnGap: 1.75rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-7-tablet {
          --columnGap: 1.75rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-7-tablet-only {
          --columnGap: 1.75rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-7-touch {
          --columnGap: 1.75rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-7-desktop {
          --columnGap: 1.75rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-7-desktop-only {
          --columnGap: 1.75rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-7-widescreen {
          --columnGap: 1.75rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-7-widescreen-only {
          --columnGap: 1.75rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-7-fullhd {
          --columnGap: 1.75rem;
      }
  }
  
  #landing .columns.is-variable.is-8 {
      --columnGap: 2rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .columns.is-variable.is-8-mobile {
          --columnGap: 2rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .columns.is-variable.is-8-tablet {
          --columnGap: 2rem;
      }
  }
  
  @media screen and (min-width: 769px) and (max-width: 1023px) {
      #landing .columns.is-variable.is-8-tablet-only {
          --columnGap: 2rem;
      }
  }
  
  @media screen and (max-width: 1023px) {
      #landing .columns.is-variable.is-8-touch {
          --columnGap: 2rem;
      }
  }
  
  @media screen and (min-width: 1024px) {
      #landing .columns.is-variable.is-8-desktop {
          --columnGap: 2rem;
      }
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
      #landing .columns.is-variable.is-8-desktop-only {
          --columnGap: 2rem;
      }
  }
  
  @media screen and (min-width: 1216px) {
      #landing .columns.is-variable.is-8-widescreen {
          --columnGap: 2rem;
      }
  }
  
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
      #landing .columns.is-variable.is-8-widescreen-only {
          --columnGap: 2rem;
      }
  }
  
  @media screen and (min-width: 1408px) {
      #landing .columns.is-variable.is-8-fullhd {
          --columnGap: 2rem;
      }
  }
  
  #landing .tile {
      align-items: stretch;
      display: block;
      flex-basis: 0;
      flex-grow: 1;
      flex-shrink: 1;
      min-height: -webkit-min-content;
      min-height: -moz-min-content;
      min-height: min-content;
  }
  
  #landing .tile.is-ancestor {
      margin-left: -.75rem;
      margin-right: -.75rem;
      margin-top: -.75rem;
  }
  
  #landing .tile.is-ancestor:last-child {
      margin-bottom: -.75rem;
  }
  
  #landing .tile.is-ancestor:not(:last-child) {
      margin-bottom: .75rem;
  }
  
  #landing .tile.is-child {
      margin: 0 !important;
  }
  
  #landing .tile.is-parent {
      padding: .75rem;
  }
  
  #landing .tile.is-vertical {
      flex-direction: column;
  }
  
  #landing .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .tile:not(.is-child) {
          display: flex;
      }
  
      #landing .tile.is-1 {
          flex: none;
          width: 8.33333%;
      }
  
      #landing .tile.is-2 {
          flex: none;
          width: 16.66667%;
      }
  
      #landing .tile.is-3 {
          flex: none;
          width: 25%;
      }
  
      #landing .tile.is-4 {
          flex: none;
          width: 33.33333%;
      }
  
      #landing .tile.is-5 {
          flex: none;
          width: 41.66667%;
      }
  
      #landing .tile.is-6 {
          flex: none;
          width: 50%;
      }
  
      #landing .tile.is-7 {
          flex: none;
          width: 58.33333%;
      }
  
      #landing .tile.is-8 {
          flex: none;
          width: 66.66667%;
      }
  
      #landing .tile.is-9 {
          flex: none;
          width: 75%;
      }
  
      #landing .tile.is-10 {
          flex: none;
          width: 83.33333%;
      }
  
      #landing .tile.is-11 {
          flex: none;
          width: 91.66667%;
      }
  
      #landing .tile.is-12 {
          flex: none;
          width: 100%;
      }
  }
  
  #landing .hero {
      align-items: stretch;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  
  #landing .hero .navbar {
      background: 0 0;
  }
  
  #landing .hero .tabs ul {
      border-bottom: none;
  }
  
  #landing .hero.is-white {
      background-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-white strong {
      color: inherit;
  }
  
  #landing .hero.is-white .title {
      color: #0a0a0a;
  }
  
  #landing .hero.is-white .subtitle {
      color: rgba(10, 10, 10, 0.9);
  }
  
  #landing .hero.is-white .subtitle a:not(.button),
    #landing .hero.is-white .subtitle strong {
      color: #0a0a0a;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-white .navbar-menu {
          background-color: #fff;
      }
  }
  
  #landing .hero.is-white .navbar-item,
    #landing .hero.is-white .navbar-link {
      color: rgba(10, 10, 10, 0.7);
  }
  
  #landing .hero.is-white .navbar-link.is-active,
    #landing .hero.is-white .navbar-link:hover,
    #landing .hero.is-white a.navbar-item.is-active,
    #landing .hero.is-white a.navbar-item:hover {
      background-color: #f2f2f2;
      color: #0a0a0a;
  }
  
  #landing .hero.is-white .tabs a {
      color: #0a0a0a;
      opacity: .9;
  }
  
  #landing .hero.is-white .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-white .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-white .tabs.is-boxed a,
    #landing .hero.is-white .tabs.is-toggle a {
      color: #0a0a0a;
  }
  
  #landing .hero.is-white .tabs.is-boxed a:hover,
    #landing .hero.is-white .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-white .tabs.is-boxed li.is-active a,
    #landing .hero.is-white .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-white .tabs.is-toggle li.is-active a,
    #landing .hero.is-white .tabs.is-toggle li.is-active a:hover {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .hero.is-white.is-bold {
      background-image: linear-gradient(141deg, #e6e6e6 0, #fff 71%, #fff 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-white.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #e6e6e6 0, #fff 71%, #fff 100%);
      }
  }
  
  #landing .hero.is-black {
      background-color: #0a0a0a;
      color: #fff;
  }
  
  #landing .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-black strong {
      color: inherit;
  }
  
  #landing .hero.is-black .title {
      color: #fff;
  }
  
  #landing .hero.is-black .subtitle {
      color: rgba(255, 255, 255, 0.9);
  }
  
  #landing .hero.is-black .subtitle a:not(.button),
    #landing .hero.is-black .subtitle strong {
      color: #fff;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-black .navbar-menu {
          background-color: #0a0a0a;
      }
  }
  
  #landing .hero.is-black .navbar-item,
    #landing .hero.is-black .navbar-link {
      color: rgba(255, 255, 255, 0.7);
  }
  
  #landing .hero.is-black .navbar-link.is-active,
    #landing .hero.is-black .navbar-link:hover,
    #landing .hero.is-black a.navbar-item.is-active,
    #landing .hero.is-black a.navbar-item:hover {
      background-color: #000;
      color: #fff;
  }
  
  #landing .hero.is-black .tabs a {
      color: #fff;
      opacity: .9;
  }
  
  #landing .hero.is-black .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-black .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-black .tabs.is-boxed a,
    #landing .hero.is-black .tabs.is-toggle a {
      color: #fff;
  }
  
  #landing .hero.is-black .tabs.is-boxed a:hover,
    #landing .hero.is-black .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-black .tabs.is-boxed li.is-active a,
    #landing .hero.is-black .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-black .tabs.is-toggle li.is-active a,
    #landing .hero.is-black .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #0a0a0a;
  }
  
  #landing .hero.is-black.is-bold {
      background-image: linear-gradient(141deg, #000 0, #0a0a0a 71%, #181616 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-black.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #000 0, #0a0a0a 71%, #181616 100%);
      }
  }
  
  #landing .hero.is-light {
      background-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-light strong {
      color: inherit;
  }
  
  #landing .hero.is-light .title {
      color: #363636;
  }
  
  #landing .hero.is-light .subtitle {
      color: rgba(54, 54, 54, 0.9);
  }
  
  #landing .hero.is-light .subtitle a:not(.button),
    #landing .hero.is-light .subtitle strong {
      color: #363636;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-light .navbar-menu {
          background-color: #f5f5f5;
      }
  }
  
  #landing .hero.is-light .navbar-item,
    #landing .hero.is-light .navbar-link {
      color: rgba(54, 54, 54, 0.7);
  }
  
  #landing .hero.is-light .navbar-link.is-active,
    #landing .hero.is-light .navbar-link:hover,
    #landing .hero.is-light a.navbar-item.is-active,
    #landing .hero.is-light a.navbar-item:hover {
      background-color: #e8e8e8;
      color: #363636;
  }
  
  #landing .hero.is-light .tabs a {
      color: #363636;
      opacity: .9;
  }
  
  #landing .hero.is-light .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-light .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-light .tabs.is-boxed a,
    #landing .hero.is-light .tabs.is-toggle a {
      color: #363636;
  }
  
  #landing .hero.is-light .tabs.is-boxed a:hover,
    #landing .hero.is-light .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-light .tabs.is-boxed li.is-active a,
    #landing .hero.is-light .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-light .tabs.is-toggle li.is-active a,
    #landing .hero.is-light .tabs.is-toggle li.is-active a:hover {
      background-color: #363636;
      border-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .hero.is-light.is-bold {
      background-image: linear-gradient(141deg, #dfd8d9 0, #f5f5f5 71%, #fff 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-light.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #dfd8d9 0, #f5f5f5 71%, #fff 100%);
      }
  }
  
  #landing .hero.is-dark {
      background-color: #363636;
      color: #f5f5f5;
  }
  
  #landing .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-dark strong {
      color: inherit;
  }
  
  #landing .hero.is-dark .title {
      color: #f5f5f5;
  }
  
  #landing .hero.is-dark .subtitle {
      color: rgba(245, 245, 245, 0.9);
  }
  
  #landing .hero.is-dark .subtitle a:not(.button),
    #landing .hero.is-dark .subtitle strong {
      color: #f5f5f5;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-dark .navbar-menu {
          background-color: #363636;
      }
  }
  
  #landing .hero.is-dark .navbar-item,
    #landing .hero.is-dark .navbar-link {
      color: rgba(245, 245, 245, 0.7);
  }
  
  #landing .hero.is-dark .navbar-link.is-active,
    #landing .hero.is-dark .navbar-link:hover,
    #landing .hero.is-dark a.navbar-item.is-active,
    #landing .hero.is-dark a.navbar-item:hover {
      background-color: #292929;
      color: #f5f5f5;
  }
  
  #landing .hero.is-dark .tabs a {
      color: #f5f5f5;
      opacity: .9;
  }
  
  #landing .hero.is-dark .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-dark .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-dark .tabs.is-boxed a,
    #landing .hero.is-dark .tabs.is-toggle a {
      color: #f5f5f5;
  }
  
  #landing .hero.is-dark .tabs.is-boxed a:hover,
    #landing .hero.is-dark .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-dark .tabs.is-boxed li.is-active a,
    #landing .hero.is-dark .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-dark .tabs.is-toggle li.is-active a,
    #landing .hero.is-dark .tabs.is-toggle li.is-active a:hover {
      background-color: #f5f5f5;
      border-color: #f5f5f5;
      color: #363636;
  }
  
  #landing .hero.is-dark.is-bold {
      background-image: linear-gradient(141deg, #1f191a 0, #363636 71%, #46403f 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1f191a 0, #363636 71%, #46403f 100%);
      }
  }
  
  #landing .hero.is-primary {
      background-color: #00d1b2;
      color: #fff;
  }
  
  #landing .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-primary strong {
      color: inherit;
  }
  
  #landing .hero.is-primary .title {
      color: #fff;
  }
  
  #landing .hero.is-primary .subtitle {
      color: rgba(255, 255, 255, 0.9);
  }
  
  #landing .hero.is-primary .subtitle a:not(.button),
    #landing .hero.is-primary .subtitle strong {
      color: #fff;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-primary .navbar-menu {
          background-color: #00d1b2;
      }
  }
  
  #landing .hero.is-primary .navbar-item,
    #landing .hero.is-primary .navbar-link {
      color: rgba(255, 255, 255, 0.7);
  }
  
  #landing .hero.is-primary .navbar-link.is-active,
    #landing .hero.is-primary .navbar-link:hover,
    #landing .hero.is-primary a.navbar-item.is-active,
    #landing .hero.is-primary a.navbar-item:hover {
      background-color: #00b89c;
      color: #fff;
  }
  
  #landing .hero.is-primary .tabs a {
      color: #fff;
      opacity: .9;
  }
  
  #landing .hero.is-primary .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-primary .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-primary .tabs.is-boxed a,
    #landing .hero.is-primary .tabs.is-toggle a {
      color: #fff;
  }
  
  #landing .hero.is-primary .tabs.is-boxed a:hover,
    #landing .hero.is-primary .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-primary .tabs.is-boxed li.is-active a,
    #landing .hero.is-primary .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-primary .tabs.is-toggle li.is-active a,
    #landing .hero.is-primary .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #00d1b2;
  }
  
  #landing .hero.is-primary.is-bold {
      background-image: linear-gradient(141deg, #009e6c 0, #00d1b2 71%, #00e7eb 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-primary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #009e6c 0, #00d1b2 71%, #00e7eb 100%);
      }
  }
  
  #landing .hero.is-link {
      background-color: #3273dc;
      color: #fff;
  }
  
  #landing .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-link strong {
      color: inherit;
  }
  
  #landing .hero.is-link .title {
      color: #fff;
  }
  
  #landing .hero.is-link .subtitle {
      color: rgba(255, 255, 255, 0.9);
  }
  
  #landing .hero.is-link .subtitle a:not(.button),
    #landing .hero.is-link .subtitle strong {
      color: #fff;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-link .navbar-menu {
          background-color: #3273dc;
      }
  }
  
  #landing .hero.is-link .navbar-item,
    #landing .hero.is-link .navbar-link {
      color: rgba(255, 255, 255, 0.7);
  }
  
  #landing .hero.is-link .navbar-link.is-active,
    #landing .hero.is-link .navbar-link:hover,
    #landing .hero.is-link a.navbar-item.is-active,
    #landing .hero.is-link a.navbar-item:hover {
      background-color: #2366d1;
      color: #fff;
  }
  
  #landing .hero.is-link .tabs a {
      color: #fff;
      opacity: .9;
  }
  
  #landing .hero.is-link .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-link .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-link .tabs.is-boxed a,
    #landing .hero.is-link .tabs.is-toggle a {
      color: #fff;
  }
  
  #landing .hero.is-link .tabs.is-boxed a:hover,
    #landing .hero.is-link .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-link .tabs.is-boxed li.is-active a,
    #landing .hero.is-link .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-link .tabs.is-toggle li.is-active a,
    #landing .hero.is-link .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #3273dc;
  }
  
  #landing .hero.is-link.is-bold {
      background-image: linear-gradient(141deg, #1577c6 0, #3273dc 71%, #4366e5 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1577c6 0, #3273dc 71%, #4366e5 100%);
      }
  }
  
  #landing .hero.is-info {
      background-color: #209cee;
      color: #fff;
  }
  
  #landing .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-info strong {
      color: inherit;
  }
  
  #landing .hero.is-info .title {
      color: #fff;
  }
  
  #landing .hero.is-info .subtitle {
      color: rgba(255, 255, 255, 0.9);
  }
  
  #landing .hero.is-info .subtitle a:not(.button),
    #landing .hero.is-info .subtitle strong {
      color: #fff;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-info .navbar-menu {
          background-color: #209cee;
      }
  }
  
  #landing .hero.is-info .navbar-item,
    #landing .hero.is-info .navbar-link {
      color: rgba(255, 255, 255, 0.7);
  }
  
  #landing .hero.is-info .navbar-link.is-active,
    #landing .hero.is-info .navbar-link:hover,
    #landing .hero.is-info a.navbar-item.is-active,
    #landing .hero.is-info a.navbar-item:hover {
      background-color: #118fe4;
      color: #fff;
  }
  
  #landing .hero.is-info .tabs a {
      color: #fff;
      opacity: .9;
  }
  
  #landing .hero.is-info .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-info .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-info .tabs.is-boxed a,
    #landing .hero.is-info .tabs.is-toggle a {
      color: #fff;
  }
  
  #landing .hero.is-info .tabs.is-boxed a:hover,
    #landing .hero.is-info .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-info .tabs.is-boxed li.is-active a,
    #landing .hero.is-info .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-info .tabs.is-toggle li.is-active a,
    #landing .hero.is-info .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #209cee;
  }
  
  #landing .hero.is-info.is-bold {
      background-image: linear-gradient(141deg, #04a6d7 0, #209cee 71%, #3287f5 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-info.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #04a6d7 0, #209cee 71%, #3287f5 100%);
      }
  }
  
  #landing .hero.is-success {
      background-color: #23d160;
      color: #fff;
  }
  
  #landing .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-success strong {
      color: inherit;
  }
  
  #landing .hero.is-success .title {
      color: #fff;
  }
  
  #landing .hero.is-success .subtitle {
      color: rgba(255, 255, 255, 0.9);
  }
  
  #landing .hero.is-success .subtitle a:not(.button),
    #landing .hero.is-success .subtitle strong {
      color: #fff;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-success .navbar-menu {
          background-color: #23d160;
      }
  }
  
  #landing .hero.is-success .navbar-item,
    #landing .hero.is-success .navbar-link {
      color: rgba(255, 255, 255, 0.7);
  }
  
  #landing .hero.is-success .navbar-link.is-active,
    #landing .hero.is-success .navbar-link:hover,
    #landing .hero.is-success a.navbar-item.is-active,
    #landing .hero.is-success a.navbar-item:hover {
      background-color: #20bc56;
      color: #fff;
  }
  
  #landing .hero.is-success .tabs a {
      color: #fff;
      opacity: .9;
  }
  
  #landing .hero.is-success .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-success .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-success .tabs.is-boxed a,
    #landing .hero.is-success .tabs.is-toggle a {
      color: #fff;
  }
  
  #landing .hero.is-success .tabs.is-boxed a:hover,
    #landing .hero.is-success .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-success .tabs.is-boxed li.is-active a,
    #landing .hero.is-success .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-success .tabs.is-toggle li.is-active a,
    #landing .hero.is-success .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #23d160;
  }
  
  #landing .hero.is-success.is-bold {
      background-image: linear-gradient(141deg, #12af2f 0, #23d160 71%, #2ce28a 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-success.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #12af2f 0, #23d160 71%, #2ce28a 100%);
      }
  }
  
  #landing .hero.is-warning {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-warning strong {
      color: inherit;
  }
  
  #landing .hero.is-warning .title {
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .hero.is-warning .subtitle {
      color: rgba(0, 0, 0, 0.9);
  }
  
  #landing .hero.is-warning .subtitle a:not(.button),
    #landing .hero.is-warning .subtitle strong {
      color: rgba(0, 0, 0, 0.7);
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-warning .navbar-menu {
          background-color: #ffdd57;
      }
  }
  
  #landing .hero.is-warning .navbar-item,
    #landing .hero.is-warning .navbar-link {
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .hero.is-warning .navbar-link.is-active,
    #landing .hero.is-warning .navbar-link:hover,
    #landing .hero.is-warning a.navbar-item.is-active,
    #landing .hero.is-warning a.navbar-item:hover {
      background-color: #ffd83d;
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .hero.is-warning .tabs a {
      color: rgba(0, 0, 0, 0.7);
      opacity: .9;
  }
  
  #landing .hero.is-warning .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-warning .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-warning .tabs.is-boxed a,
    #landing .hero.is-warning .tabs.is-toggle a {
      color: rgba(0, 0, 0, 0.7);
  }
  
  #landing .hero.is-warning .tabs.is-boxed a:hover,
    #landing .hero.is-warning .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-warning .tabs.is-boxed li.is-active a,
    #landing .hero.is-warning .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-warning .tabs.is-toggle li.is-active a,
    #landing .hero.is-warning .tabs.is-toggle li.is-active a:hover {
      background-color: rgba(0, 0, 0, 0.7);
      border-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57;
  }
  
  #landing .hero.is-warning.is-bold {
      background-image: linear-gradient(141deg, #ffaf24 0, #ffdd57 71%, #fffa70 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-warning.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #ffaf24 0, #ffdd57 71%, #fffa70 100%);
      }
  }
  
  #landing .hero.is-danger {
      background-color: #ff3860;
      color: #fff;
  }
  
  #landing .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    #landing .hero.is-danger strong {
      color: inherit;
  }
  
  #landing .hero.is-danger .title {
      color: #fff;
  }
  
  #landing .hero.is-danger .subtitle {
      color: rgba(255, 255, 255, 0.9);
  }
  
  #landing .hero.is-danger .subtitle a:not(.button),
    #landing .hero.is-danger .subtitle strong {
      color: #fff;
  }
  
  @media screen and (max-width: 1023px) {
      #landing .hero.is-danger .navbar-menu {
          background-color: #ff3860;
      }
  }
  
  #landing .hero.is-danger .navbar-item,
    #landing .hero.is-danger .navbar-link {
      color: rgba(255, 255, 255, 0.7);
  }
  
  #landing .hero.is-danger .navbar-link.is-active,
    #landing .hero.is-danger .navbar-link:hover,
    #landing .hero.is-danger a.navbar-item.is-active,
    #landing .hero.is-danger a.navbar-item:hover {
      background-color: #ff1f4b;
      color: #fff;
  }
  
  #landing .hero.is-danger .tabs a {
      color: #fff;
      opacity: .9;
  }
  
  #landing .hero.is-danger .tabs a:hover {
      opacity: 1;
  }
  
  #landing .hero.is-danger .tabs li.is-active a {
      opacity: 1;
  }
  
  #landing .hero.is-danger .tabs.is-boxed a,
    #landing .hero.is-danger .tabs.is-toggle a {
      color: #fff;
  }
  
  #landing .hero.is-danger .tabs.is-boxed a:hover,
    #landing .hero.is-danger .tabs.is-toggle a:hover {
      background-color: rgba(10, 10, 10, 0.1);
  }
  
  #landing .hero.is-danger .tabs.is-boxed li.is-active a,
    #landing .hero.is-danger .tabs.is-boxed li.is-active a:hover,
    #landing .hero.is-danger .tabs.is-toggle li.is-active a,
    #landing .hero.is-danger .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #ff3860;
  }
  
  #landing .hero.is-danger.is-bold {
      background-image: linear-gradient(141deg, #ff0561 0, #ff3860 71%, #ff5257 100%);
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero.is-danger.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #ff0561 0, #ff3860 71%, #ff5257 100%);
      }
  }
  
  #landing .hero.is-small .hero-body {
      padding-bottom: 1.5rem;
      padding-top: 1.5rem;
  }
  
  @media screen and (min-width: 769px), print {
      #landing .hero.is-medium .hero-body {
          padding-bottom: 9rem;
          padding-top: 9rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .hero.is-large .hero-body {
          padding-bottom: 18rem;
          padding-top: 18rem;
      }
  }
  
  #landing .hero.is-fullheight .hero-body,
    #landing .hero.is-fullheight-with-navbar .hero-body,
    #landing .hero.is-halfheight .hero-body {
      align-items: center;
      display: flex;
  }
  
  #landing .hero.is-fullheight .hero-body > .container,
    #landing .hero.is-fullheight-with-navbar .hero-body > .container,
    #landing .hero.is-halfheight .hero-body > .container {
      flex-grow: 1;
      flex-shrink: 1;
  }
  
  #landing .hero.is-halfheight {
      min-height: 50vh;
  }
  
  #landing .hero.is-fullheight {
      min-height: 100vh;
  }
  
  #landing .hero-video {
      overflow: hidden;
  }
  
  #landing .hero-video video {
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
  }
  
  #landing .hero-video.is-transparent {
      opacity: .3;
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero-video {
          display: none;
      }
  }
  
  #landing .hero-buttons {
      margin-top: 1.5rem;
  }
  
  @media screen and (max-width: 768px) {
      #landing .hero-buttons .button {
          display: flex;
      }
  
      #landing .hero-buttons .button:not(:last-child) {
          margin-bottom: .75rem;
      }
  }
  
  @media screen and (min-width: 769px), print {
      #landing .hero-buttons {
          display: flex;
          justify-content: center;
      }
  
      #landing .hero-buttons .button:not(:last-child) {
          margin-right: 1.5rem;
      }
  }
  
  #landing .hero-foot,
    #landing .hero-head {
      flex-grow: 0;
      flex-shrink: 0;
  }
  
  #landing .hero-body {
      flex-grow: 1;
      flex-shrink: 0;
      padding: 3rem 1.5rem;
  }
  
  #landing .section {
      padding: 3rem 1.5rem;
  }
  
  @media screen and (min-width: 1024px) {
      #landing .section.is-medium {
          padding: 9rem 1.5rem;
      }
  
      #landing .section.is-large {
          padding: 18rem 1.5rem;
      }
  }
  
  #landing .footer {
      background-color: #fafafa;
      padding: 3rem 1.5rem 6rem;
  }