@charset "UTF-8";
@import url(../bb/assets/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap");
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid hsl(var(--secondary-hue), 40%, 95%); }

a.panel-block,
label.panel-block {
  background-color: white; }

a.panel-block:hover,
label.panel-block:hover {
  border-color: hsl(var(--primary-hue), var(--primary-saturation), 97%); }

/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top; }
  .button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
  [disabled].button, [disabled].input, [disabled].textarea, .select select[disabled], [disabled].file-cta,
  [disabled].file-name, [disabled].pagination-previous,
  [disabled].pagination-next,
  [disabled].pagination-link,
  [disabled].pagination-ellipsis, fieldset[disabled] .button, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name, fieldset[disabled] .pagination-previous,
  fieldset[disabled] .pagination-next,
  fieldset[disabled] .pagination-link,
  fieldset[disabled] .pagination-ellipsis {
    cursor: not-allowed; }

.button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em; }

.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .modal-close::before, .delete::after, .modal-close::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before, .modal-close::before {
    height: 2px;
    width: 50%; }
  .delete::after, .modal-close::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active, .modal-close:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.delete, .is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete, .is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

img,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
  td:not([align]),
  th:not([align]) {
    text-align: inherit; }

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #485fc7;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #363636; }

code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

img {
  height: auto;
  max-width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #363636;
  font-weight: 700; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
  vertical-align: top; }
  table td:not([align]),
  table th:not([align]) {
    text-align: inherit; }
table th {
  color: #363636; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
/* Bulma Elements */
.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem; }

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7; }
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7; }

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #485fc7;
    color: #363636; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: whitesmoke;
      color: #363636; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .button.is-text[disabled], fieldset[disabled] .button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-ghost {
    background: none;
    border-color: transparent;
    color: #485fc7;
    text-decoration: none; }
    .button.is-ghost:hover, .button.is-ghost.is-hovered {
      color: #485fc7;
      text-decoration: underline; }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #0a0a0a; }
      .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white[disabled], fieldset[disabled] .button.is-white {
      background-color: white;
      border-color: white;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: white; }
      .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
        background-color: black; }
      .button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
        background-color: white;
        border-color: white;
        color: #0a0a0a; }
      .button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
        background-color: #0a0a0a;
        color: white; }
      .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
  .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: #040404;
      border-color: transparent;
      color: white; }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black[disabled], fieldset[disabled] .button.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #0a0a0a; }
      .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: white; }
      .button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent white white !important; }
      .button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
        background-color: white;
        color: #0a0a0a; }
      .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #eeeeee;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-light[disabled], fieldset[disabled] .button.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: whitesmoke; }
      .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
      .button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
        background-color: rgba(0, 0, 0, 0.7);
        color: whitesmoke; }
      .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #fff; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2f2f2f;
      border-color: transparent;
      color: #fff; }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #292929;
      border-color: transparent;
      color: #fff; }
    .button.is-dark[disabled], fieldset[disabled] .button.is-dark {
      background-color: #363636;
      border-color: #363636;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: #fff;
      color: #363636; }
      .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
        background-color: #363636;
        border-color: #363636;
        color: #fff; }
      .button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #363636; }
      .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #00c4a7;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: #00b89c;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled], fieldset[disabled] .button.is-primary {
      background-color: #00d1b2;
      border-color: #00d1b2;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #00d1b2; }
      .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #00d1b2; }
    .button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #00d1b2;
      color: #00d1b2; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
        background-color: #00d1b2;
        border-color: #00d1b2;
        color: #fff; }
      .button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #00d1b2 #00d1b2 !important; }
      .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
        background-color: transparent;
        border-color: #00d1b2;
        box-shadow: none;
        color: #00d1b2; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #00d1b2; }
      .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #00d1b2 #00d1b2 !important; }
      .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-primary.is-light {
      background-color: var(--primary-light);
      color: #00947e; }
      .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
        background-color: var(--primary-light);
        border-color: transparent;
        color: #00947e; }
      .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
        background-color: var(--primary-light);
        border-color: transparent;
        color: #00947e; }
  .button.is-link {
    background-color: #485fc7;
    border-color: transparent;
    color: #fff; }
    .button.is-link:hover, .button.is-link.is-hovered {
      background-color: #3e56c4;
      border-color: transparent;
      color: #fff; }
    .button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
    .button.is-link:active, .button.is-link.is-active {
      background-color: #3a51bb;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled], fieldset[disabled] .button.is-link {
      background-color: #485fc7;
      border-color: #485fc7;
      box-shadow: none; }
    .button.is-link.is-inverted {
      background-color: #fff;
      color: #485fc7; }
      .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #485fc7; }
    .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #485fc7;
      color: #485fc7; }
      .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
        background-color: #485fc7;
        border-color: #485fc7;
        color: #fff; }
      .button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #485fc7 #485fc7 !important; }
      .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
        background-color: transparent;
        border-color: #485fc7;
        box-shadow: none;
        color: #485fc7; }
    .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #485fc7; }
      .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #485fc7 #485fc7 !important; }
      .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-link.is-light {
      background-color: #eff1fa;
      color: #3850b7; }
      .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
        background-color: #e6e9f7;
        border-color: transparent;
        color: #3850b7; }
      .button.is-link.is-light:active, .button.is-link.is-light.is-active {
        background-color: #dce0f4;
        border-color: transparent;
        color: #3850b7; }
  .button.is-info {
    background-color: #256ada;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #2365cf;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(37, 106, 218, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #2160c4;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled], fieldset[disabled] .button.is-info {
      background-color: #256ada;
      border-color: #256ada;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #256ada; }
      .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #256ada; }
    .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #256ada;
      color: #256ada; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
        background-color: #256ada;
        border-color: #256ada;
        color: #fff; }
      .button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #256ada #256ada !important; }
      .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
        background-color: transparent;
        border-color: #256ada;
        box-shadow: none;
        color: #256ada; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #256ada; }
      .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #256ada #256ada !important; }
      .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-info.is-light {
      background-color: #eef3fc;
      color: #2262c9; }
      .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
        background-color: #e3ecfa;
        border-color: transparent;
        color: #2262c9; }
      .button.is-info.is-light:active, .button.is-info.is-light.is-active {
        background-color: #d8e4f8;
        border-color: transparent;
        color: #2262c9; }
  .button.is-success {
    background-color: #309c56;
    border-color: transparent;
    color: #fff; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #2d9250;
      border-color: transparent;
      color: #fff; }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(48, 156, 86, 0.25); }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #2a894b;
      border-color: transparent;
      color: #fff; }
    .button.is-success[disabled], fieldset[disabled] .button.is-success {
      background-color: #309c56;
      border-color: #309c56;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #309c56; }
      .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #309c56; }
    .button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #309c56;
      color: #309c56; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
        background-color: #309c56;
        border-color: #309c56;
        color: #fff; }
      .button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #309c56 #309c56 !important; }
      .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
        background-color: transparent;
        border-color: #309c56;
        box-shadow: none;
        color: #309c56; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #309c56; }
      .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #309c56 #309c56 !important; }
      .button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-success.is-light {
      background-color: #effaf3;
      color: #31a058; }
      .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
        background-color: #e6f7ec;
        border-color: transparent;
        color: #31a058; }
      .button.is-success.is-light:active, .button.is-success.is-light.is-active {
        background-color: #dcf4e4;
        border-color: transparent;
        color: #31a058; }
  .button.is-warning {
    background-color: #f69f09;
    border-color: transparent;
    color: #fff; }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #ea9708;
      border-color: transparent;
      color: #fff; }
    .button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(246, 159, 9, 0.25); }
    .button.is-warning:active, .button.is-warning.is-active {
      background-color: #dd8f08;
      border-color: transparent;
      color: #fff; }
    .button.is-warning[disabled], fieldset[disabled] .button.is-warning {
      background-color: #f69f09;
      border-color: #f69f09;
      box-shadow: none; }
    .button.is-warning.is-inverted {
      background-color: #fff;
      color: #f69f09; }
      .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #f69f09; }
    .button.is-warning.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #f69f09;
      color: #f69f09; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
        background-color: #f69f09;
        border-color: #f69f09;
        color: #fff; }
      .button.is-warning.is-outlined.is-loading::after {
        border-color: transparent transparent #f69f09 #f69f09 !important; }
      .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
        background-color: transparent;
        border-color: #f69f09;
        box-shadow: none;
        color: #f69f09; }
    .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #f69f09; }
      .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #f69f09 #f69f09 !important; }
      .button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-warning.is-light {
      background-color: #fef7eb;
      color: #996306; }
      .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
        background-color: #fef3df;
        border-color: transparent;
        color: #996306; }
      .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
        background-color: #fdeed3;
        border-color: transparent;
        color: #996306; }
  .button.is-danger {
    background-color: #cc0029;
    border-color: transparent;
    color: #fff; }
    .button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #bf0026;
      border-color: transparent;
      color: #fff; }
    .button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(204, 0, 41, 0.25); }
    .button.is-danger:active, .button.is-danger.is-active {
      background-color: #b30024;
      border-color: transparent;
      color: #fff; }
    .button.is-danger[disabled], fieldset[disabled] .button.is-danger {
      background-color: #cc0029;
      border-color: #cc0029;
      box-shadow: none; }
    .button.is-danger.is-inverted {
      background-color: #fff;
      color: #cc0029; }
      .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #cc0029; }
    .button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #cc0029;
      color: #cc0029; }
      .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
        background-color: #cc0029;
        border-color: #cc0029;
        color: #fff; }
      .button.is-danger.is-outlined.is-loading::after {
        border-color: transparent transparent #cc0029 #cc0029 !important; }
      .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #fff #fff !important; }
      .button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
        background-color: transparent;
        border-color: #cc0029;
        box-shadow: none;
        color: #cc0029; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #cc0029; }
      .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #cc0029 #cc0029 !important; }
      .button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-danger.is-light {
      background-color: #ffebef;
      color: #ff0033; }
      .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
        background-color: #ffdee4;
        border-color: transparent;
        color: #ff0033; }
      .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
        background-color: #ffd1da;
        border-color: transparent;
        color: #ff0033; }
  .button.is-small {
    font-size: 0.846rem; }
    .button.is-small:not(.is-rounded) {
      border-radius: 2px; }
  .button.is-normal {
    font-size: 1rem; }
  .button.is-medium {
    font-size: 1.213rem; }
  .button.is-large {
    font-size: 1.385rem; }
  .button[disabled], fieldset[disabled] .button {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em * 0.5));
      top: calc(50% - (1em * 0.5));
      position: absolute !important; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em); }

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .buttons .button {
    margin-bottom: 0.5rem; }
    .buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
  .buttons:last-child {
    margin-bottom: -0.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    font-size: 0.846rem; }
    .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
      border-radius: 2px; }
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.213rem; }
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.385rem; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .buttons.is-centered {
    justify-content: center; }
    .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }
  .buttons.is-right {
    justify-content: flex-end; }
    .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
      margin-left: 0.25rem;
      margin-right: 0.25rem; }

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.6345rem; }

  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.74025rem; }

  .button.is-responsive.is-medium {
    font-size: 0.846rem; }

  .button.is-responsive.is-large {
    font-size: 1rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.74025rem; }

  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.846rem; }

  .button.is-responsive.is-medium {
    font-size: 1rem; }

  .button.is-responsive.is-large {
    font-size: 1.213rem; } }
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto; }
  .container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (max-width: 1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }
  @media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
      max-width: 1152px; } }
  @media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
      max-width: 1344px; } }

.content li + li {
  margin-top: 0.25em; }
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125; }
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }
.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ol:not([type]) {
    list-style-type: decimal; }
    .content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
    .content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
    .content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
    .content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }
.content dd {
  margin-left: 2em; }
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .content figure:not(:first-child) {
    margin-top: 2em; }
  .content figure:not(:last-child) {
    margin-bottom: 2em; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }
.content sup,
.content sub {
  font-size: 75%; }
.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #363636; }
    .content table th:not([align]) {
      text-align: inherit; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }
.content .tabs li + li {
  margin-top: 0; }
.content.is-small {
  font-size: 0.846rem; }
.content.is-normal {
  font-size: 1rem; }
.content.is-medium {
  font-size: 1.213rem; }
.content.is-large {
  font-size: 1.385rem; }

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem; }
  .icon.is-small {
    height: 1rem;
    width: 1rem; }
  .icon.is-medium {
    height: 2rem;
    width: 2rem; }
  .icon.is-large {
    height: 3rem;
    width: 3rem; }

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top; }
  .icon-text .icon {
    flex-grow: 0;
    flex-shrink: 0; }
    .icon-text .icon:not(:last-child) {
      margin-right: 0.25em; }
    .icon-text .icon:not(:first-child) {
      margin-left: 0.25em; }

div.icon-text {
  display: flex; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 9999px; }
  .image.is-fullwidth {
    width: 100%; }
  .image.is-square img,
  .image.is-square .has-ratio, .image.is-1by1 img,
  .image.is-1by1 .has-ratio, .image.is-5by4 img,
  .image.is-5by4 .has-ratio, .image.is-4by3 img,
  .image.is-4by3 .has-ratio, .image.is-3by2 img,
  .image.is-3by2 .has-ratio, .image.is-5by3 img,
  .image.is-5by3 .has-ratio, .image.is-16by9 img,
  .image.is-16by9 .has-ratio, .image.is-2by1 img,
  .image.is-2by1 .has-ratio, .image.is-3by1 img,
  .image.is-3by1 .has-ratio, .image.is-4by5 img,
  .image.is-4by5 .has-ratio, .image.is-3by4 img,
  .image.is-3by4 .has-ratio, .image.is-2by3 img,
  .image.is-2by3 .has-ratio, .image.is-3by5 img,
  .image.is-3by5 .has-ratio, .image.is-9by16 img,
  .image.is-9by16 .has-ratio, .image.is-1by2 img,
  .image.is-1by2 .has-ratio, .image.is-1by3 img,
  .image.is-1by3 .has-ratio {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem; }
  .notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
  .notification strong {
    color: currentColor; }
  .notification code,
  .notification pre {
    background: white; }
  .notification pre code {
    background: transparent; }
  .notification > .delete {
    right: 0.5rem;
    position: absolute;
    top: 0.5rem; }
  .notification .title,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }
  .notification.is-white {
    background-color: white;
    color: #0a0a0a; }
  .notification.is-black {
    background-color: #0a0a0a;
    color: white; }
  .notification.is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
  .notification.is-dark {
    background-color: #363636;
    color: #fff; }
  .notification.is-primary {
    background-color: #00d1b2;
    color: #fff; }
    .notification.is-primary.is-light {
      background-color: var(--primary-light);
      color: #00947e; }
  .notification.is-link {
    background-color: #485fc7;
    color: #fff; }
    .notification.is-link.is-light {
      background-color: #eff1fa;
      color: #3850b7; }
  .notification.is-info {
    background-color: #256ada;
    color: #fff; }
    .notification.is-info.is-light {
      background-color: #eef3fc;
      color: #2262c9; }
  .notification.is-success {
    background-color: #309c56;
    color: #fff; }
    .notification.is-success.is-light {
      background-color: #effaf3;
      color: #31a058; }
  .notification.is-warning {
    background-color: #f69f09;
    color: #fff; }
    .notification.is-warning.is-light {
      background-color: #fef7eb;
      color: #996306; }
  .notification.is-danger {
    background-color: #cc0029;
    color: #fff; }
    .notification.is-danger.is-light {
      background-color: #ffebef;
      color: #ff0033; }

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .progress::-webkit-progress-bar {
    background-color: #ededed; }
  .progress::-webkit-progress-value {
    background-color: #4a4a4a; }
  .progress::-moz-progress-bar {
    background-color: #4a4a4a; }
  .progress::-ms-fill {
    background-color: #4a4a4a;
    border: none; }
  .progress.is-white::-webkit-progress-value {
    background-color: white; }
  .progress.is-white::-moz-progress-bar {
    background-color: white; }
  .progress.is-white::-ms-fill {
    background-color: white; }
  .progress.is-white:indeterminate {
    background-image: linear-gradient(to right, white 30%, #ededed 30%); }
  .progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a; }
  .progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a; }
  .progress.is-black::-ms-fill {
    background-color: #0a0a0a; }
  .progress.is-black:indeterminate {
    background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); }
  .progress.is-light::-webkit-progress-value {
    background-color: whitesmoke; }
  .progress.is-light::-moz-progress-bar {
    background-color: whitesmoke; }
  .progress.is-light::-ms-fill {
    background-color: whitesmoke; }
  .progress.is-light:indeterminate {
    background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%); }
  .progress.is-dark::-webkit-progress-value {
    background-color: #363636; }
  .progress.is-dark::-moz-progress-bar {
    background-color: #363636; }
  .progress.is-dark::-ms-fill {
    background-color: #363636; }
  .progress.is-dark:indeterminate {
    background-image: linear-gradient(to right, #363636 30%, #ededed 30%); }
  .progress.is-primary::-webkit-progress-value {
    background-color: #00d1b2; }
  .progress.is-primary::-moz-progress-bar {
    background-color: #00d1b2; }
  .progress.is-primary::-ms-fill {
    background-color: #00d1b2; }
  .progress.is-primary:indeterminate {
    background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); }
  .progress.is-link::-webkit-progress-value {
    background-color: #485fc7; }
  .progress.is-link::-moz-progress-bar {
    background-color: #485fc7; }
  .progress.is-link::-ms-fill {
    background-color: #485fc7; }
  .progress.is-link:indeterminate {
    background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%); }
  .progress.is-info::-webkit-progress-value {
    background-color: #256ada; }
  .progress.is-info::-moz-progress-bar {
    background-color: #256ada; }
  .progress.is-info::-ms-fill {
    background-color: #256ada; }
  .progress.is-info:indeterminate {
    background-image: linear-gradient(to right, #256ada 30%, #ededed 30%); }
  .progress.is-success::-webkit-progress-value {
    background-color: #309c56; }
  .progress.is-success::-moz-progress-bar {
    background-color: #309c56; }
  .progress.is-success::-ms-fill {
    background-color: #309c56; }
  .progress.is-success:indeterminate {
    background-image: linear-gradient(to right, #309c56 30%, #ededed 30%); }
  .progress.is-warning::-webkit-progress-value {
    background-color: #f69f09; }
  .progress.is-warning::-moz-progress-bar {
    background-color: #f69f09; }
  .progress.is-warning::-ms-fill {
    background-color: #f69f09; }
  .progress.is-warning:indeterminate {
    background-image: linear-gradient(to right, #f69f09 30%, #ededed 30%); }
  .progress.is-danger::-webkit-progress-value {
    background-color: #cc0029; }
  .progress.is-danger::-moz-progress-bar {
    background-color: #cc0029; }
  .progress.is-danger::-ms-fill {
    background-color: #cc0029; }
  .progress.is-danger:indeterminate {
    background-image: linear-gradient(to right, #cc0029 30%, #ededed 30%); }
  .progress:indeterminate {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: moveIndeterminate;
    animation-timing-function: linear;
    background-color: #ededed;
    background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%; }
    .progress:indeterminate::-webkit-progress-bar {
      background-color: transparent; }
    .progress:indeterminate::-moz-progress-bar {
      background-color: transparent; }
    .progress:indeterminate::-ms-fill {
      animation-name: none; }
  .progress.is-small {
    height: 0.846rem; }
  .progress.is-medium {
    height: 1.213rem; }
  .progress.is-large {
    height: 1.385rem; }

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0; }
  to {
    background-position: -200% 0; } }
.table {
  background-color: white;
  color: #363636; }
  .table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
    .table td.is-white,
    .table th.is-white {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
    .table td.is-black,
    .table th.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
    .table td.is-light,
    .table th.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: rgba(0, 0, 0, 0.7); }
    .table td.is-dark,
    .table th.is-dark {
      background-color: #363636;
      border-color: #363636;
      color: #fff; }
    .table td.is-primary,
    .table th.is-primary {
      background-color: #00d1b2;
      border-color: #00d1b2;
      color: #fff; }
    .table td.is-link,
    .table th.is-link {
      background-color: #485fc7;
      border-color: #485fc7;
      color: #fff; }
    .table td.is-info,
    .table th.is-info {
      background-color: #256ada;
      border-color: #256ada;
      color: #fff; }
    .table td.is-success,
    .table th.is-success {
      background-color: #309c56;
      border-color: #309c56;
      color: #fff; }
    .table td.is-warning,
    .table th.is-warning {
      background-color: #f69f09;
      border-color: #f69f09;
      color: #fff; }
    .table td.is-danger,
    .table th.is-danger {
      background-color: #cc0029;
      border-color: #cc0029;
      color: #fff; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
    .table td.is-selected,
    .table th.is-selected {
      background-color: #00d1b2;
      color: #fff; }
      .table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
    .table td.is-vcentered,
    .table th.is-vcentered {
      vertical-align: middle; }
  .table th {
    color: #363636; }
    .table th:not([align]) {
      text-align: left; }
  .table tr.is-selected {
    background-color: #00d1b2;
    color: #fff; }
    .table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
    .table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
  .table thead {
    background-color: transparent; }
    .table thead td,
    .table thead th {
      border-width: 0 0 2px;
      color: #363636; }
  .table tfoot {
    background-color: transparent; }
    .table tfoot td,
    .table tfoot th {
      border-width: 2px 0 0;
      color: #363636; }
  .table tbody {
    background-color: transparent; }
    .table tbody tr:last-child td,
    .table tbody tr:last-child th {
      border-bottom-width: 0; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-fullwidth {
    width: 100%; }
  .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
  .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: whitesmoke; }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%; }

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .tags .tag {
    margin-bottom: 0.5rem; }
    .tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
  .tags:last-child {
    margin-bottom: -0.5rem; }
  .tags:not(:last-child) {
    margin-bottom: 1rem; }
  .tags.are-medium .tag:not(.is-normal):not(.is-large) {
    font-size: 1rem; }
  .tags.are-large .tag:not(.is-normal):not(.is-medium) {
    font-size: 1.213rem; }
  .tags.is-centered {
    justify-content: center; }
    .tags.is-centered .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
  .tags.is-right {
    justify-content: flex-end; }
    .tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
    .tags.is-right .tag:not(:last-child) {
      margin-right: 0; }
  .tags.has-addons .tag {
    margin-right: 0; }
    .tags.has-addons .tag:not(:first-child) {
      margin-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.846rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }
  .tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
  .tag:not(body).is-white {
    background-color: white;
    color: #0a0a0a; }
  .tag:not(body).is-black {
    background-color: #0a0a0a;
    color: white; }
  .tag:not(body).is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-dark {
    background-color: #363636;
    color: #fff; }
  .tag:not(body).is-primary {
    background-color: #00d1b2;
    color: #fff; }
    .tag:not(body).is-primary.is-light {
      background-color: var(--primary-light);
      color: #00947e; }
  .tag:not(body).is-link {
    background-color: #485fc7;
    color: #fff; }
    .tag:not(body).is-link.is-light {
      background-color: #eff1fa;
      color: #3850b7; }
  .tag:not(body).is-info {
    background-color: #256ada;
    color: #fff; }
    .tag:not(body).is-info.is-light {
      background-color: #eef3fc;
      color: #2262c9; }
  .tag:not(body).is-success {
    background-color: #309c56;
    color: #fff; }
    .tag:not(body).is-success.is-light {
      background-color: #effaf3;
      color: #31a058; }
  .tag:not(body).is-warning {
    background-color: #f69f09;
    color: #fff; }
    .tag:not(body).is-warning.is-light {
      background-color: #fef7eb;
      color: #996306; }
  .tag:not(body).is-danger {
    background-color: #cc0029;
    color: #fff; }
    .tag:not(body).is-danger.is-light {
      background-color: #ffebef;
      color: #ff0033; }
  .tag:not(body).is-normal {
    font-size: 0.846rem; }
  .tag:not(body).is-medium {
    font-size: 1rem; }
  .tag:not(body).is-large {
    font-size: 1.213rem; }
  .tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
  .tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
  .tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em; }
  .tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
    .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
    .tag:not(body).is-delete::before {
      height: 1px;
      width: 50%; }
    .tag:not(body).is-delete::after {
      height: 50%;
      width: 1px; }
    .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
      background-color: #e8e8e8; }
    .tag:not(body).is-delete:active {
      background-color: #dbdbdb; }
  .tag:not(body).is-rounded {
    border-radius: 9999px; }

a.tag:hover {
  text-decoration: underline; }

.title,
.subtitle {
  word-break: break-word; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title {
  color: #363636;
  font-size: 1.692rem;
  font-weight: 600;
  line-height: 1.125; }
  .title strong {
    color: inherit;
    font-weight: inherit; }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
  .title.is-1 {
    font-size: 2.462rem; }
  .title.is-2 {
    font-size: 2rem; }
  .title.is-3 {
    font-size: 1.692rem; }
  .title.is-4 {
    font-size: 1.385rem; }
  .title.is-5 {
    font-size: 1.213rem; }
  .title.is-6 {
    font-size: 1rem; }
  .title.is-7 {
    font-size: 0.846rem; }

.subtitle {
  color: #4a4a4a;
  font-size: 1.213rem;
  font-weight: 400;
  line-height: 1.25; }
  .subtitle strong {
    color: #363636;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
  .subtitle.is-1 {
    font-size: 2.462rem; }
  .subtitle.is-2 {
    font-size: 2rem; }
  .subtitle.is-3 {
    font-size: 1.692rem; }
  .subtitle.is-4 {
    font-size: 1.385rem; }
  .subtitle.is-5 {
    font-size: 1.213rem; }
  .subtitle.is-6 {
    font-size: 1rem; }
  .subtitle.is-7 {
    font-size: 0.846rem; }

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.213rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }

/* Bulma Form */
.input, .textarea, .select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636; }
  .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
    border-color: #485fc7;
    box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
  [disabled].input, [disabled].textarea, .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
    [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }

.input, .textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%; }
  [readonly].input, [readonly].textarea {
    box-shadow: none; }
  .is-white.input, .is-white.textarea {
    border-color: white; }
    .is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .is-black.input, .is-black.textarea {
    border-color: #0a0a0a; }
    .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .is-light.input, .is-light.textarea {
    border-color: whitesmoke; }
    .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .is-dark.input, .is-dark.textarea {
    border-color: #363636; }
    .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .is-primary.input, .is-primary.textarea {
    border-color: #00d1b2; }
    .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
  .is-link.input, .is-link.textarea {
    border-color: #485fc7; }
    .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
  .is-info.input, .is-info.textarea {
    border-color: #256ada; }
    .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(37, 106, 218, 0.25); }
  .is-success.input, .is-success.textarea {
    border-color: #309c56; }
    .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(48, 156, 86, 0.25); }
  .is-warning.input, .is-warning.textarea {
    border-color: #f69f09; }
    .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(246, 159, 9, 0.25); }
  .is-danger.input, .is-danger.textarea {
    border-color: #cc0029; }
    .is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
      box-shadow: 0 0 0 0.125em rgba(204, 0, 41, 0.25); }
  .is-small.input, .is-small.textarea {
    border-radius: 2px;
    font-size: 0.846rem; }
  .is-medium.input, .is-medium.textarea {
    font-size: 1.213rem; }
  .is-large.input, .is-large.textarea {
    font-size: 1.385rem; }
  .is-fullwidth.input, .is-fullwidth.textarea {
    display: block;
    width: 100%; }
  .is-inline.input, .is-inline.textarea {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em); }
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em; }
  .textarea[rows] {
    height: initial; }
  .textarea.has-fixed-size {
    resize: none; }

.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input, .radio input {
    cursor: pointer; }
  .checkbox:hover, .radio:hover {
    color: #363636; }
  [disabled].checkbox, [disabled].radio, fieldset[disabled] .checkbox, fieldset[disabled] .radio,
  .checkbox input[disabled],
  .radio input[disabled] {
    color: #7a7a7a;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.5em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #485fc7;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 9999px;
    padding-left: 1em; }
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover, fieldset[disabled] .select select:hover {
      border-color: whitesmoke; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: auto;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
  .select.is-white:not(:hover)::after {
    border-color: white; }
  .select.is-white select {
    border-color: white; }
    .select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
    .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
  .select.is-black select {
    border-color: #0a0a0a; }
    .select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
    .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
  .select.is-light select {
    border-color: whitesmoke; }
    .select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e8e8e8; }
    .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #363636; }
  .select.is-dark select {
    border-color: #363636; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #00d1b2; }
  .select.is-primary select {
    border-color: #00d1b2; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #00b89c; }
    .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #485fc7; }
  .select.is-link select {
    border-color: #485fc7; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #3a51bb; }
    .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #256ada; }
  .select.is-info select {
    border-color: #256ada; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #2160c4; }
    .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 0 0 0.125em rgba(37, 106, 218, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #309c56; }
  .select.is-success select {
    border-color: #309c56; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #2a894b; }
    .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(48, 156, 86, 0.25); }
  .select.is-warning:not(:hover)::after {
    border-color: #f69f09; }
  .select.is-warning select {
    border-color: #f69f09; }
    .select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #dd8f08; }
    .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
      box-shadow: 0 0 0 0.125em rgba(246, 159, 9, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #cc0029; }
  .select.is-danger select {
    border-color: #cc0029; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #b30024; }
    .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      box-shadow: 0 0 0 0.125em rgba(204, 0, 41, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.846rem; }
  .select.is-medium {
    font-size: 1.213rem; }
  .select.is-large {
    font-size: 1.385rem; }
  .select.is-disabled::after {
    border-color: #7a7a7a !important;
    opacity: 0.5; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.846rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.213rem; }
  .select.is-loading.is-large:after {
    font-size: 1.385rem; }

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
  .file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white; }
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white; }
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
  .file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #fff; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: #fff; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #fff; }
  .file.is-primary .file-cta {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #00c4a7;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #485fc7;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #3e56c4;
    border-color: transparent;
    color: #fff; }
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #3a51bb;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #256ada;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #2365cf;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(37, 106, 218, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #2160c4;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta {
    background-color: #309c56;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #2d9250;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(48, 156, 86, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #2a894b;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta {
    background-color: #f69f09;
    border-color: transparent;
    color: #fff; }
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #ea9708;
    border-color: transparent;
    color: #fff; }
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(246, 159, 9, 0.25);
    color: #fff; }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #dd8f08;
    border-color: transparent;
    color: #fff; }
  .file.is-danger .file-cta {
    background-color: #cc0029;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #bf0026;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(204, 0, 41, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #b30024;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.846rem; }
  .file.is-normal {
    font-size: 1rem; }
  .file.is-medium {
    font-size: 1.213rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.385rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 4px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
  .file.is-centered {
    justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
  .file.is-right {
    justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
    .file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      order: -1; }

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
  .file-label:hover .file-name {
    border-color: #d5d5d5; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #cfcfcf; }

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis; }

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.846rem; }
  .label.is-medium {
    font-size: 1.213rem; }
  .label.is-large {
    font-size: 1.385rem; }

.help {
  display: block;
  font-size: 0.846rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #00d1b2; }
  .help.is-link {
    color: #485fc7; }
  .help.is-info {
    color: #256ada; }
  .help.is-success {
    color: #309c56; }
  .help.is-warning {
    color: #f69f09; }
  .help.is-danger {
    color: #cc0029; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }
.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
  .field.has-addons .control:first-child:not(:only-child) .button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control:last-child:not(:only-child) .button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
    .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }
.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control {
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }

.field-label .label {
  font-size: inherit; }
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.846rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.213rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.385rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #4a4a4a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.846rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.213rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.385rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.5em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.5em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.846rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.213rem; }
  .control.is-loading.is-large:after {
    font-size: 1.385rem; }

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap; }
  .breadcrumb a {
    align-items: center;
    color: #485fc7;
    display: flex;
    justify-content: center;
    padding: 0 0.75em; }
    .breadcrumb a:hover {
      color: #363636; }
  .breadcrumb li {
    align-items: center;
    display: flex; }
    .breadcrumb li:first-child a {
      padding-left: 0; }
    .breadcrumb li.is-active a {
      color: #363636;
      cursor: default;
      pointer-events: none; }
    .breadcrumb li + li::before {
      color: #b5b5b5;
      content: "/"; }
  .breadcrumb ul,
  .breadcrumb ol {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .breadcrumb .icon:first-child {
    margin-right: 0.5em; }
  .breadcrumb .icon:last-child {
    margin-left: 0.5em; }
  .breadcrumb.is-centered ol,
  .breadcrumb.is-centered ul {
    justify-content: center; }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    justify-content: flex-end; }
  .breadcrumb.is-small {
    font-size: 0.846rem; }
  .breadcrumb.is-medium {
    font-size: 1.213rem; }
  .breadcrumb.is-large {
    font-size: 1.385rem; }
  .breadcrumb.has-arrow-separator li + li::before {
    content: "→"; }
  .breadcrumb.has-bullet-separator li + li::before {
    content: "•"; }
  .breadcrumb.has-dot-separator li + li::before {
    content: "·"; }
  .breadcrumb.has-succeeds-separator li + li::before {
    content: "≻"; }

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative; }

.card-header:first-child, .card-content:first-child, .card-footer:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.card-header:last-child, .card-content:last-child, .card-footer:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex; }

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem; }
  .card-header-title.is-centered {
    justify-content: center; }

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem; }

.card-image {
  display: block;
  position: relative; }
  .card-image:first-child img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-image:last-child img {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }

.card-content {
  background-color: transparent;
  padding: 1.5rem; }

.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex; }

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #ededed; }

.card .media:not(:last-child) {
  margin-bottom: 1.5rem; }

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top; }
  .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block; }
  .dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0; }
  .dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto; }

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20; }

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative; }

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%; }
  a.dropdown-item:hover,
  button.dropdown-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a; }
  a.dropdown-item.is-active,
  button.dropdown-item.is-active {
    background-color: #485fc7;
    color: #fff; }

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }

.level {
  align-items: center;
  justify-content: space-between; }
  .level code {
    border-radius: 4px; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: flex; }
    .level.is-mobile .level-left + .level-right {
      margin-top: 0; }
    .level.is-mobile .level-item:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .level.is-mobile .level-item:not(.is-narrow) {
      flex-grow: 1; }
  @media screen and (min-width: 769px), print {
    .level {
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        flex-grow: 1; } }

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

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

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

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

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit; }

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto; } }
.menu {
  font-size: 1rem; }
  .menu.is-small {
    font-size: 0.846rem; }
  .menu.is-medium {
    font-size: 1.213rem; }
  .menu.is-large {
    font-size: 1.385rem; }

.menu-list {
  line-height: 1.25; }
  .menu-list a {
    border-radius: 2px;
    color: #4a4a4a;
    display: block;
    padding: 0.5em 0.75em; }
    .menu-list a:hover {
      background-color: whitesmoke;
      color: #363636; }
    .menu-list a.is-active {
      background-color: #485fc7;
      color: #fff; }
  .menu-list li ul {
    border-left: 1px solid #dbdbdb;
    margin: 0.75em;
    padding-left: 0.75em; }

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .menu-label:not(:first-child) {
    margin-top: 1em; }
  .menu-label:not(:last-child) {
    margin-bottom: 1em; }

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem; }
  .message strong {
    color: currentColor; }
  .message a:not(.button):not(.tag):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
  .message.is-small {
    font-size: 0.846rem; }
  .message.is-medium {
    font-size: 1.213rem; }
  .message.is-large {
    font-size: 1.385rem; }
  .message.is-white {
    background-color: white; }
    .message.is-white .message-header {
      background-color: white;
      color: #0a0a0a; }
    .message.is-white .message-body {
      border-color: white; }
  .message.is-black {
    background-color: #fafafa; }
    .message.is-black .message-header {
      background-color: #0a0a0a;
      color: white; }
    .message.is-black .message-body {
      border-color: #0a0a0a; }
  .message.is-light {
    background-color: #fafafa; }
    .message.is-light .message-header {
      background-color: whitesmoke;
      color: rgba(0, 0, 0, 0.7); }
    .message.is-light .message-body {
      border-color: whitesmoke; }
  .message.is-dark {
    background-color: #fafafa; }
    .message.is-dark .message-header {
      background-color: #363636;
      color: #fff; }
    .message.is-dark .message-body {
      border-color: #363636; }
  .message.is-primary {
    background-color: var(--primary-light); }
    .message.is-primary .message-header {
      background-color: #00d1b2;
      color: #fff; }
    .message.is-primary .message-body {
      border-color: #00d1b2;
      color: #00947e; }
  .message.is-link {
    background-color: #eff1fa; }
    .message.is-link .message-header {
      background-color: #485fc7;
      color: #fff; }
    .message.is-link .message-body {
      border-color: #485fc7;
      color: #3850b7; }
  .message.is-info {
    background-color: #eef3fc; }
    .message.is-info .message-header {
      background-color: #256ada;
      color: #fff; }
    .message.is-info .message-body {
      border-color: #256ada;
      color: #2262c9; }
  .message.is-success {
    background-color: #effaf3; }
    .message.is-success .message-header {
      background-color: #309c56;
      color: #fff; }
    .message.is-success .message-body {
      border-color: #309c56;
      color: #31a058; }
  .message.is-warning {
    background-color: #fef7eb; }
    .message.is-warning .message-header {
      background-color: #f69f09;
      color: #fff; }
    .message.is-warning .message-body {
      border-color: #f69f09;
      color: #996306; }
  .message.is-danger {
    background-color: #ffebef; }
    .message.is-danger .message-header {
      background-color: #cc0029;
      color: #fff; }
    .message.is-danger .message-body {
      border-color: #cc0029;
      color: #ff0033; }

.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative; }
  .message-header .delete {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0.75em; }
  .message-header + .message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em; }
  .message-body code,
  .message-body pre {
    background-color: white; }
  .message-body pre code {
    background-color: transparent; }

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40; }
  .modal.is-active {
    display: flex; }

.modal-background {
  background-color: rgba(10, 10, 10, 0.86); }

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

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible; }

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

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.385rem;
  line-height: 1; }

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb; }
  .modal-card-foot .button:not(:last-child) {
    margin-right: 0.5em; }

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px; }

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30; }
  .navbar.is-white {
    background-color: white;
    color: #0a0a0a; }
    .navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:focus,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a; }
    .navbar.is-white .navbar-burger {
      color: #0a0a0a; }
    @media screen and (min-width: 1024px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a; }
      .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:focus,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:focus,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:focus,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: white;
        color: #0a0a0a; } }
  .navbar.is-black {
    background-color: #0a0a0a;
    color: white; }
    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:focus,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: white; }
    .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: white; }
    .navbar.is-black .navbar-burger {
      color: white; }
    @media screen and (min-width: 1024px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: white; }
      .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:focus,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:focus,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:focus,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white; }
      .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: white; } }
  .navbar.is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:focus,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #e8e8e8;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:focus,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:focus,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:focus,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-dark {
    background-color: #363636;
    color: #fff; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:focus,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: #fff; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-dark .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:focus,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:focus,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:focus,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: #fff; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: #fff; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff; } }
  .navbar.is-primary {
    background-color: #00d1b2;
    color: #fff; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:focus,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #00b89c;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-primary .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:focus,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:focus,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:focus,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #00b89c;
        color: #fff; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #00b89c;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #00d1b2;
        color: #fff; } }
  .navbar.is-link {
    background-color: #485fc7;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:focus,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #3a51bb;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-link .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:focus,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:focus,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:focus,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #3a51bb;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3a51bb;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #485fc7;
        color: #fff; } }
  .navbar.is-info {
    background-color: #256ada;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:focus,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active {
      background-color: #2160c4;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-info .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:focus,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:focus,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:focus,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #2160c4;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #2160c4;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #256ada;
        color: #fff; } }
  .navbar.is-success {
    background-color: #309c56;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:focus,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active {
      background-color: #2a894b;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-success .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:focus,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:focus,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:focus,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #2a894b;
        color: #fff; }
      .navbar.is-success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #2a894b;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #309c56;
        color: #fff; } }
  .navbar.is-warning {
    background-color: #f69f09;
    color: #fff; }
    .navbar.is-warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:focus,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active {
      background-color: #dd8f08;
      color: #fff; }
    .navbar.is-warning .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-warning .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:focus,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:focus,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:focus,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #dd8f08;
        color: #fff; }
      .navbar.is-warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #dd8f08;
        color: #fff; }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #f69f09;
        color: #fff; } }
  .navbar.is-danger {
    background-color: #cc0029;
    color: #fff; }
    .navbar.is-danger .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:focus,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active {
      background-color: #b30024;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-danger .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-danger .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:focus,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:focus,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:focus,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: #b30024;
        color: #fff; }
      .navbar.is-danger .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #b30024;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #cc0029;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 whitesmoke; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 whitesmoke; }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem; }
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem; }

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: #4a4a4a;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

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

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:focus,
  .navbar-link:focus-within,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #485fc7; }

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #485fc7; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #485fc7;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #485fc7;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
  .navbar-link:not(.is-arrowless)::after {
    border-color: #485fc7;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block; }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }

  .navbar-link::after {
    display: none; }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }

  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 4px; }
    .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: whitesmoke;
      color: #0a0a0a; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: whitesmoke;
      color: #485fc7; }

  .navbar-burger {
    display: none; }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }

  .navbar-item.has-dropdown {
    align-items: stretch; }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em); }
  .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; }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0); }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
        background-color: whitesmoke;
        color: #0a0a0a; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #485fc7; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }

  .navbar-divider {
    display: block; }

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem; }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem; }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a; }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent; }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem); }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.846rem; }
  .pagination.is-medium {
    font-size: 1.213rem; }
  .pagination.is-large {
    font-size: 1.385rem; }
  .pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 9999px; }
  .pagination.is-rounded .pagination-link {
    border-radius: 9999px; }

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center; }

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

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #b5b5b5;
    color: #363636; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #485fc7; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
  .pagination-previous[disabled], .pagination-previous.is-disabled,
  .pagination-next[disabled],
  .pagination-next.is-disabled,
  .pagination-link[disabled],
  .pagination-link.is-disabled {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: 0.5; }

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }

.pagination-link.is-current {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff; }

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none; }

.pagination-list {
  flex-wrap: wrap; }
  .pagination-list li {
    list-style: none; }

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap; }

  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1; }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1; } }
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1; }

  .pagination-previous,
  .pagination-next,
  .pagination-link,
  .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0; }

  .pagination-previous {
    order: 2; }

  .pagination-next {
    order: 3; }

  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0; }
    .pagination.is-centered .pagination-previous {
      order: 1; }
    .pagination.is-centered .pagination-list {
      justify-content: center;
      order: 2; }
    .pagination.is-centered .pagination-next {
      order: 3; }
    .pagination.is-right .pagination-previous {
      order: 1; }
    .pagination.is-right .pagination-next {
      order: 2; }
    .pagination.is-right .pagination-list {
      justify-content: flex-end;
      order: 3; } }
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem; }
  .panel:not(:last-child) {
    margin-bottom: 1.5rem; }
  .panel.is-white .panel-heading {
    background-color: white;
    color: #0a0a0a; }
  .panel.is-white .panel-tabs a.is-active {
    border-bottom-color: white; }
  .panel.is-white .panel-block.is-active .panel-icon {
    color: white; }
  .panel.is-black .panel-heading {
    background-color: #0a0a0a;
    color: white; }
  .panel.is-black .panel-tabs a.is-active {
    border-bottom-color: #0a0a0a; }
  .panel.is-black .panel-block.is-active .panel-icon {
    color: #0a0a0a; }
  .panel.is-light .panel-heading {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
  .panel.is-light .panel-tabs a.is-active {
    border-bottom-color: whitesmoke; }
  .panel.is-light .panel-block.is-active .panel-icon {
    color: whitesmoke; }
  .panel.is-dark .panel-heading {
    background-color: #363636;
    color: #fff; }
  .panel.is-dark .panel-tabs a.is-active {
    border-bottom-color: #363636; }
  .panel.is-dark .panel-block.is-active .panel-icon {
    color: #363636; }
  .panel.is-primary .panel-heading {
    background-color: #00d1b2;
    color: #fff; }
  .panel.is-primary .panel-tabs a.is-active {
    border-bottom-color: #00d1b2; }
  .panel.is-primary .panel-block.is-active .panel-icon {
    color: #00d1b2; }
  .panel.is-link .panel-heading {
    background-color: #485fc7;
    color: #fff; }
  .panel.is-link .panel-tabs a.is-active {
    border-bottom-color: #485fc7; }
  .panel.is-link .panel-block.is-active .panel-icon {
    color: #485fc7; }
  .panel.is-info .panel-heading {
    background-color: #256ada;
    color: #fff; }
  .panel.is-info .panel-tabs a.is-active {
    border-bottom-color: #256ada; }
  .panel.is-info .panel-block.is-active .panel-icon {
    color: #256ada; }
  .panel.is-success .panel-heading {
    background-color: #309c56;
    color: #fff; }
  .panel.is-success .panel-tabs a.is-active {
    border-bottom-color: #309c56; }
  .panel.is-success .panel-block.is-active .panel-icon {
    color: #309c56; }
  .panel.is-warning .panel-heading {
    background-color: #f69f09;
    color: #fff; }
  .panel.is-warning .panel-tabs a.is-active {
    border-bottom-color: #f69f09; }
  .panel.is-warning .panel-block.is-active .panel-icon {
    color: #f69f09; }
  .panel.is-danger .panel-heading {
    background-color: #cc0029;
    color: #fff; }
  .panel.is-danger .panel-tabs a.is-active {
    border-bottom-color: #cc0029; }
  .panel.is-danger .panel-block.is-active .panel-icon {
    color: #cc0029; }

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed; }

.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em; }

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center; }
  .panel-tabs a {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: -1px;
    padding: 0.5em; }
    .panel-tabs a.is-active {
      border-bottom-color: #4a4a4a;
      color: #363636; }

.panel-list a {
  color: #4a4a4a; }
  .panel-list a:hover {
    color: #485fc7; }

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em; }
  .panel-block input[type="checkbox"] {
    margin-right: 0.75em; }
  .panel-block > .control {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%; }
  .panel-block.is-wrapped {
    flex-wrap: wrap; }
  .panel-block.is-active {
    border-left-color: #485fc7;
    color: #363636; }
    .panel-block.is-active .panel-icon {
      color: #485fc7; }
  .panel-block:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }

a.panel-block,
label.panel-block {
  cursor: pointer; }
  a.panel-block:hover,
  label.panel-block:hover {
    background-color: whitesmoke; }

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em; }
  .panel-icon .fa {
    font-size: inherit;
    line-height: inherit; }

.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; }
  .tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  .tabs li {
    display: block; }
    .tabs li.is-active a {
      border-bottom-color: #485fc7;
      color: #485fc7; }
  .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; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      flex: none;
      justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      justify-content: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-centered ul {
    justify-content: center; }
  .tabs.is-right ul {
    justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    .tabs.is-boxed a:hover {
      background-color: whitesmoke;
      border-bottom-color: #dbdbdb; }
  .tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: whitesmoke;
      border-color: #b5b5b5;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .tabs.is-toggle li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .tabs.is-toggle li.is-active a {
    background-color: #485fc7;
    border-color: #485fc7;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.846rem; }
  .tabs.is-medium {
    font-size: 1.213rem; }
  .tabs.is-large {
    font-size: 1.385rem; }

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none;
    width: unset; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-0 {
    flex: none;
    width: 0%; }
  .columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333337%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333337%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66666674%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66666674%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333337%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333337%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66666674%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66666674%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333337%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333337%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66666674%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66666674%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333337%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333337%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66666674%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66666674%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none;
      width: unset; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-0-mobile {
      flex: none;
      width: 0%; }
    .column.is-offset-0-mobile {
      margin-left: 0%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333337%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66666674%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333337%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66666674%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333337%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66666674%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333337%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66666674%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none;
      width: unset; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-0, .column.is-0-tablet {
      flex: none;
      width: 0%; }
    .column.is-offset-0, .column.is-offset-0-tablet {
      margin-left: 0%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333337%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66666674%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333337%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66666674%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333337%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66666674%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333337%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66666674%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1023px) {
    .column.is-narrow-touch {
      flex: none;
      width: unset; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-0-touch {
      flex: none;
      width: 0%; }
    .column.is-offset-0-touch {
      margin-left: 0%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333337%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-touch {
      margin-left: 16.66666674%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333337%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-touch {
      margin-left: 41.66666674%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333337%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-touch {
      margin-left: 66.66666674%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333337%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-touch {
      margin-left: 91.66666674%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
      flex: none;
      width: unset; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-0-desktop {
      flex: none;
      width: 0%; }
    .column.is-offset-0-desktop {
      margin-left: 0%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333337%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66666674%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333337%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66666674%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333337%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66666674%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333337%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66666674%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
      flex: none;
      width: unset; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-0-widescreen {
      flex: none;
      width: 0%; }
    .column.is-offset-0-widescreen {
      margin-left: 0%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333337%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66666674%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333337%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66666674%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333337%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66666674%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333337%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66666674%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
      flex: none;
      width: unset; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-0-fullhd {
      flex: none;
      width: 0%; }
    .column.is-offset-0-fullhd {
      margin-left: 0%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333337%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333337%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66666674%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66666674%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333337%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333337%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66666674%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66666674%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333337%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333337%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66666674%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66666674%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333337%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333337%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66666674%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66666674%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1024px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable > .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333337%; }
    .tile.is-2 {
      flex: none;
      width: 16.66666674%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333337%; }
    .tile.is-5 {
      flex: none;
      width: 41.66666674%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333337%; }
    .tile.is-8 {
      flex: none;
      width: 66.66666674%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333337%; }
    .tile.is-11 {
      flex: none;
      width: 91.66666674%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

/* Bulma Helpers */
.has-text-white {
  color: white !important; }

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important; }

.has-background-white {
  background-color: white !important; }

.has-text-black {
  color: #0a0a0a !important; }

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important; }

.has-background-black {
  background-color: #0a0a0a !important; }

.has-text-light {
  color: whitesmoke !important; }

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important; }

.has-background-light {
  background-color: whitesmoke !important; }

.has-text-dark {
  color: #363636 !important; }

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important; }

.has-background-dark {
  background-color: #363636 !important; }

.has-text-primary {
  color: #00d1b2 !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important; }

.has-background-primary {
  background-color: #00d1b2 !important; }

.has-text-primary-light {
  color: var(--primary-light) !important; }

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: var(--primary-light) !important; }

.has-background-primary-light {
  background-color: var(--primary-light) !important; }

.has-text-primary-dark {
  color: #00947e !important; }

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #00c7a9 !important; }

.has-background-primary-dark {
  background-color: #00947e !important; }

.has-text-link {
  color: #485fc7 !important; }

a.has-text-link:hover, a.has-text-link:focus {
  color: #3449a8 !important; }

.has-background-link {
  background-color: #485fc7 !important; }

.has-text-link-light {
  color: #eff1fa !important; }

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c8cfee !important; }

.has-background-link-light {
  background-color: #eff1fa !important; }

.has-text-link-dark {
  color: #3850b7 !important; }

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #576dcb !important; }

.has-background-link-dark {
  background-color: #3850b7 !important; }

.has-text-info {
  color: #256ada !important; }

a.has-text-info:hover, a.has-text-info:focus {
  color: #1e55ae !important; }

.has-background-info {
  background-color: #256ada !important; }

.has-text-info-light {
  color: #eef3fc !important; }

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c2d5f5 !important; }

.has-background-info-light {
  background-color: #eef3fc !important; }

.has-text-info-dark {
  color: #2262c9 !important; }

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #3f7cde !important; }

.has-background-info-dark {
  background-color: #2262c9 !important; }

.has-text-success {
  color: #309c56 !important; }

a.has-text-success:hover, a.has-text-success:focus {
  color: #247540 !important; }

.has-background-success {
  background-color: #309c56 !important; }

.has-text-success-light {
  color: #effaf3 !important; }

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eed6 !important; }

.has-background-success-light {
  background-color: #effaf3 !important; }

.has-text-success-dark {
  color: #31a058 !important; }

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #40c46e !important; }

.has-background-success-dark {
  background-color: #31a058 !important; }

.has-text-warning {
  color: #f69f09 !important; }

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #c57f07 !important; }

.has-background-warning {
  background-color: #f69f09 !important; }

.has-text-warning-light {
  color: #fef7eb !important; }

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #fde4ba !important; }

.has-background-warning-light {
  background-color: #fef7eb !important; }

.has-text-warning-dark {
  color: #996306 !important; }

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #ca8207 !important; }

.has-background-warning-dark {
  background-color: #996306 !important; }

.has-text-danger {
  color: #cc0029 !important; }

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #99001f !important; }

.has-background-danger {
  background-color: #cc0029 !important; }

.has-text-danger-light {
  color: #ffebef !important; }

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #ffb8c6 !important; }

.has-background-danger-light {
  background-color: #ffebef !important; }

.has-text-danger-dark {
  color: #ff0033 !important; }

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ff335c !important; }

.has-background-danger-dark {
  background-color: #ff0033 !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-background-black-bis {
  background-color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-background-black-ter {
  background-color: #242424 !important; }

.has-text-grey-darker {
  color: #363636 !important; }

.has-background-grey-darker {
  background-color: #363636 !important; }

.has-text-grey-dark {
  color: #4a4a4a !important; }

.has-background-grey-dark {
  background-color: #4a4a4a !important; }

.has-text-grey {
  color: #7a7a7a !important; }

.has-background-grey {
  background-color: #7a7a7a !important; }

.has-text-grey-light {
  color: #b5b5b5 !important; }

.has-background-grey-light {
  background-color: #b5b5b5 !important; }

.has-text-grey-lighter {
  color: #dbdbdb !important; }

.has-background-grey-lighter {
  background-color: #dbdbdb !important; }

.has-text-white-ter {
  color: whitesmoke !important; }

.has-background-white-ter {
  background-color: whitesmoke !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.has-background-white-bis {
  background-color: #fafafa !important; }

.is-flex-direction-row {
  flex-direction: row !important; }

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important; }

.is-flex-direction-column {
  flex-direction: column !important; }

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important; }

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important; }

.is-flex-wrap-wrap {
  flex-wrap: wrap !important; }

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.is-justify-content-flex-start {
  justify-content: flex-start !important; }

.is-justify-content-flex-end {
  justify-content: flex-end !important; }

.is-justify-content-center {
  justify-content: center !important; }

.is-justify-content-space-between {
  justify-content: space-between !important; }

.is-justify-content-space-around {
  justify-content: space-around !important; }

.is-justify-content-space-evenly {
  justify-content: space-evenly !important; }

.is-justify-content-start {
  justify-content: start !important; }

.is-justify-content-end {
  justify-content: end !important; }

.is-justify-content-left {
  justify-content: left !important; }

.is-justify-content-right {
  justify-content: right !important; }

.is-align-content-flex-start {
  align-content: flex-start !important; }

.is-align-content-flex-end {
  align-content: flex-end !important; }

.is-align-content-center {
  align-content: center !important; }

.is-align-content-space-between {
  align-content: space-between !important; }

.is-align-content-space-around {
  align-content: space-around !important; }

.is-align-content-space-evenly {
  align-content: space-evenly !important; }

.is-align-content-stretch {
  align-content: stretch !important; }

.is-align-content-start {
  align-content: start !important; }

.is-align-content-end {
  align-content: end !important; }

.is-align-content-baseline {
  align-content: baseline !important; }

.is-align-items-stretch {
  align-items: stretch !important; }

.is-align-items-flex-start {
  align-items: flex-start !important; }

.is-align-items-flex-end {
  align-items: flex-end !important; }

.is-align-items-center {
  align-items: center !important; }

.is-align-items-baseline {
  align-items: baseline !important; }

.is-align-items-start {
  align-items: start !important; }

.is-align-items-end {
  align-items: end !important; }

.is-align-items-self-start {
  align-items: self-start !important; }

.is-align-items-self-end {
  align-items: self-end !important; }

.is-align-self-auto {
  align-self: auto !important; }

.is-align-self-flex-start {
  align-self: flex-start !important; }

.is-align-self-flex-end {
  align-self: flex-end !important; }

.is-align-self-center {
  align-self: center !important; }

.is-align-self-baseline {
  align-self: baseline !important; }

.is-align-self-stretch {
  align-self: stretch !important; }

.is-flex-grow-0 {
  flex-grow: 0 !important; }

.is-flex-grow-1 {
  flex-grow: 1 !important; }

.is-flex-grow-2 {
  flex-grow: 2 !important; }

.is-flex-grow-3 {
  flex-grow: 3 !important; }

.is-flex-grow-4 {
  flex-grow: 4 !important; }

.is-flex-grow-5 {
  flex-grow: 5 !important; }

.is-flex-shrink-0 {
  flex-shrink: 0 !important; }

.is-flex-shrink-1 {
  flex-shrink: 1 !important; }

.is-flex-shrink-2 {
  flex-shrink: 2 !important; }

.is-flex-shrink-3 {
  flex-shrink: 3 !important; }

.is-flex-shrink-4 {
  flex-shrink: 4 !important; }

.is-flex-shrink-5 {
  flex-shrink: 5 !important; }

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

.is-pulled-left {
  float: left !important; }

.is-pulled-right {
  float: right !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important; }

.is-clipped {
  overflow: hidden !important; }

.is-relative {
  position: relative !important; }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 0.75rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.mb-3 {
  margin-bottom: 0.75rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important; }

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.m-4 {
  margin: 1rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.mb-4 {
  margin-bottom: 1rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-5 {
  margin: 1.5rem !important; }

.mt-5 {
  margin-top: 1.5rem !important; }

.mr-5 {
  margin-right: 1.5rem !important; }

.mb-5 {
  margin-bottom: 1.5rem !important; }

.ml-5 {
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-6 {
  margin: 3rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mr-6 {
  margin-right: 3rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.ml-6 {
  margin-left: 3rem !important; }

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 0.75rem !important; }

.pt-3 {
  padding-top: 0.75rem !important; }

.pr-3 {
  padding-right: 0.75rem !important; }

.pb-3 {
  padding-bottom: 0.75rem !important; }

.pl-3 {
  padding-left: 0.75rem !important; }

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.p-4 {
  padding: 1rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-5 {
  padding: 1.5rem !important; }

.pt-5 {
  padding-top: 1.5rem !important; }

.pr-5 {
  padding-right: 1.5rem !important; }

.pb-5 {
  padding-bottom: 1.5rem !important; }

.pl-5 {
  padding-left: 1.5rem !important; }

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-6 {
  padding: 3rem !important; }

.pt-6 {
  padding-top: 3rem !important; }

.pr-6 {
  padding-right: 3rem !important; }

.pb-6 {
  padding-bottom: 3rem !important; }

.pl-6 {
  padding-left: 3rem !important; }

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-auto {
  padding: auto !important; }

.pt-auto {
  padding-top: auto !important; }

.pr-auto {
  padding-right: auto !important; }

.pb-auto {
  padding-bottom: auto !important; }

.pl-auto {
  padding-left: auto !important; }

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important; }

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important; }

.is-size-1 {
  font-size: 2.462rem !important; }

.is-size-2 {
  font-size: 2rem !important; }

.is-size-3 {
  font-size: 1.692rem !important; }

.is-size-4 {
  font-size: 1.385rem !important; }

.is-size-5 {
  font-size: 1.213rem !important; }

.is-size-6 {
  font-size: 1rem !important; }

.is-size-7 {
  font-size: 0.846rem !important; }

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 2.462rem !important; }

  .is-size-2-mobile {
    font-size: 2rem !important; }

  .is-size-3-mobile {
    font-size: 1.692rem !important; }

  .is-size-4-mobile {
    font-size: 1.385rem !important; }

  .is-size-5-mobile {
    font-size: 1.213rem !important; }

  .is-size-6-mobile {
    font-size: 1rem !important; }

  .is-size-7-mobile {
    font-size: 0.846rem !important; } }
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 2.462rem !important; }

  .is-size-2-tablet {
    font-size: 2rem !important; }

  .is-size-3-tablet {
    font-size: 1.692rem !important; }

  .is-size-4-tablet {
    font-size: 1.385rem !important; }

  .is-size-5-tablet {
    font-size: 1.213rem !important; }

  .is-size-6-tablet {
    font-size: 1rem !important; }

  .is-size-7-tablet {
    font-size: 0.846rem !important; } }
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 2.462rem !important; }

  .is-size-2-touch {
    font-size: 2rem !important; }

  .is-size-3-touch {
    font-size: 1.692rem !important; }

  .is-size-4-touch {
    font-size: 1.385rem !important; }

  .is-size-5-touch {
    font-size: 1.213rem !important; }

  .is-size-6-touch {
    font-size: 1rem !important; }

  .is-size-7-touch {
    font-size: 0.846rem !important; } }
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 2.462rem !important; }

  .is-size-2-desktop {
    font-size: 2rem !important; }

  .is-size-3-desktop {
    font-size: 1.692rem !important; }

  .is-size-4-desktop {
    font-size: 1.385rem !important; }

  .is-size-5-desktop {
    font-size: 1.213rem !important; }

  .is-size-6-desktop {
    font-size: 1rem !important; }

  .is-size-7-desktop {
    font-size: 0.846rem !important; } }
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 2.462rem !important; }

  .is-size-2-widescreen {
    font-size: 2rem !important; }

  .is-size-3-widescreen {
    font-size: 1.692rem !important; }

  .is-size-4-widescreen {
    font-size: 1.385rem !important; }

  .is-size-5-widescreen {
    font-size: 1.213rem !important; }

  .is-size-6-widescreen {
    font-size: 1rem !important; }

  .is-size-7-widescreen {
    font-size: 0.846rem !important; } }
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 2.462rem !important; }

  .is-size-2-fullhd {
    font-size: 2rem !important; }

  .is-size-3-fullhd {
    font-size: 1.692rem !important; }

  .is-size-4-fullhd {
    font-size: 1.385rem !important; }

  .is-size-5-fullhd {
    font-size: 1.213rem !important; }

  .is-size-6-fullhd {
    font-size: 1rem !important; }

  .is-size-7-fullhd {
    font-size: 0.846rem !important; } }
.has-text-centered {
  text-align: center !important; }

.has-text-justified {
  text-align: justify !important; }

.has-text-left {
  text-align: left !important; }

.has-text-right {
  text-align: right !important; }

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important; } }
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important; } }
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important; } }
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important; } }
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important; } }
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important; } }
.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.is-italic {
  font-style: italic !important; }

.is-underlined {
  text-decoration: underline !important; }

.has-text-weight-light {
  font-weight: 300 !important; }

.has-text-weight-normal {
  font-weight: 400 !important; }

.has-text-weight-medium {
  font-weight: 500 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.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; }

.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; }

.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; }

.is-family-monospace {
  font-family: monospace !important; }

.is-family-code {
  font-family: monospace !important; }

.is-block {
  display: block !important; }

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important; } }
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important; } }
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important; } }
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important; } }
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important; } }
.is-flex {
  display: flex !important; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important; } }
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important; } }
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important; } }
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important; } }
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important; } }
.is-inline {
  display: inline !important; }

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important; } }
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important; } }
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important; } }
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important; } }
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important; } }
.is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important; } }
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }
.is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important; } }
.is-hidden {
  display: none !important; }

.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) {
  .is-hidden-mobile {
    display: none !important; } }
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important; } }
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important; } }
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important; } }
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important; } }
.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important; } }
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .hero .navbar {
    background: none; }
  .hero .tabs ul {
    border-bottom: none; }
  .hero.is-white {
    background-color: white;
    color: #0a0a0a; }
    .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-white strong {
      color: inherit; }
    .hero.is-white .title {
      color: #0a0a0a; }
    .hero.is-white .subtitle {
      color: rgba(10, 10, 10, 0.9); }
      .hero.is-white .subtitle a:not(.button),
      .hero.is-white .subtitle strong {
        color: #0a0a0a; }
    @media screen and (max-width: 1023px) {
      .hero.is-white .navbar-menu {
        background-color: white; } }
    .hero.is-white .navbar-item,
    .hero.is-white .navbar-link {
      color: rgba(10, 10, 10, 0.7); }
    .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
    .hero.is-white .navbar-link:hover,
    .hero.is-white .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .hero.is-white .tabs a {
      color: #0a0a0a;
      opacity: 0.9; }
      .hero.is-white .tabs a:hover {
        opacity: 1; }
    .hero.is-white .tabs li.is-active a {
      color: white !important;
      opacity: 1; }
    .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
      color: #0a0a0a; }
      .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
    .hero.is-white.is-bold {
      background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-white.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%); } }
  .hero.is-black {
    background-color: #0a0a0a;
    color: white; }
    .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-black strong {
      color: inherit; }
    .hero.is-black .title {
      color: white; }
    .hero.is-black .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-black .subtitle a:not(.button),
      .hero.is-black .subtitle strong {
        color: white; }
    @media screen and (max-width: 1023px) {
      .hero.is-black .navbar-menu {
        background-color: #0a0a0a; } }
    .hero.is-black .navbar-item,
    .hero.is-black .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
    .hero.is-black .navbar-link:hover,
    .hero.is-black .navbar-link.is-active {
      background-color: black;
      color: white; }
    .hero.is-black .tabs a {
      color: white;
      opacity: 0.9; }
      .hero.is-black .tabs a:hover {
        opacity: 1; }
    .hero.is-black .tabs li.is-active a {
      color: #0a0a0a !important;
      opacity: 1; }
    .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
      color: white; }
      .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
    .hero.is-black.is-bold {
      background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-black.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
  .hero.is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
    .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-light strong {
      color: inherit; }
    .hero.is-light .title {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-light .subtitle {
      color: rgba(0, 0, 0, 0.9); }
      .hero.is-light .subtitle a:not(.button),
      .hero.is-light .subtitle strong {
        color: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 1023px) {
      .hero.is-light .navbar-menu {
        background-color: whitesmoke; } }
    .hero.is-light .navbar-item,
    .hero.is-light .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
    .hero.is-light .navbar-link:hover,
    .hero.is-light .navbar-link.is-active {
      background-color: #e8e8e8;
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-light .tabs a {
      color: rgba(0, 0, 0, 0.7);
      opacity: 0.9; }
      .hero.is-light .tabs a:hover {
        opacity: 1; }
    .hero.is-light .tabs li.is-active a {
      color: whitesmoke !important;
      opacity: 1; }
    .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
      color: rgba(0, 0, 0, 0.7); }
      .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
      background-color: rgba(0, 0, 0, 0.7);
      border-color: rgba(0, 0, 0, 0.7);
      color: whitesmoke; }
    .hero.is-light.is-bold {
      background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-light.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
  .hero.is-dark {
    background-color: #363636;
    color: #fff; }
    .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-dark strong {
      color: inherit; }
    .hero.is-dark .title {
      color: #fff; }
    .hero.is-dark .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-dark .subtitle a:not(.button),
      .hero.is-dark .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1023px) {
      .hero.is-dark .navbar-menu {
        background-color: #363636; } }
    .hero.is-dark .navbar-item,
    .hero.is-dark .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
    .hero.is-dark .navbar-link:hover,
    .hero.is-dark .navbar-link.is-active {
      background-color: #292929;
      color: #fff; }
    .hero.is-dark .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-dark .tabs a:hover {
        opacity: 1; }
    .hero.is-dark .tabs li.is-active a {
      color: #363636 !important;
      opacity: 1; }
    .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
      color: #fff; }
      .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #363636; }
    .hero.is-dark.is-bold {
      background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
  .hero.is-primary {
    background-color: #00d1b2;
    color: #fff; }
    .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-primary strong {
      color: inherit; }
    .hero.is-primary .title {
      color: #fff; }
    .hero.is-primary .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-primary .subtitle a:not(.button),
      .hero.is-primary .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1023px) {
      .hero.is-primary .navbar-menu {
        background-color: #00d1b2; } }
    .hero.is-primary .navbar-item,
    .hero.is-primary .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
    .hero.is-primary .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active {
      background-color: #00b89c;
      color: #fff; }
    .hero.is-primary .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-primary .tabs a:hover {
        opacity: 1; }
    .hero.is-primary .tabs li.is-active a {
      color: #00d1b2 !important;
      opacity: 1; }
    .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
      color: #fff; }
      .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #00d1b2; }
    .hero.is-primary.is-bold {
      background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-primary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } }
  .hero.is-link {
    background-color: #485fc7;
    color: #fff; }
    .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-link strong {
      color: inherit; }
    .hero.is-link .title {
      color: #fff; }
    .hero.is-link .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-link .subtitle a:not(.button),
      .hero.is-link .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1023px) {
      .hero.is-link .navbar-menu {
        background-color: #485fc7; } }
    .hero.is-link .navbar-item,
    .hero.is-link .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
    .hero.is-link .navbar-link:hover,
    .hero.is-link .navbar-link.is-active {
      background-color: #3a51bb;
      color: #fff; }
    .hero.is-link .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-link .tabs a:hover {
        opacity: 1; }
    .hero.is-link .tabs li.is-active a {
      color: #485fc7 !important;
      opacity: 1; }
    .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
      color: #fff; }
      .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #485fc7; }
    .hero.is-link.is-bold {
      background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } }
  .hero.is-info {
    background-color: #256ada;
    color: #fff; }
    .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-info strong {
      color: inherit; }
    .hero.is-info .title {
      color: #fff; }
    .hero.is-info .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-info .subtitle a:not(.button),
      .hero.is-info .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1023px) {
      .hero.is-info .navbar-menu {
        background-color: #256ada; } }
    .hero.is-info .navbar-item,
    .hero.is-info .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
    .hero.is-info .navbar-link:hover,
    .hero.is-info .navbar-link.is-active {
      background-color: #2160c4;
      color: #fff; }
    .hero.is-info .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-info .tabs a:hover {
        opacity: 1; }
    .hero.is-info .tabs li.is-active a {
      color: #256ada !important;
      opacity: 1; }
    .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
      color: #fff; }
      .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #256ada; }
    .hero.is-info.is-bold {
      background-image: linear-gradient(141deg, #136eb9 0%, #256ada 71%, #355be3 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-info.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #136eb9 0%, #256ada 71%, #355be3 100%); } }
  .hero.is-success {
    background-color: #309c56;
    color: #fff; }
    .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-success strong {
      color: inherit; }
    .hero.is-success .title {
      color: #fff; }
    .hero.is-success .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-success .subtitle a:not(.button),
      .hero.is-success .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1023px) {
      .hero.is-success .navbar-menu {
        background-color: #309c56; } }
    .hero.is-success .navbar-item,
    .hero.is-success .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
    .hero.is-success .navbar-link:hover,
    .hero.is-success .navbar-link.is-active {
      background-color: #2a894b;
      color: #fff; }
    .hero.is-success .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-success .tabs a:hover {
        opacity: 1; }
    .hero.is-success .tabs li.is-active a {
      color: #309c56 !important;
      opacity: 1; }
    .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
      color: #fff; }
      .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #309c56; }
    .hero.is-success.is-bold {
      background-image: linear-gradient(141deg, #1c7d2e 0%, #309c56 71%, #30b575 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-success.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1c7d2e 0%, #309c56 71%, #30b575 100%); } }
  .hero.is-warning {
    background-color: #f69f09;
    color: #fff; }
    .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-warning strong {
      color: inherit; }
    .hero.is-warning .title {
      color: #fff; }
    .hero.is-warning .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-warning .subtitle a:not(.button),
      .hero.is-warning .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1023px) {
      .hero.is-warning .navbar-menu {
        background-color: #f69f09; } }
    .hero.is-warning .navbar-item,
    .hero.is-warning .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
    .hero.is-warning .navbar-link:hover,
    .hero.is-warning .navbar-link.is-active {
      background-color: #dd8f08;
      color: #fff; }
    .hero.is-warning .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-warning .tabs a:hover {
        opacity: 1; }
    .hero.is-warning .tabs li.is-active a {
      color: #f69f09 !important;
      opacity: 1; }
    .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
      color: #fff; }
      .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #f69f09; }
    .hero.is-warning.is-bold {
      background-image: linear-gradient(141deg, #cc5f00 0%, #f69f09 71%, #fdd01c 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-warning.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #cc5f00 0%, #f69f09 71%, #fdd01c 100%); } }
  .hero.is-danger {
    background-color: #cc0029;
    color: #fff; }
    .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-danger strong {
      color: inherit; }
    .hero.is-danger .title {
      color: #fff; }
    .hero.is-danger .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-danger .subtitle a:not(.button),
      .hero.is-danger .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1023px) {
      .hero.is-danger .navbar-menu {
        background-color: #cc0029; } }
    .hero.is-danger .navbar-item,
    .hero.is-danger .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
    .hero.is-danger .navbar-link:hover,
    .hero.is-danger .navbar-link.is-active {
      background-color: #b30024;
      color: #fff; }
    .hero.is-danger .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-danger .tabs a:hover {
        opacity: 1; }
    .hero.is-danger .tabs li.is-active a {
      color: #cc0029 !important;
      opacity: 1; }
    .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
      color: #fff; }
      .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #cc0029; }
    .hero.is-danger.is-bold {
      background-image: linear-gradient(141deg, #990038 0%, #cc0029 71%, #e60008 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-danger.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #990038 0%, #cc0029 71%, #e60008 100%); } }
  .hero.is-small .hero-body {
    padding: 1.5rem; }
  @media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
      padding: 9rem 4.5rem; } }
  @media screen and (min-width: 769px), print {
    .hero.is-large .hero-body {
      padding: 18rem 6rem; } }
  .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
    align-items: center;
    display: flex; }
    .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
      flex-grow: 1;
      flex-shrink: 1; }
  .hero.is-halfheight {
    min-height: 50vh; }
  .hero.is-fullheight {
    min-height: 100vh; }

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

.hero-buttons {
  margin-top: 1.5rem; }
  @media screen and (max-width: 768px) {
    .hero-buttons .button {
      display: flex; }
      .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .hero-buttons {
      display: flex;
      justify-content: center; }
      .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem; } }

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0; }

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 769px), print {
    .hero-body {
      padding: 3rem 3rem; } }

.section {
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1024px) {
    .section {
      padding: 3rem 3rem; }
      .section.is-medium {
        padding: 9rem 4.5rem; }
      .section.is-large {
        padding: 18rem 6rem; } }

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem; }

:root {
  --primary-hue: 149;
  --primary-saturation: 100%;
  --primary-light: 30%;
  --secondary-hue: 196;
  --secondary-saturation: 50%;
  --secondary-light: 20%; }

.text-primary-10 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 10%); }

.text-primary-20 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 20%); }

.text-primary-30 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 30%); }

.text-primary-40 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 40%); }

.text-primary-50 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 50%); }

.text-primary-60 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 60%); }

.text-primary-70 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 70%); }

.text-primary-80 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 80%); }

.text-primary-90 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 90%); }

.bg-primary-10 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 10%); }

.bg-primary-20 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 20%); }

.bg-primary-30 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 30%); }

.bg-primary-40 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 40%); }

.bg-primary-50 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 50%); }

.bg-primary-60 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 60%); }

.bg-primary-70 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 70%); }

.bg-primary-80 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 80%); }

.bg-primary-90 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 90%); }

.text-primary-5 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 5%); }

.bg-primary-5 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 5%); }

.text-primary-93 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 93%); }

.text-primary-95 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 95%); }

.text-primary-97 {
  color: hsl(var(--primary-hue), var(--primary-saturation), 97%); }

.bg-primary-93 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 93%); }

.bg-primary-95 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 95%); }

.bg-primary-97 {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), 97%); }

.text-secondary-10 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 10%); }

.text-secondary-20 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 20%); }

.text-secondary-30 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 30%); }

.text-secondary-40 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 40%); }

.text-secondary-50 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 50%); }

.text-secondary-60 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 60%); }

.text-secondary-70 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 70%); }

.text-secondary-80 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 80%); }

.text-secondary-90 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 90%); }

.bg-secondary-10 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 10%); }

.bg-secondary-20 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 20%); }

.bg-secondary-30 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 30%); }

.bg-secondary-40 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 40%); }

.bg-secondary-50 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 50%); }

.bg-secondary-60 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 60%); }

.bg-secondary-70 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 70%); }

.bg-secondary-80 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 80%); }

.bg-secondary-90 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 90%); }

.text-secondary-5 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 5%); }

.bg-secondary-5 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 5%); }

.text-secondary-93 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 93%); }

.text-secondary-95 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 95%); }

.text-secondary-97 {
  color: hsl(var(--secondary-hue), var(--secondary-saturation), 97%); }

.bg-secondary-93 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 93%); }

.bg-secondary-95 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 95%); }

.bg-secondary-97 {
  background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 97%); }

.text-secondary-10 {
  color: #1a1a1a; }

.text-secondary-20 {
  color: #333333; }

.text-secondary-30 {
  color: #4d4d4d; }

.text-secondary-40 {
  color: #666666; }

.text-secondary-50 {
  color: gray; }

.text-secondary-60 {
  color: #999999; }

.text-secondary-70 {
  color: #b3b3b3; }

.text-secondary-80 {
  color: #cccccc; }

.text-secondary-90 {
  color: #e6e6e6; }

.bg-gray-10 {
  background-color: #1a1a1a; }

.bg-gray-20 {
  background-color: #333333; }

.bg-gray-30 {
  background-color: #4d4d4d; }

.bg-gray-40 {
  background-color: #666666; }

.bg-gray-50 {
  background-color: gray; }

.bg-gray-60 {
  background-color: #999999; }

.bg-gray-70 {
  background-color: #b3b3b3; }

.bg-gray-80 {
  background-color: #cccccc; }

.bg-gray-90 {
  background-color: #e6e6e6; }

.text-gray-5 {
  color: #0d0d0d; }

.bg-gray-5 {
  background-color: #0d0d0d; }

.text-gray-93 {
  color: #ededed; }

.text-gray-95 {
  color: #f2f2f2; }

.text-gray-97 {
  color: #f7f7f7; }

.bg-gray-93 {
  background-color: #ededed; }

.bg-gray-95 {
  background-color: #f2f2f2; }

.bg-gray-97 {
  background-color: #f7f7f7; }

.text-green-10 {
  color: #0c2715; }

.text-green-20 {
  color: #184e2b; }

.text-green-30 {
  color: #247540; }

.text-green-40 {
  color: #309c56; }

.text-green-50 {
  color: #3cc36b; }

.text-green-60 {
  color: #63cf89; }

.text-green-70 {
  color: #8adba6; }

.text-green-80 {
  color: #b1e7c4; }

.text-green-90 {
  color: #d8f3e1; }

.bg-green-10 {
  background-color: #0c2715; }

.bg-green-20 {
  background-color: #184e2b; }

.bg-green-30 {
  background-color: #247540; }

.bg-green-40 {
  background-color: #309c56; }

.bg-green-50 {
  background-color: #3cc36b; }

.bg-green-60 {
  background-color: #63cf89; }

.bg-green-70 {
  background-color: #8adba6; }

.bg-green-80 {
  background-color: #b1e7c4; }

.bg-green-90 {
  background-color: #d8f3e1; }

.text-green-5 {
  color: #06140b; }

.bg-green-5 {
  background-color: #06140b; }

.text-green-93 {
  color: #e4f7ea; }

.text-green-95 {
  color: #ebf9f0; }

.text-green-97 {
  color: #f3fbf6; }

.bg-green-93 {
  background-color: #e4f7ea; }

.bg-green-95 {
  background-color: #ebf9f0; }

.bg-green-97 {
  background-color: #f3fbf6; }

.text-yellow-10 {
  color: #312002; }

.text-yellow-20 {
  color: #624004; }

.text-yellow-30 {
  color: #945f05; }

.text-yellow-40 {
  color: #c57f07; }

.text-yellow-50 {
  color: #f69f09; }

.text-yellow-60 {
  color: #f8b23a; }

.text-yellow-70 {
  color: #fac56b; }

.text-yellow-80 {
  color: #fbd99d; }

.text-yellow-90 {
  color: #fdecce; }

.bg-yellow-10 {
  background-color: #312002; }

.bg-yellow-20 {
  background-color: #624004; }

.bg-yellow-30 {
  background-color: #945f05; }

.bg-yellow-40 {
  background-color: #c57f07; }

.bg-yellow-50 {
  background-color: #f69f09; }

.bg-yellow-60 {
  background-color: #f8b23a; }

.bg-yellow-70 {
  background-color: #fac56b; }

.bg-yellow-80 {
  background-color: #fbd99d; }

.bg-yellow-90 {
  background-color: #fdecce; }

.text-yellow-5 {
  color: #191001; }

.bg-yellow-5 {
  background-color: #191001; }

.text-yellow-93 {
  color: #fef2dd; }

.text-yellow-95 {
  color: #fef5e6; }

.text-yellow-97 {
  color: #fef9f0; }

.bg-yellow-93 {
  background-color: #fef2dd; }

.bg-yellow-95 {
  background-color: #fef5e6; }

.bg-yellow-97 {
  background-color: #fef9f0; }

.text-purple-10 {
  color: #22092a; }

.text-purple-20 {
  color: #451155; }

.text-purple-30 {
  color: #671a7f; }

.text-purple-40 {
  color: #8a23a9; }

.text-purple-50 {
  color: #ac2bd4; }

.text-purple-60 {
  color: #bd56dc; }

.text-purple-70 {
  color: #cd80e5; }

.text-purple-80 {
  color: #deaaee; }

.text-purple-90 {
  color: #eed5f6; }

.bg-purple-10 {
  background-color: #22092a; }

.bg-purple-20 {
  background-color: #451155; }

.bg-purple-30 {
  background-color: #671a7f; }

.bg-purple-40 {
  background-color: #8a23a9; }

.bg-purple-50 {
  background-color: #ac2bd4; }

.bg-purple-60 {
  background-color: #bd56dc; }

.bg-purple-70 {
  background-color: #cd80e5; }

.bg-purple-80 {
  background-color: #deaaee; }

.bg-purple-90 {
  background-color: #eed5f6; }

.text-purple-5 {
  color: #110415; }

.bg-purple-5 {
  background-color: #110415; }

.text-purple-93 {
  color: #f3e1f9; }

.text-purple-95 {
  color: #f7eafb; }

.text-purple-97 {
  color: #faf2fc; }

.bg-purple-93 {
  background-color: #f3e1f9; }

.bg-purple-95 {
  background-color: #f7eafb; }

.bg-purple-97 {
  background-color: #faf2fc; }

html,
body {
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: hsl(var(--secondary-hue), 10%, 10%); }

p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 150%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: hsl(var(--secondary-hue), 10%, 10%); }

h1 {
  font-size: 2.462rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.692rem; }

h4 {
  font-size: 1.385rem; }

h5 {
  font-size: 1.213rem; }

h6 {
  font-size: 1rem; }

h6.is-tiny {
  font-size: 11px;
  line-height: 21px; }
h6.is-extra-small {
  font-size: 12px;
  line-height: 22px; }
h6.is-small {
  font-size: 13px;
  line-height: 23px; }
h6.is-normal {
  font-size: 14px;
  line-height: 24px; }
h6.is-semi-normal {
  font-size: 15px;
  line-height: 25px; }
h6.is-medium {
  font-size: 16px;
  line-height: 26px; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: hsl(var(--secondary-hue), 10%, 10%); }
.content p {
  color: hsl(var(--secondary-hue), 10%, 35%); }

a:not(.ac-button) {
  font-family: "Roboto", sans-serif;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
  a:not(.ac-button) p {
    color: hsl(var(--secondary-hue), 10%, 35%); }
  a:not(.ac-button):hover {
    color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }

.text-xm {
  font-size: 0.769rem; }

.text-sm {
  font-size: 0.846rem; }

.text-base {
  font-size: 1rem; }

.text-lg {
  font-size: 1.077rem; }

.text-xl {
  font-size: 1.231rem; }

hr {
  background-color: #999999;
  border: none;
  display: block;
  height: 1px;
  margin: 15px 0; }

strong {
  color: hsl(var(--secondary-hue), 10%, 35%); }

.is-font-medium {
  font-weight: 500; }

.is-font-bold {
  font-weight: 700; }

.material-icons {
  font-size: 1em; }

.has-text-primary {
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)) !important; }

.has-hover-style:not(.is-disabled) {
  cursor: pointer; }
  .has-hover-style:not(.is-disabled)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    transition: 0.3s;
    transform: scaleX(0);
    border-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
  .has-hover-style:not(.is-disabled)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: solid 1px;
    border-right: solid 1px;
    transition: 0.3s;
    transform: scaleY(0);
    border-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
  .has-hover-style:not(.is-disabled):hover::before, .has-hover-style:not(.is-disabled):hover::after {
    transform: scale(1); }

.b-b-n {
  border-bottom: none !important; }

.b-t-n {
  border-top: none !important; }

.b-l-n {
  border-left: none !important; }

.b-r-n {
  border-right: none !important; }

.b-b-1 {
  border-bottom: 1px solid hsl(var(--secondary-hue), 10%, 90%); }

.b-t-1 {
  border-top: 1px solid hsl(var(--secondary-hue), 10%, 90%); }

.b-l-1 {
  border-left: 1px solid hsl(var(--secondary-hue), 10%, 90%); }

.b-r-1 {
  border-right: 1px solid hsl(var(--secondary-hue), 10%, 90%); }

.b-1 {
  border: 1px solid hsl(var(--secondary-hue), 10%, 90%); }

.is-rounded-0 {
  border-radius: 0; }

.is-rounded-2 {
  border-radius: 2px; }

.is-rounded-4 {
  border-radius: 4px; }

.is-rounded-8 {
  border-radius: 8px; }

.is-rounded-12 {
  border-radius: 12px; }

.is-rounded-16 {
  border-radius: 16px; }

.is-rounded-50 {
  border-radius: 50px; }

.is-fullwidth {
  width: 100%; }

.is-fullheight {
  height: 100%; }

.is-ellipsis-0 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 0;
  -webkit-line-clamp: 0;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 7;
  -webkit-line-clamp: 7;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 9;
  -webkit-line-clamp: 9;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.is-ellipsis-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 10;
  -webkit-line-clamp: 10;
  box-orient: vertical;
  -webkit-box-orient: vertical; }

.ac-navbar-area .brand-tag {
  color: hsl(var(--secondary-hue), 10%, 10%);
  background-color: white;
  border: 1px solid hsl(var(--secondary-hue), 10%, 90%); }

.sidebar-collapsed:not(.is-hoverable) .ac-left-sidebar .brand-tag {
  display: none; }

.brand-tag {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  margin-left: 4px;
  padding: 4px;
  display: flex;
  line-height: 1;
  white-space: nowrap; }

.form-content {
  width: 800px; }

input[type="color"] {
  -webkit-appearance: none;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #777;
  margin-left: 3px;
  padding: 2px;
  cursor: pointer; }

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0; }

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 50%; }

input[type="color"]::-moz-color-swatch {
  border: none;
  border-radius: 50%; }

hr {
  background-color: hsl(var(--secondary-hue), 10%, 90%); }

.is-auto-hight {
  height: auto !important;
  min-height: auto !important; }

.is-auto-height {
  height: auto !important;
  min-height: auto !important; }

.is-fixed {
  position: fixed !important; }

.is-not-fixed {
  position: inherit !important; }

.is-border-none {
  border: none !important; }

.is-disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.no-data-image img {
  width: 250px;
  height: auto;
  padding: 20px; }

.toasted-container .ac-toast-action.mr-10 {
  text-decoration: underline !important; }
.toasted-container .has-report-issue {
  padding-right: 140px !important; }

.is-dark-theme .toasted-container i.fa {
  color: white !important; }

.is-middle-alignment {
  display: flex;
  align-items: center;
  vertical-align: middle; }

.ac-vcentered {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ac-hscrollbar {
  padding: 15px;
  transition: 0.3s ease-in-out;
  overflow-x: auto; }
  .ac-hscrollbar::-webkit-scrollbar {
    border-radius: 50px;
    height: 3px; }
  .ac-hscrollbar::-webkit-scrollbar:hover {
    height: 7px; }
  .ac-hscrollbar::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 50px;
    height: 2px !important; }
  .ac-hscrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc; }
  .ac-hscrollbar:hover::-webkit-scrollbar-corner {
    height: 40px; }

.ac-vscrollbar {
  padding: 15px;
  transition: 0.3s ease-in-out;
  overflow-y: auto; }
  .ac-vscrollbar::-webkit-scrollbar {
    border-radius: 50px;
    width: 3px; }
  .ac-vscrollbar::-moz-scrollbar {
    border-radius: 50px;
    width: 3px; }
  .ac-vscrollbar::-ms-scrollbar {
    border-radius: 50px;
    width: 3px; }
  .ac-vscrollbar::-webkit-scrollbar:hover {
    width: 7px; }
  .ac-vscrollbar::-moz-scrollbar:hover {
    width: 7px; }
  .ac-vscrollbar::-ms-scrollbar:hover {
    width: 7px; }
  .ac-vscrollbar::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 50px;
    height: 2px !important; }
  .ac-vscrollbar::-moz-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 50px;
    height: 2px !important; }
  .ac-vscrollbar::-ms-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 50px;
    height: 2px !important; }
  .ac-vscrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc; }
  .ac-vscrollbar::-moz-scrollbar-thumb:hover {
    background-color: #cccccc; }
  .ac-vscrollbar::-ms-scrollbar-thumb:hover {
    background-color: #cccccc; }
  .ac-vscrollbar:hover::-webkit-scrollbar-corner {
    height: 40px; }
  .ac-vscrollbar:hover::-moz-scrollbar-corner {
    height: 40px; }
  .ac-vscrollbar:hover::-ms-scrollbar-corner {
    height: 40px; }

.ac-scrollbar {
  padding: 15px;
  transition: 0.3s ease-in-out;
  overflow: auto; }
  .ac-scrollbar::-webkit-scrollbar {
    border-radius: 50px;
    width: 3px; }
  .ac-scrollbar::-webkit-scrollbar:hover {
    width: 7px; }
  .ac-scrollbar::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 50px;
    width: 2px !important; }
  .ac-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc; }
  .ac-scrollbar:hover::-webkit-scrollbar-corner {
    width: 40px; }

.is-transparent-bg {
  background-color: transparent !important; }

.is-shadowless {
  box-shadow: none !important; }

.is-shadow {
  box-shadow: 0 1px 4px rgba(26, 80, 151, 0.16) !important; }

.is-transparent {
  border: none;
  background-color: transparent !important; }

p.is-danger {
  color: #cc0029; }

code {
  color: hsl(var(--secondary-hue), 10%, 10%); }

.is-dark-theme code {
  background-color: #cccccc;
  color: white; }

.has-text-danger {
  color: #cc0029 !important; }

button:focus {
  box-shadow: none;
  outline: none; }

.is-bg-white {
  background-color: white !important; }

.bg-white {
  background-color: white !important; }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }
.ac-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: 20; }

[data-tooltip]:not(.is-loading)::after {
  border-color: #585d6e transparent transparent transparent; }
[data-tooltip]:not(.is-loading)::before {
  background-color: #585d6e;
  font-size: 12px;
  font-weight: 500; }
[data-tooltip]:not(.is-disabled)::after {
  border-color: #585d6e transparent transparent transparent; }
[data-tooltip]:not([disabled])::after {
  border-color: #585d6e transparent transparent transparent; }
[data-tooltip]:not(.is-loading).has-tooltip-right::after {
  border-color: transparent #585d6e transparent transparent; }
[data-tooltip]:not(.is-disabled).has-tooltip-right::after {
  border-color: transparent #585d6e transparent transparent; }
[data-tooltip]:not([disabled]).has-tooltip-right::after {
  border-color: transparent #585d6e transparent transparent; }
[data-tooltip]:not(.is-loading).has-tooltip-left::after {
  border-color: transparent transparent transparent #585d6e; }
[data-tooltip]:not(.is-disabled).has-tooltip-left::after {
  border-color: transparent transparent transparent #585d6e; }
[data-tooltip]:not([disabled]).has-tooltip-left::after {
  border-color: transparent transparent transparent #585d6e; }
[data-tooltip]:not(.is-loading).has-tooltip-bottom::after {
  border-color: transparent transparent #585d6e transparent; }
[data-tooltip]:not(.is-disabled).has-tooltip-bottom::after {
  border-color: transparent transparent #585d6e transparent; }
[data-tooltip]:not([disabled]).has-tooltip-bottom::after {
  border-color: transparent transparent #585d6e transparent; }

.tooltip {
  display: block !important;
  z-index: 10000; }
  .tooltip.is-button-info .tooltip-inner {
    background: white;
    color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
    border-radius: 4px;
    padding: 5px 20px 4px;
    box-shadow: 0 1px 4px rgba(26, 80, 151, 0.16);
    font-weight: 500;
    font-size: 13px; }
  .tooltip.is-button-info .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: white; }
  .tooltip.is-errors-tooltip .tooltip-inner {
    background: white;
    color: #cc0029;
    border-radius: 4px;
    padding: 5px 20px 4px;
    box-shadow: 0 1px 4px rgba(26, 80, 151, 0.16);
    font-weight: 500;
    font-size: 13px; }
    .tooltip.is-errors-tooltip .tooltip-inner .errors-wrapper .error-element {
      padding: 5px 0; }
  .tooltip.is-errors-tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: white; }
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px; }
    .tooltip[x-placement^="top"] .tooltip-arrow {
      border-width: 5px 5px 0 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      bottom: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px; }
    .tooltip[x-placement^="bottom"] .tooltip-arrow {
      border-width: 0 5px 5px 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-top-color: transparent !important;
      top: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="right"] {
    margin-left: 5px; }
    .tooltip[x-placement^="right"] .tooltip-arrow {
      border-width: 5px 5px 5px 0;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      border-bottom-color: transparent !important;
      left: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip[x-placement^="left"] {
    margin-right: 5px; }
    .tooltip[x-placement^="left"] .tooltip-arrow {
      border-width: 5px 0 5px 5px;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      right: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(26, 80, 151, 0.16); }
  .tooltip.popover .popover-arrow {
    border-color: #f9f9f9; }
  .tooltip[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s, visibility 0.15s; }
  .tooltip[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s; }

.status {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  border: 2px solid white;
  display: inline-flex; }
  .status.is-success {
    background-color: #27ae60; }
  .status.is-danger {
    background-color: #cc0029; }

body:has(.has-info-content):after {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: calc(100% - 550px);
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }

.information-center {
  height: 100vh;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid hsl(var(--secondary-hue), 10%, 90%);
  width: 550px;
  margin-left: auto;
  position: fixed;
  right: 0;
  background: white;
  top: 0;
  z-index: 99999;
  box-shadow: -3px 2px 10px 3px rgba(0, 0, 0, 0.1); }
  .information-center .info-title {
    display: flex; }

.tag:not(body).is-primary {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
  color: white; }
  .tag:not(body).is-primary.is-light {
    color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
    background-color: hsl(var(--primary-hue), var(--primary-saturation), 95%); }

.tag a {
  color: inherit; }

em {
  background: hsl(var(--primary-hue), var(--primary-saturation), 95%);
  padding: 2px 4px;
  font-style: normal;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
  border-radius: 2px;
  font-size: 90%;
  font-weight: 500; }

.is-absolute {
  position: absolute; }

.z-1 {
  z-index: 1; }

.z-000 {
  z-index: 00; }

.z-100 {
  z-index: 10; }

.z-200 {
  z-index: 20; }

.z-300 {
  z-index: 30; }

.z-400 {
  z-index: 40; }

.z-500 {
  z-index: 50; }

.z-600 {
  z-index: 60; }

.z-700 {
  z-index: 70; }

.z-800 {
  z-index: 80; }

.z-900 {
  z-index: 90; }

.z-1000 {
  z-index: 100; }

.grid {
  display: grid; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)); }

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)); }

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)); }

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)); }

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)); }

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

.grid-cols-none {
  grid-template-columns: none; }

.col-span-1 {
  grid-column: span 1 / span 1; }

.col-span-2 {
  grid-column: span 2 / span 2; }

.col-span-3 {
  grid-column: span 3 / span 3; }

.col-span-4 {
  grid-column: span 4 / span 4; }

.col-span-5 {
  grid-column: span 5 / span 5; }

.col-span-6 {
  grid-column: span 6 / span 6; }

.col-span-7 {
  grid-column: span 7 / span 7; }

.col-span-8 {
  grid-column: span 8 / span 8; }

.col-span-9 {
  grid-column: span 9 / span 9; }

.col-span-10 {
  grid-column: span 10 / span 10; }

.col-span-11 {
  grid-column: span 11 / span 11; }

.col-span-12 {
  grid-column: span 12 / span 12; }

.col-auto {
  grid-column: auto; }

.gap-0 {
  gap: 0px; }

.gap-1 {
  gap: 1px; }

.gap-2 {
  gap: 2px; }

.gap-3 {
  gap: 3px; }

.gap-4 {
  gap: 4px; }

.gap-5 {
  gap: 5px; }

.gap-6 {
  gap: 6px; }

.gap-7 {
  gap: 7px; }

.gap-8 {
  gap: 8px; }

.gap-9 {
  gap: 9px; }

.gap-10 {
  gap: 10px; }

.gap-11 {
  gap: 11px; }

.gap-12 {
  gap: 12px; }

.gap-13 {
  gap: 13px; }

.gap-14 {
  gap: 14px; }

.gap-15 {
  gap: 15px; }

.gap-16 {
  gap: 16px; }

.gap-17 {
  gap: 17px; }

.gap-18 {
  gap: 18px; }

.gap-19 {
  gap: 19px; }

.gap-20 {
  gap: 20px; }

.gap-21 {
  gap: 21px; }

.gap-22 {
  gap: 22px; }

.gap-23 {
  gap: 23px; }

.gap-24 {
  gap: 24px; }

.gap-25 {
  gap: 25px; }

.gap-26 {
  gap: 26px; }

.gap-27 {
  gap: 27px; }

.gap-28 {
  gap: 28px; }

.gap-29 {
  gap: 29px; }

.gap-30 {
  gap: 30px; }

.gap-31 {
  gap: 31px; }

.gap-32 {
  gap: 32px; }

/*  Margin & Padding view-height & view-width */
.m-0 {
  margin: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.p-0 {
  padding: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.vh-0 {
  height: 0vh !important; }

.vw-0 {
  width: 0vw !important; }

.font-0 {
  font-size: 0px !important; }

.m-1 {
  margin: 1px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.ml-1 {
  margin-left: 1px !important; }

.mr-1 {
  margin-right: 1px !important; }

.p-1 {
  padding: 1px !important; }

.pt-1 {
  padding-top: 1px !important; }

.pb-1 {
  padding-bottom: 1px !important; }

.pl-1 {
  padding-left: 1px !important; }

.pr-1 {
  padding-right: 1px !important; }

.vh-1 {
  height: 1vh !important; }

.vw-1 {
  width: 1vw !important; }

.font-1 {
  font-size: 1px !important; }

.m-2 {
  margin: 2px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.ml-2 {
  margin-left: 2px !important; }

.mr-2 {
  margin-right: 2px !important; }

.p-2 {
  padding: 2px !important; }

.pt-2 {
  padding-top: 2px !important; }

.pb-2 {
  padding-bottom: 2px !important; }

.pl-2 {
  padding-left: 2px !important; }

.pr-2 {
  padding-right: 2px !important; }

.vh-2 {
  height: 2vh !important; }

.vw-2 {
  width: 2vw !important; }

.font-2 {
  font-size: 2px !important; }

.m-3 {
  margin: 3px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.ml-3 {
  margin-left: 3px !important; }

.mr-3 {
  margin-right: 3px !important; }

.p-3 {
  padding: 3px !important; }

.pt-3 {
  padding-top: 3px !important; }

.pb-3 {
  padding-bottom: 3px !important; }

.pl-3 {
  padding-left: 3px !important; }

.pr-3 {
  padding-right: 3px !important; }

.vh-3 {
  height: 3vh !important; }

.vw-3 {
  width: 3vw !important; }

.font-3 {
  font-size: 3px !important; }

.m-4 {
  margin: 4px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.ml-4 {
  margin-left: 4px !important; }

.mr-4 {
  margin-right: 4px !important; }

.p-4 {
  padding: 4px !important; }

.pt-4 {
  padding-top: 4px !important; }

.pb-4 {
  padding-bottom: 4px !important; }

.pl-4 {
  padding-left: 4px !important; }

.pr-4 {
  padding-right: 4px !important; }

.vh-4 {
  height: 4vh !important; }

.vw-4 {
  width: 4vw !important; }

.font-4 {
  font-size: 4px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.p-5 {
  padding: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.vh-5 {
  height: 5vh !important; }

.vw-5 {
  width: 5vw !important; }

.font-5 {
  font-size: 5px !important; }

.m-6 {
  margin: 6px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.ml-6 {
  margin-left: 6px !important; }

.mr-6 {
  margin-right: 6px !important; }

.p-6 {
  padding: 6px !important; }

.pt-6 {
  padding-top: 6px !important; }

.pb-6 {
  padding-bottom: 6px !important; }

.pl-6 {
  padding-left: 6px !important; }

.pr-6 {
  padding-right: 6px !important; }

.vh-6 {
  height: 6vh !important; }

.vw-6 {
  width: 6vw !important; }

.font-6 {
  font-size: 6px !important; }

.m-7 {
  margin: 7px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.ml-7 {
  margin-left: 7px !important; }

.mr-7 {
  margin-right: 7px !important; }

.p-7 {
  padding: 7px !important; }

.pt-7 {
  padding-top: 7px !important; }

.pb-7 {
  padding-bottom: 7px !important; }

.pl-7 {
  padding-left: 7px !important; }

.pr-7 {
  padding-right: 7px !important; }

.vh-7 {
  height: 7vh !important; }

.vw-7 {
  width: 7vw !important; }

.font-7 {
  font-size: 7px !important; }

.m-8 {
  margin: 8px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.ml-8 {
  margin-left: 8px !important; }

.mr-8 {
  margin-right: 8px !important; }

.p-8 {
  padding: 8px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.pl-8 {
  padding-left: 8px !important; }

.pr-8 {
  padding-right: 8px !important; }

.vh-8 {
  height: 8vh !important; }

.vw-8 {
  width: 8vw !important; }

.font-8 {
  font-size: 8px !important; }

.m-9 {
  margin: 9px !important; }

.mt-9 {
  margin-top: 9px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.ml-9 {
  margin-left: 9px !important; }

.mr-9 {
  margin-right: 9px !important; }

.p-9 {
  padding: 9px !important; }

.pt-9 {
  padding-top: 9px !important; }

.pb-9 {
  padding-bottom: 9px !important; }

.pl-9 {
  padding-left: 9px !important; }

.pr-9 {
  padding-right: 9px !important; }

.vh-9 {
  height: 9vh !important; }

.vw-9 {
  width: 9vw !important; }

.font-9 {
  font-size: 9px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.vh-10 {
  height: 10vh !important; }

.vw-10 {
  width: 10vw !important; }

.font-10 {
  font-size: 10px !important; }

.m-11 {
  margin: 11px !important; }

.mt-11 {
  margin-top: 11px !important; }

.mb-11 {
  margin-bottom: 11px !important; }

.ml-11 {
  margin-left: 11px !important; }

.mr-11 {
  margin-right: 11px !important; }

.p-11 {
  padding: 11px !important; }

.pt-11 {
  padding-top: 11px !important; }

.pb-11 {
  padding-bottom: 11px !important; }

.pl-11 {
  padding-left: 11px !important; }

.pr-11 {
  padding-right: 11px !important; }

.vh-11 {
  height: 11vh !important; }

.vw-11 {
  width: 11vw !important; }

.font-11 {
  font-size: 11px !important; }

.m-12 {
  margin: 12px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.ml-12 {
  margin-left: 12px !important; }

.mr-12 {
  margin-right: 12px !important; }

.p-12 {
  padding: 12px !important; }

.pt-12 {
  padding-top: 12px !important; }

.pb-12 {
  padding-bottom: 12px !important; }

.pl-12 {
  padding-left: 12px !important; }

.pr-12 {
  padding-right: 12px !important; }

.vh-12 {
  height: 12vh !important; }

.vw-12 {
  width: 12vw !important; }

.font-12 {
  font-size: 12px !important; }

.m-13 {
  margin: 13px !important; }

.mt-13 {
  margin-top: 13px !important; }

.mb-13 {
  margin-bottom: 13px !important; }

.ml-13 {
  margin-left: 13px !important; }

.mr-13 {
  margin-right: 13px !important; }

.p-13 {
  padding: 13px !important; }

.pt-13 {
  padding-top: 13px !important; }

.pb-13 {
  padding-bottom: 13px !important; }

.pl-13 {
  padding-left: 13px !important; }

.pr-13 {
  padding-right: 13px !important; }

.vh-13 {
  height: 13vh !important; }

.vw-13 {
  width: 13vw !important; }

.font-13 {
  font-size: 13px !important; }

.m-14 {
  margin: 14px !important; }

.mt-14 {
  margin-top: 14px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

.ml-14 {
  margin-left: 14px !important; }

.mr-14 {
  margin-right: 14px !important; }

.p-14 {
  padding: 14px !important; }

.pt-14 {
  padding-top: 14px !important; }

.pb-14 {
  padding-bottom: 14px !important; }

.pl-14 {
  padding-left: 14px !important; }

.pr-14 {
  padding-right: 14px !important; }

.vh-14 {
  height: 14vh !important; }

.vw-14 {
  width: 14vw !important; }

.font-14 {
  font-size: 14px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.vh-15 {
  height: 15vh !important; }

.vw-15 {
  width: 15vw !important; }

.font-15 {
  font-size: 15px !important; }

.m-16 {
  margin: 16px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.ml-16 {
  margin-left: 16px !important; }

.mr-16 {
  margin-right: 16px !important; }

.p-16 {
  padding: 16px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.pl-16 {
  padding-left: 16px !important; }

.pr-16 {
  padding-right: 16px !important; }

.vh-16 {
  height: 16vh !important; }

.vw-16 {
  width: 16vw !important; }

.font-16 {
  font-size: 16px !important; }

.m-17 {
  margin: 17px !important; }

.mt-17 {
  margin-top: 17px !important; }

.mb-17 {
  margin-bottom: 17px !important; }

.ml-17 {
  margin-left: 17px !important; }

.mr-17 {
  margin-right: 17px !important; }

.p-17 {
  padding: 17px !important; }

.pt-17 {
  padding-top: 17px !important; }

.pb-17 {
  padding-bottom: 17px !important; }

.pl-17 {
  padding-left: 17px !important; }

.pr-17 {
  padding-right: 17px !important; }

.vh-17 {
  height: 17vh !important; }

.vw-17 {
  width: 17vw !important; }

.font-17 {
  font-size: 17px !important; }

.m-18 {
  margin: 18px !important; }

.mt-18 {
  margin-top: 18px !important; }

.mb-18 {
  margin-bottom: 18px !important; }

.ml-18 {
  margin-left: 18px !important; }

.mr-18 {
  margin-right: 18px !important; }

.p-18 {
  padding: 18px !important; }

.pt-18 {
  padding-top: 18px !important; }

.pb-18 {
  padding-bottom: 18px !important; }

.pl-18 {
  padding-left: 18px !important; }

.pr-18 {
  padding-right: 18px !important; }

.vh-18 {
  height: 18vh !important; }

.vw-18 {
  width: 18vw !important; }

.font-18 {
  font-size: 18px !important; }

.m-19 {
  margin: 19px !important; }

.mt-19 {
  margin-top: 19px !important; }

.mb-19 {
  margin-bottom: 19px !important; }

.ml-19 {
  margin-left: 19px !important; }

.mr-19 {
  margin-right: 19px !important; }

.p-19 {
  padding: 19px !important; }

.pt-19 {
  padding-top: 19px !important; }

.pb-19 {
  padding-bottom: 19px !important; }

.pl-19 {
  padding-left: 19px !important; }

.pr-19 {
  padding-right: 19px !important; }

.vh-19 {
  height: 19vh !important; }

.vw-19 {
  width: 19vw !important; }

.font-19 {
  font-size: 19px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.vh-20 {
  height: 20vh !important; }

.vw-20 {
  width: 20vw !important; }

.font-20 {
  font-size: 20px !important; }

.m-21 {
  margin: 21px !important; }

.mt-21 {
  margin-top: 21px !important; }

.mb-21 {
  margin-bottom: 21px !important; }

.ml-21 {
  margin-left: 21px !important; }

.mr-21 {
  margin-right: 21px !important; }

.p-21 {
  padding: 21px !important; }

.pt-21 {
  padding-top: 21px !important; }

.pb-21 {
  padding-bottom: 21px !important; }

.pl-21 {
  padding-left: 21px !important; }

.pr-21 {
  padding-right: 21px !important; }

.vh-21 {
  height: 21vh !important; }

.vw-21 {
  width: 21vw !important; }

.font-21 {
  font-size: 21px !important; }

.m-22 {
  margin: 22px !important; }

.mt-22 {
  margin-top: 22px !important; }

.mb-22 {
  margin-bottom: 22px !important; }

.ml-22 {
  margin-left: 22px !important; }

.mr-22 {
  margin-right: 22px !important; }

.p-22 {
  padding: 22px !important; }

.pt-22 {
  padding-top: 22px !important; }

.pb-22 {
  padding-bottom: 22px !important; }

.pl-22 {
  padding-left: 22px !important; }

.pr-22 {
  padding-right: 22px !important; }

.vh-22 {
  height: 22vh !important; }

.vw-22 {
  width: 22vw !important; }

.font-22 {
  font-size: 22px !important; }

.m-23 {
  margin: 23px !important; }

.mt-23 {
  margin-top: 23px !important; }

.mb-23 {
  margin-bottom: 23px !important; }

.ml-23 {
  margin-left: 23px !important; }

.mr-23 {
  margin-right: 23px !important; }

.p-23 {
  padding: 23px !important; }

.pt-23 {
  padding-top: 23px !important; }

.pb-23 {
  padding-bottom: 23px !important; }

.pl-23 {
  padding-left: 23px !important; }

.pr-23 {
  padding-right: 23px !important; }

.vh-23 {
  height: 23vh !important; }

.vw-23 {
  width: 23vw !important; }

.font-23 {
  font-size: 23px !important; }

.m-24 {
  margin: 24px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.ml-24 {
  margin-left: 24px !important; }

.mr-24 {
  margin-right: 24px !important; }

.p-24 {
  padding: 24px !important; }

.pt-24 {
  padding-top: 24px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.pl-24 {
  padding-left: 24px !important; }

.pr-24 {
  padding-right: 24px !important; }

.vh-24 {
  height: 24vh !important; }

.vw-24 {
  width: 24vw !important; }

.font-24 {
  font-size: 24px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.vh-25 {
  height: 25vh !important; }

.vw-25 {
  width: 25vw !important; }

.font-25 {
  font-size: 25px !important; }

.m-26 {
  margin: 26px !important; }

.mt-26 {
  margin-top: 26px !important; }

.mb-26 {
  margin-bottom: 26px !important; }

.ml-26 {
  margin-left: 26px !important; }

.mr-26 {
  margin-right: 26px !important; }

.p-26 {
  padding: 26px !important; }

.pt-26 {
  padding-top: 26px !important; }

.pb-26 {
  padding-bottom: 26px !important; }

.pl-26 {
  padding-left: 26px !important; }

.pr-26 {
  padding-right: 26px !important; }

.vh-26 {
  height: 26vh !important; }

.vw-26 {
  width: 26vw !important; }

.font-26 {
  font-size: 26px !important; }

.m-27 {
  margin: 27px !important; }

.mt-27 {
  margin-top: 27px !important; }

.mb-27 {
  margin-bottom: 27px !important; }

.ml-27 {
  margin-left: 27px !important; }

.mr-27 {
  margin-right: 27px !important; }

.p-27 {
  padding: 27px !important; }

.pt-27 {
  padding-top: 27px !important; }

.pb-27 {
  padding-bottom: 27px !important; }

.pl-27 {
  padding-left: 27px !important; }

.pr-27 {
  padding-right: 27px !important; }

.vh-27 {
  height: 27vh !important; }

.vw-27 {
  width: 27vw !important; }

.font-27 {
  font-size: 27px !important; }

.m-28 {
  margin: 28px !important; }

.mt-28 {
  margin-top: 28px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

.ml-28 {
  margin-left: 28px !important; }

.mr-28 {
  margin-right: 28px !important; }

.p-28 {
  padding: 28px !important; }

.pt-28 {
  padding-top: 28px !important; }

.pb-28 {
  padding-bottom: 28px !important; }

.pl-28 {
  padding-left: 28px !important; }

.pr-28 {
  padding-right: 28px !important; }

.vh-28 {
  height: 28vh !important; }

.vw-28 {
  width: 28vw !important; }

.font-28 {
  font-size: 28px !important; }

.m-29 {
  margin: 29px !important; }

.mt-29 {
  margin-top: 29px !important; }

.mb-29 {
  margin-bottom: 29px !important; }

.ml-29 {
  margin-left: 29px !important; }

.mr-29 {
  margin-right: 29px !important; }

.p-29 {
  padding: 29px !important; }

.pt-29 {
  padding-top: 29px !important; }

.pb-29 {
  padding-bottom: 29px !important; }

.pl-29 {
  padding-left: 29px !important; }

.pr-29 {
  padding-right: 29px !important; }

.vh-29 {
  height: 29vh !important; }

.vw-29 {
  width: 29vw !important; }

.font-29 {
  font-size: 29px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.vh-30 {
  height: 30vh !important; }

.vw-30 {
  width: 30vw !important; }

.font-30 {
  font-size: 30px !important; }

.m-31 {
  margin: 31px !important; }

.mt-31 {
  margin-top: 31px !important; }

.mb-31 {
  margin-bottom: 31px !important; }

.ml-31 {
  margin-left: 31px !important; }

.mr-31 {
  margin-right: 31px !important; }

.p-31 {
  padding: 31px !important; }

.pt-31 {
  padding-top: 31px !important; }

.pb-31 {
  padding-bottom: 31px !important; }

.pl-31 {
  padding-left: 31px !important; }

.pr-31 {
  padding-right: 31px !important; }

.vh-31 {
  height: 31vh !important; }

.vw-31 {
  width: 31vw !important; }

.font-31 {
  font-size: 31px !important; }

.m-32 {
  margin: 32px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.ml-32 {
  margin-left: 32px !important; }

.mr-32 {
  margin-right: 32px !important; }

.p-32 {
  padding: 32px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.pl-32 {
  padding-left: 32px !important; }

.pr-32 {
  padding-right: 32px !important; }

.vh-32 {
  height: 32vh !important; }

.vw-32 {
  width: 32vw !important; }

.font-32 {
  font-size: 32px !important; }

.m-33 {
  margin: 33px !important; }

.mt-33 {
  margin-top: 33px !important; }

.mb-33 {
  margin-bottom: 33px !important; }

.ml-33 {
  margin-left: 33px !important; }

.mr-33 {
  margin-right: 33px !important; }

.p-33 {
  padding: 33px !important; }

.pt-33 {
  padding-top: 33px !important; }

.pb-33 {
  padding-bottom: 33px !important; }

.pl-33 {
  padding-left: 33px !important; }

.pr-33 {
  padding-right: 33px !important; }

.vh-33 {
  height: 33vh !important; }

.vw-33 {
  width: 33vw !important; }

.font-33 {
  font-size: 33px !important; }

.m-34 {
  margin: 34px !important; }

.mt-34 {
  margin-top: 34px !important; }

.mb-34 {
  margin-bottom: 34px !important; }

.ml-34 {
  margin-left: 34px !important; }

.mr-34 {
  margin-right: 34px !important; }

.p-34 {
  padding: 34px !important; }

.pt-34 {
  padding-top: 34px !important; }

.pb-34 {
  padding-bottom: 34px !important; }

.pl-34 {
  padding-left: 34px !important; }

.pr-34 {
  padding-right: 34px !important; }

.vh-34 {
  height: 34vh !important; }

.vw-34 {
  width: 34vw !important; }

.font-34 {
  font-size: 34px !important; }

.m-35 {
  margin: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.vh-35 {
  height: 35vh !important; }

.vw-35 {
  width: 35vw !important; }

.font-35 {
  font-size: 35px !important; }

.m-36 {
  margin: 36px !important; }

.mt-36 {
  margin-top: 36px !important; }

.mb-36 {
  margin-bottom: 36px !important; }

.ml-36 {
  margin-left: 36px !important; }

.mr-36 {
  margin-right: 36px !important; }

.p-36 {
  padding: 36px !important; }

.pt-36 {
  padding-top: 36px !important; }

.pb-36 {
  padding-bottom: 36px !important; }

.pl-36 {
  padding-left: 36px !important; }

.pr-36 {
  padding-right: 36px !important; }

.vh-36 {
  height: 36vh !important; }

.vw-36 {
  width: 36vw !important; }

.font-36 {
  font-size: 36px !important; }

.m-37 {
  margin: 37px !important; }

.mt-37 {
  margin-top: 37px !important; }

.mb-37 {
  margin-bottom: 37px !important; }

.ml-37 {
  margin-left: 37px !important; }

.mr-37 {
  margin-right: 37px !important; }

.p-37 {
  padding: 37px !important; }

.pt-37 {
  padding-top: 37px !important; }

.pb-37 {
  padding-bottom: 37px !important; }

.pl-37 {
  padding-left: 37px !important; }

.pr-37 {
  padding-right: 37px !important; }

.vh-37 {
  height: 37vh !important; }

.vw-37 {
  width: 37vw !important; }

.font-37 {
  font-size: 37px !important; }

.m-38 {
  margin: 38px !important; }

.mt-38 {
  margin-top: 38px !important; }

.mb-38 {
  margin-bottom: 38px !important; }

.ml-38 {
  margin-left: 38px !important; }

.mr-38 {
  margin-right: 38px !important; }

.p-38 {
  padding: 38px !important; }

.pt-38 {
  padding-top: 38px !important; }

.pb-38 {
  padding-bottom: 38px !important; }

.pl-38 {
  padding-left: 38px !important; }

.pr-38 {
  padding-right: 38px !important; }

.vh-38 {
  height: 38vh !important; }

.vw-38 {
  width: 38vw !important; }

.font-38 {
  font-size: 38px !important; }

.m-39 {
  margin: 39px !important; }

.mt-39 {
  margin-top: 39px !important; }

.mb-39 {
  margin-bottom: 39px !important; }

.ml-39 {
  margin-left: 39px !important; }

.mr-39 {
  margin-right: 39px !important; }

.p-39 {
  padding: 39px !important; }

.pt-39 {
  padding-top: 39px !important; }

.pb-39 {
  padding-bottom: 39px !important; }

.pl-39 {
  padding-left: 39px !important; }

.pr-39 {
  padding-right: 39px !important; }

.vh-39 {
  height: 39vh !important; }

.vw-39 {
  width: 39vw !important; }

.font-39 {
  font-size: 39px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.p-40 {
  padding: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.vh-40 {
  height: 40vh !important; }

.vw-40 {
  width: 40vw !important; }

.font-40 {
  font-size: 40px !important; }

.m-41 {
  margin: 41px !important; }

.mt-41 {
  margin-top: 41px !important; }

.mb-41 {
  margin-bottom: 41px !important; }

.ml-41 {
  margin-left: 41px !important; }

.mr-41 {
  margin-right: 41px !important; }

.p-41 {
  padding: 41px !important; }

.pt-41 {
  padding-top: 41px !important; }

.pb-41 {
  padding-bottom: 41px !important; }

.pl-41 {
  padding-left: 41px !important; }

.pr-41 {
  padding-right: 41px !important; }

.vh-41 {
  height: 41vh !important; }

.vw-41 {
  width: 41vw !important; }

.font-41 {
  font-size: 41px !important; }

.m-42 {
  margin: 42px !important; }

.mt-42 {
  margin-top: 42px !important; }

.mb-42 {
  margin-bottom: 42px !important; }

.ml-42 {
  margin-left: 42px !important; }

.mr-42 {
  margin-right: 42px !important; }

.p-42 {
  padding: 42px !important; }

.pt-42 {
  padding-top: 42px !important; }

.pb-42 {
  padding-bottom: 42px !important; }

.pl-42 {
  padding-left: 42px !important; }

.pr-42 {
  padding-right: 42px !important; }

.vh-42 {
  height: 42vh !important; }

.vw-42 {
  width: 42vw !important; }

.font-42 {
  font-size: 42px !important; }

.m-43 {
  margin: 43px !important; }

.mt-43 {
  margin-top: 43px !important; }

.mb-43 {
  margin-bottom: 43px !important; }

.ml-43 {
  margin-left: 43px !important; }

.mr-43 {
  margin-right: 43px !important; }

.p-43 {
  padding: 43px !important; }

.pt-43 {
  padding-top: 43px !important; }

.pb-43 {
  padding-bottom: 43px !important; }

.pl-43 {
  padding-left: 43px !important; }

.pr-43 {
  padding-right: 43px !important; }

.vh-43 {
  height: 43vh !important; }

.vw-43 {
  width: 43vw !important; }

.font-43 {
  font-size: 43px !important; }

.m-44 {
  margin: 44px !important; }

.mt-44 {
  margin-top: 44px !important; }

.mb-44 {
  margin-bottom: 44px !important; }

.ml-44 {
  margin-left: 44px !important; }

.mr-44 {
  margin-right: 44px !important; }

.p-44 {
  padding: 44px !important; }

.pt-44 {
  padding-top: 44px !important; }

.pb-44 {
  padding-bottom: 44px !important; }

.pl-44 {
  padding-left: 44px !important; }

.pr-44 {
  padding-right: 44px !important; }

.vh-44 {
  height: 44vh !important; }

.vw-44 {
  width: 44vw !important; }

.font-44 {
  font-size: 44px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.vh-45 {
  height: 45vh !important; }

.vw-45 {
  width: 45vw !important; }

.font-45 {
  font-size: 45px !important; }

.m-46 {
  margin: 46px !important; }

.mt-46 {
  margin-top: 46px !important; }

.mb-46 {
  margin-bottom: 46px !important; }

.ml-46 {
  margin-left: 46px !important; }

.mr-46 {
  margin-right: 46px !important; }

.p-46 {
  padding: 46px !important; }

.pt-46 {
  padding-top: 46px !important; }

.pb-46 {
  padding-bottom: 46px !important; }

.pl-46 {
  padding-left: 46px !important; }

.pr-46 {
  padding-right: 46px !important; }

.vh-46 {
  height: 46vh !important; }

.vw-46 {
  width: 46vw !important; }

.font-46 {
  font-size: 46px !important; }

.m-47 {
  margin: 47px !important; }

.mt-47 {
  margin-top: 47px !important; }

.mb-47 {
  margin-bottom: 47px !important; }

.ml-47 {
  margin-left: 47px !important; }

.mr-47 {
  margin-right: 47px !important; }

.p-47 {
  padding: 47px !important; }

.pt-47 {
  padding-top: 47px !important; }

.pb-47 {
  padding-bottom: 47px !important; }

.pl-47 {
  padding-left: 47px !important; }

.pr-47 {
  padding-right: 47px !important; }

.vh-47 {
  height: 47vh !important; }

.vw-47 {
  width: 47vw !important; }

.font-47 {
  font-size: 47px !important; }

.m-48 {
  margin: 48px !important; }

.mt-48 {
  margin-top: 48px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.ml-48 {
  margin-left: 48px !important; }

.mr-48 {
  margin-right: 48px !important; }

.p-48 {
  padding: 48px !important; }

.pt-48 {
  padding-top: 48px !important; }

.pb-48 {
  padding-bottom: 48px !important; }

.pl-48 {
  padding-left: 48px !important; }

.pr-48 {
  padding-right: 48px !important; }

.vh-48 {
  height: 48vh !important; }

.vw-48 {
  width: 48vw !important; }

.font-48 {
  font-size: 48px !important; }

.m-49 {
  margin: 49px !important; }

.mt-49 {
  margin-top: 49px !important; }

.mb-49 {
  margin-bottom: 49px !important; }

.ml-49 {
  margin-left: 49px !important; }

.mr-49 {
  margin-right: 49px !important; }

.p-49 {
  padding: 49px !important; }

.pt-49 {
  padding-top: 49px !important; }

.pb-49 {
  padding-bottom: 49px !important; }

.pl-49 {
  padding-left: 49px !important; }

.pr-49 {
  padding-right: 49px !important; }

.vh-49 {
  height: 49vh !important; }

.vw-49 {
  width: 49vw !important; }

.font-49 {
  font-size: 49px !important; }

.m-50 {
  margin: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.p-50 {
  padding: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.vh-50 {
  height: 50vh !important; }

.vw-50 {
  width: 50vw !important; }

.font-50 {
  font-size: 50px !important; }

.m-51 {
  margin: 51px !important; }

.mt-51 {
  margin-top: 51px !important; }

.mb-51 {
  margin-bottom: 51px !important; }

.ml-51 {
  margin-left: 51px !important; }

.mr-51 {
  margin-right: 51px !important; }

.p-51 {
  padding: 51px !important; }

.pt-51 {
  padding-top: 51px !important; }

.pb-51 {
  padding-bottom: 51px !important; }

.pl-51 {
  padding-left: 51px !important; }

.pr-51 {
  padding-right: 51px !important; }

.vh-51 {
  height: 51vh !important; }

.vw-51 {
  width: 51vw !important; }

.font-51 {
  font-size: 51px !important; }

.m-52 {
  margin: 52px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mb-52 {
  margin-bottom: 52px !important; }

.ml-52 {
  margin-left: 52px !important; }

.mr-52 {
  margin-right: 52px !important; }

.p-52 {
  padding: 52px !important; }

.pt-52 {
  padding-top: 52px !important; }

.pb-52 {
  padding-bottom: 52px !important; }

.pl-52 {
  padding-left: 52px !important; }

.pr-52 {
  padding-right: 52px !important; }

.vh-52 {
  height: 52vh !important; }

.vw-52 {
  width: 52vw !important; }

.font-52 {
  font-size: 52px !important; }

.m-53 {
  margin: 53px !important; }

.mt-53 {
  margin-top: 53px !important; }

.mb-53 {
  margin-bottom: 53px !important; }

.ml-53 {
  margin-left: 53px !important; }

.mr-53 {
  margin-right: 53px !important; }

.p-53 {
  padding: 53px !important; }

.pt-53 {
  padding-top: 53px !important; }

.pb-53 {
  padding-bottom: 53px !important; }

.pl-53 {
  padding-left: 53px !important; }

.pr-53 {
  padding-right: 53px !important; }

.vh-53 {
  height: 53vh !important; }

.vw-53 {
  width: 53vw !important; }

.font-53 {
  font-size: 53px !important; }

.m-54 {
  margin: 54px !important; }

.mt-54 {
  margin-top: 54px !important; }

.mb-54 {
  margin-bottom: 54px !important; }

.ml-54 {
  margin-left: 54px !important; }

.mr-54 {
  margin-right: 54px !important; }

.p-54 {
  padding: 54px !important; }

.pt-54 {
  padding-top: 54px !important; }

.pb-54 {
  padding-bottom: 54px !important; }

.pl-54 {
  padding-left: 54px !important; }

.pr-54 {
  padding-right: 54px !important; }

.vh-54 {
  height: 54vh !important; }

.vw-54 {
  width: 54vw !important; }

.font-54 {
  font-size: 54px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.vh-55 {
  height: 55vh !important; }

.vw-55 {
  width: 55vw !important; }

.font-55 {
  font-size: 55px !important; }

.m-56 {
  margin: 56px !important; }

.mt-56 {
  margin-top: 56px !important; }

.mb-56 {
  margin-bottom: 56px !important; }

.ml-56 {
  margin-left: 56px !important; }

.mr-56 {
  margin-right: 56px !important; }

.p-56 {
  padding: 56px !important; }

.pt-56 {
  padding-top: 56px !important; }

.pb-56 {
  padding-bottom: 56px !important; }

.pl-56 {
  padding-left: 56px !important; }

.pr-56 {
  padding-right: 56px !important; }

.vh-56 {
  height: 56vh !important; }

.vw-56 {
  width: 56vw !important; }

.font-56 {
  font-size: 56px !important; }

.m-57 {
  margin: 57px !important; }

.mt-57 {
  margin-top: 57px !important; }

.mb-57 {
  margin-bottom: 57px !important; }

.ml-57 {
  margin-left: 57px !important; }

.mr-57 {
  margin-right: 57px !important; }

.p-57 {
  padding: 57px !important; }

.pt-57 {
  padding-top: 57px !important; }

.pb-57 {
  padding-bottom: 57px !important; }

.pl-57 {
  padding-left: 57px !important; }

.pr-57 {
  padding-right: 57px !important; }

.vh-57 {
  height: 57vh !important; }

.vw-57 {
  width: 57vw !important; }

.font-57 {
  font-size: 57px !important; }

.m-58 {
  margin: 58px !important; }

.mt-58 {
  margin-top: 58px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.ml-58 {
  margin-left: 58px !important; }

.mr-58 {
  margin-right: 58px !important; }

.p-58 {
  padding: 58px !important; }

.pt-58 {
  padding-top: 58px !important; }

.pb-58 {
  padding-bottom: 58px !important; }

.pl-58 {
  padding-left: 58px !important; }

.pr-58 {
  padding-right: 58px !important; }

.vh-58 {
  height: 58vh !important; }

.vw-58 {
  width: 58vw !important; }

.font-58 {
  font-size: 58px !important; }

.m-59 {
  margin: 59px !important; }

.mt-59 {
  margin-top: 59px !important; }

.mb-59 {
  margin-bottom: 59px !important; }

.ml-59 {
  margin-left: 59px !important; }

.mr-59 {
  margin-right: 59px !important; }

.p-59 {
  padding: 59px !important; }

.pt-59 {
  padding-top: 59px !important; }

.pb-59 {
  padding-bottom: 59px !important; }

.pl-59 {
  padding-left: 59px !important; }

.pr-59 {
  padding-right: 59px !important; }

.vh-59 {
  height: 59vh !important; }

.vw-59 {
  width: 59vw !important; }

.font-59 {
  font-size: 59px !important; }

.m-60 {
  margin: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.p-60 {
  padding: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.vh-60 {
  height: 60vh !important; }

.vw-60 {
  width: 60vw !important; }

.font-60 {
  font-size: 60px !important; }

.m-61 {
  margin: 61px !important; }

.mt-61 {
  margin-top: 61px !important; }

.mb-61 {
  margin-bottom: 61px !important; }

.ml-61 {
  margin-left: 61px !important; }

.mr-61 {
  margin-right: 61px !important; }

.p-61 {
  padding: 61px !important; }

.pt-61 {
  padding-top: 61px !important; }

.pb-61 {
  padding-bottom: 61px !important; }

.pl-61 {
  padding-left: 61px !important; }

.pr-61 {
  padding-right: 61px !important; }

.vh-61 {
  height: 61vh !important; }

.vw-61 {
  width: 61vw !important; }

.font-61 {
  font-size: 61px !important; }

.m-62 {
  margin: 62px !important; }

.mt-62 {
  margin-top: 62px !important; }

.mb-62 {
  margin-bottom: 62px !important; }

.ml-62 {
  margin-left: 62px !important; }

.mr-62 {
  margin-right: 62px !important; }

.p-62 {
  padding: 62px !important; }

.pt-62 {
  padding-top: 62px !important; }

.pb-62 {
  padding-bottom: 62px !important; }

.pl-62 {
  padding-left: 62px !important; }

.pr-62 {
  padding-right: 62px !important; }

.vh-62 {
  height: 62vh !important; }

.vw-62 {
  width: 62vw !important; }

.font-62 {
  font-size: 62px !important; }

.m-63 {
  margin: 63px !important; }

.mt-63 {
  margin-top: 63px !important; }

.mb-63 {
  margin-bottom: 63px !important; }

.ml-63 {
  margin-left: 63px !important; }

.mr-63 {
  margin-right: 63px !important; }

.p-63 {
  padding: 63px !important; }

.pt-63 {
  padding-top: 63px !important; }

.pb-63 {
  padding-bottom: 63px !important; }

.pl-63 {
  padding-left: 63px !important; }

.pr-63 {
  padding-right: 63px !important; }

.vh-63 {
  height: 63vh !important; }

.vw-63 {
  width: 63vw !important; }

.font-63 {
  font-size: 63px !important; }

.m-64 {
  margin: 64px !important; }

.mt-64 {
  margin-top: 64px !important; }

.mb-64 {
  margin-bottom: 64px !important; }

.ml-64 {
  margin-left: 64px !important; }

.mr-64 {
  margin-right: 64px !important; }

.p-64 {
  padding: 64px !important; }

.pt-64 {
  padding-top: 64px !important; }

.pb-64 {
  padding-bottom: 64px !important; }

.pl-64 {
  padding-left: 64px !important; }

.pr-64 {
  padding-right: 64px !important; }

.vh-64 {
  height: 64vh !important; }

.vw-64 {
  width: 64vw !important; }

.font-64 {
  font-size: 64px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.vh-65 {
  height: 65vh !important; }

.vw-65 {
  width: 65vw !important; }

.font-65 {
  font-size: 65px !important; }

.m-66 {
  margin: 66px !important; }

.mt-66 {
  margin-top: 66px !important; }

.mb-66 {
  margin-bottom: 66px !important; }

.ml-66 {
  margin-left: 66px !important; }

.mr-66 {
  margin-right: 66px !important; }

.p-66 {
  padding: 66px !important; }

.pt-66 {
  padding-top: 66px !important; }

.pb-66 {
  padding-bottom: 66px !important; }

.pl-66 {
  padding-left: 66px !important; }

.pr-66 {
  padding-right: 66px !important; }

.vh-66 {
  height: 66vh !important; }

.vw-66 {
  width: 66vw !important; }

.font-66 {
  font-size: 66px !important; }

.m-67 {
  margin: 67px !important; }

.mt-67 {
  margin-top: 67px !important; }

.mb-67 {
  margin-bottom: 67px !important; }

.ml-67 {
  margin-left: 67px !important; }

.mr-67 {
  margin-right: 67px !important; }

.p-67 {
  padding: 67px !important; }

.pt-67 {
  padding-top: 67px !important; }

.pb-67 {
  padding-bottom: 67px !important; }

.pl-67 {
  padding-left: 67px !important; }

.pr-67 {
  padding-right: 67px !important; }

.vh-67 {
  height: 67vh !important; }

.vw-67 {
  width: 67vw !important; }

.font-67 {
  font-size: 67px !important; }

.m-68 {
  margin: 68px !important; }

.mt-68 {
  margin-top: 68px !important; }

.mb-68 {
  margin-bottom: 68px !important; }

.ml-68 {
  margin-left: 68px !important; }

.mr-68 {
  margin-right: 68px !important; }

.p-68 {
  padding: 68px !important; }

.pt-68 {
  padding-top: 68px !important; }

.pb-68 {
  padding-bottom: 68px !important; }

.pl-68 {
  padding-left: 68px !important; }

.pr-68 {
  padding-right: 68px !important; }

.vh-68 {
  height: 68vh !important; }

.vw-68 {
  width: 68vw !important; }

.font-68 {
  font-size: 68px !important; }

.m-69 {
  margin: 69px !important; }

.mt-69 {
  margin-top: 69px !important; }

.mb-69 {
  margin-bottom: 69px !important; }

.ml-69 {
  margin-left: 69px !important; }

.mr-69 {
  margin-right: 69px !important; }

.p-69 {
  padding: 69px !important; }

.pt-69 {
  padding-top: 69px !important; }

.pb-69 {
  padding-bottom: 69px !important; }

.pl-69 {
  padding-left: 69px !important; }

.pr-69 {
  padding-right: 69px !important; }

.vh-69 {
  height: 69vh !important; }

.vw-69 {
  width: 69vw !important; }

.font-69 {
  font-size: 69px !important; }

.m-70 {
  margin: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.p-70 {
  padding: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.vh-70 {
  height: 70vh !important; }

.vw-70 {
  width: 70vw !important; }

.font-70 {
  font-size: 70px !important; }

.m-71 {
  margin: 71px !important; }

.mt-71 {
  margin-top: 71px !important; }

.mb-71 {
  margin-bottom: 71px !important; }

.ml-71 {
  margin-left: 71px !important; }

.mr-71 {
  margin-right: 71px !important; }

.p-71 {
  padding: 71px !important; }

.pt-71 {
  padding-top: 71px !important; }

.pb-71 {
  padding-bottom: 71px !important; }

.pl-71 {
  padding-left: 71px !important; }

.pr-71 {
  padding-right: 71px !important; }

.vh-71 {
  height: 71vh !important; }

.vw-71 {
  width: 71vw !important; }

.font-71 {
  font-size: 71px !important; }

.m-72 {
  margin: 72px !important; }

.mt-72 {
  margin-top: 72px !important; }

.mb-72 {
  margin-bottom: 72px !important; }

.ml-72 {
  margin-left: 72px !important; }

.mr-72 {
  margin-right: 72px !important; }

.p-72 {
  padding: 72px !important; }

.pt-72 {
  padding-top: 72px !important; }

.pb-72 {
  padding-bottom: 72px !important; }

.pl-72 {
  padding-left: 72px !important; }

.pr-72 {
  padding-right: 72px !important; }

.vh-72 {
  height: 72vh !important; }

.vw-72 {
  width: 72vw !important; }

.font-72 {
  font-size: 72px !important; }

.m-73 {
  margin: 73px !important; }

.mt-73 {
  margin-top: 73px !important; }

.mb-73 {
  margin-bottom: 73px !important; }

.ml-73 {
  margin-left: 73px !important; }

.mr-73 {
  margin-right: 73px !important; }

.p-73 {
  padding: 73px !important; }

.pt-73 {
  padding-top: 73px !important; }

.pb-73 {
  padding-bottom: 73px !important; }

.pl-73 {
  padding-left: 73px !important; }

.pr-73 {
  padding-right: 73px !important; }

.vh-73 {
  height: 73vh !important; }

.vw-73 {
  width: 73vw !important; }

.font-73 {
  font-size: 73px !important; }

.m-74 {
  margin: 74px !important; }

.mt-74 {
  margin-top: 74px !important; }

.mb-74 {
  margin-bottom: 74px !important; }

.ml-74 {
  margin-left: 74px !important; }

.mr-74 {
  margin-right: 74px !important; }

.p-74 {
  padding: 74px !important; }

.pt-74 {
  padding-top: 74px !important; }

.pb-74 {
  padding-bottom: 74px !important; }

.pl-74 {
  padding-left: 74px !important; }

.pr-74 {
  padding-right: 74px !important; }

.vh-74 {
  height: 74vh !important; }

.vw-74 {
  width: 74vw !important; }

.font-74 {
  font-size: 74px !important; }

.m-75 {
  margin: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.p-75 {
  padding: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.vh-75 {
  height: 75vh !important; }

.vw-75 {
  width: 75vw !important; }

.font-75 {
  font-size: 75px !important; }

.m-76 {
  margin: 76px !important; }

.mt-76 {
  margin-top: 76px !important; }

.mb-76 {
  margin-bottom: 76px !important; }

.ml-76 {
  margin-left: 76px !important; }

.mr-76 {
  margin-right: 76px !important; }

.p-76 {
  padding: 76px !important; }

.pt-76 {
  padding-top: 76px !important; }

.pb-76 {
  padding-bottom: 76px !important; }

.pl-76 {
  padding-left: 76px !important; }

.pr-76 {
  padding-right: 76px !important; }

.vh-76 {
  height: 76vh !important; }

.vw-76 {
  width: 76vw !important; }

.font-76 {
  font-size: 76px !important; }

.m-77 {
  margin: 77px !important; }

.mt-77 {
  margin-top: 77px !important; }

.mb-77 {
  margin-bottom: 77px !important; }

.ml-77 {
  margin-left: 77px !important; }

.mr-77 {
  margin-right: 77px !important; }

.p-77 {
  padding: 77px !important; }

.pt-77 {
  padding-top: 77px !important; }

.pb-77 {
  padding-bottom: 77px !important; }

.pl-77 {
  padding-left: 77px !important; }

.pr-77 {
  padding-right: 77px !important; }

.vh-77 {
  height: 77vh !important; }

.vw-77 {
  width: 77vw !important; }

.font-77 {
  font-size: 77px !important; }

.m-78 {
  margin: 78px !important; }

.mt-78 {
  margin-top: 78px !important; }

.mb-78 {
  margin-bottom: 78px !important; }

.ml-78 {
  margin-left: 78px !important; }

.mr-78 {
  margin-right: 78px !important; }

.p-78 {
  padding: 78px !important; }

.pt-78 {
  padding-top: 78px !important; }

.pb-78 {
  padding-bottom: 78px !important; }

.pl-78 {
  padding-left: 78px !important; }

.pr-78 {
  padding-right: 78px !important; }

.vh-78 {
  height: 78vh !important; }

.vw-78 {
  width: 78vw !important; }

.font-78 {
  font-size: 78px !important; }

.m-79 {
  margin: 79px !important; }

.mt-79 {
  margin-top: 79px !important; }

.mb-79 {
  margin-bottom: 79px !important; }

.ml-79 {
  margin-left: 79px !important; }

.mr-79 {
  margin-right: 79px !important; }

.p-79 {
  padding: 79px !important; }

.pt-79 {
  padding-top: 79px !important; }

.pb-79 {
  padding-bottom: 79px !important; }

.pl-79 {
  padding-left: 79px !important; }

.pr-79 {
  padding-right: 79px !important; }

.vh-79 {
  height: 79vh !important; }

.vw-79 {
  width: 79vw !important; }

.font-79 {
  font-size: 79px !important; }

.m-80 {
  margin: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.p-80 {
  padding: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.vh-80 {
  height: 80vh !important; }

.vw-80 {
  width: 80vw !important; }

.font-80 {
  font-size: 80px !important; }

.m-81 {
  margin: 81px !important; }

.mt-81 {
  margin-top: 81px !important; }

.mb-81 {
  margin-bottom: 81px !important; }

.ml-81 {
  margin-left: 81px !important; }

.mr-81 {
  margin-right: 81px !important; }

.p-81 {
  padding: 81px !important; }

.pt-81 {
  padding-top: 81px !important; }

.pb-81 {
  padding-bottom: 81px !important; }

.pl-81 {
  padding-left: 81px !important; }

.pr-81 {
  padding-right: 81px !important; }

.vh-81 {
  height: 81vh !important; }

.vw-81 {
  width: 81vw !important; }

.font-81 {
  font-size: 81px !important; }

.m-82 {
  margin: 82px !important; }

.mt-82 {
  margin-top: 82px !important; }

.mb-82 {
  margin-bottom: 82px !important; }

.ml-82 {
  margin-left: 82px !important; }

.mr-82 {
  margin-right: 82px !important; }

.p-82 {
  padding: 82px !important; }

.pt-82 {
  padding-top: 82px !important; }

.pb-82 {
  padding-bottom: 82px !important; }

.pl-82 {
  padding-left: 82px !important; }

.pr-82 {
  padding-right: 82px !important; }

.vh-82 {
  height: 82vh !important; }

.vw-82 {
  width: 82vw !important; }

.font-82 {
  font-size: 82px !important; }

.m-83 {
  margin: 83px !important; }

.mt-83 {
  margin-top: 83px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.ml-83 {
  margin-left: 83px !important; }

.mr-83 {
  margin-right: 83px !important; }

.p-83 {
  padding: 83px !important; }

.pt-83 {
  padding-top: 83px !important; }

.pb-83 {
  padding-bottom: 83px !important; }

.pl-83 {
  padding-left: 83px !important; }

.pr-83 {
  padding-right: 83px !important; }

.vh-83 {
  height: 83vh !important; }

.vw-83 {
  width: 83vw !important; }

.font-83 {
  font-size: 83px !important; }

.m-84 {
  margin: 84px !important; }

.mt-84 {
  margin-top: 84px !important; }

.mb-84 {
  margin-bottom: 84px !important; }

.ml-84 {
  margin-left: 84px !important; }

.mr-84 {
  margin-right: 84px !important; }

.p-84 {
  padding: 84px !important; }

.pt-84 {
  padding-top: 84px !important; }

.pb-84 {
  padding-bottom: 84px !important; }

.pl-84 {
  padding-left: 84px !important; }

.pr-84 {
  padding-right: 84px !important; }

.vh-84 {
  height: 84vh !important; }

.vw-84 {
  width: 84vw !important; }

.font-84 {
  font-size: 84px !important; }

.m-85 {
  margin: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.p-85 {
  padding: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.vh-85 {
  height: 85vh !important; }

.vw-85 {
  width: 85vw !important; }

.font-85 {
  font-size: 85px !important; }

.m-86 {
  margin: 86px !important; }

.mt-86 {
  margin-top: 86px !important; }

.mb-86 {
  margin-bottom: 86px !important; }

.ml-86 {
  margin-left: 86px !important; }

.mr-86 {
  margin-right: 86px !important; }

.p-86 {
  padding: 86px !important; }

.pt-86 {
  padding-top: 86px !important; }

.pb-86 {
  padding-bottom: 86px !important; }

.pl-86 {
  padding-left: 86px !important; }

.pr-86 {
  padding-right: 86px !important; }

.vh-86 {
  height: 86vh !important; }

.vw-86 {
  width: 86vw !important; }

.font-86 {
  font-size: 86px !important; }

.m-87 {
  margin: 87px !important; }

.mt-87 {
  margin-top: 87px !important; }

.mb-87 {
  margin-bottom: 87px !important; }

.ml-87 {
  margin-left: 87px !important; }

.mr-87 {
  margin-right: 87px !important; }

.p-87 {
  padding: 87px !important; }

.pt-87 {
  padding-top: 87px !important; }

.pb-87 {
  padding-bottom: 87px !important; }

.pl-87 {
  padding-left: 87px !important; }

.pr-87 {
  padding-right: 87px !important; }

.vh-87 {
  height: 87vh !important; }

.vw-87 {
  width: 87vw !important; }

.font-87 {
  font-size: 87px !important; }

.m-88 {
  margin: 88px !important; }

.mt-88 {
  margin-top: 88px !important; }

.mb-88 {
  margin-bottom: 88px !important; }

.ml-88 {
  margin-left: 88px !important; }

.mr-88 {
  margin-right: 88px !important; }

.p-88 {
  padding: 88px !important; }

.pt-88 {
  padding-top: 88px !important; }

.pb-88 {
  padding-bottom: 88px !important; }

.pl-88 {
  padding-left: 88px !important; }

.pr-88 {
  padding-right: 88px !important; }

.vh-88 {
  height: 88vh !important; }

.vw-88 {
  width: 88vw !important; }

.font-88 {
  font-size: 88px !important; }

.m-89 {
  margin: 89px !important; }

.mt-89 {
  margin-top: 89px !important; }

.mb-89 {
  margin-bottom: 89px !important; }

.ml-89 {
  margin-left: 89px !important; }

.mr-89 {
  margin-right: 89px !important; }

.p-89 {
  padding: 89px !important; }

.pt-89 {
  padding-top: 89px !important; }

.pb-89 {
  padding-bottom: 89px !important; }

.pl-89 {
  padding-left: 89px !important; }

.pr-89 {
  padding-right: 89px !important; }

.vh-89 {
  height: 89vh !important; }

.vw-89 {
  width: 89vw !important; }

.font-89 {
  font-size: 89px !important; }

.m-90 {
  margin: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.p-90 {
  padding: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.vh-90 {
  height: 90vh !important; }

.vw-90 {
  width: 90vw !important; }

.font-90 {
  font-size: 90px !important; }

.m-91 {
  margin: 91px !important; }

.mt-91 {
  margin-top: 91px !important; }

.mb-91 {
  margin-bottom: 91px !important; }

.ml-91 {
  margin-left: 91px !important; }

.mr-91 {
  margin-right: 91px !important; }

.p-91 {
  padding: 91px !important; }

.pt-91 {
  padding-top: 91px !important; }

.pb-91 {
  padding-bottom: 91px !important; }

.pl-91 {
  padding-left: 91px !important; }

.pr-91 {
  padding-right: 91px !important; }

.vh-91 {
  height: 91vh !important; }

.vw-91 {
  width: 91vw !important; }

.font-91 {
  font-size: 91px !important; }

.m-92 {
  margin: 92px !important; }

.mt-92 {
  margin-top: 92px !important; }

.mb-92 {
  margin-bottom: 92px !important; }

.ml-92 {
  margin-left: 92px !important; }

.mr-92 {
  margin-right: 92px !important; }

.p-92 {
  padding: 92px !important; }

.pt-92 {
  padding-top: 92px !important; }

.pb-92 {
  padding-bottom: 92px !important; }

.pl-92 {
  padding-left: 92px !important; }

.pr-92 {
  padding-right: 92px !important; }

.vh-92 {
  height: 92vh !important; }

.vw-92 {
  width: 92vw !important; }

.font-92 {
  font-size: 92px !important; }

.m-93 {
  margin: 93px !important; }

.mt-93 {
  margin-top: 93px !important; }

.mb-93 {
  margin-bottom: 93px !important; }

.ml-93 {
  margin-left: 93px !important; }

.mr-93 {
  margin-right: 93px !important; }

.p-93 {
  padding: 93px !important; }

.pt-93 {
  padding-top: 93px !important; }

.pb-93 {
  padding-bottom: 93px !important; }

.pl-93 {
  padding-left: 93px !important; }

.pr-93 {
  padding-right: 93px !important; }

.vh-93 {
  height: 93vh !important; }

.vw-93 {
  width: 93vw !important; }

.font-93 {
  font-size: 93px !important; }

.m-94 {
  margin: 94px !important; }

.mt-94 {
  margin-top: 94px !important; }

.mb-94 {
  margin-bottom: 94px !important; }

.ml-94 {
  margin-left: 94px !important; }

.mr-94 {
  margin-right: 94px !important; }

.p-94 {
  padding: 94px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pb-94 {
  padding-bottom: 94px !important; }

.pl-94 {
  padding-left: 94px !important; }

.pr-94 {
  padding-right: 94px !important; }

.vh-94 {
  height: 94vh !important; }

.vw-94 {
  width: 94vw !important; }

.font-94 {
  font-size: 94px !important; }

.m-95 {
  margin: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.p-95 {
  padding: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.vh-95 {
  height: 95vh !important; }

.vw-95 {
  width: 95vw !important; }

.font-95 {
  font-size: 95px !important; }

.m-96 {
  margin: 96px !important; }

.mt-96 {
  margin-top: 96px !important; }

.mb-96 {
  margin-bottom: 96px !important; }

.ml-96 {
  margin-left: 96px !important; }

.mr-96 {
  margin-right: 96px !important; }

.p-96 {
  padding: 96px !important; }

.pt-96 {
  padding-top: 96px !important; }

.pb-96 {
  padding-bottom: 96px !important; }

.pl-96 {
  padding-left: 96px !important; }

.pr-96 {
  padding-right: 96px !important; }

.vh-96 {
  height: 96vh !important; }

.vw-96 {
  width: 96vw !important; }

.font-96 {
  font-size: 96px !important; }

.m-97 {
  margin: 97px !important; }

.mt-97 {
  margin-top: 97px !important; }

.mb-97 {
  margin-bottom: 97px !important; }

.ml-97 {
  margin-left: 97px !important; }

.mr-97 {
  margin-right: 97px !important; }

.p-97 {
  padding: 97px !important; }

.pt-97 {
  padding-top: 97px !important; }

.pb-97 {
  padding-bottom: 97px !important; }

.pl-97 {
  padding-left: 97px !important; }

.pr-97 {
  padding-right: 97px !important; }

.vh-97 {
  height: 97vh !important; }

.vw-97 {
  width: 97vw !important; }

.font-97 {
  font-size: 97px !important; }

.m-98 {
  margin: 98px !important; }

.mt-98 {
  margin-top: 98px !important; }

.mb-98 {
  margin-bottom: 98px !important; }

.ml-98 {
  margin-left: 98px !important; }

.mr-98 {
  margin-right: 98px !important; }

.p-98 {
  padding: 98px !important; }

.pt-98 {
  padding-top: 98px !important; }

.pb-98 {
  padding-bottom: 98px !important; }

.pl-98 {
  padding-left: 98px !important; }

.pr-98 {
  padding-right: 98px !important; }

.vh-98 {
  height: 98vh !important; }

.vw-98 {
  width: 98vw !important; }

.font-98 {
  font-size: 98px !important; }

.m-99 {
  margin: 99px !important; }

.mt-99 {
  margin-top: 99px !important; }

.mb-99 {
  margin-bottom: 99px !important; }

.ml-99 {
  margin-left: 99px !important; }

.mr-99 {
  margin-right: 99px !important; }

.p-99 {
  padding: 99px !important; }

.pt-99 {
  padding-top: 99px !important; }

.pb-99 {
  padding-bottom: 99px !important; }

.pl-99 {
  padding-left: 99px !important; }

.pr-99 {
  padding-right: 99px !important; }

.vh-99 {
  height: 99vh !important; }

.vw-99 {
  width: 99vw !important; }

.font-99 {
  font-size: 99px !important; }

.m-100 {
  margin: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.p-100 {
  padding: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.vh-100 {
  height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.font-100 {
  font-size: 100px !important; }

/* Deafult height & widht */
.height-0 {
  height: 0px !important; }

.width-0 {
  width: 0px !important; }

.height-1 {
  height: 1px !important; }

.width-1 {
  width: 1px !important; }

.height-2 {
  height: 2px !important; }

.width-2 {
  width: 2px !important; }

.height-3 {
  height: 3px !important; }

.width-3 {
  width: 3px !important; }

.height-4 {
  height: 4px !important; }

.width-4 {
  width: 4px !important; }

.height-5 {
  height: 5px !important; }

.width-5 {
  width: 5px !important; }

.height-6 {
  height: 6px !important; }

.width-6 {
  width: 6px !important; }

.height-7 {
  height: 7px !important; }

.width-7 {
  width: 7px !important; }

.height-8 {
  height: 8px !important; }

.width-8 {
  width: 8px !important; }

.height-9 {
  height: 9px !important; }

.width-9 {
  width: 9px !important; }

.height-10 {
  height: 10px !important; }

.width-10 {
  width: 10px !important; }

.height-11 {
  height: 11px !important; }

.width-11 {
  width: 11px !important; }

.height-12 {
  height: 12px !important; }

.width-12 {
  width: 12px !important; }

.height-13 {
  height: 13px !important; }

.width-13 {
  width: 13px !important; }

.height-14 {
  height: 14px !important; }

.width-14 {
  width: 14px !important; }

.height-15 {
  height: 15px !important; }

.width-15 {
  width: 15px !important; }

.height-16 {
  height: 16px !important; }

.width-16 {
  width: 16px !important; }

.height-17 {
  height: 17px !important; }

.width-17 {
  width: 17px !important; }

.height-18 {
  height: 18px !important; }

.width-18 {
  width: 18px !important; }

.height-19 {
  height: 19px !important; }

.width-19 {
  width: 19px !important; }

.height-20 {
  height: 20px !important; }

.width-20 {
  width: 20px !important; }

.height-21 {
  height: 21px !important; }

.width-21 {
  width: 21px !important; }

.height-22 {
  height: 22px !important; }

.width-22 {
  width: 22px !important; }

.height-23 {
  height: 23px !important; }

.width-23 {
  width: 23px !important; }

.height-24 {
  height: 24px !important; }

.width-24 {
  width: 24px !important; }

.height-25 {
  height: 25px !important; }

.width-25 {
  width: 25px !important; }

.height-26 {
  height: 26px !important; }

.width-26 {
  width: 26px !important; }

.height-27 {
  height: 27px !important; }

.width-27 {
  width: 27px !important; }

.height-28 {
  height: 28px !important; }

.width-28 {
  width: 28px !important; }

.height-29 {
  height: 29px !important; }

.width-29 {
  width: 29px !important; }

.height-30 {
  height: 30px !important; }

.width-30 {
  width: 30px !important; }

.height-31 {
  height: 31px !important; }

.width-31 {
  width: 31px !important; }

.height-32 {
  height: 32px !important; }

.width-32 {
  width: 32px !important; }

.height-33 {
  height: 33px !important; }

.width-33 {
  width: 33px !important; }

.height-34 {
  height: 34px !important; }

.width-34 {
  width: 34px !important; }

.height-35 {
  height: 35px !important; }

.width-35 {
  width: 35px !important; }

.height-36 {
  height: 36px !important; }

.width-36 {
  width: 36px !important; }

.height-37 {
  height: 37px !important; }

.width-37 {
  width: 37px !important; }

.height-38 {
  height: 38px !important; }

.width-38 {
  width: 38px !important; }

.height-39 {
  height: 39px !important; }

.width-39 {
  width: 39px !important; }

.height-40 {
  height: 40px !important; }

.width-40 {
  width: 40px !important; }

.height-41 {
  height: 41px !important; }

.width-41 {
  width: 41px !important; }

.height-42 {
  height: 42px !important; }

.width-42 {
  width: 42px !important; }

.height-43 {
  height: 43px !important; }

.width-43 {
  width: 43px !important; }

.height-44 {
  height: 44px !important; }

.width-44 {
  width: 44px !important; }

.height-45 {
  height: 45px !important; }

.width-45 {
  width: 45px !important; }

.height-46 {
  height: 46px !important; }

.width-46 {
  width: 46px !important; }

.height-47 {
  height: 47px !important; }

.width-47 {
  width: 47px !important; }

.height-48 {
  height: 48px !important; }

.width-48 {
  width: 48px !important; }

.height-49 {
  height: 49px !important; }

.width-49 {
  width: 49px !important; }

.height-50 {
  height: 50px !important; }

.width-50 {
  width: 50px !important; }

.height-51 {
  height: 51px !important; }

.width-51 {
  width: 51px !important; }

.height-52 {
  height: 52px !important; }

.width-52 {
  width: 52px !important; }

.height-53 {
  height: 53px !important; }

.width-53 {
  width: 53px !important; }

.height-54 {
  height: 54px !important; }

.width-54 {
  width: 54px !important; }

.height-55 {
  height: 55px !important; }

.width-55 {
  width: 55px !important; }

.height-56 {
  height: 56px !important; }

.width-56 {
  width: 56px !important; }

.height-57 {
  height: 57px !important; }

.width-57 {
  width: 57px !important; }

.height-58 {
  height: 58px !important; }

.width-58 {
  width: 58px !important; }

.height-59 {
  height: 59px !important; }

.width-59 {
  width: 59px !important; }

.height-60 {
  height: 60px !important; }

.width-60 {
  width: 60px !important; }

.height-61 {
  height: 61px !important; }

.width-61 {
  width: 61px !important; }

.height-62 {
  height: 62px !important; }

.width-62 {
  width: 62px !important; }

.height-63 {
  height: 63px !important; }

.width-63 {
  width: 63px !important; }

.height-64 {
  height: 64px !important; }

.width-64 {
  width: 64px !important; }

.height-65 {
  height: 65px !important; }

.width-65 {
  width: 65px !important; }

.height-66 {
  height: 66px !important; }

.width-66 {
  width: 66px !important; }

.height-67 {
  height: 67px !important; }

.width-67 {
  width: 67px !important; }

.height-68 {
  height: 68px !important; }

.width-68 {
  width: 68px !important; }

.height-69 {
  height: 69px !important; }

.width-69 {
  width: 69px !important; }

.height-70 {
  height: 70px !important; }

.width-70 {
  width: 70px !important; }

.height-71 {
  height: 71px !important; }

.width-71 {
  width: 71px !important; }

.height-72 {
  height: 72px !important; }

.width-72 {
  width: 72px !important; }

.height-73 {
  height: 73px !important; }

.width-73 {
  width: 73px !important; }

.height-74 {
  height: 74px !important; }

.width-74 {
  width: 74px !important; }

.height-75 {
  height: 75px !important; }

.width-75 {
  width: 75px !important; }

.height-76 {
  height: 76px !important; }

.width-76 {
  width: 76px !important; }

.height-77 {
  height: 77px !important; }

.width-77 {
  width: 77px !important; }

.height-78 {
  height: 78px !important; }

.width-78 {
  width: 78px !important; }

.height-79 {
  height: 79px !important; }

.width-79 {
  width: 79px !important; }

.height-80 {
  height: 80px !important; }

.width-80 {
  width: 80px !important; }

.height-81 {
  height: 81px !important; }

.width-81 {
  width: 81px !important; }

.height-82 {
  height: 82px !important; }

.width-82 {
  width: 82px !important; }

.height-83 {
  height: 83px !important; }

.width-83 {
  width: 83px !important; }

.height-84 {
  height: 84px !important; }

.width-84 {
  width: 84px !important; }

.height-85 {
  height: 85px !important; }

.width-85 {
  width: 85px !important; }

.height-86 {
  height: 86px !important; }

.width-86 {
  width: 86px !important; }

.height-87 {
  height: 87px !important; }

.width-87 {
  width: 87px !important; }

.height-88 {
  height: 88px !important; }

.width-88 {
  width: 88px !important; }

.height-89 {
  height: 89px !important; }

.width-89 {
  width: 89px !important; }

.height-90 {
  height: 90px !important; }

.width-90 {
  width: 90px !important; }

.height-91 {
  height: 91px !important; }

.width-91 {
  width: 91px !important; }

.height-92 {
  height: 92px !important; }

.width-92 {
  width: 92px !important; }

.height-93 {
  height: 93px !important; }

.width-93 {
  width: 93px !important; }

.height-94 {
  height: 94px !important; }

.width-94 {
  width: 94px !important; }

.height-95 {
  height: 95px !important; }

.width-95 {
  width: 95px !important; }

.height-96 {
  height: 96px !important; }

.width-96 {
  width: 96px !important; }

.height-97 {
  height: 97px !important; }

.width-97 {
  width: 97px !important; }

.height-98 {
  height: 98px !important; }

.width-98 {
  width: 98px !important; }

.height-99 {
  height: 99px !important; }

.width-99 {
  width: 99px !important; }

.height-100 {
  height: 100px !important; }

.width-100 {
  width: 100px !important; }

.height-101 {
  height: 101px !important; }

.width-101 {
  width: 101px !important; }

.height-102 {
  height: 102px !important; }

.width-102 {
  width: 102px !important; }

.height-103 {
  height: 103px !important; }

.width-103 {
  width: 103px !important; }

.height-104 {
  height: 104px !important; }

.width-104 {
  width: 104px !important; }

.height-105 {
  height: 105px !important; }

.width-105 {
  width: 105px !important; }

.height-106 {
  height: 106px !important; }

.width-106 {
  width: 106px !important; }

.height-107 {
  height: 107px !important; }

.width-107 {
  width: 107px !important; }

.height-108 {
  height: 108px !important; }

.width-108 {
  width: 108px !important; }

.height-109 {
  height: 109px !important; }

.width-109 {
  width: 109px !important; }

.height-110 {
  height: 110px !important; }

.width-110 {
  width: 110px !important; }

.height-111 {
  height: 111px !important; }

.width-111 {
  width: 111px !important; }

.height-112 {
  height: 112px !important; }

.width-112 {
  width: 112px !important; }

.height-113 {
  height: 113px !important; }

.width-113 {
  width: 113px !important; }

.height-114 {
  height: 114px !important; }

.width-114 {
  width: 114px !important; }

.height-115 {
  height: 115px !important; }

.width-115 {
  width: 115px !important; }

.height-116 {
  height: 116px !important; }

.width-116 {
  width: 116px !important; }

.height-117 {
  height: 117px !important; }

.width-117 {
  width: 117px !important; }

.height-118 {
  height: 118px !important; }

.width-118 {
  width: 118px !important; }

.height-119 {
  height: 119px !important; }

.width-119 {
  width: 119px !important; }

.height-120 {
  height: 120px !important; }

.width-120 {
  width: 120px !important; }

.height-121 {
  height: 121px !important; }

.width-121 {
  width: 121px !important; }

.height-122 {
  height: 122px !important; }

.width-122 {
  width: 122px !important; }

.height-123 {
  height: 123px !important; }

.width-123 {
  width: 123px !important; }

.height-124 {
  height: 124px !important; }

.width-124 {
  width: 124px !important; }

.height-125 {
  height: 125px !important; }

.width-125 {
  width: 125px !important; }

.height-126 {
  height: 126px !important; }

.width-126 {
  width: 126px !important; }

.height-127 {
  height: 127px !important; }

.width-127 {
  width: 127px !important; }

.height-128 {
  height: 128px !important; }

.width-128 {
  width: 128px !important; }

.height-129 {
  height: 129px !important; }

.width-129 {
  width: 129px !important; }

.height-130 {
  height: 130px !important; }

.width-130 {
  width: 130px !important; }

.height-131 {
  height: 131px !important; }

.width-131 {
  width: 131px !important; }

.height-132 {
  height: 132px !important; }

.width-132 {
  width: 132px !important; }

.height-133 {
  height: 133px !important; }

.width-133 {
  width: 133px !important; }

.height-134 {
  height: 134px !important; }

.width-134 {
  width: 134px !important; }

.height-135 {
  height: 135px !important; }

.width-135 {
  width: 135px !important; }

.height-136 {
  height: 136px !important; }

.width-136 {
  width: 136px !important; }

.height-137 {
  height: 137px !important; }

.width-137 {
  width: 137px !important; }

.height-138 {
  height: 138px !important; }

.width-138 {
  width: 138px !important; }

.height-139 {
  height: 139px !important; }

.width-139 {
  width: 139px !important; }

.height-140 {
  height: 140px !important; }

.width-140 {
  width: 140px !important; }

.height-141 {
  height: 141px !important; }

.width-141 {
  width: 141px !important; }

.height-142 {
  height: 142px !important; }

.width-142 {
  width: 142px !important; }

.height-143 {
  height: 143px !important; }

.width-143 {
  width: 143px !important; }

.height-144 {
  height: 144px !important; }

.width-144 {
  width: 144px !important; }

.height-145 {
  height: 145px !important; }

.width-145 {
  width: 145px !important; }

.height-146 {
  height: 146px !important; }

.width-146 {
  width: 146px !important; }

.height-147 {
  height: 147px !important; }

.width-147 {
  width: 147px !important; }

.height-148 {
  height: 148px !important; }

.width-148 {
  width: 148px !important; }

.height-149 {
  height: 149px !important; }

.width-149 {
  width: 149px !important; }

.height-150 {
  height: 150px !important; }

.width-150 {
  width: 150px !important; }

.height-151 {
  height: 151px !important; }

.width-151 {
  width: 151px !important; }

.height-152 {
  height: 152px !important; }

.width-152 {
  width: 152px !important; }

.height-153 {
  height: 153px !important; }

.width-153 {
  width: 153px !important; }

.height-154 {
  height: 154px !important; }

.width-154 {
  width: 154px !important; }

.height-155 {
  height: 155px !important; }

.width-155 {
  width: 155px !important; }

.height-156 {
  height: 156px !important; }

.width-156 {
  width: 156px !important; }

.height-157 {
  height: 157px !important; }

.width-157 {
  width: 157px !important; }

.height-158 {
  height: 158px !important; }

.width-158 {
  width: 158px !important; }

.height-159 {
  height: 159px !important; }

.width-159 {
  width: 159px !important; }

.height-160 {
  height: 160px !important; }

.width-160 {
  width: 160px !important; }

.height-161 {
  height: 161px !important; }

.width-161 {
  width: 161px !important; }

.height-162 {
  height: 162px !important; }

.width-162 {
  width: 162px !important; }

.height-163 {
  height: 163px !important; }

.width-163 {
  width: 163px !important; }

.height-164 {
  height: 164px !important; }

.width-164 {
  width: 164px !important; }

.height-165 {
  height: 165px !important; }

.width-165 {
  width: 165px !important; }

.height-166 {
  height: 166px !important; }

.width-166 {
  width: 166px !important; }

.height-167 {
  height: 167px !important; }

.width-167 {
  width: 167px !important; }

.height-168 {
  height: 168px !important; }

.width-168 {
  width: 168px !important; }

.height-169 {
  height: 169px !important; }

.width-169 {
  width: 169px !important; }

.height-170 {
  height: 170px !important; }

.width-170 {
  width: 170px !important; }

.height-171 {
  height: 171px !important; }

.width-171 {
  width: 171px !important; }

.height-172 {
  height: 172px !important; }

.width-172 {
  width: 172px !important; }

.height-173 {
  height: 173px !important; }

.width-173 {
  width: 173px !important; }

.height-174 {
  height: 174px !important; }

.width-174 {
  width: 174px !important; }

.height-175 {
  height: 175px !important; }

.width-175 {
  width: 175px !important; }

.height-176 {
  height: 176px !important; }

.width-176 {
  width: 176px !important; }

.height-177 {
  height: 177px !important; }

.width-177 {
  width: 177px !important; }

.height-178 {
  height: 178px !important; }

.width-178 {
  width: 178px !important; }

.height-179 {
  height: 179px !important; }

.width-179 {
  width: 179px !important; }

.height-180 {
  height: 180px !important; }

.width-180 {
  width: 180px !important; }

.height-181 {
  height: 181px !important; }

.width-181 {
  width: 181px !important; }

.height-182 {
  height: 182px !important; }

.width-182 {
  width: 182px !important; }

.height-183 {
  height: 183px !important; }

.width-183 {
  width: 183px !important; }

.height-184 {
  height: 184px !important; }

.width-184 {
  width: 184px !important; }

.height-185 {
  height: 185px !important; }

.width-185 {
  width: 185px !important; }

.height-186 {
  height: 186px !important; }

.width-186 {
  width: 186px !important; }

.height-187 {
  height: 187px !important; }

.width-187 {
  width: 187px !important; }

.height-188 {
  height: 188px !important; }

.width-188 {
  width: 188px !important; }

.height-189 {
  height: 189px !important; }

.width-189 {
  width: 189px !important; }

.height-190 {
  height: 190px !important; }

.width-190 {
  width: 190px !important; }

.height-191 {
  height: 191px !important; }

.width-191 {
  width: 191px !important; }

.height-192 {
  height: 192px !important; }

.width-192 {
  width: 192px !important; }

.height-193 {
  height: 193px !important; }

.width-193 {
  width: 193px !important; }

.height-194 {
  height: 194px !important; }

.width-194 {
  width: 194px !important; }

.height-195 {
  height: 195px !important; }

.width-195 {
  width: 195px !important; }

.height-196 {
  height: 196px !important; }

.width-196 {
  width: 196px !important; }

.height-197 {
  height: 197px !important; }

.width-197 {
  width: 197px !important; }

.height-198 {
  height: 198px !important; }

.width-198 {
  width: 198px !important; }

.height-199 {
  height: 199px !important; }

.width-199 {
  width: 199px !important; }

.height-200 {
  height: 200px !important; }

.width-200 {
  width: 200px !important; }

.height-201 {
  height: 201px !important; }

.width-201 {
  width: 201px !important; }

.height-202 {
  height: 202px !important; }

.width-202 {
  width: 202px !important; }

.height-203 {
  height: 203px !important; }

.width-203 {
  width: 203px !important; }

.height-204 {
  height: 204px !important; }

.width-204 {
  width: 204px !important; }

.height-205 {
  height: 205px !important; }

.width-205 {
  width: 205px !important; }

.height-206 {
  height: 206px !important; }

.width-206 {
  width: 206px !important; }

.height-207 {
  height: 207px !important; }

.width-207 {
  width: 207px !important; }

.height-208 {
  height: 208px !important; }

.width-208 {
  width: 208px !important; }

.height-209 {
  height: 209px !important; }

.width-209 {
  width: 209px !important; }

.height-210 {
  height: 210px !important; }

.width-210 {
  width: 210px !important; }

.height-211 {
  height: 211px !important; }

.width-211 {
  width: 211px !important; }

.height-212 {
  height: 212px !important; }

.width-212 {
  width: 212px !important; }

.height-213 {
  height: 213px !important; }

.width-213 {
  width: 213px !important; }

.height-214 {
  height: 214px !important; }

.width-214 {
  width: 214px !important; }

.height-215 {
  height: 215px !important; }

.width-215 {
  width: 215px !important; }

.height-216 {
  height: 216px !important; }

.width-216 {
  width: 216px !important; }

.height-217 {
  height: 217px !important; }

.width-217 {
  width: 217px !important; }

.height-218 {
  height: 218px !important; }

.width-218 {
  width: 218px !important; }

.height-219 {
  height: 219px !important; }

.width-219 {
  width: 219px !important; }

.height-220 {
  height: 220px !important; }

.width-220 {
  width: 220px !important; }

.height-221 {
  height: 221px !important; }

.width-221 {
  width: 221px !important; }

.height-222 {
  height: 222px !important; }

.width-222 {
  width: 222px !important; }

.height-223 {
  height: 223px !important; }

.width-223 {
  width: 223px !important; }

.height-224 {
  height: 224px !important; }

.width-224 {
  width: 224px !important; }

.height-225 {
  height: 225px !important; }

.width-225 {
  width: 225px !important; }

.height-226 {
  height: 226px !important; }

.width-226 {
  width: 226px !important; }

.height-227 {
  height: 227px !important; }

.width-227 {
  width: 227px !important; }

.height-228 {
  height: 228px !important; }

.width-228 {
  width: 228px !important; }

.height-229 {
  height: 229px !important; }

.width-229 {
  width: 229px !important; }

.height-230 {
  height: 230px !important; }

.width-230 {
  width: 230px !important; }

.height-231 {
  height: 231px !important; }

.width-231 {
  width: 231px !important; }

.height-232 {
  height: 232px !important; }

.width-232 {
  width: 232px !important; }

.height-233 {
  height: 233px !important; }

.width-233 {
  width: 233px !important; }

.height-234 {
  height: 234px !important; }

.width-234 {
  width: 234px !important; }

.height-235 {
  height: 235px !important; }

.width-235 {
  width: 235px !important; }

.height-236 {
  height: 236px !important; }

.width-236 {
  width: 236px !important; }

.height-237 {
  height: 237px !important; }

.width-237 {
  width: 237px !important; }

.height-238 {
  height: 238px !important; }

.width-238 {
  width: 238px !important; }

.height-239 {
  height: 239px !important; }

.width-239 {
  width: 239px !important; }

.height-240 {
  height: 240px !important; }

.width-240 {
  width: 240px !important; }

.height-241 {
  height: 241px !important; }

.width-241 {
  width: 241px !important; }

.height-242 {
  height: 242px !important; }

.width-242 {
  width: 242px !important; }

.height-243 {
  height: 243px !important; }

.width-243 {
  width: 243px !important; }

.height-244 {
  height: 244px !important; }

.width-244 {
  width: 244px !important; }

.height-245 {
  height: 245px !important; }

.width-245 {
  width: 245px !important; }

.height-246 {
  height: 246px !important; }

.width-246 {
  width: 246px !important; }

.height-247 {
  height: 247px !important; }

.width-247 {
  width: 247px !important; }

.height-248 {
  height: 248px !important; }

.width-248 {
  width: 248px !important; }

.height-249 {
  height: 249px !important; }

.width-249 {
  width: 249px !important; }

.height-250 {
  height: 250px !important; }

.width-250 {
  width: 250px !important; }

.height-251 {
  height: 251px !important; }

.width-251 {
  width: 251px !important; }

.height-252 {
  height: 252px !important; }

.width-252 {
  width: 252px !important; }

.height-253 {
  height: 253px !important; }

.width-253 {
  width: 253px !important; }

.height-254 {
  height: 254px !important; }

.width-254 {
  width: 254px !important; }

.height-255 {
  height: 255px !important; }

.width-255 {
  width: 255px !important; }

.height-256 {
  height: 256px !important; }

.width-256 {
  width: 256px !important; }

.height-257 {
  height: 257px !important; }

.width-257 {
  width: 257px !important; }

.height-258 {
  height: 258px !important; }

.width-258 {
  width: 258px !important; }

.height-259 {
  height: 259px !important; }

.width-259 {
  width: 259px !important; }

.height-260 {
  height: 260px !important; }

.width-260 {
  width: 260px !important; }

.height-261 {
  height: 261px !important; }

.width-261 {
  width: 261px !important; }

.height-262 {
  height: 262px !important; }

.width-262 {
  width: 262px !important; }

.height-263 {
  height: 263px !important; }

.width-263 {
  width: 263px !important; }

.height-264 {
  height: 264px !important; }

.width-264 {
  width: 264px !important; }

.height-265 {
  height: 265px !important; }

.width-265 {
  width: 265px !important; }

.height-266 {
  height: 266px !important; }

.width-266 {
  width: 266px !important; }

.height-267 {
  height: 267px !important; }

.width-267 {
  width: 267px !important; }

.height-268 {
  height: 268px !important; }

.width-268 {
  width: 268px !important; }

.height-269 {
  height: 269px !important; }

.width-269 {
  width: 269px !important; }

.height-270 {
  height: 270px !important; }

.width-270 {
  width: 270px !important; }

.height-271 {
  height: 271px !important; }

.width-271 {
  width: 271px !important; }

.height-272 {
  height: 272px !important; }

.width-272 {
  width: 272px !important; }

.height-273 {
  height: 273px !important; }

.width-273 {
  width: 273px !important; }

.height-274 {
  height: 274px !important; }

.width-274 {
  width: 274px !important; }

.height-275 {
  height: 275px !important; }

.width-275 {
  width: 275px !important; }

.height-276 {
  height: 276px !important; }

.width-276 {
  width: 276px !important; }

.height-277 {
  height: 277px !important; }

.width-277 {
  width: 277px !important; }

.height-278 {
  height: 278px !important; }

.width-278 {
  width: 278px !important; }

.height-279 {
  height: 279px !important; }

.width-279 {
  width: 279px !important; }

.height-280 {
  height: 280px !important; }

.width-280 {
  width: 280px !important; }

.height-281 {
  height: 281px !important; }

.width-281 {
  width: 281px !important; }

.height-282 {
  height: 282px !important; }

.width-282 {
  width: 282px !important; }

.height-283 {
  height: 283px !important; }

.width-283 {
  width: 283px !important; }

.height-284 {
  height: 284px !important; }

.width-284 {
  width: 284px !important; }

.height-285 {
  height: 285px !important; }

.width-285 {
  width: 285px !important; }

.height-286 {
  height: 286px !important; }

.width-286 {
  width: 286px !important; }

.height-287 {
  height: 287px !important; }

.width-287 {
  width: 287px !important; }

.height-288 {
  height: 288px !important; }

.width-288 {
  width: 288px !important; }

.height-289 {
  height: 289px !important; }

.width-289 {
  width: 289px !important; }

.height-290 {
  height: 290px !important; }

.width-290 {
  width: 290px !important; }

.height-291 {
  height: 291px !important; }

.width-291 {
  width: 291px !important; }

.height-292 {
  height: 292px !important; }

.width-292 {
  width: 292px !important; }

.height-293 {
  height: 293px !important; }

.width-293 {
  width: 293px !important; }

.height-294 {
  height: 294px !important; }

.width-294 {
  width: 294px !important; }

.height-295 {
  height: 295px !important; }

.width-295 {
  width: 295px !important; }

.height-296 {
  height: 296px !important; }

.width-296 {
  width: 296px !important; }

.height-297 {
  height: 297px !important; }

.width-297 {
  width: 297px !important; }

.height-298 {
  height: 298px !important; }

.width-298 {
  width: 298px !important; }

.height-299 {
  height: 299px !important; }

.width-299 {
  width: 299px !important; }

.height-300 {
  height: 300px !important; }

.width-300 {
  width: 300px !important; }

.height-auto {
  height: auto !important; }

.width-auto {
  width: auto !important; }

/* Deafult z-index and font-weight*/
.z-index-0 {
  z-index: 0 !important; }

.font-weight-0 {
  font-weight: 0 !important; }

.z-index-1 {
  z-index: 1 !important; }

.font-weight-100 {
  font-weight: 100 !important; }

.z-index-2 {
  z-index: 2 !important; }

.font-weight-200 {
  font-weight: 200 !important; }

.z-index-3 {
  z-index: 3 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.z-index-4 {
  z-index: 4 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.z-index-5 {
  z-index: 5 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.z-index-6 {
  z-index: 6 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.z-index-7 {
  z-index: 7 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.z-index-8 {
  z-index: 8 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.z-index-9 {
  z-index: 9 !important; }

.font-weight-900 {
  font-weight: 900 !important; }

.z-index-10 {
  z-index: 10 !important; }

.font-weight-1000 {
  font-weight: 1000 !important; }

.mx-auto {
  margin: 0 auto; }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

.ac-system-body {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 250px calc(100% - 250px);
  padding-top: 50px;
  transition: 0.3s ease-in-out; }
  .ac-system-body.is-fullwidth {
    grid-template-columns: auto !important; }

.sidebar-collapsed .ac-system-body {
  grid-template-columns: 60px calc(100% - 60px); }

.button {
  color: hsl(var(--secondary-hue), 10%, 35%);
  background-color: white; }
  .button.ac-button {
    padding: 8px 16px;
    font-weight: 500;
    line-height: 1; }
    .button.ac-button.is-primary {
      background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
      .button.ac-button.is-primary:hover {
        background-color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-light) - 3%)); }
      .button.ac-button.is-primary.is-light {
        color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
        background-color: hsl(var(--primary-hue), var(--primary-saturation), 95%); }
        .button.ac-button.is-primary.is-light:hover {
          background-color: hsl(var(--primary-hue), var(--primary-saturation), 90%); }
        .button.ac-button.is-primary.is-light:focus:not(:hover) {
          color: inherit; }
        .button.ac-button.is-primary.is-light:disabled:not(.is-outlined) {
          border-color: transparent; }
      .button.ac-button.is-primary.is-outlined:not(.is-light:disabled) {
        border-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
        color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
        background-color: transparent; }
        .button.ac-button.is-primary.is-outlined:not(.is-light:disabled):hover {
          border-color: hsl(var(--primary-hue), var(--primary-saturation), 30%);
          background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
          color: white; }
        .button.ac-button.is-primary.is-outlined:not(.is-light:disabled).is-loading::after {
          border-color: transparent transparent hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)) hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)) !important; }
    .button.ac-button.is-warning.is-light {
      color: #945f05; }
      .button.ac-button.is-warning.is-light:focus:not(:hover) {
        color: inherit; }
      .button.ac-button.is-warning.is-light:disabled:not(.is-outlined) {
        border-color: transparent; }
    .button.ac-button.is-info.is-light {
      color: #164083; }
      .button.ac-button.is-info.is-light:focus:not(:hover) {
        color: inherit; }
      .button.ac-button.is-info.is-light:disabled:not(.is-outlined) {
        border-color: transparent; }
    .button.ac-button.is-danger.is-light {
      color: #99001f; }
      .button.ac-button.is-danger.is-light:focus:not(:hover) {
        color: inherit; }
      .button.ac-button.is-danger.is-light:disabled:not(.is-outlined) {
        border-color: transparent; }
    .button.ac-button.is-success.is-light {
      color: #247540; }
      .button.ac-button.is-success.is-light:focus:not(:hover) {
        color: inherit; }
      .button.ac-button.is-success.is-light:disabled:not(.is-outlined) {
        border-color: transparent; }
    .button.ac-button.is-light.is-loading::after {
      border-color: transparent transparent hsl(var(--primary-hue), var(--primary-saturation), 5%) hsl(var(--primary-hue), var(--primary-saturation), 5%) !important; }
    .button.ac-button.is-light.is-outlined:hover {
      border-color: inherit; }
    .button.ac-button.is-small {
      padding: 4px 12px; }
      .button.ac-button.is-small:not(.is-rounded) {
        border-radius: 4px; }
      .button.ac-button.is-small.is-square {
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center; }
    .button.ac-button.is-medium {
      font-size: 1rem;
      height: 36px; }
      .button.ac-button.is-medium.is-square {
        width: 36px;
        align-items: center;
        justify-content: center; }
    .button.ac-button.is-tinny {
      height: 24px;
      padding: 0 8px; }

button.is-primary {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }

.up-down-buttons {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 36px;
  margin-bottom: 0 !important; }
  .up-down-buttons button.ac-button {
    width: 36px;
    height: 18px;
    cursor: pointer;
    border: none;
    color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
    background-color: hsl(var(--secondary-hue), 10%, 90%);
    transition: 0.3s ease-in-out;
    margin: 0 !important;
    border-radius: 0; }
    .up-down-buttons button.ac-button:hover {
      background-color: hsl(var(--primary-hue), var(--primary-saturation), 80%); }
    .up-down-buttons button.ac-button.is-primary {
      background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
      color: white; }
      .up-down-buttons button.ac-button.is-primary:hover {
        background-color: hsl(var(--primary-hue), var(--primary-saturation), 30%); }
    .up-down-buttons button.ac-button .icon {
      margin: 0;
      padding: 0;
      width: auto;
      height: auto; }

.ac-single-input {
  position: relative;
  z-index: 1;
  margin-bottom: 16px; }
  .ac-single-input .prepend {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 32px;
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 4px 0 0 4px;
    justify-content: center;
    border-right: 1px solid hsl(var(--secondary-hue), 10%, 80%);
    background-color: white; }
  .ac-single-input.is-disable {
    opacity: 0.5; }
    .ac-single-input.is-disable input,
    .ac-single-input.is-disable .button.is-information,
    .ac-single-input.is-disable .eye i.fa {
      cursor: not-allowed; }
  .ac-single-input.is-information input {
    padding-right: 45px; }
    .ac-single-input.is-information input[type="password"] {
      padding-right: 80px; }
  .ac-single-input.is-information span.eye i.fa {
    right: 35px; }
  .ac-single-input.is-success input,
  .ac-single-input.is-success .ac-card,
  .ac-single-input.is-success textarea {
    border: 1px solid hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)) !important; }
  .ac-single-input.is-success p {
    color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
  .ac-single-input.is-danger input,
  .ac-single-input.is-danger .ac-card,
  .ac-single-input.is-danger textarea {
    border: 1px solid #cc0029; }
  .ac-single-input.is-danger p {
    color: #cc0029; }
  .ac-single-input.is-loading input,
  .ac-single-input.is-loading .ac-card,
  .ac-single-input.is-loading textarea {
    border: 1px solid #256ada;
    opacity: 0.5; }
  .ac-single-input.is-loading p {
    color: #256ada;
    opacity: 0.5; }
  .ac-single-input.borderless-input input {
    border: none;
    font-size: 13px;
    padding: 4px 7px;
    height: 30px;
    background-color: white;
    padding-right: 30px; }
    .ac-single-input.borderless-input input[type="password"] {
      padding-right: 30px; }
    .ac-single-input.borderless-input input:focus {
      outline: none;
      border: none; }
  .ac-single-input.borderless-input span.eye i.fa {
    padding: 9px;
    font-size: 12px; }
  .ac-single-input.is-normal input {
    height: 45px;
    font-size: 15px;
    font-weight: 400; }
  .ac-single-input.is-normal .button.is-information {
    height: 45px;
    width: 45px;
    margin-top: 0; }
  .ac-single-input.is-normal span.eye i.fa {
    padding: 14px 10px; }
  .ac-single-input.is-normal .ac-search-button {
    margin-top: -22.5px; }
  .ac-single-input.is-normal label {
    top: 13px;
    font-size: 13px; }
    .ac-single-input.is-normal label.show-label {
      font-size: 12px;
      color: #666666;
      top: -9px;
      font-weight: 500;
      background-color: white; }
  .ac-single-input.is-normal .control.has-icons-right .icon {
    height: 45px;
    width: 30px;
    font-size: 13px; }
  .ac-single-input.is-small input {
    height: 36px;
    font-size: 13px;
    font-weight: 400; }
  .ac-single-input.is-small .button.is-information {
    height: 36px;
    width: 36px;
    margin-top: 0;
    padding: 10px; }
  .ac-single-input.is-small span.eye i.fa {
    padding: 10px; }
  .ac-single-input.is-small .ac-search-button {
    margin-top: -18px; }
  .ac-single-input.is-small label {
    top: 8px;
    font-size: 13px; }
    .ac-single-input.is-small label.switch-label {
      top: 0; }
    .ac-single-input.is-small label.show-label {
      font-size: 12px;
      top: -9px;
      font-weight: 500;
      color: #666666; }
      .ac-single-input.is-small label.show-label.is-required:after {
        width: calc(100% + 10px); }
  .ac-single-input.is-small .control.has-icons-right .icon {
    height: 36px;
    width: 25px;
    font-size: 13px; }
  .ac-single-input.is-extra-small input {
    height: 32px;
    font-size: 13px;
    font-weight: 400; }
  .ac-single-input.is-extra-small .button.is-information {
    height: 32px;
    width: 32px;
    margin-top: 0; }
  .ac-single-input.is-extra-small span.eye i.fa {
    padding: 10px; }
  .ac-single-input.is-extra-small .ac-search-button {
    margin-top: 0px;
    top: 0;
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center; }
    .ac-single-input.is-extra-small .ac-search-button svg {
      width: 18px; }
  .ac-single-input.is-extra-small label {
    top: 8px;
    font-size: 13px; }
    .ac-single-input.is-extra-small label.switch-label {
      top: 0; }
    .ac-single-input.is-extra-small label.show-label {
      font-size: 12px;
      top: -9px; }
  .ac-single-input.is-extra-small .control.has-icons-right .icon {
    height: 32px;
    width: 25px;
    font-size: 13px; }
  .ac-single-input:last-child {
    margin-bottom: 0; }
  .ac-single-input label {
    font-size: 13px;
    left: 15px;
    top: 11px;
    cursor: text;
    color: hsl(var(--secondary-hue), 10%, 10%);
    position: absolute;
    z-index: 2;
    transition: 0.3s ease-in-out; }
    .ac-single-input label .is-required {
      color: #cc0029; }
      .ac-single-input label .is-required img {
        position: absolute;
        top: 7px;
        padding-left: 3px; }
    .ac-single-input label.show-label {
      top: -9px;
      left: 10px;
      padding: 0 5px;
      font-size: 13px;
      color: #666666; }
      .ac-single-input label.show-label:after {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        background-color: white;
        width: 100%;
        height: 2px;
        margin-top: -1px;
        z-index: -1; }
  .ac-single-input .button.is-information {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    height: 32px;
    width: 32px;
    margin-top: 0; }
    .ac-single-input .button.is-information:focus {
      outline: none;
      box-shadow: none;
      background-color: #e4e8ef;
      transform: scale(0.8); }
  .ac-single-input .ac-search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 100%;
    margin-top: -15px;
    color: hsl(var(--secondary-hue), 10%, 35%);
    cursor: pointer; }
  .ac-single-input .ac-dropdown-content {
    position: absolute;
    background-color: hsl(var(--secondary-hue), 10%, 90%);
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 16px rgba(132, 147, 168, 0.6);
    border-radius: 4px;
    overflow: hidden; }
    .ac-single-input .ac-dropdown-content ul li a {
      color: hsl(var(--secondary-hue), 10%, 10%);
      display: block;
      font-size: 13px;
      padding: 8px 20px;
      transition: 0.3s; }
      .ac-single-input .ac-dropdown-content ul li a:hover {
        background-color: hsl(var(--primary-hue), var(--primary-saturation), 20%);
        color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
  .ac-single-input .ac-textarea .ac-label.is-required:after {
    width: calc(100% + 10px); }
  .ac-single-input .ac-textarea textarea {
    border: 1px solid hsl(var(--secondary-hue), 10%, 80%);
    background-color: transparent;
    padding: 10px 15px;
    min-height: 150px; }
    .ac-single-input .ac-textarea textarea.bg-white {
      background-color: transparent; }
    .ac-single-input .ac-textarea textarea:focus {
      outline: none;
      border: 1px solid hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
  .ac-single-input input,
  .ac-single-input .ac-card,
  .ac-single-input textarea {
    background-color: white;
    color: hsl(var(--secondary-hue), 10%, 10%);
    height: 45px;
    font-weight: 400;
    width: 100%;
    border-radius: 4px;
    border: 1px solid hsl(var(--secondary-hue), 10%, 80%);
    padding: 8px 15px;
    font-size: 13px;
    transition: background-color 0.3s ease-in-out; }
    .ac-single-input input:hover,
    .ac-single-input .ac-card:hover,
    .ac-single-input textarea:hover {
      border-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
    .ac-single-input input.bg-white,
    .ac-single-input .ac-card.bg-white,
    .ac-single-input textarea.bg-white {
      background-color: white; }
    .ac-single-input input.StripeElement--focus,
    .ac-single-input .ac-card.StripeElement--focus,
    .ac-single-input textarea.StripeElement--focus {
      border: 1px solid hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
    .ac-single-input input:focus,
    .ac-single-input .ac-card:focus,
    .ac-single-input textarea:focus {
      border: 1px solid hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
      outline: none;
      background-color: white; }
    .ac-single-input input[type="password"],
    .ac-single-input .ac-card[type="password"],
    .ac-single-input textarea[type="password"] {
      padding-right: 40px; }
    .ac-single-input input[type="search"],
    .ac-single-input .ac-card[type="search"],
    .ac-single-input textarea[type="search"] {
      padding-left: 30px; }
  .ac-single-input .ac-card {
    height: 36px;
    padding: 10px 20px; }
  .ac-single-input textarea {
    height: 55px; }
  .ac-single-input b.isRequired {
    color: #cc0029;
    font-size: 13px;
    position: absolute;
    right: 5px;
    z-index: 9; }
  .ac-single-input span.eye i.fa {
    color: hsl(var(--secondary-hue), 10%, 80%);
    position: absolute;
    cursor: pointer;
    padding: 15px;
    right: 0;
    top: 0; }
  .ac-single-input .is-danger {
    font-size: 12px;
    line-height: 22px;
    color: #cc0029;
    text-align: left; }
    .ac-single-input .is-danger i.fa {
      padding-right: 10px; }

.ac-input.ac-search {
  width: 42px;
  transition: 0.3s ease-in-out;
  padding: 0; }

.ac-search:focus {
  width: 200px !important;
  padding-right: 10px; }

.ac-single-radio .is-checkradio[type="radio"] + label {
  padding-left: 25px; }
  .ac-single-radio .is-checkradio[type="radio"] + label:before {
    width: 16px;
    height: 16px;
    top: 4px;
    background: transparent; }
  .ac-single-radio .is-checkradio[type="radio"] + label:after {
    width: 16px;
    height: 16px;
    top: 4px; }

.file.ac-file .file-name {
  border-color: hsl(var(--secondary-hue), 10%, 80%);
  max-width: 100%;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center; }
.file.ac-file .file-label {
  width: 100%; }
.file.ac-file .file-cta {
  color: hsl(var(--secondary-hue), 10%, 10%);
  height: 100%;
  background-color: hsl(var(--secondary-hue), 10%, 96%); }
.file.ac-file:hover .file-cta,
.file.ac-file:hover .file-name {
  border-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }

.file-upload {
  border: 1px dashed hsl(var(--secondary-hue), 10%, 80%);
  border-radius: 4px; }
  .file-upload:hover {
    background-color: hsl(var(--secondary-hue), 10%, 96%);
    border-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
    .file-upload:hover label .upload-icon {
      border: 1px solid hsl(var(--secondary-hue), 10%, 80%); }
      .file-upload:hover label .upload-icon svg {
        color: hsl(var(--secondary-hue), 10%, 10%); }
  .file-upload label {
    cursor: pointer;
    padding: 32px;
    display: block; }
    .file-upload label .upload-icon {
      border: 1px solid hsl(var(--secondary-hue), 10%, 90%);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      margin-bottom: 24px;
      padding: 24px; }
      .file-upload label .upload-icon svg {
        color: hsl(var(--primary-hue), var(--primary-saturation), 30%); }
    .file-upload label p {
      color: hsl(var(--secondary-hue), 10%, 10%); }
      .file-upload label p strong {
        font-weight: 600; }

.ac-menu-item .ac-nav-button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 99;
  user-select: none;
  border: 1px solid hsl(var(--secondary-hue), 10%, 80%);
  cursor: pointer; }
  .ac-menu-item .ac-nav-button:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.3s ease-in-out; }
  .ac-menu-item .ac-nav-button:focus {
    box-shadow: none; }
  .ac-menu-item .ac-nav-button:hover:after {
    background-color: hsl(var(--secondary-hue), 10%, 90%); }
.ac-menu-item.ac-profile-button {
  margin-right: 15px; }
  .ac-menu-item.ac-profile-button button.button.ac-nav-button {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    font-weight: 500;
    border: none; }
    .ac-menu-item.ac-profile-button button.button.ac-nav-button::after {
      border-radius: 0;
      border: none;
      background-color: transparent; }
    .ac-menu-item.ac-profile-button button.button.ac-nav-button .ac-user-profile {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid hsl(var(--secondary-hue), 10%, 90%); }
    .ac-menu-item.ac-profile-button button.button.ac-nav-button i.fa {
      padding-left: 8px; }
.ac-menu-item .ac-menu-content {
  position: absolute;
  right: 0;
  top: 80px;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  width: 260px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); }
  .ac-menu-item .ac-menu-content.quick-access {
    background-color: white;
    padding: 20px;
    min-width: 260px !important;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 4px; }
    .ac-menu-item .ac-menu-content.quick-access .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid hsl(var(--secondary-hue), 10%, 90%);
      padding-bottom: 20px; }
      .ac-menu-item .ac-menu-content.quick-access .header p {
        font-size: 13px;
        color: hsl(var(--secondary-hue), 10%, 10%); }
      .ac-menu-item .ac-menu-content.quick-access .header button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        color: hsl(var(--secondary-hue), 10%, 35%); }
    .ac-menu-item .ac-menu-content.quick-access .body-content {
      margin-top: 20px; }
      .ac-menu-item .ac-menu-content.quick-access .body-content p {
        font-size: 13px;
        color: hsl(var(--secondary-hue), 10%, 10%); }
      .ac-menu-item .ac-menu-content.quick-access .body-content .organizations .organization {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0; }
        .ac-menu-item .ac-menu-content.quick-access .body-content .organizations .organization .org-info {
          display: flex;
          align-items: center; }
          .ac-menu-item .ac-menu-content.quick-access .body-content .organizations .organization .org-info img {
            max-width: 30px;
            margin-right: 10px;
            object-fit: cover; }
        .ac-menu-item .ac-menu-content.quick-access .body-content .organizations .organization .remove {
          border: none;
          padding: 0;
          font-size: 11px;
          color: #cc0029;
          background-color: transparent; }
  .ac-menu-item .ac-menu-content.is-notification {
    right: 0;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(84, 101, 126, 0.2);
    border-radius: 4px;
    min-width: 330px;
    max-height: 400px;
    overflow-y: auto; }
    .ac-menu-item .ac-menu-content.is-notification .notification-header {
      padding: 20px 20px 6px 20px;
      display: flex;
      justify-content: space-between;
      align-items: baseline; }
      .ac-menu-item .ac-menu-content.is-notification .notification-header .left-content p {
        font-weight: 500;
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 15px; }
        .ac-menu-item .ac-menu-content.is-notification .notification-header .left-content p span {
          font-weight: normal; }
        .ac-menu-item .ac-menu-content.is-notification .notification-header .left-content p.date {
          font-size: 11px;
          line-height: 14px;
          font-weight: normal;
          margin-bottom: 0; }
      .ac-menu-item .ac-menu-content.is-notification .notification-header .right-content .button {
        border: none;
        margin: 0;
        padding: 10px;
        font-size: 13px; }
        .ac-menu-item .ac-menu-content.is-notification .notification-header .right-content .button.is-active {
          background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
          color: white; }
          .ac-menu-item .ac-menu-content.is-notification .notification-header .right-content .button.is-active img {
            filter: brightness(100); }
        .ac-menu-item .ac-menu-content.is-notification .notification-header .right-content .button:hover {
          background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
          color: white; }
          .ac-menu-item .ac-menu-content.is-notification .notification-header .right-content .button:hover img {
            filter: brightness(100); }
    .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item {
      display: block;
      border-top: 1px solid hsl(var(--secondary-hue), 10%, 90%);
      padding: 15px 20px;
      font-weight: 500; }
      .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item.is-complete {
        font-weight: 400; }
      .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item:hover {
        background-color: #d1e3f2; }
      .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item p {
        color: hsl(var(--secondary-hue), 10%, 10%);
        font-size: 11px; }
      .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item .notification-status {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item .notification-status p {
          font-size: 11px;
          color: hsl(var(--secondary-hue), 10%, 35%); }
          .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item .notification-status p.is-success {
            color: #309c56; }
          .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item .notification-status p.is-danger {
            color: #cc0029; }
          .ac-menu-item .ac-menu-content.is-notification .notification-body .single-notification-item .notification-status p.is-warning {
            color: #f69f09; }
    .ac-menu-item .ac-menu-content.is-notification .see-all-message {
      border-top: 1px solid hsl(var(--secondary-hue), 10%, 90%);
      text-align: center;
      font-weight: 500;
      font-size: 13px;
      color: hsl(var(--secondary-hue), 10%, 10%);
      display: block;
      padding: 10px 20px; }
  .ac-menu-item .ac-menu-content ul {
    background-color: white;
    padding: 0;
    overflow: hidden; }
    .ac-menu-item .ac-menu-content ul li a {
      display: block;
      padding: 8px 15px;
      color: hsl(var(--secondary-hue), 10%, 10%);
      transition: 0.3s ease-in-out;
      font-size: 13px; }
      .ac-menu-item .ac-menu-content ul li a:hover {
        background-color: hsl(var(--primary-hue), var(--primary-saturation), 95%); }
        .ac-menu-item .ac-menu-content ul li a:hover p {
          color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)) !important; }
  .ac-menu-item .ac-menu-content .user-profile-wrapper {
    background-color: white;
    border-radius: 4px;
    border: 1px solid hsl(var(--secondary-hue), 10%, 90%); }
    .ac-menu-item .ac-menu-content .user-profile-wrapper .profile-area {
      display: flex;
      align-items: center;
      border-bottom: 1px solid hsl(var(--secondary-hue), 10%, 90%);
      padding: 16px 16px; }
      .ac-menu-item .ac-menu-content .user-profile-wrapper .profile-area .profile-photo {
        border-radius: 50%;
        position: relative;
        z-index: 1;
        margin-right: 10px; }
        .ac-menu-item .ac-menu-content .user-profile-wrapper .profile-area .profile-photo img {
          border-radius: 50%;
          width: 100%;
          border: 2px solid #d2e7f9; }
        .ac-menu-item .ac-menu-content .user-profile-wrapper .profile-area .profile-photo .camera-icon {
          position: absolute;
          right: -10px;
          top: 0;
          background-color: transparent;
          border: none;
          cursor: pointer; }
      .ac-menu-item .ac-menu-content .user-profile-wrapper .profile-area .profile-info p {
        color: hsl(var(--secondary-hue), 10%, 10%);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3; }
      .ac-menu-item .ac-menu-content .user-profile-wrapper .profile-area .profile-info a {
        font-size: 1rem;
        color: hsl(var(--secondary-hue), 10%, 35%);
        line-height: 1.3; }
    .ac-menu-item .ac-menu-content .user-profile-wrapper .list-items {
      max-height: calc(100vh - 200px);
      overflow-y: auto; }
      .ac-menu-item .ac-menu-content .user-profile-wrapper .list-items li.is-close ul {
        max-height: 0;
        visibility: hidden;
        transition: max-height 0.25s ease-out; }
        .ac-menu-item .ac-menu-content .user-profile-wrapper .list-items li.is-close ul.ac-vscrollbar {
          padding: 0; }
      .ac-menu-item .ac-menu-content .user-profile-wrapper .list-items li.is-open ul {
        padding: 8px;
        max-height: 200px;
        visibility: visible;
        transition: max-height 0.25s ease-out; }
        .ac-menu-item .ac-menu-content .user-profile-wrapper .list-items li.is-open ul li {
          padding: 0;
          border: 1px solid hsl(var(--secondary-hue), 40%, 95%); }
      .ac-menu-item .ac-menu-content .user-profile-wrapper .list-items li a {
        padding: 8px 16px;
        font-weight: 500;
        display: block;
        color: hsl(var(--secondary-hue), 10%, 10%);
        transition: 0.3s;
        display: flex;
        align-items: center;
        gap: 8px; }
        .ac-menu-item .ac-menu-content .user-profile-wrapper .list-items li a:hover {
          background-color: hsl(var(--primary-hue), 10%, 96%);
          color: hsl(var(--secondary-hue), var(--secondary-saturation), var(--secondary-light)); }
.ac-menu-item.is-active .ac-nav-button::after {
  background-color: hsl(var(--secondary-hue), 10%, 90%); }
.ac-menu-item.is-active .ac-menu-content {
  opacity: 1;
  visibility: visible;
  top: 35px;
  z-index: 99; }
  .ac-menu-item.is-active .ac-menu-content::after {
    position: absolute;
    content: "";
    right: 38px;
    top: -6px;
    background-color: white;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.16);
    z-index: -1; }
.ac-menu-item .ac-menu-content.navbar-dropdown-wrapper {
  position: absolute;
  border-radius: 4px;
  z-index: 99;
  right: 0px;
  top: 40px;
  display: block;
  transition: all 0.3s ease-in-out; }
  .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer {
    border-radius: 4px;
    overflow: hidden;
    background-color: white;
    border: 1px solid hsl(var(--secondary-hue), 10%, 90%);
    max-height: calc(100vh - 100px);
    overflow-y: auto; }
    .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li {
      display: block;
      font-size: 13px; }
      .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a {
        display: block;
        color: hsl(var(--secondary-hue), 10%, 10%) !important;
        padding: 10px 20px !important;
        font-size: 13px !important;
        transition: 0.2s;
        border-bottom: 1px solid hsl(var(--secondary-hue), 10%, 90%); }
        .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a:hover {
          background-color: hsl(var(--primary-hue), 10%, 96%) !important; }
        .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a span {
          margin-top: -3px; }
        .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a:hover .media-content .content p {
          color: hsl(var(--secondary-hue), 10%, 35%); }
        .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a .media .media-left .image img {
          height: 24px;
          width: auto; }
        .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a .media .media-content {
          overflow: hidden; }
          .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a .media .media-content .content p {
            vertical-align: middle;
            line-height: 1;
            transition: 0.3s; }
            .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a .media .media-content .content p strong {
              font-weight: 600;
              font-size: 14px; }
            .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li a .media .media-content .content p span {
              display: block;
              font-size: 13px;
              margin-top: 4px;
              line-height: 150%; }
      .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li:hover > a {
        background-color: white; }
      .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li:first-child:hover > a {
        border-radius: 4px 4px 0 0; }
      .ac-menu-item .ac-menu-content.navbar-dropdown-wrapper ul.app-drawer li:last-child:hover > a {
        border-radius: 0 0 4px 4px; }

.ac-navbar-area {
  position: fixed;
  margin-left: 250px;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: hsl(var(--secondary-hue), 10%, 96%);
  border-bottom: 1px solid hsl(var(--secondary-hue), 10%, 90%); }
  .ac-navbar-area.is-full {
    margin-left: 0; }
    .ac-navbar-area.is-full .ac-navbar {
      grid-template-columns: 250px auto auto;
      width: 100%;
      gap: 20px; }
      .ac-navbar-area.is-full .ac-navbar .ac-navbar-brand {
        padding-left: 15px; }
  .ac-navbar-area .ac-navbar {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 0px;
    align-items: center;
    width: calc(100% - 255px);
    height: 50px; }
    .ac-navbar-area .ac-navbar .ac-navbar-brand {
      display: flex;
      align-items: center; }
      .ac-navbar-area .ac-navbar .ac-navbar-brand a {
        display: flex; }
      .ac-navbar-area .ac-navbar .ac-navbar-brand .logo {
        font-size: 20px;
        font-weight: 600;
        color: white; }
      .ac-navbar-area .ac-navbar .ac-navbar-brand img {
        max-height: 30px; }
    .ac-navbar-area .ac-navbar .ac-navbar-cluster-switcher {
      max-width: 350px; }
    .ac-navbar-area .ac-navbar .ac-navbar-menu {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .ac-navbar-area .ac-navbar .ac-navbar-menu .ac-menu-item {
        position: relative;
        z-index: 1;
        margin-left: 8px; }
        .ac-navbar-area .ac-navbar .ac-navbar-menu .ac-menu-item:first-child {
          margin-left: 0; }

.sidebar-collapsed .ac-navbar .ac-navbar-brand {
  padding-left: 70px !important; }

.notification-count {
  position: absolute;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
  color: white;
  padding: 4px;
  font-size: 11px;
  line-height: 1;
  border-radius: 50px;
  min-width: 20px;
  height: 20px;
  right: -10px;
  top: -8px;
  border: 1px solid hsl(var(--primary-hue), var(--primary-saturation), 97%);
  opacity: 1;
  z-index: 9; }

.dropdown-inner {
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  border: 1px solid hsl(var(--secondary-hue), 10%, 90%); }

.notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid hsl(var(--secondary-hue), 10%, 90%);
  padding: 8px 16px; }
  .notification-header h5 {
    color: hsl(var(--secondary-hue), 10%, 10%); }
  .notification-header span {
    display: flex;
    color: hsl(var(--primary-hue), var(--primary-saturation), 30%);
    padding: 2px 8px;
    border-radius: 4px;
    background-color: hsl(var(--primary-hue), var(--primary-saturation), 95%); }

.notification-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto; }
  .notification-body a {
    display: flex;
    color: hsl(var(--secondary-hue), 10%, 35%);
    padding: 16px;
    border-bottom: 1px solid hsl(var(--secondary-hue), 40%, 95%);
    transition: 0.3s ease-in-out;
    justify-content: space-between; }
    .notification-body a:hover {
      background-color: hsl(var(--secondary-hue), var(--secondary-saturation), 97%); }
      .notification-body a:hover h6 {
        color: hsl(var(--secondary-hue), var(--secondary-saturation), var(--secondary-light)); }
    .notification-body a .round-icon {
      width: 36px;
      height: 36px;
      background-color: hsl(var(--primary-hue), var(--primary-saturation), 95%);
      color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-right: 8px;
      line-height: 1;
      font-weight: 500; }
    .notification-body a .notification-content {
      width: calc(100% - 60px); }
      .notification-body a .notification-content h6 {
        font-size: 14px;
        font-weight: 500;
        transition: 0.3s ease-in-out; }
      .notification-body a .notification-content p {
        font-size: 12px; }
    .notification-body a span {
      font-size: 11px;
      color: hsl(var(--secondary-hue), 10%, 35%); }

.notification-footer button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
  cursor: pointer;
  transition: 0.3s ease-in-out; }
  .notification-footer button:hover {
    text-decoration: underline; }

.login-register-area {
  position: relative;
  z-index: 1; }
  .login-register-area .login-reg-nav .logo img {
    height: 30px; }
  .login-register-area .login-register-body {
    display: flex; }
    @media screen and (max-width: 768px) {
      .login-register-area .login-register-body {
        flex-direction: column; } }
    .login-register-area .login-register-body .login-reg-left-sidebar {
      background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--sidebar-light, 5%));
      width: 480px;
      padding: 16px 16px;
      height: 100vh;
      z-index: 1;
      top: 0;
      position: relative; }
      @media screen and (max-width: 768px) {
        .login-register-area .login-register-body .login-reg-left-sidebar {
          width: 100%;
          height: 100%;
          position: inherit; } }
      @media screen and (min-width: 769px) and (max-width: 1023px) {
        .login-register-area .login-register-body .login-reg-left-sidebar {
          width: 380px; } }
      .login-register-area .login-register-body .login-reg-left-sidebar .left-sidebar-inner h2 {
        margin-top: 96px;
        margin-bottom: 16px;
        color: white; }
        @media screen and (max-width: 1023px) {
          .login-register-area .login-register-body .login-reg-left-sidebar .left-sidebar-inner h2 {
            margin-top: 32px; } }
      .login-register-area .login-register-body .login-reg-left-sidebar .left-sidebar-inner p {
        margin-bottom: 60px;
        font-size: 16px;
        color: #e6e6e6; }
        @media screen and (max-width: 768px) {
          .login-register-area .login-register-body .login-reg-left-sidebar .left-sidebar-inner p {
            margin-bottom: 0; } }
      .login-register-area .login-register-body .login-reg-left-sidebar .left-sidebar-inner img.sidebar-illustrations {
        position: absolute;
        bottom: 16px;
        left: 32px;
        z-index: -1;
        opacity: 0.8; }
        @media screen and (max-width: 768px) {
          .login-register-area .login-register-body .login-reg-left-sidebar .left-sidebar-inner img.sidebar-illustrations {
            display: none; } }
    .login-register-area .login-register-body .login-reg-right-sidebar {
      width: calc(100% - 480px);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .login-register-area .login-register-body .login-reg-right-sidebar {
          width: 100%;
          margin-left: 0;
          padding: 16px; } }
      @media screen and (min-width: 769px) and (max-width: 1023px) {
        .login-register-area .login-register-body .login-reg-right-sidebar {
          width: calc(100% - 380px);
          margin-inline: 32px; } }
      .login-register-area .login-register-body .login-reg-right-sidebar .login-reg-area {
        width: 500px;
        margin: 0 auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .login-register-area .login-register-body .login-reg-right-sidebar .login-reg-area {
            width: 100%;
            min-height: 100%; } }
        .login-register-area .login-register-body .login-reg-right-sidebar .login-reg-area .login-area h3 {
          margin-bottom: 8px; }

.acc-user-area a,
.login-reg-area a {
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
  font-weight: 500; }
  .acc-user-area a:hover :not(.ac-button),
  .login-reg-area a:hover :not(.ac-button) {
    text-decoration: underline; }

.form-area-wrapper .rememberme-forgot-pass {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  margin-top: -10px; }
  .form-area-wrapper .rememberme-forgot-pass .rememberme {
    user-select: none;
    cursor: pointer; }
    .form-area-wrapper .rememberme-forgot-pass .rememberme label {
      cursor: pointer;
      padding-left: 8px; }
  .form-area-wrapper .rememberme-forgot-pass .forgot-pass a {
    transition: 0.3s ease-in-out; }
    .form-area-wrapper .rememberme-forgot-pass .forgot-pass a:hover {
      color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
.form-area-wrapper p.tos-pp {
  text-align: center;
  margin-bottom: 15px; }
.form-area-wrapper .or-sign-up {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 20px 0; }
  .form-area-wrapper .or-sign-up span {
    background-color: white;
    padding: 5px; }
  .form-area-wrapper .or-sign-up:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background: #ebecec;
    width: 100%;
    height: 1px;
    z-index: -1; }
.form-area-wrapper p.or-sign-up span {
  background: #fff; }
.form-area-wrapper p.if-not-account {
  text-align: center;
  margin-top: 10px; }
.form-area-wrapper .other-sign-up-option {
  margin-top: 10px; }

.other-divider {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .other-divider span {
    background: white;
    padding: 0 10px;
    font-size: 24px; }
  .other-divider::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: hsl(var(--primary-hue), 10%, 96%);
    z-index: -1; }

@media screen and (max-width: 768px) {
  .ac-navbar-brand a img {
    height: 30px !important; } }

@media screen and (max-width: 768px) {
  .explore-login-button .buttons .button.ac-button.is-medium {
    height: 32px;
    padding: 8px 12px; } }

.custom-body-wrapper {
  background-color: white;
  min-height: 100vh;
  width: 100%; }

.acc-user-area {
  padding-top: 150px; }
  @media screen and (max-width: 768px) {
    .acc-user-area {
      padding-top: 64px; } }
  .acc-user-area .acc-user-wrapper {
    width: 670px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .acc-user-area .acc-user-wrapper {
        width: calc(100% - 32px); } }
    .acc-user-area .acc-user-wrapper .acc-user-inner {
      background: white;
      border: 1px solid hsl(var(--secondary-hue), 10%, 90%);
      border-radius: 4px; }
      .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-title {
        background: hsl(var(--primary-hue), 10%, 96%);
        text-align: center;
        padding: 10px 20px; }
      .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body {
        padding: 32px 64px; }
        @media screen and (max-width: 768px) {
          .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body {
            padding: 16px; } }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .recover-acc-icon {
          max-width: 46px;
          margin: 0 auto;
          margin-bottom: 13px; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .recover-acc-des p {
          line-height: 1.4;
          text-align: center;
          margin-bottom: 18px; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .rememberme-forgot-pass {
          margin-top: -10px;
          margin-bottom: 20px; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .button.acc-recover {
          height: 50px;
          font-weight: 700;
          letter-spacing: 1px;
          font-size: 16px; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .try-to-sign-in {
          text-align: center;
          margin-top: 20px;
          font-size: 12px; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .unauth-error {
          font-size: 16px;
          font-weight: 500;
          margin: 40px 0px 60px; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .unauth-error span {
          display: block;
          color: #cc0029; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .unauth-message {
          font-size: 14px;
          line-height: 140%; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .security-body p {
          font-size: 14px; }
        .acc-user-area .acc-user-wrapper .acc-user-inner .recover-acc-body .security-body .security-heading {
          font-size: 18px;
          font-weight: 500;
          line-height: 28px;
          margin-bottom: 5px; }

.ac-navbar-area {
  background-color: hsl(var(--primary-hue), 10%, 96%); }
  @media screen and (max-width: 768px) {
    .ac-navbar-area .ac-navbar {
      grid-template-columns: 130px auto auto !important;
      gap: 8px !important; } }

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content; }

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px; }

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%; }

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f; }

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%; }

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%; }

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%; }

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); }

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%; }

html, body {
  overflow-y: auto; }

.auth-area {
  padding-top: 60px;
  padding-bottom: 30px; }
  .auth-area .auth-area-wrapper {
    width: 670px;
    margin: 0 auto; }
    .auth-area .auth-area-wrapper .auth-area-inner {
      border-radius: 4px;
      position: relative;
      z-index: 1; }
      .auth-area .auth-area-wrapper .auth-area-inner .auth-partner {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: auto;
        padding: 0;
        margin: 0 80px 30px; }
        .auth-area .auth-area-wrapper .auth-area-inner .auth-partner::after {
          position: absolute;
          content: "";
          left: 0;
          top: -50%;
          margin-top: 0.5px;
          width: 100%;
          height: 100%;
          border-bottom: 1px dashed #abcde8;
          transform: translateX(0);
          z-index: -1; }
        .auth-area .auth-area-wrapper .auth-area-inner .auth-partner.is-fail:after {
          border-bottom: 1px dashed red; }
        .auth-area .auth-area-wrapper .auth-area-inner .auth-partner .auth-check .auth-status {
          color: #fff;
          background: #00A651;
          width: 32px;
          height: 32px;
          line-height: 32px;
          border-radius: 50%;
          text-align: center;
          font-size: 16px; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-partner .auth-check .auth-status.is-fail {
            background-color: red; }
        .auth-area .auth-area-wrapper .auth-area-inner .auth-partner .auth-partner-icon-wrapper {
          position: absolute;
          left: 0; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-partner .auth-partner-icon-wrapper:last-child {
            left: auto;
            right: 0; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-partner .auth-partner-icon-wrapper .auth-icon {
            background-color: #fff;
            max-width: 200px;
            padding: 8px;
            height: 64px;
            min-width: 64px;
            border-radius: 4px;
            text-align: center;
            display: flex;
            justify-content: center;
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden; }
            .auth-area .auth-area-wrapper .auth-area-inner .auth-partner .auth-partner-icon-wrapper .auth-icon img {
              object-fit: contain; }
      .auth-area .auth-area-wrapper .auth-area-inner .auth-card {
        background: #fff;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); }
        .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-header {
          background-color: #eceff4; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-header .auth-card-title {
            background: #eceff4;
            text-align: center;
            padding: 10px 20px; }
            .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-header .auth-card-title h3 {
              font-size: 24px;
              font-weight: 700;
              line-height: 34px;
              color: #1c1c1c; }
        .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper {
          padding: 30px; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .divider {
            margin: 20px 0;
            background-color: #eef1f6; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .auth-card-content-inner .auth-single-card-data {
            display: flex;
            align-items: center;
            margin-bottom: 12px; }
            .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .auth-card-content-inner .auth-single-card-data:last-child {
              margin-bottom: 0; }
            .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .auth-card-content-inner .auth-single-card-data .auth-description h3 {
              font-size: 15px;
              line-height: 20px;
              font-family: roboto;
              font-weight: 500;
              color: #1c1c1c; }
              .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .auth-card-content-inner .auth-single-card-data .auth-description h3 a {
                color: #00A651; }
            .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .auth-card-content-inner .auth-single-card-data .auth-description p {
              font-size: 13px;
              line-height: 20px;
              color: #54657e; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .bottom-content .button.auth-button {
            height: 50px;
            letter-spacing: 1px;
            font-size: 16px; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .bottom-content .short-des {
            margin-bottom: 8px; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .bottom-content .button.cancel-button {
            display: block;
            text-align: center;
            width: calc(50% - 8px);
            color: #54657e;
            font-size: 13px;
            margin-top: 8px; }
            .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .bottom-content .button.cancel-button:hover {
              background-color: #fff;
              color: #333; }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .bottom-content .action-button {
            width: calc(50% - 8px); }
          .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .bottom-content p {
            margin-top: 8px;
            font-size: 13px;
            line-height: 18px; }
            .auth-area .auth-area-wrapper .auth-area-inner .auth-card .auth-card-content-wrapper .bottom-content p a {
              font-weight: 500;
              display: block; }

.navbar-area {
  background-color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #ddd; }
  .navbar-area .navbar-appscode {
    justify-content: space-between; }
  .navbar-area .button {
    padding: 8px 24px;
    font-size: 16px; }
  .navbar-area .left {
    width: 50%; }
    .navbar-area .left .navbar-brand {
      display: flex;
      align-items: center; }
  .navbar-area .right {
    display: flex;
    justify-content: flex-end; }

.hero-area {
  min-height: calc(100vh - 117px);
  display: flex;
  align-items: center;
  padding: 60px 0;
  background-image: url("https://appscode.com/assets/images/gradient-bg.webp");
  overflow: hidden; }
  .hero-area .left-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    padding-right: 40px; }
    @media screen and (max-width: 1215px) {
      .hero-area .left-content {
        padding-right: 0; } }
    .hero-area .left-content .line {
      left: 0;
      right: auto; }
    .hero-area .left-content .content-top h1 {
      font-size: 68px;
      line-height: 120%;
      letter-spacing: -2.5px; }
      @media screen and (max-width: 1215px) {
        .hero-area .left-content .content-top h1 {
          font-size: 48px;
          letter-spacing: -1.5px; } }
      @media screen and (max-width: 768px) {
        .hero-area .left-content .content-top h1 {
          font-size: 38px; } }
    .hero-area .left-content .content-top p {
      font-size: 20px;
      margin-bottom: 24px;
      color: #666;
      font-weight: 400;
      font-size: 16px; }
    .hero-area .left-content .content-top form.subscription {
      position: relative;
      max-width: 80%;
      z-index: 1; }
      @media screen and (max-width: 1023px) {
        .hero-area .left-content .content-top form.subscription {
          margin-bottom: 16px;
          max-width: 100%; } }
      .hero-area .left-content .content-top form.subscription input {
        background-color: #fff;
        width: 100%;
        height: 58px;
        border-radius: 4px;
        padding: 20px 150px 20px 24px;
        border: 2px solid hsl(var(--secondary-hue), 10%, 90%);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        font-size: 16px;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .hero-area .left-content .content-top form.subscription input {
            padding-right: 120px; } }
        .hero-area .left-content .content-top form.subscription input::placeholder {
          font-size: 16px; }
        .hero-area .left-content .content-top form.subscription input:focus {
          outline: none;
          border: 2px solid hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
      .hero-area .left-content .content-top form.subscription button {
        position: absolute;
        right: 4px;
        top: 4px;
        height: calc(100% - 8px);
        padding: 8px 40px;
        font-size: 16px; }
    .hero-area .left-content p {
      display: flex;
      align-items: flex-end;
      font-weight: 500;
      gap: 8px;
      font-size: 16px; }
      .hero-area .left-content p a {
        color: #333;
        border-bottom: 1px solid #333;
        display: flex;
        align-items: center;
        gap: 8px; }
        .hero-area .left-content p a .icon {
          width: 20px; }
        .hero-area .left-content p a:hover {
          color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
  .hero-area .right-content {
    position: relative;
    z-index: 1;
    --card-width: 300px;
    --card-height: 150px; }
    @media screen and (max-width: 1215px) {
      .hero-area .right-content {
        --card-width: 230px; } }
    @media screen and (max-width: 768px) {
      .hero-area .right-content {
        --card-width: 100%; } }
    @media screen and (max-width: 1023px) {
      .hero-area .right-content .is-flex.is-flex-direction-column {
        flex-direction: row !important;
        flex-wrap: wrap; }
        .hero-area .right-content .is-flex.is-flex-direction-column .is-justify-content-flex-end {
          justify-content: flex-start !important; }
        .hero-area .right-content .is-flex.is-flex-direction-column .is-justify-content-center {
          justify-content: flex-start !important; }
        .hero-area .right-content .is-flex.is-flex-direction-column .hero-card {
          height: auto; } }
    .hero-area .right-content .hero-card {
      width: var(--card-width);
      border: 2px solid hsl(var(--secondary-hue), 10%, 90%);
      background: linear-gradient(#f9f9fb, white);
      padding: 16px;
      display: block;
      border-radius: 8px;
      transition: 0.3s ease-in-out;
      height: 100%; }
      .hero-area .right-content .hero-card:hover {
        border: 2px solid hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light)); }
        .hero-area .right-content .hero-card:hover button {
          color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-light));
          text-decoration: underline; }
      .hero-area .right-content .hero-card h4 {
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: -0.2px;
        margin-bottom: 4px; }
      .hero-area .right-content .hero-card p {
        color: #666;
        margin-bottom: 16px;
        font-size: 16px; }
      .hero-area .right-content .hero-card button {
        background-color: transparent;
        border: none;
        padding: 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        font-weight: 600;
        color: #333;
        gap: 8px; }
        .hero-area .right-content .hero-card button .icon {
          width: 16px; }

.bg-gradient-1 {
  position: relative;
  z-index: 1;
  background-size: 120% 120%;
  animation: gradient 15s ease infinite; }
  .bg-gradient-1:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: .9;
    background-size: 50%;
    overflow: hidden; }

.line {
  position: absolute;
  display: block;
  z-index: -1; }
  @media screen and (max-width: 1215px) {
    .line {
      display: none; } }
  .line.col {
    width: 1px;
    height: 150%;
    top: -25%;
    background: linear-gradient(to top, rgba(30, 87, 153, 0) 0%, hsl(var(--secondary-hue), 10%, 90%) 50%, rgba(30, 87, 153, 0) 100%); }
  .line.row {
    height: 1px;
    width: 150%;
    top: 0;
    right: -25%;
    background: linear-gradient(to left, rgba(30, 87, 153, 0) 0%, hsl(var(--secondary-hue), 10%, 90%) 50%, rgba(30, 87, 153, 0) 100%); }
  .line:nth-child(1) {
    right: 0; }
  .line:nth-child(2) {
    right: calc(var(--card-width) / 2 + 16px); }
  .line:nth-child(3) {
    right: calc(var(--card-width) - 2px); }
  .line:nth-child(4) {
    right: calc(var(--card-width) + 8px); }
  .line:nth-child(5) {
    right: calc(var(--card-width) * 1.5 + 12px); }
  .line:nth-child(6) {
    right: calc(var(--card-width) * 2 + 8px); }
  .line:nth-child(7) {
    top: 0; }
  .line:nth-child(8) {
    top: var(--card-height); }
  .line:nth-child(9) {
    top: calc(var(--card-height) + 10px); }
  .line:nth-child(10) {
    top: calc(var(--card-height) * 2 + 8px); }
  .line:nth-child(11) {
    top: calc(var(--card-height) * 2 + 20px); }
  .line:nth-child(12) {
    top: calc(var(--card-height) * 3 + 16px); }

@media (min-width: 1216px) and (max-width: 1440px) {
  .container {
    max-width: 1200px !important; }

  .hero-area .right-content {
    --card-width: 280px; } }
@media (max-width: 1023px) {
  .container {
    padding: 0 16px; } }
.footer-bottom-1 {
  background-color: #000A05;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 16px 0;
  min-height: 56px; }
  .footer-bottom-1 p {
    font-size: 14px; }
  .footer-bottom-1 a {
    font-size: 14px;
    transition: 0.3s ease-in-out;
    color: hsl(var(--primary-hue), var(--primary-saturation), 35%); }
    .footer-bottom-1 a:hover {
      color: hsl(var(--primary-hue), var(--primary-saturation), 40%); }
  .footer-bottom-1 ul {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .footer-bottom-1 ul {
        justify-content: flex-start !important; } }
    .footer-bottom-1 ul li:not(:first-child) {
      margin-left: 32px;
      border-left: 1px solid #666;
      padding-left: 32px; }

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