/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.tabs,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.breadcrumb,
.file,
.button,
.search-form .search-submit,
.comment-form input[type=submit],
.is-unselectable,
.modal-close,
.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.modal-close,
.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: hsla(0,0%,4%,.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.modal-close::before,
.delete::before,
.modal-close::after,
.delete::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.modal-close::before,
.delete::before {
  height: 2px;
  width: 50%;
}

.modal-close::after,
.delete::after {
  height: 50%;
  width: 2px;
}

.modal-close:hover,
.delete:hover,
.modal-close:focus,
.delete:focus {
  background-color: hsla(0,0%,4%,.3);
}

.modal-close:active,
.delete:active {
  background-color: hsla(0,0%,4%,.4);
}

.is-small.modal-close,
.is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.modal-close,
.is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.modal-close,
.is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after,
.search-form label.is-loading::after,
.select.is-loading::after,
.loader,
.button.is-loading::after,
.search-form .is-loading.search-submit::after,
.comment-form input.is-loading[type=submit]::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0,0%,86%);
  border-radius: 290486px;
  border-right-color: rgba(0,0,0,0);
  border-top-color: rgba(0,0,0,0);
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video,
.modal-background,
.modal,
.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,
.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.file-cta,
.file-name,
.select select,
.textarea,
.comment-form textarea,
.input,
.search-form .search-field,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.button,
.search-form .search-submit,
.comment-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(.375em - 1px);
  padding-left: calc(.625em - 1px);
  padding-right: calc(.625em - 1px);
  padding-top: calc(.375em - 1px);
  position: relative;
  vertical-align: top;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.file-cta:focus,
.file-name:focus,
.select select:focus,
.textarea:focus,
.comment-form textarea:focus,
.input:focus,
.search-form .search-field:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.button:focus,
.search-form .search-submit:focus,
.comment-form input[type=submit]:focus,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.is-focused.file-cta,
.is-focused.file-name,
.select select.is-focused,
.is-focused.textarea,
.comment-form textarea.is-focused,
.is-focused.input,
.search-form .is-focused.search-field,
.comment-form input.is-focused[type=text],
.comment-form input.is-focused[type=email],
.comment-form input.is-focused[type=url],
.is-focused.button,
.search-form .is-focused.search-submit,
.comment-form input.is-focused[type=submit],
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.file-cta:active,
.file-name:active,
.select select:active,
.textarea:active,
.comment-form textarea:active,
.input:active,
.search-form .search-field:active,
.comment-form input[type=text]:active,
.comment-form input[type=email]:active,
.comment-form input[type=url]:active,
.button:active,
.search-form .search-submit:active,
.comment-form input[type=submit]:active,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis,
.is-active.file-cta,
.is-active.file-name,
.select select.is-active,
.is-active.textarea,
.comment-form textarea.is-active,
.is-active.input,
.search-form .is-active.search-field,
.comment-form input.is-active[type=text],
.comment-form input.is-active[type=email],
.comment-form input.is-active[type=url],
.is-active.button,
.search-form .is-active.search-submit,
.comment-form input.is-active[type=submit] {
  outline: none;
}

[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis,
[disabled].file-cta,
[disabled].file-name,
.select select[disabled],
[disabled].textarea,
.comment-form textarea[disabled],
[disabled].input,
.search-form [disabled].search-field,
.comment-form input[disabled][type=text],
.comment-form input[disabled][type=email],
.comment-form input[disabled][type=url],
[disabled].button,
.search-form [disabled].search-submit,
.comment-form input[disabled][type=submit],
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .textarea,
fieldset[disabled] .comment-form textarea,
.comment-form fieldset[disabled] textarea,
fieldset[disabled] .input,
fieldset[disabled] .search-form .search-field,
.search-form fieldset[disabled] .search-field,
fieldset[disabled] .comment-form input[type=text],
.comment-form fieldset[disabled] input[type=text],
fieldset[disabled] .comment-form input[type=email],
.comment-form fieldset[disabled] input[type=email],
fieldset[disabled] .comment-form input[type=url],
.comment-form fieldset[disabled] input[type=url],
fieldset[disabled] .button,
fieldset[disabled] .search-form .search-submit,
.search-form fieldset[disabled] .search-submit,
fieldset[disabled] .comment-form input[type=submit],
.comment-form fieldset[disabled] input[type=submit] {
  cursor: not-allowed;
}

/*! minireset.css v0.0.4 | 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,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  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: left;
}

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

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

body,
button,
input,
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: hsl(0,0%,29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #219128;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: hsl(0,0%,21%);
}

code {
  background-color: hsl(0,0%,96%);
  color: hsl(348,100%,61%);
  font-size: .875em;
  font-weight: normal;
  padding: .25em .5em .25em;
}

hr {
  background-color: hsl(0,0%,96%);
  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: .875em;
}

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

strong {
  color: hsl(0,0%,21%);
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,29%);
  font-size: .875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: rgba(0,0,0,0);
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: left;
}

table th {
  color: hsl(0,0%,21%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .is-size-7-fullhd {
    font-size: .75rem !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;
}

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

a.has-text-white:hover,
a.has-text-white:focus {
  color: hsl(0,0%,90%) !important;
}

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

.has-text-black {
  color: hsl(0,0%,4%) !important;
}

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

.has-background-black {
  background-color: hsl(0,0%,4%) !important;
}

.has-text-light {
  color: hsl(0,0%,96%) !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: hsl(0,0%,86%) !important;
}

.has-background-light {
  background-color: hsl(0,0%,96%) !important;
}

.has-text-dark {
  color: hsl(0,0%,21%) !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: hsl(0,0%,11%) !important;
}

.has-background-dark {
  background-color: hsl(0,0%,21%) !important;
}

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

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: hsl(123.75,62.9213483146%,24.9019607843%) !important;
}

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

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

a.has-text-link:hover,
a.has-text-link:focus {
  color: hsl(123.75,62.9213483146%,24.9019607843%) !important;
}

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

.has-text-info {
  color: hsl(204,86%,53%) !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: hsl(204,86%,43%) !important;
}

.has-background-info {
  background-color: hsl(204,86%,53%) !important;
}

.has-text-success {
  color: #0f5e08 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: rgb(7.5,47,4) !important;
}

.has-background-success {
  background-color: #0f5e08 !important;
}

.has-text-warning {
  color: hsl(48,100%,67%) !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: hsl(48,100%,57%) !important;
}

.has-background-warning {
  background-color: hsl(48,100%,67%) !important;
}

.has-text-danger {
  color: hsl(348,100%,61%) !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: hsl(348,100%,51%) !important;
}

.has-background-danger {
  background-color: hsl(348,100%,61%) !important;
}

.has-text-black-bis {
  color: hsl(0,0%,7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0,0%,7%) !important;
}

.has-text-black-ter {
  color: hsl(0,0%,14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0,0%,14%) !important;
}

.has-text-grey-darker {
  color: hsl(0,0%,21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0,0%,21%) !important;
}

.has-text-grey-dark {
  color: hsl(0,0%,29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0,0%,29%) !important;
}

.has-text-grey {
  color: hsl(0,0%,48%) !important;
}

.has-background-grey {
  background-color: hsl(0,0%,48%) !important;
}

.has-text-grey-light {
  color: hsl(0,0%,71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0,0%,71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0,0%,86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0,0%,86%) !important;
}

.has-text-white-ter {
  color: hsl(0,0%,96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0,0%,96%) !important;
}

.has-text-white-bis {
  color: hsl(0,0%,98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0,0%,98%) !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: .01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: .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;
  }
}

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

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

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

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

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

.box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);
  color: hsl(0,0%,29%);
  display: block;
  padding: 1.25rem;
}

a.box:hover,
a.box:focus {
  box-shadow: 0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px #219128;
}

a.box:active {
  box-shadow: inset 0 1px 2px hsla(0,0%,4%,.2),0 0 0 1px #219128;
}

.button,
.search-form .search-submit,
.comment-form input[type=submit] {
  background-color: #fff;
  border-color: hsl(0,0%,86%);
  border-width: 1px;
  color: hsl(0,0%,21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(.375em - 1px);
  padding-left: .75em;
  padding-right: .75em;
  padding-top: calc(.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong,
.search-form .search-submit strong,
.comment-form input[type=submit] strong {
  color: inherit;
}

.button .icon,
.search-form .search-submit .icon,
.comment-form input[type=submit] .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),
.search-form .search-submit .icon:first-child:not(:last-child),
.comment-form input[type=submit] .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: .1875em;
}

.button .icon:last-child:not(:first-child),
.search-form .search-submit .icon:last-child:not(:first-child),
.comment-form input[type=submit] .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child,
.search-form .search-submit .icon:first-child:last-child,
.comment-form input[type=submit] .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover,
.search-form .search-submit:hover,
.comment-form input[type=submit]:hover,
.button.is-hovered,
.search-form .is-hovered.search-submit,
.comment-form input.is-hovered[type=submit] {
  border-color: hsl(0,0%,71%);
  color: hsl(0,0%,21%);
}

.button:focus,
.search-form .search-submit:focus,
.comment-form input[type=submit]:focus,
.button.is-focused,
.search-form .is-focused.search-submit,
.comment-form input.is-focused[type=submit] {
  border-color: hsl(217,71%,53%);
  color: hsl(0,0%,21%);
}

.button:focus:not(:active),
.search-form .search-submit:focus:not(:active),
.comment-form input[type=submit]:focus:not(:active),
.button.is-focused:not(:active),
.search-form .is-focused.search-submit:not(:active),
.comment-form input.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em rgba(33,145,40,.25);
}

.button:active,
.search-form .search-submit:active,
.comment-form input[type=submit]:active,
.button.is-active,
.search-form .is-active.search-submit,
.comment-form input.is-active[type=submit] {
  border-color: hsl(0,0%,29%);
  color: hsl(0,0%,21%);
}

.button.is-text,
.search-form .is-text.search-submit,
.comment-form input.is-text[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,29%);
  text-decoration: underline;
}

.button.is-text:hover,
.search-form .is-text.search-submit:hover,
.comment-form input.is-text[type=submit]:hover,
.button.is-text.is-hovered,
.search-form .is-text.is-hovered.search-submit,
.comment-form input.is-text.is-hovered[type=submit],
.button.is-text:focus,
.search-form .is-text.search-submit:focus,
.comment-form input.is-text[type=submit]:focus,
.button.is-text.is-focused,
.search-form .is-text.is-focused.search-submit,
.comment-form input.is-text.is-focused[type=submit] {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.button.is-text:active,
.search-form .is-text.search-submit:active,
.comment-form input.is-text[type=submit]:active,
.button.is-text.is-active,
.search-form .is-text.is-active.search-submit,
.comment-form input.is-text.is-active[type=submit] {
  background-color: hsl(0,0%,91%);
  color: hsl(0,0%,21%);
}

.button.is-text[disabled],
.search-form .is-text[disabled].search-submit,
.comment-form input.is-text[disabled][type=submit],
fieldset[disabled] .button.is-text,
fieldset[disabled] .search-form .is-text.search-submit,
.search-form fieldset[disabled] .is-text.search-submit,
fieldset[disabled] .comment-form input.is-text[type=submit],
.comment-form fieldset[disabled] input.is-text[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-white,
.search-form .is-white.search-submit,
.comment-form input.is-white[type=submit] {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,4%);
}

.button.is-white:hover,
.search-form .is-white.search-submit:hover,
.comment-form input.is-white[type=submit]:hover,
.button.is-white.is-hovered,
.search-form .is-white.is-hovered.search-submit,
.comment-form input.is-white.is-hovered[type=submit] {
  background-color: hsl(0,0%,97.5%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,4%);
}

.button.is-white:focus,
.search-form .is-white.search-submit:focus,
.comment-form input.is-white[type=submit]:focus,
.button.is-white.is-focused,
.search-form .is-white.is-focused.search-submit,
.comment-form input.is-white.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,4%);
}

.button.is-white:focus:not(:active),
.search-form .is-white.search-submit:focus:not(:active),
.comment-form input.is-white[type=submit]:focus:not(:active),
.button.is-white.is-focused:not(:active),
.search-form .is-white.is-focused.search-submit:not(:active),
.comment-form input.is-white.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25);
}

.button.is-white:active,
.search-form .is-white.search-submit:active,
.comment-form input.is-white[type=submit]:active,
.button.is-white.is-active,
.search-form .is-white.is-active.search-submit,
.comment-form input.is-white.is-active[type=submit] {
  background-color: hsl(0,0%,95%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,4%);
}

.button.is-white[disabled],
.search-form .is-white[disabled].search-submit,
.comment-form input.is-white[disabled][type=submit],
fieldset[disabled] .button.is-white,
fieldset[disabled] .search-form .is-white.search-submit,
.search-form fieldset[disabled] .is-white.search-submit,
fieldset[disabled] .comment-form input.is-white[type=submit],
.comment-form fieldset[disabled] input.is-white[type=submit] {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-white.is-inverted,
.search-form .is-white.is-inverted.search-submit,
.comment-form input.is-white.is-inverted[type=submit] {
  background-color: hsl(0,0%,4%);
  color: #fff;
}

.button.is-white.is-inverted:hover,
.search-form .is-white.is-inverted.search-submit:hover,
.comment-form input.is-white.is-inverted[type=submit]:hover,
.button.is-white.is-inverted.is-hovered,
.search-form .is-white.is-inverted.is-hovered.search-submit,
.comment-form input.is-white.is-inverted.is-hovered[type=submit] {
  background-color: #000;
}

.button.is-white.is-inverted[disabled],
.search-form .is-white.is-inverted[disabled].search-submit,
.comment-form input.is-white.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-white.is-inverted,
fieldset[disabled] .search-form .is-white.is-inverted.search-submit,
.search-form fieldset[disabled] .is-white.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-white.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-white.is-inverted[type=submit] {
  background-color: hsl(0,0%,4%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: #fff;
}

.button.is-white.is-loading::after,
.search-form .is-white.is-loading.search-submit::after,
.comment-form input.is-white.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,4%) hsl(0,0%,4%) !important;
}

.button.is-white.is-outlined,
.search-form .is-white.is-outlined.search-submit,
.comment-form input.is-white.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.button.is-white.is-outlined:hover,
.search-form .is-white.is-outlined.search-submit:hover,
.comment-form input.is-white.is-outlined[type=submit]:hover,
.button.is-white.is-outlined.is-hovered,
.search-form .is-white.is-outlined.is-hovered.search-submit,
.comment-form input.is-white.is-outlined.is-hovered[type=submit],
.button.is-white.is-outlined:focus,
.search-form .is-white.is-outlined.search-submit:focus,
.comment-form input.is-white.is-outlined[type=submit]:focus,
.button.is-white.is-outlined.is-focused,
.search-form .is-white.is-outlined.is-focused.search-submit,
.comment-form input.is-white.is-outlined.is-focused[type=submit] {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0,0%,4%);
}

.button.is-white.is-outlined.is-loading::after,
.search-form .is-white.is-outlined.is-loading.search-submit::after,
.comment-form input.is-white.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-white.is-outlined.is-loading:hover::after,
.search-form .is-white.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-white.is-outlined.is-loading[type=submit]:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.search-form .is-white.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-white.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-white.is-outlined.is-loading:focus::after,
.search-form .is-white.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-white.is-outlined.is-loading[type=submit]:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after,
.search-form .is-white.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-white.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,4%) hsl(0,0%,4%) !important;
}

.button.is-white.is-outlined[disabled],
.search-form .is-white.is-outlined[disabled].search-submit,
.comment-form input.is-white.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-white.is-outlined,
fieldset[disabled] .search-form .is-white.is-outlined.search-submit,
.search-form fieldset[disabled] .is-white.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-white.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-white.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-white.is-inverted.is-outlined,
.search-form .is-white.is-inverted.is-outlined.search-submit,
.comment-form input.is-white.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,4%);
  color: hsl(0,0%,4%);
}

.button.is-white.is-inverted.is-outlined:hover,
.search-form .is-white.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-white.is-inverted.is-outlined[type=submit]:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.search-form .is-white.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-white.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-white.is-inverted.is-outlined:focus,
.search-form .is-white.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-white.is-inverted.is-outlined[type=submit]:focus,
.button.is-white.is-inverted.is-outlined.is-focused,
.search-form .is-white.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-white.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: hsl(0,0%,4%);
  color: #fff;
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-white.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-white.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-white.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-white.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-white.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-white.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-white.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-white.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-white.is-inverted.is-outlined[disabled],
.search-form .is-white.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-white.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-white.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-white.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-white.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-white.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-white.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,4%);
  box-shadow: none;
  color: hsl(0,0%,4%);
}

.button.is-black,
.search-form .is-black.search-submit,
.comment-form input.is-black[type=submit] {
  background-color: hsl(0,0%,4%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-black:hover,
.search-form .is-black.search-submit:hover,
.comment-form input.is-black[type=submit]:hover,
.button.is-black.is-hovered,
.search-form .is-black.is-hovered.search-submit,
.comment-form input.is-black.is-hovered[type=submit] {
  background-color: hsl(0,0%,1.5%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-black:focus,
.search-form .is-black.search-submit:focus,
.comment-form input.is-black[type=submit]:focus,
.button.is-black.is-focused,
.search-form .is-black.is-focused.search-submit,
.comment-form input.is-black.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-black:focus:not(:active),
.search-form .is-black.search-submit:focus:not(:active),
.comment-form input.is-black[type=submit]:focus:not(:active),
.button.is-black.is-focused:not(:active),
.search-form .is-black.is-focused.search-submit:not(:active),
.comment-form input.is-black.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em hsla(0,0%,4%,.25);
}

.button.is-black:active,
.search-form .is-black.search-submit:active,
.comment-form input.is-black[type=submit]:active,
.button.is-black.is-active,
.search-form .is-black.is-active.search-submit,
.comment-form input.is-black.is-active[type=submit] {
  background-color: #000;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-black[disabled],
.search-form .is-black[disabled].search-submit,
.comment-form input.is-black[disabled][type=submit],
fieldset[disabled] .button.is-black,
fieldset[disabled] .search-form .is-black.search-submit,
.search-form fieldset[disabled] .is-black.search-submit,
fieldset[disabled] .comment-form input.is-black[type=submit],
.comment-form fieldset[disabled] input.is-black[type=submit] {
  background-color: hsl(0,0%,4%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-black.is-inverted,
.search-form .is-black.is-inverted.search-submit,
.comment-form input.is-black.is-inverted[type=submit] {
  background-color: #fff;
  color: hsl(0,0%,4%);
}

.button.is-black.is-inverted:hover,
.search-form .is-black.is-inverted.search-submit:hover,
.comment-form input.is-black.is-inverted[type=submit]:hover,
.button.is-black.is-inverted.is-hovered,
.search-form .is-black.is-inverted.is-hovered.search-submit,
.comment-form input.is-black.is-inverted.is-hovered[type=submit] {
  background-color: hsl(0,0%,95%);
}

.button.is-black.is-inverted[disabled],
.search-form .is-black.is-inverted[disabled].search-submit,
.comment-form input.is-black.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-black.is-inverted,
fieldset[disabled] .search-form .is-black.is-inverted.search-submit,
.search-form fieldset[disabled] .is-black.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-black.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-black.is-inverted[type=submit] {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: hsl(0,0%,4%);
}

.button.is-black.is-loading::after,
.search-form .is-black.is-loading.search-submit::after,
.comment-form input.is-black.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-black.is-outlined,
.search-form .is-black.is-outlined.search-submit,
.comment-form input.is-black.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,4%);
  color: hsl(0,0%,4%);
}

.button.is-black.is-outlined:hover,
.search-form .is-black.is-outlined.search-submit:hover,
.comment-form input.is-black.is-outlined[type=submit]:hover,
.button.is-black.is-outlined.is-hovered,
.search-form .is-black.is-outlined.is-hovered.search-submit,
.comment-form input.is-black.is-outlined.is-hovered[type=submit],
.button.is-black.is-outlined:focus,
.search-form .is-black.is-outlined.search-submit:focus,
.comment-form input.is-black.is-outlined[type=submit]:focus,
.button.is-black.is-outlined.is-focused,
.search-form .is-black.is-outlined.is-focused.search-submit,
.comment-form input.is-black.is-outlined.is-focused[type=submit] {
  background-color: hsl(0,0%,4%);
  border-color: hsl(0,0%,4%);
  color: #fff;
}

.button.is-black.is-outlined.is-loading::after,
.search-form .is-black.is-outlined.is-loading.search-submit::after,
.comment-form input.is-black.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,4%) hsl(0,0%,4%) !important;
}

.button.is-black.is-outlined.is-loading:hover::after,
.search-form .is-black.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-black.is-outlined.is-loading[type=submit]:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.search-form .is-black.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-black.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-black.is-outlined.is-loading:focus::after,
.search-form .is-black.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-black.is-outlined.is-loading[type=submit]:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after,
.search-form .is-black.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-black.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-black.is-outlined[disabled],
.search-form .is-black.is-outlined[disabled].search-submit,
.comment-form input.is-black.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-black.is-outlined,
fieldset[disabled] .search-form .is-black.is-outlined.search-submit,
.search-form fieldset[disabled] .is-black.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-black.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-black.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,4%);
  box-shadow: none;
  color: hsl(0,0%,4%);
}

.button.is-black.is-inverted.is-outlined,
.search-form .is-black.is-inverted.is-outlined.search-submit,
.comment-form input.is-black.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.button.is-black.is-inverted.is-outlined:hover,
.search-form .is-black.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-black.is-inverted.is-outlined[type=submit]:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.search-form .is-black.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-black.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-black.is-inverted.is-outlined:focus,
.search-form .is-black.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-black.is-inverted.is-outlined[type=submit]:focus,
.button.is-black.is-inverted.is-outlined.is-focused,
.search-form .is-black.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-black.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: #fff;
  color: hsl(0,0%,4%);
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-black.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-black.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-black.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-black.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-black.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-black.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-black.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-black.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,4%) hsl(0,0%,4%) !important;
}

.button.is-black.is-inverted.is-outlined[disabled],
.search-form .is-black.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-black.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-black.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-black.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-black.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-black.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-black.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-light,
.search-form .is-light.search-submit,
.comment-form input.is-light[type=submit] {
  background-color: hsl(0,0%,96%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,21%);
}

.button.is-light:hover,
.search-form .is-light.search-submit:hover,
.comment-form input.is-light[type=submit]:hover,
.button.is-light.is-hovered,
.search-form .is-light.is-hovered.search-submit,
.comment-form input.is-light.is-hovered[type=submit] {
  background-color: hsl(0,0%,93.5%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,21%);
}

.button.is-light:focus,
.search-form .is-light.search-submit:focus,
.comment-form input.is-light[type=submit]:focus,
.button.is-light.is-focused,
.search-form .is-light.is-focused.search-submit,
.comment-form input.is-light.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,21%);
}

.button.is-light:focus:not(:active),
.search-form .is-light.search-submit:focus:not(:active),
.comment-form input.is-light[type=submit]:focus:not(:active),
.button.is-light.is-focused:not(:active),
.search-form .is-light.is-focused.search-submit:not(:active),
.comment-form input.is-light.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em hsla(0,0%,96%,.25);
}

.button.is-light:active,
.search-form .is-light.search-submit:active,
.comment-form input.is-light[type=submit]:active,
.button.is-light.is-active,
.search-form .is-light.is-active.search-submit,
.comment-form input.is-light.is-active[type=submit] {
  background-color: hsl(0,0%,91%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,21%);
}

.button.is-light[disabled],
.search-form .is-light[disabled].search-submit,
.comment-form input.is-light[disabled][type=submit],
fieldset[disabled] .button.is-light,
fieldset[disabled] .search-form .is-light.search-submit,
.search-form fieldset[disabled] .is-light.search-submit,
fieldset[disabled] .comment-form input.is-light[type=submit],
.comment-form fieldset[disabled] input.is-light[type=submit] {
  background-color: hsl(0,0%,96%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-light.is-inverted,
.search-form .is-light.is-inverted.search-submit,
.comment-form input.is-light.is-inverted[type=submit] {
  background-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.button.is-light.is-inverted:hover,
.search-form .is-light.is-inverted.search-submit:hover,
.comment-form input.is-light.is-inverted[type=submit]:hover,
.button.is-light.is-inverted.is-hovered,
.search-form .is-light.is-inverted.is-hovered.search-submit,
.comment-form input.is-light.is-inverted.is-hovered[type=submit] {
  background-color: hsl(0,0%,16%);
}

.button.is-light.is-inverted[disabled],
.search-form .is-light.is-inverted[disabled].search-submit,
.comment-form input.is-light.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-light.is-inverted,
fieldset[disabled] .search-form .is-light.is-inverted.search-submit,
.search-form fieldset[disabled] .is-light.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-light.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-light.is-inverted[type=submit] {
  background-color: hsl(0,0%,21%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: hsl(0,0%,96%);
}

.button.is-light.is-loading::after,
.search-form .is-light.is-loading.search-submit::after,
.comment-form input.is-light.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,21%) hsl(0,0%,21%) !important;
}

.button.is-light.is-outlined,
.search-form .is-light.is-outlined.search-submit,
.comment-form input.is-light.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,96%);
  color: hsl(0,0%,96%);
}

.button.is-light.is-outlined:hover,
.search-form .is-light.is-outlined.search-submit:hover,
.comment-form input.is-light.is-outlined[type=submit]:hover,
.button.is-light.is-outlined.is-hovered,
.search-form .is-light.is-outlined.is-hovered.search-submit,
.comment-form input.is-light.is-outlined.is-hovered[type=submit],
.button.is-light.is-outlined:focus,
.search-form .is-light.is-outlined.search-submit:focus,
.comment-form input.is-light.is-outlined[type=submit]:focus,
.button.is-light.is-outlined.is-focused,
.search-form .is-light.is-outlined.is-focused.search-submit,
.comment-form input.is-light.is-outlined.is-focused[type=submit] {
  background-color: hsl(0,0%,96%);
  border-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.button.is-light.is-outlined.is-loading::after,
.search-form .is-light.is-outlined.is-loading.search-submit::after,
.comment-form input.is-light.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,96%) hsl(0,0%,96%) !important;
}

.button.is-light.is-outlined.is-loading:hover::after,
.search-form .is-light.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-light.is-outlined.is-loading[type=submit]:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.search-form .is-light.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-light.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-light.is-outlined.is-loading:focus::after,
.search-form .is-light.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-light.is-outlined.is-loading[type=submit]:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after,
.search-form .is-light.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-light.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,21%) hsl(0,0%,21%) !important;
}

.button.is-light.is-outlined[disabled],
.search-form .is-light.is-outlined[disabled].search-submit,
.comment-form input.is-light.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-light.is-outlined,
fieldset[disabled] .search-form .is-light.is-outlined.search-submit,
.search-form fieldset[disabled] .is-light.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-light.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-light.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,96%);
  box-shadow: none;
  color: hsl(0,0%,96%);
}

.button.is-light.is-inverted.is-outlined,
.search-form .is-light.is-inverted.is-outlined.search-submit,
.comment-form input.is-light.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,21%);
  color: hsl(0,0%,21%);
}

.button.is-light.is-inverted.is-outlined:hover,
.search-form .is-light.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-light.is-inverted.is-outlined[type=submit]:hover,
.button.is-light.is-inverted.is-outlined.is-hovered,
.search-form .is-light.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-light.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-light.is-inverted.is-outlined:focus,
.search-form .is-light.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-light.is-inverted.is-outlined[type=submit]:focus,
.button.is-light.is-inverted.is-outlined.is-focused,
.search-form .is-light.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-light.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-light.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-light.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-light.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-light.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-light.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-light.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-light.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-light.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,96%) hsl(0,0%,96%) !important;
}

.button.is-light.is-inverted.is-outlined[disabled],
.search-form .is-light.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-light.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-light.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-light.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-light.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-light.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-light.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,21%);
  box-shadow: none;
  color: hsl(0,0%,21%);
}

.button.is-dark,
.search-form .is-dark.search-submit,
.comment-form input.is-dark[type=submit] {
  background-color: hsl(0,0%,21%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,96%);
}

.button.is-dark:hover,
.search-form .is-dark.search-submit:hover,
.comment-form input.is-dark[type=submit]:hover,
.button.is-dark.is-hovered,
.search-form .is-dark.is-hovered.search-submit,
.comment-form input.is-dark.is-hovered[type=submit] {
  background-color: hsl(0,0%,18.5%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,96%);
}

.button.is-dark:focus,
.search-form .is-dark.search-submit:focus,
.comment-form input.is-dark[type=submit]:focus,
.button.is-dark.is-focused,
.search-form .is-dark.is-focused.search-submit,
.comment-form input.is-dark.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,96%);
}

.button.is-dark:focus:not(:active),
.search-form .is-dark.search-submit:focus:not(:active),
.comment-form input.is-dark[type=submit]:focus:not(:active),
.button.is-dark.is-focused:not(:active),
.search-form .is-dark.is-focused.search-submit:not(:active),
.comment-form input.is-dark.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em hsla(0,0%,21%,.25);
}

.button.is-dark:active,
.search-form .is-dark.search-submit:active,
.comment-form input.is-dark[type=submit]:active,
.button.is-dark.is-active,
.search-form .is-dark.is-active.search-submit,
.comment-form input.is-dark.is-active[type=submit] {
  background-color: hsl(0,0%,16%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,96%);
}

.button.is-dark[disabled],
.search-form .is-dark[disabled].search-submit,
.comment-form input.is-dark[disabled][type=submit],
fieldset[disabled] .button.is-dark,
fieldset[disabled] .search-form .is-dark.search-submit,
.search-form fieldset[disabled] .is-dark.search-submit,
fieldset[disabled] .comment-form input.is-dark[type=submit],
.comment-form fieldset[disabled] input.is-dark[type=submit] {
  background-color: hsl(0,0%,21%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-dark.is-inverted,
.search-form .is-dark.is-inverted.search-submit,
.comment-form input.is-dark.is-inverted[type=submit] {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.button.is-dark.is-inverted:hover,
.search-form .is-dark.is-inverted.search-submit:hover,
.comment-form input.is-dark.is-inverted[type=submit]:hover,
.button.is-dark.is-inverted.is-hovered,
.search-form .is-dark.is-inverted.is-hovered.search-submit,
.comment-form input.is-dark.is-inverted.is-hovered[type=submit] {
  background-color: hsl(0,0%,91%);
}

.button.is-dark.is-inverted[disabled],
.search-form .is-dark.is-inverted[disabled].search-submit,
.comment-form input.is-dark.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-dark.is-inverted,
fieldset[disabled] .search-form .is-dark.is-inverted.search-submit,
.search-form fieldset[disabled] .is-dark.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-dark.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-dark.is-inverted[type=submit] {
  background-color: hsl(0,0%,96%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: hsl(0,0%,21%);
}

.button.is-dark.is-loading::after,
.search-form .is-dark.is-loading.search-submit::after,
.comment-form input.is-dark.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,96%) hsl(0,0%,96%) !important;
}

.button.is-dark.is-outlined,
.search-form .is-dark.is-outlined.search-submit,
.comment-form input.is-dark.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,21%);
  color: hsl(0,0%,21%);
}

.button.is-dark.is-outlined:hover,
.search-form .is-dark.is-outlined.search-submit:hover,
.comment-form input.is-dark.is-outlined[type=submit]:hover,
.button.is-dark.is-outlined.is-hovered,
.search-form .is-dark.is-outlined.is-hovered.search-submit,
.comment-form input.is-dark.is-outlined.is-hovered[type=submit],
.button.is-dark.is-outlined:focus,
.search-form .is-dark.is-outlined.search-submit:focus,
.comment-form input.is-dark.is-outlined[type=submit]:focus,
.button.is-dark.is-outlined.is-focused,
.search-form .is-dark.is-outlined.is-focused.search-submit,
.comment-form input.is-dark.is-outlined.is-focused[type=submit] {
  background-color: hsl(0,0%,21%);
  border-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.button.is-dark.is-outlined.is-loading::after,
.search-form .is-dark.is-outlined.is-loading.search-submit::after,
.comment-form input.is-dark.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,21%) hsl(0,0%,21%) !important;
}

.button.is-dark.is-outlined.is-loading:hover::after,
.search-form .is-dark.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-dark.is-outlined.is-loading[type=submit]:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.search-form .is-dark.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-dark.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.search-form .is-dark.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-dark.is-outlined.is-loading[type=submit]:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after,
.search-form .is-dark.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-dark.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,96%) hsl(0,0%,96%) !important;
}

.button.is-dark.is-outlined[disabled],
.search-form .is-dark.is-outlined[disabled].search-submit,
.comment-form input.is-dark.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-dark.is-outlined,
fieldset[disabled] .search-form .is-dark.is-outlined.search-submit,
.search-form fieldset[disabled] .is-dark.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-dark.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-dark.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,21%);
  box-shadow: none;
  color: hsl(0,0%,21%);
}

.button.is-dark.is-inverted.is-outlined,
.search-form .is-dark.is-inverted.is-outlined.search-submit,
.comment-form input.is-dark.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,96%);
  color: hsl(0,0%,96%);
}

.button.is-dark.is-inverted.is-outlined:hover,
.search-form .is-dark.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-dark.is-inverted.is-outlined[type=submit]:hover,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.search-form .is-dark.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-dark.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-dark.is-inverted.is-outlined:focus,
.search-form .is-dark.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-dark.is-inverted.is-outlined[type=submit]:focus,
.button.is-dark.is-inverted.is-outlined.is-focused,
.search-form .is-dark.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-dark.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-dark.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-dark.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-dark.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-dark.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-dark.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-dark.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-dark.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-dark.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,21%) hsl(0,0%,21%) !important;
}

.button.is-dark.is-inverted.is-outlined[disabled],
.search-form .is-dark.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-dark.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-dark.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-dark.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-dark.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-dark.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(0,0%,96%);
  box-shadow: none;
  color: hsl(0,0%,96%);
}

.button.is-primary,
.search-form .is-primary.search-submit,
.comment-form input.is-primary[type=submit] {
  background-color: #219128;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-primary:hover,
.search-form .is-primary.search-submit:hover,
.comment-form input.is-primary[type=submit]:hover,
.button.is-primary.is-hovered,
.search-form .is-primary.is-hovered.search-submit,
.comment-form input.is-primary.is-hovered[type=submit] {
  background-color: hsl(123.75,62.9213483146%,32.4019607843%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-primary:focus,
.search-form .is-primary.search-submit:focus,
.comment-form input.is-primary[type=submit]:focus,
.button.is-primary.is-focused,
.search-form .is-primary.is-focused.search-submit,
.comment-form input.is-primary.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-primary:focus:not(:active),
.search-form .is-primary.search-submit:focus:not(:active),
.comment-form input.is-primary[type=submit]:focus:not(:active),
.button.is-primary.is-focused:not(:active),
.search-form .is-primary.is-focused.search-submit:not(:active),
.comment-form input.is-primary.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em rgba(33,145,40,.25);
}

.button.is-primary:active,
.search-form .is-primary.search-submit:active,
.comment-form input.is-primary[type=submit]:active,
.button.is-primary.is-active,
.search-form .is-primary.is-active.search-submit,
.comment-form input.is-primary.is-active[type=submit] {
  background-color: hsl(123.75,62.9213483146%,29.9019607843%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-primary[disabled],
.search-form .is-primary[disabled].search-submit,
.comment-form input.is-primary[disabled][type=submit],
fieldset[disabled] .button.is-primary,
fieldset[disabled] .search-form .is-primary.search-submit,
.search-form fieldset[disabled] .is-primary.search-submit,
fieldset[disabled] .comment-form input.is-primary[type=submit],
.comment-form fieldset[disabled] input.is-primary[type=submit] {
  background-color: #219128;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-primary.is-inverted,
.search-form .is-primary.is-inverted.search-submit,
.comment-form input.is-primary.is-inverted[type=submit] {
  background-color: #fff;
  color: #219128;
}

.button.is-primary.is-inverted:hover,
.search-form .is-primary.is-inverted.search-submit:hover,
.comment-form input.is-primary.is-inverted[type=submit]:hover,
.button.is-primary.is-inverted.is-hovered,
.search-form .is-primary.is-inverted.is-hovered.search-submit,
.comment-form input.is-primary.is-inverted.is-hovered[type=submit] {
  background-color: hsl(0,0%,95%);
}

.button.is-primary.is-inverted[disabled],
.search-form .is-primary.is-inverted[disabled].search-submit,
.comment-form input.is-primary.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-primary.is-inverted,
fieldset[disabled] .search-form .is-primary.is-inverted.search-submit,
.search-form fieldset[disabled] .is-primary.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-primary.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-primary.is-inverted[type=submit] {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: #219128;
}

.button.is-primary.is-loading::after,
.search-form .is-primary.is-loading.search-submit::after,
.comment-form input.is-primary.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-primary.is-outlined,
.search-form .is-primary.is-outlined.search-submit,
.comment-form input.is-primary.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #219128;
  color: #219128;
}

.button.is-primary.is-outlined:hover,
.search-form .is-primary.is-outlined.search-submit:hover,
.comment-form input.is-primary.is-outlined[type=submit]:hover,
.button.is-primary.is-outlined.is-hovered,
.search-form .is-primary.is-outlined.is-hovered.search-submit,
.comment-form input.is-primary.is-outlined.is-hovered[type=submit],
.button.is-primary.is-outlined:focus,
.search-form .is-primary.is-outlined.search-submit:focus,
.comment-form input.is-primary.is-outlined[type=submit]:focus,
.button.is-primary.is-outlined.is-focused,
.search-form .is-primary.is-outlined.is-focused.search-submit,
.comment-form input.is-primary.is-outlined.is-focused[type=submit] {
  background-color: #219128;
  border-color: #219128;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after,
.search-form .is-primary.is-outlined.is-loading.search-submit::after,
.comment-form input.is-primary.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #219128 #219128 !important;
}

.button.is-primary.is-outlined.is-loading:hover::after,
.search-form .is-primary.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-primary.is-outlined.is-loading[type=submit]:hover::after,
.button.is-primary.is-outlined.is-loading.is-hovered::after,
.search-form .is-primary.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-primary.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-primary.is-outlined.is-loading:focus::after,
.search-form .is-primary.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-primary.is-outlined.is-loading[type=submit]:focus::after,
.button.is-primary.is-outlined.is-loading.is-focused::after,
.search-form .is-primary.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-primary.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-primary.is-outlined[disabled],
.search-form .is-primary.is-outlined[disabled].search-submit,
.comment-form input.is-primary.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-primary.is-outlined,
fieldset[disabled] .search-form .is-primary.is-outlined.search-submit,
.search-form fieldset[disabled] .is-primary.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-primary.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-primary.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #219128;
  box-shadow: none;
  color: #219128;
}

.button.is-primary.is-inverted.is-outlined,
.search-form .is-primary.is-inverted.is-outlined.search-submit,
.comment-form input.is-primary.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover,
.search-form .is-primary.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-primary.is-inverted.is-outlined[type=submit]:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.search-form .is-primary.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-primary.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-primary.is-inverted.is-outlined:focus,
.search-form .is-primary.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-primary.is-inverted.is-outlined[type=submit]:focus,
.button.is-primary.is-inverted.is-outlined.is-focused,
.search-form .is-primary.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-primary.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: #fff;
  color: #219128;
}

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-primary.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-primary.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-primary.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-primary.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-primary.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-primary.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-primary.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-primary.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #219128 #219128 !important;
}

.button.is-primary.is-inverted.is-outlined[disabled],
.search-form .is-primary.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-primary.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-primary.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-primary.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-primary.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-primary.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-link,
.search-form .is-link.search-submit,
.comment-form input.is-link[type=submit] {
  background-color: #219128;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-link:hover,
.search-form .is-link.search-submit:hover,
.comment-form input.is-link[type=submit]:hover,
.button.is-link.is-hovered,
.search-form .is-link.is-hovered.search-submit,
.comment-form input.is-link.is-hovered[type=submit] {
  background-color: hsl(123.75,62.9213483146%,32.4019607843%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-link:focus,
.search-form .is-link.search-submit:focus,
.comment-form input.is-link[type=submit]:focus,
.button.is-link.is-focused,
.search-form .is-link.is-focused.search-submit,
.comment-form input.is-link.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-link:focus:not(:active),
.search-form .is-link.search-submit:focus:not(:active),
.comment-form input.is-link[type=submit]:focus:not(:active),
.button.is-link.is-focused:not(:active),
.search-form .is-link.is-focused.search-submit:not(:active),
.comment-form input.is-link.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em rgba(33,145,40,.25);
}

.button.is-link:active,
.search-form .is-link.search-submit:active,
.comment-form input.is-link[type=submit]:active,
.button.is-link.is-active,
.search-form .is-link.is-active.search-submit,
.comment-form input.is-link.is-active[type=submit] {
  background-color: hsl(123.75,62.9213483146%,29.9019607843%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-link[disabled],
.search-form .is-link[disabled].search-submit,
.comment-form input.is-link[disabled][type=submit],
fieldset[disabled] .button.is-link,
fieldset[disabled] .search-form .is-link.search-submit,
.search-form fieldset[disabled] .is-link.search-submit,
fieldset[disabled] .comment-form input.is-link[type=submit],
.comment-form fieldset[disabled] input.is-link[type=submit] {
  background-color: #219128;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-link.is-inverted,
.search-form .is-link.is-inverted.search-submit,
.comment-form input.is-link.is-inverted[type=submit] {
  background-color: #fff;
  color: #219128;
}

.button.is-link.is-inverted:hover,
.search-form .is-link.is-inverted.search-submit:hover,
.comment-form input.is-link.is-inverted[type=submit]:hover,
.button.is-link.is-inverted.is-hovered,
.search-form .is-link.is-inverted.is-hovered.search-submit,
.comment-form input.is-link.is-inverted.is-hovered[type=submit] {
  background-color: hsl(0,0%,95%);
}

.button.is-link.is-inverted[disabled],
.search-form .is-link.is-inverted[disabled].search-submit,
.comment-form input.is-link.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-link.is-inverted,
fieldset[disabled] .search-form .is-link.is-inverted.search-submit,
.search-form fieldset[disabled] .is-link.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-link.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-link.is-inverted[type=submit] {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: #219128;
}

.button.is-link.is-loading::after,
.search-form .is-link.is-loading.search-submit::after,
.comment-form input.is-link.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-link.is-outlined,
.search-form .is-link.is-outlined.search-submit,
.comment-form input.is-link.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #219128;
  color: #219128;
}

.button.is-link.is-outlined:hover,
.search-form .is-link.is-outlined.search-submit:hover,
.comment-form input.is-link.is-outlined[type=submit]:hover,
.button.is-link.is-outlined.is-hovered,
.search-form .is-link.is-outlined.is-hovered.search-submit,
.comment-form input.is-link.is-outlined.is-hovered[type=submit],
.button.is-link.is-outlined:focus,
.search-form .is-link.is-outlined.search-submit:focus,
.comment-form input.is-link.is-outlined[type=submit]:focus,
.button.is-link.is-outlined.is-focused,
.search-form .is-link.is-outlined.is-focused.search-submit,
.comment-form input.is-link.is-outlined.is-focused[type=submit] {
  background-color: #219128;
  border-color: #219128;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after,
.search-form .is-link.is-outlined.is-loading.search-submit::after,
.comment-form input.is-link.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #219128 #219128 !important;
}

.button.is-link.is-outlined.is-loading:hover::after,
.search-form .is-link.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-link.is-outlined.is-loading[type=submit]:hover::after,
.button.is-link.is-outlined.is-loading.is-hovered::after,
.search-form .is-link.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-link.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-link.is-outlined.is-loading:focus::after,
.search-form .is-link.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-link.is-outlined.is-loading[type=submit]:focus::after,
.button.is-link.is-outlined.is-loading.is-focused::after,
.search-form .is-link.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-link.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-link.is-outlined[disabled],
.search-form .is-link.is-outlined[disabled].search-submit,
.comment-form input.is-link.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-link.is-outlined,
fieldset[disabled] .search-form .is-link.is-outlined.search-submit,
.search-form fieldset[disabled] .is-link.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-link.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-link.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #219128;
  box-shadow: none;
  color: #219128;
}

.button.is-link.is-inverted.is-outlined,
.search-form .is-link.is-inverted.is-outlined.search-submit,
.comment-form input.is-link.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover,
.search-form .is-link.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-link.is-inverted.is-outlined[type=submit]:hover,
.button.is-link.is-inverted.is-outlined.is-hovered,
.search-form .is-link.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-link.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-link.is-inverted.is-outlined:focus,
.search-form .is-link.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-link.is-inverted.is-outlined[type=submit]:focus,
.button.is-link.is-inverted.is-outlined.is-focused,
.search-form .is-link.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-link.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: #fff;
  color: #219128;
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-link.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-link.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-link.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-link.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-link.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-link.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-link.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-link.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-link.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #219128 #219128 !important;
}

.button.is-link.is-inverted.is-outlined[disabled],
.search-form .is-link.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-link.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-link.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-link.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-link.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-link.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-link.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-info,
.search-form .search-submit,
.comment-form input[type=submit] {
  background-color: hsl(204,86%,53%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-info:hover,
.search-form .search-submit:hover,
.comment-form input[type=submit]:hover,
.button.is-info.is-hovered,
.search-form .is-hovered.search-submit,
.comment-form input.is-hovered[type=submit] {
  background-color: hsl(204,86%,50.5%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-info:focus,
.search-form .search-submit:focus,
.comment-form input[type=submit]:focus,
.button.is-info.is-focused,
.search-form .is-focused.search-submit,
.comment-form input.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-info:focus:not(:active),
.search-form .search-submit:focus:not(:active),
.comment-form input[type=submit]:focus:not(:active),
.button.is-info.is-focused:not(:active),
.search-form .is-focused.search-submit:not(:active),
.comment-form input.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em hsla(204,86%,53%,.25);
}

.button.is-info:active,
.search-form .search-submit:active,
.comment-form input[type=submit]:active,
.button.is-info.is-active,
.search-form .is-active.search-submit,
.comment-form input.is-active[type=submit] {
  background-color: hsl(204,86%,48%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-info[disabled],
.search-form [disabled].search-submit,
.comment-form input[disabled][type=submit],
fieldset[disabled] .button.is-info,
fieldset[disabled] .search-form .search-submit,
.search-form fieldset[disabled] .search-submit,
fieldset[disabled] .comment-form input[type=submit],
.comment-form fieldset[disabled] input[type=submit] {
  background-color: hsl(204,86%,53%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-info.is-inverted,
.search-form .is-inverted.search-submit,
.comment-form input.is-inverted[type=submit] {
  background-color: #fff;
  color: hsl(204,86%,53%);
}

.button.is-info.is-inverted:hover,
.search-form .is-inverted.search-submit:hover,
.comment-form input.is-inverted[type=submit]:hover,
.button.is-info.is-inverted.is-hovered,
.search-form .is-inverted.is-hovered.search-submit,
.comment-form input.is-inverted.is-hovered[type=submit] {
  background-color: hsl(0,0%,95%);
}

.button.is-info.is-inverted[disabled],
.search-form .is-inverted[disabled].search-submit,
.comment-form input.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-info.is-inverted,
fieldset[disabled] .search-form .is-inverted.search-submit,
.search-form fieldset[disabled] .is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-inverted[type=submit] {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: hsl(204,86%,53%);
}

.button.is-info.is-loading::after,
.search-form .is-loading.search-submit::after,
.comment-form input.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-info.is-outlined,
.search-form .is-outlined.search-submit,
.comment-form input.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(204,86%,53%);
  color: hsl(204,86%,53%);
}

.button.is-info.is-outlined:hover,
.search-form .is-outlined.search-submit:hover,
.comment-form input.is-outlined[type=submit]:hover,
.button.is-info.is-outlined.is-hovered,
.search-form .is-outlined.is-hovered.search-submit,
.comment-form input.is-outlined.is-hovered[type=submit],
.button.is-info.is-outlined:focus,
.search-form .is-outlined.search-submit:focus,
.comment-form input.is-outlined[type=submit]:focus,
.button.is-info.is-outlined.is-focused,
.search-form .is-outlined.is-focused.search-submit,
.comment-form input.is-outlined.is-focused[type=submit] {
  background-color: hsl(204,86%,53%);
  border-color: hsl(204,86%,53%);
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after,
.search-form .is-outlined.is-loading.search-submit::after,
.comment-form input.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(204,86%,53%) hsl(204,86%,53%) !important;
}

.button.is-info.is-outlined.is-loading:hover::after,
.search-form .is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-outlined.is-loading[type=submit]:hover::after,
.button.is-info.is-outlined.is-loading.is-hovered::after,
.search-form .is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-info.is-outlined.is-loading:focus::after,
.search-form .is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-outlined.is-loading[type=submit]:focus::after,
.button.is-info.is-outlined.is-loading.is-focused::after,
.search-form .is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-info.is-outlined[disabled],
.search-form .is-outlined[disabled].search-submit,
.comment-form input.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-info.is-outlined,
fieldset[disabled] .search-form .is-outlined.search-submit,
.search-form fieldset[disabled] .is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(204,86%,53%);
  box-shadow: none;
  color: hsl(204,86%,53%);
}

.button.is-info.is-inverted.is-outlined,
.search-form .is-inverted.is-outlined.search-submit,
.comment-form input.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover,
.search-form .is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-inverted.is-outlined[type=submit]:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.search-form .is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-info.is-inverted.is-outlined:focus,
.search-form .is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-inverted.is-outlined[type=submit]:focus,
.button.is-info.is-inverted.is-outlined.is-focused,
.search-form .is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: #fff;
  color: hsl(204,86%,53%);
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(204,86%,53%) hsl(204,86%,53%) !important;
}

.button.is-info.is-inverted.is-outlined[disabled],
.search-form .is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-info.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success,
.search-form .is-success.search-submit,
.comment-form input.is-success[type=submit] {
  background-color: #0f5e08;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-success:hover,
.search-form .is-success.search-submit:hover,
.comment-form input.is-success[type=submit]:hover,
.button.is-success.is-hovered,
.search-form .is-success.is-hovered.search-submit,
.comment-form input.is-success.is-hovered[type=submit] {
  background-color: rgb(13.125,82.25,7);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-success:focus,
.search-form .is-success.search-submit:focus,
.comment-form input.is-success[type=submit]:focus,
.button.is-success.is-focused,
.search-form .is-success.is-focused.search-submit,
.comment-form input.is-success.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-success:focus:not(:active),
.search-form .is-success.search-submit:focus:not(:active),
.comment-form input.is-success[type=submit]:focus:not(:active),
.button.is-success.is-focused:not(:active),
.search-form .is-success.is-focused.search-submit:not(:active),
.comment-form input.is-success.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em rgba(15,94,8,.25);
}

.button.is-success:active,
.search-form .is-success.search-submit:active,
.comment-form input.is-success[type=submit]:active,
.button.is-success.is-active,
.search-form .is-success.is-active.search-submit,
.comment-form input.is-success.is-active[type=submit] {
  background-color: rgb(11.25,70.5,6);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-success[disabled],
.search-form .is-success[disabled].search-submit,
.comment-form input.is-success[disabled][type=submit],
fieldset[disabled] .button.is-success,
fieldset[disabled] .search-form .is-success.search-submit,
.search-form fieldset[disabled] .is-success.search-submit,
fieldset[disabled] .comment-form input.is-success[type=submit],
.comment-form fieldset[disabled] input.is-success[type=submit] {
  background-color: #0f5e08;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-success.is-inverted,
.search-form .is-success.is-inverted.search-submit,
.comment-form input.is-success.is-inverted[type=submit] {
  background-color: #fff;
  color: #0f5e08;
}

.button.is-success.is-inverted:hover,
.search-form .is-success.is-inverted.search-submit:hover,
.comment-form input.is-success.is-inverted[type=submit]:hover,
.button.is-success.is-inverted.is-hovered,
.search-form .is-success.is-inverted.is-hovered.search-submit,
.comment-form input.is-success.is-inverted.is-hovered[type=submit] {
  background-color: hsl(0,0%,95%);
}

.button.is-success.is-inverted[disabled],
.search-form .is-success.is-inverted[disabled].search-submit,
.comment-form input.is-success.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-success.is-inverted,
fieldset[disabled] .search-form .is-success.is-inverted.search-submit,
.search-form fieldset[disabled] .is-success.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-success.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-success.is-inverted[type=submit] {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: #0f5e08;
}

.button.is-success.is-loading::after,
.search-form .is-success.is-loading.search-submit::after,
.comment-form input.is-success.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-success.is-outlined,
.search-form .is-success.is-outlined.search-submit,
.comment-form input.is-success.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #0f5e08;
  color: #0f5e08;
}

.button.is-success.is-outlined:hover,
.search-form .is-success.is-outlined.search-submit:hover,
.comment-form input.is-success.is-outlined[type=submit]:hover,
.button.is-success.is-outlined.is-hovered,
.search-form .is-success.is-outlined.is-hovered.search-submit,
.comment-form input.is-success.is-outlined.is-hovered[type=submit],
.button.is-success.is-outlined:focus,
.search-form .is-success.is-outlined.search-submit:focus,
.comment-form input.is-success.is-outlined[type=submit]:focus,
.button.is-success.is-outlined.is-focused,
.search-form .is-success.is-outlined.is-focused.search-submit,
.comment-form input.is-success.is-outlined.is-focused[type=submit] {
  background-color: #0f5e08;
  border-color: #0f5e08;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after,
.search-form .is-success.is-outlined.is-loading.search-submit::after,
.comment-form input.is-success.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0f5e08 #0f5e08 !important;
}

.button.is-success.is-outlined.is-loading:hover::after,
.search-form .is-success.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-success.is-outlined.is-loading[type=submit]:hover::after,
.button.is-success.is-outlined.is-loading.is-hovered::after,
.search-form .is-success.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-success.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-success.is-outlined.is-loading:focus::after,
.search-form .is-success.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-success.is-outlined.is-loading[type=submit]:focus::after,
.button.is-success.is-outlined.is-loading.is-focused::after,
.search-form .is-success.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-success.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-success.is-outlined[disabled],
.search-form .is-success.is-outlined[disabled].search-submit,
.comment-form input.is-success.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-success.is-outlined,
fieldset[disabled] .search-form .is-success.is-outlined.search-submit,
.search-form fieldset[disabled] .is-success.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-success.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-success.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #0f5e08;
  box-shadow: none;
  color: #0f5e08;
}

.button.is-success.is-inverted.is-outlined,
.search-form .is-success.is-inverted.is-outlined.search-submit,
.comment-form input.is-success.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover,
.search-form .is-success.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-success.is-inverted.is-outlined[type=submit]:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.search-form .is-success.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-success.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-success.is-inverted.is-outlined:focus,
.search-form .is-success.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-success.is-inverted.is-outlined[type=submit]:focus,
.button.is-success.is-inverted.is-outlined.is-focused,
.search-form .is-success.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-success.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: #fff;
  color: #0f5e08;
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-success.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-success.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-success.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-success.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-success.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-success.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-success.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-success.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0f5e08 #0f5e08 !important;
}

.button.is-success.is-inverted.is-outlined[disabled],
.search-form .is-success.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-success.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-success.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-success.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-success.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-success.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-success.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-warning,
.search-form .is-warning.search-submit,
.comment-form input.is-warning[type=submit] {
  background-color: hsl(48,100%,67%);
  border-color: rgba(0,0,0,0);
  color: rgba(0,0,0,.7);
}

.button.is-warning:hover,
.search-form .is-warning.search-submit:hover,
.comment-form input.is-warning[type=submit]:hover,
.button.is-warning.is-hovered,
.search-form .is-warning.is-hovered.search-submit,
.comment-form input.is-warning.is-hovered[type=submit] {
  background-color: hsl(48,100%,64.5%);
  border-color: rgba(0,0,0,0);
  color: rgba(0,0,0,.7);
}

.button.is-warning:focus,
.search-form .is-warning.search-submit:focus,
.comment-form input.is-warning[type=submit]:focus,
.button.is-warning.is-focused,
.search-form .is-warning.is-focused.search-submit,
.comment-form input.is-warning.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: rgba(0,0,0,.7);
}

.button.is-warning:focus:not(:active),
.search-form .is-warning.search-submit:focus:not(:active),
.comment-form input.is-warning[type=submit]:focus:not(:active),
.button.is-warning.is-focused:not(:active),
.search-form .is-warning.is-focused.search-submit:not(:active),
.comment-form input.is-warning.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em hsla(48,100%,67%,.25);
}

.button.is-warning:active,
.search-form .is-warning.search-submit:active,
.comment-form input.is-warning[type=submit]:active,
.button.is-warning.is-active,
.search-form .is-warning.is-active.search-submit,
.comment-form input.is-warning.is-active[type=submit] {
  background-color: hsl(48,100%,62%);
  border-color: rgba(0,0,0,0);
  color: rgba(0,0,0,.7);
}

.button.is-warning[disabled],
.search-form .is-warning[disabled].search-submit,
.comment-form input.is-warning[disabled][type=submit],
fieldset[disabled] .button.is-warning,
fieldset[disabled] .search-form .is-warning.search-submit,
.search-form fieldset[disabled] .is-warning.search-submit,
fieldset[disabled] .comment-form input.is-warning[type=submit],
.comment-form fieldset[disabled] input.is-warning[type=submit] {
  background-color: hsl(48,100%,67%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-warning.is-inverted,
.search-form .is-warning.is-inverted.search-submit,
.comment-form input.is-warning.is-inverted[type=submit] {
  background-color: rgba(0,0,0,.7);
  color: hsl(48,100%,67%);
}

.button.is-warning.is-inverted:hover,
.search-form .is-warning.is-inverted.search-submit:hover,
.comment-form input.is-warning.is-inverted[type=submit]:hover,
.button.is-warning.is-inverted.is-hovered,
.search-form .is-warning.is-inverted.is-hovered.search-submit,
.comment-form input.is-warning.is-inverted.is-hovered[type=submit] {
  background-color: rgba(0,0,0,.7);
}

.button.is-warning.is-inverted[disabled],
.search-form .is-warning.is-inverted[disabled].search-submit,
.comment-form input.is-warning.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-warning.is-inverted,
fieldset[disabled] .search-form .is-warning.is-inverted.search-submit,
.search-form fieldset[disabled] .is-warning.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-warning.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-warning.is-inverted[type=submit] {
  background-color: rgba(0,0,0,.7);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: hsl(48,100%,67%);
}

.button.is-warning.is-loading::after,
.search-form .is-warning.is-loading.search-submit::after,
.comment-form input.is-warning.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important;
}

.button.is-warning.is-outlined,
.search-form .is-warning.is-outlined.search-submit,
.comment-form input.is-warning.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(48,100%,67%);
  color: hsl(48,100%,67%);
}

.button.is-warning.is-outlined:hover,
.search-form .is-warning.is-outlined.search-submit:hover,
.comment-form input.is-warning.is-outlined[type=submit]:hover,
.button.is-warning.is-outlined.is-hovered,
.search-form .is-warning.is-outlined.is-hovered.search-submit,
.comment-form input.is-warning.is-outlined.is-hovered[type=submit],
.button.is-warning.is-outlined:focus,
.search-form .is-warning.is-outlined.search-submit:focus,
.comment-form input.is-warning.is-outlined[type=submit]:focus,
.button.is-warning.is-outlined.is-focused,
.search-form .is-warning.is-outlined.is-focused.search-submit,
.comment-form input.is-warning.is-outlined.is-focused[type=submit] {
  background-color: hsl(48,100%,67%);
  border-color: hsl(48,100%,67%);
  color: rgba(0,0,0,.7);
}

.button.is-warning.is-outlined.is-loading::after,
.search-form .is-warning.is-outlined.is-loading.search-submit::after,
.comment-form input.is-warning.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(48,100%,67%) hsl(48,100%,67%) !important;
}

.button.is-warning.is-outlined.is-loading:hover::after,
.search-form .is-warning.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-warning.is-outlined.is-loading[type=submit]:hover::after,
.button.is-warning.is-outlined.is-loading.is-hovered::after,
.search-form .is-warning.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-warning.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-warning.is-outlined.is-loading:focus::after,
.search-form .is-warning.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-warning.is-outlined.is-loading[type=submit]:focus::after,
.button.is-warning.is-outlined.is-loading.is-focused::after,
.search-form .is-warning.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-warning.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important;
}

.button.is-warning.is-outlined[disabled],
.search-form .is-warning.is-outlined[disabled].search-submit,
.comment-form input.is-warning.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-warning.is-outlined,
fieldset[disabled] .search-form .is-warning.is-outlined.search-submit,
.search-form fieldset[disabled] .is-warning.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-warning.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-warning.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(48,100%,67%);
  box-shadow: none;
  color: hsl(48,100%,67%);
}

.button.is-warning.is-inverted.is-outlined,
.search-form .is-warning.is-inverted.is-outlined.search-submit,
.comment-form input.is-warning.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,.7);
  color: rgba(0,0,0,.7);
}

.button.is-warning.is-inverted.is-outlined:hover,
.search-form .is-warning.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-warning.is-inverted.is-outlined[type=submit]:hover,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.search-form .is-warning.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-warning.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-warning.is-inverted.is-outlined:focus,
.search-form .is-warning.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-warning.is-inverted.is-outlined[type=submit]:focus,
.button.is-warning.is-inverted.is-outlined.is-focused,
.search-form .is-warning.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-warning.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: rgba(0,0,0,.7);
  color: hsl(48,100%,67%);
}

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-warning.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-warning.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-warning.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-warning.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-warning.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-warning.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-warning.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-warning.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(48,100%,67%) hsl(48,100%,67%) !important;
}

.button.is-warning.is-inverted.is-outlined[disabled],
.search-form .is-warning.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-warning.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-warning.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-warning.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-warning.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-warning.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,.7);
  box-shadow: none;
  color: rgba(0,0,0,.7);
}

.button.is-danger,
.search-form .is-danger.search-submit,
.comment-form input.is-danger[type=submit] {
  background-color: hsl(348,100%,61%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-danger:hover,
.search-form .is-danger.search-submit:hover,
.comment-form input.is-danger[type=submit]:hover,
.button.is-danger.is-hovered,
.search-form .is-danger.is-hovered.search-submit,
.comment-form input.is-danger.is-hovered[type=submit] {
  background-color: hsl(348,100%,58.5%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-danger:focus,
.search-form .is-danger.search-submit:focus,
.comment-form input.is-danger[type=submit]:focus,
.button.is-danger.is-focused,
.search-form .is-danger.is-focused.search-submit,
.comment-form input.is-danger.is-focused[type=submit] {
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-danger:focus:not(:active),
.search-form .is-danger.search-submit:focus:not(:active),
.comment-form input.is-danger[type=submit]:focus:not(:active),
.button.is-danger.is-focused:not(:active),
.search-form .is-danger.is-focused.search-submit:not(:active),
.comment-form input.is-danger.is-focused[type=submit]:not(:active) {
  box-shadow: 0 0 0 .125em hsla(348,100%,61%,.25);
}

.button.is-danger:active,
.search-form .is-danger.search-submit:active,
.comment-form input.is-danger[type=submit]:active,
.button.is-danger.is-active,
.search-form .is-danger.is-active.search-submit,
.comment-form input.is-danger.is-active[type=submit] {
  background-color: hsl(348,100%,56%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.button.is-danger[disabled],
.search-form .is-danger[disabled].search-submit,
.comment-form input.is-danger[disabled][type=submit],
fieldset[disabled] .button.is-danger,
fieldset[disabled] .search-form .is-danger.search-submit,
.search-form fieldset[disabled] .is-danger.search-submit,
fieldset[disabled] .comment-form input.is-danger[type=submit],
.comment-form fieldset[disabled] input.is-danger[type=submit] {
  background-color: hsl(348,100%,61%);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
}

.button.is-danger.is-inverted,
.search-form .is-danger.is-inverted.search-submit,
.comment-form input.is-danger.is-inverted[type=submit] {
  background-color: #fff;
  color: hsl(348,100%,61%);
}

.button.is-danger.is-inverted:hover,
.search-form .is-danger.is-inverted.search-submit:hover,
.comment-form input.is-danger.is-inverted[type=submit]:hover,
.button.is-danger.is-inverted.is-hovered,
.search-form .is-danger.is-inverted.is-hovered.search-submit,
.comment-form input.is-danger.is-inverted.is-hovered[type=submit] {
  background-color: hsl(0,0%,95%);
}

.button.is-danger.is-inverted[disabled],
.search-form .is-danger.is-inverted[disabled].search-submit,
.comment-form input.is-danger.is-inverted[disabled][type=submit],
fieldset[disabled] .button.is-danger.is-inverted,
fieldset[disabled] .search-form .is-danger.is-inverted.search-submit,
.search-form fieldset[disabled] .is-danger.is-inverted.search-submit,
fieldset[disabled] .comment-form input.is-danger.is-inverted[type=submit],
.comment-form fieldset[disabled] input.is-danger.is-inverted[type=submit] {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: hsl(348,100%,61%);
}

.button.is-danger.is-loading::after,
.search-form .is-danger.is-loading.search-submit::after,
.comment-form input.is-danger.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-danger.is-outlined,
.search-form .is-danger.is-outlined.search-submit,
.comment-form input.is-danger.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(348,100%,61%);
  color: hsl(348,100%,61%);
}

.button.is-danger.is-outlined:hover,
.search-form .is-danger.is-outlined.search-submit:hover,
.comment-form input.is-danger.is-outlined[type=submit]:hover,
.button.is-danger.is-outlined.is-hovered,
.search-form .is-danger.is-outlined.is-hovered.search-submit,
.comment-form input.is-danger.is-outlined.is-hovered[type=submit],
.button.is-danger.is-outlined:focus,
.search-form .is-danger.is-outlined.search-submit:focus,
.comment-form input.is-danger.is-outlined[type=submit]:focus,
.button.is-danger.is-outlined.is-focused,
.search-form .is-danger.is-outlined.is-focused.search-submit,
.comment-form input.is-danger.is-outlined.is-focused[type=submit] {
  background-color: hsl(348,100%,61%);
  border-color: hsl(348,100%,61%);
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after,
.search-form .is-danger.is-outlined.is-loading.search-submit::after,
.comment-form input.is-danger.is-outlined.is-loading[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(348,100%,61%) hsl(348,100%,61%) !important;
}

.button.is-danger.is-outlined.is-loading:hover::after,
.search-form .is-danger.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-danger.is-outlined.is-loading[type=submit]:hover::after,
.button.is-danger.is-outlined.is-loading.is-hovered::after,
.search-form .is-danger.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-danger.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-danger.is-outlined.is-loading:focus::after,
.search-form .is-danger.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-danger.is-outlined.is-loading[type=submit]:focus::after,
.button.is-danger.is-outlined.is-loading.is-focused::after,
.search-form .is-danger.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-danger.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important;
}

.button.is-danger.is-outlined[disabled],
.search-form .is-danger.is-outlined[disabled].search-submit,
.comment-form input.is-danger.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-danger.is-outlined,
fieldset[disabled] .search-form .is-danger.is-outlined.search-submit,
.search-form fieldset[disabled] .is-danger.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-danger.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-danger.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: hsl(348,100%,61%);
  box-shadow: none;
  color: hsl(348,100%,61%);
}

.button.is-danger.is-inverted.is-outlined,
.search-form .is-danger.is-inverted.is-outlined.search-submit,
.comment-form input.is-danger.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover,
.search-form .is-danger.is-inverted.is-outlined.search-submit:hover,
.comment-form input.is-danger.is-inverted.is-outlined[type=submit]:hover,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.search-form .is-danger.is-inverted.is-outlined.is-hovered.search-submit,
.comment-form input.is-danger.is-inverted.is-outlined.is-hovered[type=submit],
.button.is-danger.is-inverted.is-outlined:focus,
.search-form .is-danger.is-inverted.is-outlined.search-submit:focus,
.comment-form input.is-danger.is-inverted.is-outlined[type=submit]:focus,
.button.is-danger.is-inverted.is-outlined.is-focused,
.search-form .is-danger.is-inverted.is-outlined.is-focused.search-submit,
.comment-form input.is-danger.is-inverted.is-outlined.is-focused[type=submit] {
  background-color: #fff;
  color: hsl(348,100%,61%);
}

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
.search-form .is-danger.is-inverted.is-outlined.is-loading.search-submit:hover::after,
.comment-form input.is-danger.is-inverted.is-outlined.is-loading[type=submit]:hover::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,
.search-form .is-danger.is-inverted.is-outlined.is-loading.is-hovered.search-submit::after,
.comment-form input.is-danger.is-inverted.is-outlined.is-loading.is-hovered[type=submit]::after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,
.search-form .is-danger.is-inverted.is-outlined.is-loading.search-submit:focus::after,
.comment-form input.is-danger.is-inverted.is-outlined.is-loading[type=submit]:focus::after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after,
.search-form .is-danger.is-inverted.is-outlined.is-loading.is-focused.search-submit::after,
.comment-form input.is-danger.is-inverted.is-outlined.is-loading.is-focused[type=submit]::after {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) hsl(348,100%,61%) hsl(348,100%,61%) !important;
}

.button.is-danger.is-inverted.is-outlined[disabled],
.search-form .is-danger.is-inverted.is-outlined[disabled].search-submit,
.comment-form input.is-danger.is-inverted.is-outlined[disabled][type=submit],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined,
fieldset[disabled] .search-form .is-danger.is-inverted.is-outlined.search-submit,
.search-form fieldset[disabled] .is-danger.is-inverted.is-outlined.search-submit,
fieldset[disabled] .comment-form input.is-danger.is-inverted.is-outlined[type=submit],
.comment-form fieldset[disabled] input.is-danger.is-inverted.is-outlined[type=submit] {
  background-color: rgba(0,0,0,0);
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-small,
.search-form .is-small.search-submit,
.comment-form input.is-small[type=submit] {
  border-radius: 2px;
  font-size: .75rem;
}

.button.is-normal,
.search-form .is-normal.search-submit,
.comment-form input.is-normal[type=submit] {
  font-size: 1rem;
}

.button.is-medium,
.search-form .is-medium.search-submit,
.comment-form input.is-medium[type=submit] {
  font-size: 1.25rem;
}

.button.is-large,
.search-form .is-large.search-submit,
.comment-form input.is-large[type=submit] {
  font-size: 1.5rem;
}

.button[disabled],
.search-form [disabled].search-submit,
.comment-form input[disabled][type=submit],
fieldset[disabled] .button,
fieldset[disabled] .search-form .search-submit,
.search-form fieldset[disabled] .search-submit,
fieldset[disabled] .comment-form input[type=submit],
.comment-form fieldset[disabled] input[type=submit] {
  background-color: #fff;
  border-color: hsl(0,0%,86%);
  box-shadow: none;
  opacity: .5;
}

.button.is-fullwidth,
.search-form .is-fullwidth.search-submit,
.comment-form input.is-fullwidth[type=submit] {
  display: flex;
  width: 100%;
}

.button.is-loading,
.search-form .is-loading.search-submit,
.comment-form input.is-loading[type=submit] {
  color: rgba(0,0,0,0) !important;
  pointer-events: none;
}

.button.is-loading::after,
.search-form .is-loading.search-submit::after,
.comment-form input.is-loading[type=submit]::after {
  position: absolute;
  left: calc(50% - 1em/2);
  top: calc(50% - 1em/2);
  position: absolute !important;
}

.button.is-static,
.search-form .is-static.search-submit,
.comment-form input.is-static[type=submit] {
  background-color: hsl(0,0%,96%);
  border-color: hsl(0,0%,86%);
  color: hsl(0,0%,48%);
  box-shadow: none;
  pointer-events: none;
}

.button.is-rounded,
.search-form .is-rounded.search-submit,
.comment-form input.is-rounded[type=submit] {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button,
.buttons .search-form .search-submit,
.search-form .buttons .search-submit,
.buttons .comment-form input[type=submit],
.comment-form .buttons input[type=submit] {
  margin-bottom: .5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth),
.buttons .search-form .search-submit:not(:last-child):not(.is-fullwidth),
.search-form .buttons .search-submit:not(:last-child):not(.is-fullwidth),
.buttons .comment-form input[type=submit]:not(:last-child):not(.is-fullwidth),
.comment-form .buttons input[type=submit]:not(:last-child):not(.is-fullwidth) {
  margin-right: .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),
.buttons.are-small .search-form .search-submit:not(.is-normal):not(.is-medium):not(.is-large),
.search-form .buttons.are-small .search-submit:not(.is-normal):not(.is-medium):not(.is-large),
.buttons.are-small .comment-form input[type=submit]:not(.is-normal):not(.is-medium):not(.is-large),
.comment-form .buttons.are-small input[type=submit]:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: .75rem;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large),
.buttons.are-medium .search-form .search-submit:not(.is-small):not(.is-normal):not(.is-large),
.search-form .buttons.are-medium .search-submit:not(.is-small):not(.is-normal):not(.is-large),
.buttons.are-medium .comment-form input[type=submit]:not(.is-small):not(.is-normal):not(.is-large),
.comment-form .buttons.are-medium input[type=submit]:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium),
.buttons.are-large .search-form .search-submit:not(.is-small):not(.is-normal):not(.is-medium),
.search-form .buttons.are-large .search-submit:not(.is-small):not(.is-normal):not(.is-medium),
.buttons.are-large .comment-form input[type=submit]:not(.is-small):not(.is-normal):not(.is-medium),
.comment-form .buttons.are-large input[type=submit]:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child),
.buttons.has-addons .search-form .search-submit:not(:first-child),
.search-form .buttons.has-addons .search-submit:not(:first-child),
.buttons.search-form .button:not(:first-child),
.buttons.search-form .search-submit:not(:first-child),
.buttons.has-addons .comment-form input[type=submit]:not(:first-child),
.buttons.search-form .comment-form input[type=submit]:not(:first-child),
.comment-form .buttons.has-addons input[type=submit]:not(:first-child),
.comment-form .buttons.search-form input[type=submit]:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child),
.buttons.has-addons .search-form .search-submit:not(:last-child),
.search-form .buttons.has-addons .search-submit:not(:last-child),
.buttons.search-form .button:not(:last-child),
.buttons.search-form .search-submit:not(:last-child),
.buttons.has-addons .comment-form input[type=submit]:not(:last-child),
.buttons.search-form .comment-form input[type=submit]:not(:last-child),
.comment-form .buttons.has-addons input[type=submit]:not(:last-child),
.comment-form .buttons.search-form input[type=submit]:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child,
.buttons.has-addons .search-form .search-submit:last-child,
.search-form .buttons.has-addons .search-submit:last-child,
.buttons.search-form .button:last-child,
.buttons.search-form .search-submit:last-child,
.buttons.has-addons .comment-form input[type=submit]:last-child,
.buttons.search-form .comment-form input[type=submit]:last-child,
.comment-form .buttons.has-addons input[type=submit]:last-child,
.comment-form .buttons.search-form input[type=submit]:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover,
.buttons.has-addons .search-form .search-submit:hover,
.search-form .buttons.has-addons .search-submit:hover,
.buttons.search-form .button:hover,
.buttons.search-form .search-submit:hover,
.buttons.has-addons .comment-form input[type=submit]:hover,
.buttons.search-form .comment-form input[type=submit]:hover,
.comment-form .buttons.has-addons input[type=submit]:hover,
.comment-form .buttons.search-form input[type=submit]:hover,
.buttons.has-addons .button.is-hovered,
.buttons.has-addons .search-form .is-hovered.search-submit,
.search-form .buttons.has-addons .is-hovered.search-submit,
.buttons.search-form .button.is-hovered,
.buttons.search-form .is-hovered.search-submit,
.buttons.has-addons .comment-form input.is-hovered[type=submit],
.buttons.search-form .comment-form input.is-hovered[type=submit],
.comment-form .buttons.has-addons input.is-hovered[type=submit],
.comment-form .buttons.search-form input.is-hovered[type=submit] {
  z-index: 2;
}

.buttons.has-addons .button:focus,
.buttons.has-addons .search-form .search-submit:focus,
.search-form .buttons.has-addons .search-submit:focus,
.buttons.search-form .button:focus,
.buttons.search-form .search-submit:focus,
.buttons.has-addons .comment-form input[type=submit]:focus,
.buttons.search-form .comment-form input[type=submit]:focus,
.comment-form .buttons.has-addons input[type=submit]:focus,
.comment-form .buttons.search-form input[type=submit]:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .search-form .is-focused.search-submit,
.search-form .buttons.has-addons .is-focused.search-submit,
.buttons.search-form .button.is-focused,
.buttons.search-form .is-focused.search-submit,
.buttons.has-addons .comment-form input.is-focused[type=submit],
.buttons.search-form .comment-form input.is-focused[type=submit],
.comment-form .buttons.has-addons input.is-focused[type=submit],
.comment-form .buttons.search-form input.is-focused[type=submit],
.buttons.has-addons .button:active,
.buttons.has-addons .search-form .search-submit:active,
.search-form .buttons.has-addons .search-submit:active,
.buttons.search-form .button:active,
.buttons.search-form .search-submit:active,
.buttons.has-addons .comment-form input[type=submit]:active,
.buttons.search-form .comment-form input[type=submit]:active,
.comment-form .buttons.has-addons input[type=submit]:active,
.comment-form .buttons.search-form input[type=submit]:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .search-form .is-active.search-submit,
.search-form .buttons.has-addons .is-active.search-submit,
.buttons.search-form .button.is-active,
.buttons.search-form .is-active.search-submit,
.buttons.has-addons .comment-form input.is-active[type=submit],
.buttons.search-form .comment-form input.is-active[type=submit],
.comment-form .buttons.has-addons input.is-active[type=submit],
.comment-form .buttons.search-form input.is-active[type=submit],
.buttons.has-addons .button.is-selected,
.buttons.has-addons .search-form .is-selected.search-submit,
.search-form .buttons.has-addons .is-selected.search-submit,
.buttons.search-form .button.is-selected,
.buttons.search-form .is-selected.search-submit,
.buttons.has-addons .comment-form input.is-selected[type=submit],
.buttons.search-form .comment-form input.is-selected[type=submit],
.comment-form .buttons.has-addons input.is-selected[type=submit],
.comment-form .buttons.search-form input.is-selected[type=submit] {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .search-form .search-submit:focus:hover,
.search-form .buttons.has-addons .search-submit:focus:hover,
.buttons.search-form .button:focus:hover,
.buttons.search-form .search-submit:focus:hover,
.buttons.has-addons .comment-form input[type=submit]:focus:hover,
.buttons.search-form .comment-form input[type=submit]:focus:hover,
.comment-form .buttons.has-addons input[type=submit]:focus:hover,
.comment-form .buttons.search-form input[type=submit]:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .search-form .is-focused.search-submit:hover,
.search-form .buttons.has-addons .is-focused.search-submit:hover,
.buttons.search-form .button.is-focused:hover,
.buttons.search-form .is-focused.search-submit:hover,
.buttons.has-addons .comment-form input.is-focused[type=submit]:hover,
.buttons.search-form .comment-form input.is-focused[type=submit]:hover,
.comment-form .buttons.has-addons input.is-focused[type=submit]:hover,
.comment-form .buttons.search-form input.is-focused[type=submit]:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .search-form .search-submit:active:hover,
.search-form .buttons.has-addons .search-submit:active:hover,
.buttons.search-form .button:active:hover,
.buttons.search-form .search-submit:active:hover,
.buttons.has-addons .comment-form input[type=submit]:active:hover,
.buttons.search-form .comment-form input[type=submit]:active:hover,
.comment-form .buttons.has-addons input[type=submit]:active:hover,
.comment-form .buttons.search-form input[type=submit]:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .search-form .is-active.search-submit:hover,
.search-form .buttons.has-addons .is-active.search-submit:hover,
.buttons.search-form .button.is-active:hover,
.buttons.search-form .is-active.search-submit:hover,
.buttons.has-addons .comment-form input.is-active[type=submit]:hover,
.buttons.search-form .comment-form input.is-active[type=submit]:hover,
.comment-form .buttons.has-addons input.is-active[type=submit]:hover,
.comment-form .buttons.search-form input.is-active[type=submit]:hover,
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .search-form .is-selected.search-submit:hover,
.search-form .buttons.has-addons .is-selected.search-submit:hover,
.buttons.search-form .button.is-selected:hover,
.buttons.search-form .is-selected.search-submit:hover,
.buttons.has-addons .comment-form input.is-selected[type=submit]:hover,
.buttons.search-form .comment-form input.is-selected[type=submit]:hover,
.comment-form .buttons.has-addons input.is-selected[type=submit]:hover,
.comment-form .buttons.search-form input.is-selected[type=submit]:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded,
.buttons.has-addons .search-form .is-expanded.search-submit,
.search-form .buttons.has-addons .is-expanded.search-submit,
.buttons.search-form .button.is-expanded,
.buttons.search-form .is-expanded.search-submit,
.buttons.has-addons .comment-form input.is-expanded[type=submit],
.buttons.search-form .comment-form input.is-expanded[type=submit],
.comment-form .buttons.has-addons input.is-expanded[type=submit],
.comment-form .buttons.search-form input.is-expanded[type=submit] {
  flex-grow: 1;
  flex-shrink: 1;
}

.buttons.is-centered {
  justify-content: center;
}

.buttons.is-centered:not(.has-addons):not(.search-form) .button:not(.is-fullwidth),
.buttons.is-centered:not(.has-addons):not(.search-form) .search-form .search-submit:not(.is-fullwidth),
.search-form .buttons.is-centered:not(.has-addons):not(.search-form) .search-submit:not(.is-fullwidth),
.buttons.is-centered:not(.has-addons):not(.search-form) .comment-form input[type=submit]:not(.is-fullwidth),
.comment-form .buttons.is-centered:not(.has-addons):not(.search-form) input[type=submit]:not(.is-fullwidth) {
  margin-left: .25rem;
  margin-right: .25rem;
}

.buttons.is-right {
  justify-content: flex-end;
}

.buttons.is-right:not(.has-addons):not(.search-form) .button:not(.is-fullwidth),
.buttons.is-right:not(.has-addons):not(.search-form) .search-form .search-submit:not(.is-fullwidth),
.search-form .buttons.is-right:not(.has-addons):not(.search-form) .search-submit:not(.is-fullwidth),
.buttons.is-right:not(.has-addons):not(.search-form) .comment-form input[type=submit]:not(.is-fullwidth),
.comment-form .buttons.is-right:not(.has-addons):not(.search-form) input[type=submit]:not(.is-fullwidth) {
  margin-left: .25rem;
  margin-right: .25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }

  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
  }
}

@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}

.content li+li {
  margin-top: .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: hsl(0,0%,21%);
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: .5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: .5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: .6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: .8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: .8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: hsl(0,0%,96%);
  border-left: 5px solid hsl(0,0%,86%);
  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: .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 hsl(0,0%,86%);
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top;
}

.content table th {
  color: hsl(0,0%,21%);
}

.content table th:not([align]) {
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0,0%,21%);
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0,0%,21%);
}

.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: .75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

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

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.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: hsl(0,0%,96%);
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: #fff;
}

.notification pre code {
  background: rgba(0,0,0,0);
}

.notification>.delete {
  position: absolute;
  right: .5rem;
  top: .5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: #fff;
  color: hsl(0,0%,4%);
}

.notification.is-black {
  background-color: hsl(0,0%,4%);
  color: #fff;
}

.notification.is-light {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.notification.is-dark {
  background-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.notification.is-primary {
  background-color: #219128;
  color: #fff;
}

.notification.is-link {
  background-color: #219128;
  color: #fff;
}

.notification.is-info,
.search-form .notification.search-submit,
.comment-form input.notification[type=submit] {
  background-color: hsl(204,86%,53%);
  color: #fff;
}

.notification.is-success {
  background-color: #0f5e08;
  color: #fff;
}

.notification.is-warning {
  background-color: hsl(48,100%,67%);
  color: rgba(0,0,0,.7);
}

.notification.is-danger {
  background-color: hsl(348,100%,61%);
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: hsl(0,0%,86%);
}

.progress::-webkit-progress-value {
  background-color: hsl(0,0%,29%);
}

.progress::-moz-progress-bar {
  background-color: hsl(0,0%,29%);
}

.progress::-ms-fill {
  background-color: hsl(0,0%,29%);
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: #fff;
}

.progress.is-white::-moz-progress-bar {
  background-color: #fff;
}

.progress.is-white::-ms-fill {
  background-color: #fff;
}

.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #fff 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: hsl(0,0%,4%);
}

.progress.is-black::-moz-progress-bar {
  background-color: hsl(0,0%,4%);
}

.progress.is-black::-ms-fill {
  background-color: hsl(0,0%,4%);
}

.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: hsl(0,0%,96%);
}

.progress.is-light::-moz-progress-bar {
  background-color: hsl(0,0%,96%);
}

.progress.is-light::-ms-fill {
  background-color: hsl(0,0%,96%);
}

.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0,0%,21%);
}

.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0,0%,21%);
}

.progress.is-dark::-ms-fill {
  background-color: hsl(0,0%,21%);
}

.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #219128;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #219128;
}

.progress.is-primary::-ms-fill {
  background-color: #219128;
}

.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #219128 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: #219128;
}

.progress.is-link::-moz-progress-bar {
  background-color: #219128;
}

.progress.is-link::-ms-fill {
  background-color: #219128;
}

.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #219128 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-info::-webkit-progress-value,
.search-form .progress.search-submit::-webkit-progress-value,
.comment-form input.progress[type=submit]::-webkit-progress-value {
  background-color: hsl(204,86%,53%);
}

.progress.is-info::-moz-progress-bar,
.search-form .progress.search-submit::-moz-progress-bar,
.comment-form input.progress[type=submit]::-moz-progress-bar {
  background-color: hsl(204,86%,53%);
}

.progress.is-info::-ms-fill,
.search-form .progress.search-submit::-ms-fill,
.comment-form input.progress[type=submit]::-ms-fill {
  background-color: hsl(204,86%,53%);
}

.progress.is-info:indeterminate,
.search-form .progress.search-submit:indeterminate,
.comment-form input.progress[type=submit]:indeterminate {
  background-image: linear-gradient(to right, hsl(204, 86%, 53%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: #0f5e08;
}

.progress.is-success::-moz-progress-bar {
  background-color: #0f5e08;
}

.progress.is-success::-ms-fill {
  background-color: #0f5e08;
}

.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #0f5e08 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: hsl(48,100%,67%);
}

.progress.is-warning::-moz-progress-bar {
  background-color: hsl(48,100%,67%);
}

.progress.is-warning::-ms-fill {
  background-color: hsl(48,100%,67%);
}

.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, hsl(48, 100%, 67%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: hsl(348,100%,61%);
}

.progress.is-danger::-moz-progress-bar {
  background-color: hsl(348,100%,61%);
}

.progress.is-danger::-ms-fill {
  background-color: hsl(348,100%,61%);
}

.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, hsl(348, 100%, 61%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: hsl(0,0%,86%);
  background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 86%) 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-bar {
  background-color: rgba(0,0,0,0);
}

.progress:indeterminate::-moz-progress-bar {
  background-color: rgba(0,0,0,0);
}

.progress.is-small {
  height: .75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

.table {
  background-color: #fff;
  color: hsl(0,0%,21%);
}

.table td,
.table th {
  border: 1px solid hsl(0,0%,86%);
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0,0%,4%);
}

.table td.is-black,
.table th.is-black {
  background-color: hsl(0,0%,4%);
  border-color: hsl(0,0%,4%);
  color: #fff;
}

.table td.is-light,
.table th.is-light {
  background-color: hsl(0,0%,96%);
  border-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0,0%,21%);
  border-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.table td.is-primary,
.table th.is-primary {
  background-color: #219128;
  border-color: #219128;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #219128;
  border-color: #219128;
  color: #fff;
}

.table td.is-info,
.table .search-form td.search-submit,
.search-form .table td.search-submit,
.table th.is-info,
.table .search-form th.search-submit,
.search-form .table th.search-submit {
  background-color: hsl(204,86%,53%);
  border-color: hsl(204,86%,53%);
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #0f5e08;
  border-color: #0f5e08;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: hsl(48,100%,67%);
  border-color: hsl(48,100%,67%);
  color: rgba(0,0,0,.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: hsl(348,100%,61%);
  border-color: hsl(348,100%,61%);
  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: #219128;
  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 th {
  color: hsl(0,0%,21%);
}

.table th:not([align]) {
  text-align: left;
}

.table tr.is-selected {
  background-color: #219128;
  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: rgba(0,0,0,0);
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0,0%,21%);
}

.table tfoot {
  background-color: rgba(0,0,0,0);
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0,0%,21%);
}

.table tbody {
  background-color: rgba(0,0,0,0);
}

.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: hsl(0,0%,98%);
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0,0%,98%);
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0,0%,96%);
}

.table.is-narrow td,
.table.is-narrow th {
  padding: .25em .5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: hsl(0,0%,98%);
}

.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: .5rem;
}

.tags .tag:not(:last-child) {
  margin-right: .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.25rem;
}

.tags.is-centered {
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: .25rem;
  margin-left: .25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: .5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag,
.tags.search-form .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child),
.tags.search-form .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child),
.tags.search-form .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: hsl(0,0%,96%);
  border-radius: 4px;
  color: hsl(0,0%,29%);
  display: inline-flex;
  font-size: .75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: .25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: #fff;
  color: hsl(0,0%,4%);
}

.tag:not(body).is-black {
  background-color: hsl(0,0%,4%);
  color: #fff;
}

.tag:not(body).is-light {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.tag:not(body).is-dark {
  background-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.tag:not(body).is-primary {
  background-color: #219128;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #219128;
  color: #fff;
}

.tag:not(body).is-info,
.search-form .tag.search-submit:not(body),
.comment-form input.tag[type=submit]:not(body) {
  background-color: hsl(204,86%,53%);
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #0f5e08;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: hsl(48,100%,67%);
  color: rgba(0,0,0,.7);
}

.tag:not(body).is-danger {
  background-color: hsl(348,100%,61%);
  color: #fff;
}

.tag:not(body).is-normal {
  font-size: .75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: .1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: .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: hsl(0,0%,91%);
}

.tag:not(body).is-delete:active {
  background-color: hsl(0,0%,86%);
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

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: .75em;
}

.title sup,
.subtitle sup {
  font-size: .75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: hsl(0,0%,21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title+.highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced)+.subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

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

.title.is-7 {
  font-size: .75rem;
}

.subtitle {
  color: hsl(0,0%,29%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: hsl(0,0%,21%);
  font-weight: 600;
}

.subtitle:not(.is-spaced)+.title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

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

.subtitle.is-7 {
  font-size: .75rem;
}

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

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: hsl(0,0%,96%);
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: .25rem .5rem;
  text-align: center;
  vertical-align: top;
}

.select select,
.textarea,
.comment-form textarea,
.input,
.search-form .search-field,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  background-color: #fff;
  border-color: hsl(0,0%,86%);
  border-radius: 4px;
  color: hsl(0,0%,21%);
}

.select select::-moz-placeholder,
.textarea::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.input::-moz-placeholder,
.search-form .search-field::-moz-placeholder,
.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder {
  color: hsla(0,0%,21%,.3);
}

.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder {
  color: hsla(0,0%,21%,.3);
}

.select select:-moz-placeholder,
.textarea:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.input:-moz-placeholder,
.search-form .search-field:-moz-placeholder,
.comment-form input[type=text]:-moz-placeholder,
.comment-form input[type=email]:-moz-placeholder,
.comment-form input[type=url]:-moz-placeholder {
  color: hsla(0,0%,21%,.3);
}

.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.input:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder,
.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder {
  color: hsla(0,0%,21%,.3);
}

.select select:hover,
.textarea:hover,
.comment-form textarea:hover,
.input:hover,
.search-form .search-field:hover,
.comment-form input[type=text]:hover,
.comment-form input[type=email]:hover,
.comment-form input[type=url]:hover,
.select select.is-hovered,
.is-hovered.textarea,
.comment-form textarea.is-hovered,
.is-hovered.input,
.search-form .is-hovered.search-field,
.comment-form input.is-hovered[type=text],
.comment-form input.is-hovered[type=email],
.comment-form input.is-hovered[type=url] {
  border-color: hsl(0,0%,71%);
}

.select select:focus,
.textarea:focus,
.comment-form textarea:focus,
.input:focus,
.search-form .search-field:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.select select.is-focused,
.is-focused.textarea,
.comment-form textarea.is-focused,
.is-focused.input,
.search-form .is-focused.search-field,
.comment-form input.is-focused[type=text],
.comment-form input.is-focused[type=email],
.comment-form input.is-focused[type=url],
.select select:active,
.textarea:active,
.comment-form textarea:active,
.input:active,
.search-form .search-field:active,
.comment-form input[type=text]:active,
.comment-form input[type=email]:active,
.comment-form input[type=url]:active,
.select select.is-active,
.is-active.textarea,
.comment-form textarea.is-active,
.is-active.input,
.search-form .is-active.search-field,
.comment-form input.is-active[type=text],
.comment-form input.is-active[type=email],
.comment-form input.is-active[type=url] {
  border-color: #219128;
  box-shadow: 0 0 0 .125em rgba(33,145,40,.25);
}

.select select[disabled],
[disabled].textarea,
.comment-form textarea[disabled],
[disabled].input,
.search-form [disabled].search-field,
.comment-form input[disabled][type=text],
.comment-form input[disabled][type=email],
.comment-form input[disabled][type=url],
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .textarea,
fieldset[disabled] .comment-form textarea,
.comment-form fieldset[disabled] textarea,
fieldset[disabled] .input,
fieldset[disabled] .search-form .search-field,
.search-form fieldset[disabled] .search-field,
fieldset[disabled] .comment-form input[type=text],
.comment-form fieldset[disabled] input[type=text],
fieldset[disabled] .comment-form input[type=email],
.comment-form fieldset[disabled] input[type=email],
fieldset[disabled] .comment-form input[type=url],
.comment-form fieldset[disabled] input[type=url] {
  background-color: hsl(0,0%,96%);
  border-color: hsl(0,0%,96%);
  box-shadow: none;
  color: hsl(0,0%,48%);
}

.select select[disabled]::-moz-placeholder,
[disabled].textarea::-moz-placeholder,
.comment-form textarea[disabled]::-moz-placeholder,
[disabled].input::-moz-placeholder,
.search-form [disabled].search-field::-moz-placeholder,
.comment-form input[disabled][type=text]::-moz-placeholder,
.comment-form input[disabled][type=email]::-moz-placeholder,
.comment-form input[disabled][type=url]::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .comment-form textarea::-moz-placeholder,
.comment-form fieldset[disabled] textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .search-form .search-field::-moz-placeholder,
.search-form fieldset[disabled] .search-field::-moz-placeholder,
fieldset[disabled] .comment-form input[type=text]::-moz-placeholder,
.comment-form fieldset[disabled] input[type=text]::-moz-placeholder,
fieldset[disabled] .comment-form input[type=email]::-moz-placeholder,
.comment-form fieldset[disabled] input[type=email]::-moz-placeholder,
fieldset[disabled] .comment-form input[type=url]::-moz-placeholder,
.comment-form fieldset[disabled] input[type=url]::-moz-placeholder {
  color: hsla(0,0%,48%,.3);
}

.select select[disabled]::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
.comment-form textarea[disabled]::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
.search-form [disabled].search-field::-webkit-input-placeholder,
.comment-form input[disabled][type=text]::-webkit-input-placeholder,
.comment-form input[disabled][type=email]::-webkit-input-placeholder,
.comment-form input[disabled][type=url]::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .comment-form textarea::-webkit-input-placeholder,
.comment-form fieldset[disabled] textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .search-form .search-field::-webkit-input-placeholder,
.search-form fieldset[disabled] .search-field::-webkit-input-placeholder,
fieldset[disabled] .comment-form input[type=text]::-webkit-input-placeholder,
.comment-form fieldset[disabled] input[type=text]::-webkit-input-placeholder,
fieldset[disabled] .comment-form input[type=email]::-webkit-input-placeholder,
.comment-form fieldset[disabled] input[type=email]::-webkit-input-placeholder,
fieldset[disabled] .comment-form input[type=url]::-webkit-input-placeholder,
.comment-form fieldset[disabled] input[type=url]::-webkit-input-placeholder {
  color: hsla(0,0%,48%,.3);
}

.select select[disabled]:-moz-placeholder,
[disabled].textarea:-moz-placeholder,
.comment-form textarea[disabled]:-moz-placeholder,
[disabled].input:-moz-placeholder,
.search-form [disabled].search-field:-moz-placeholder,
.comment-form input[disabled][type=text]:-moz-placeholder,
.comment-form input[disabled][type=email]:-moz-placeholder,
.comment-form input[disabled][type=url]:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .comment-form textarea:-moz-placeholder,
.comment-form fieldset[disabled] textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .search-form .search-field:-moz-placeholder,
.search-form fieldset[disabled] .search-field:-moz-placeholder,
fieldset[disabled] .comment-form input[type=text]:-moz-placeholder,
.comment-form fieldset[disabled] input[type=text]:-moz-placeholder,
fieldset[disabled] .comment-form input[type=email]:-moz-placeholder,
.comment-form fieldset[disabled] input[type=email]:-moz-placeholder,
fieldset[disabled] .comment-form input[type=url]:-moz-placeholder,
.comment-form fieldset[disabled] input[type=url]:-moz-placeholder {
  color: hsla(0,0%,48%,.3);
}

.select select[disabled]:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder,
.comment-form textarea[disabled]:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
.search-form [disabled].search-field:-ms-input-placeholder,
.comment-form input[disabled][type=text]:-ms-input-placeholder,
.comment-form input[disabled][type=email]:-ms-input-placeholder,
.comment-form input[disabled][type=url]:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .comment-form textarea:-ms-input-placeholder,
.comment-form fieldset[disabled] textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .search-form .search-field:-ms-input-placeholder,
.search-form fieldset[disabled] .search-field:-ms-input-placeholder,
fieldset[disabled] .comment-form input[type=text]:-ms-input-placeholder,
.comment-form fieldset[disabled] input[type=text]:-ms-input-placeholder,
fieldset[disabled] .comment-form input[type=email]:-ms-input-placeholder,
.comment-form fieldset[disabled] input[type=email]:-ms-input-placeholder,
fieldset[disabled] .comment-form input[type=url]:-ms-input-placeholder,
.comment-form fieldset[disabled] input[type=url]:-ms-input-placeholder {
  color: hsla(0,0%,48%,.3);
}

.textarea,
.comment-form textarea,
.input,
.search-form .search-field,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
  max-width: 100%;
  width: 100%;
}

[readonly].textarea,
.comment-form textarea[readonly],
[readonly].input,
.search-form [readonly].search-field,
.comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url] {
  box-shadow: none;
}

.is-white.textarea,
.comment-form textarea.is-white,
.is-white.input,
.search-form .is-white.search-field,
.comment-form input.is-white[type=text],
.comment-form input.is-white[type=email],
.comment-form input.is-white[type=url] {
  border-color: #fff;
}

.is-white.textarea:focus,
.comment-form textarea.is-white:focus,
.is-white.input:focus,
.search-form .is-white.search-field:focus,
.comment-form input.is-white[type=text]:focus,
.comment-form input.is-white[type=email]:focus,
.comment-form input.is-white[type=url]:focus,
.is-white.is-focused.textarea,
.comment-form textarea.is-white.is-focused,
.is-white.is-focused.input,
.search-form .is-white.is-focused.search-field,
.comment-form input.is-white.is-focused[type=text],
.comment-form input.is-white.is-focused[type=email],
.comment-form input.is-white.is-focused[type=url],
.is-white.textarea:active,
.comment-form textarea.is-white:active,
.is-white.input:active,
.search-form .is-white.search-field:active,
.comment-form input.is-white[type=text]:active,
.comment-form input.is-white[type=email]:active,
.comment-form input.is-white[type=url]:active,
.is-white.is-active.textarea,
.comment-form textarea.is-white.is-active,
.is-white.is-active.input,
.search-form .is-white.is-active.search-field,
.comment-form input.is-white.is-active[type=text],
.comment-form input.is-white.is-active[type=email],
.comment-form input.is-white.is-active[type=url] {
  box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25);
}

.is-black.textarea,
.comment-form textarea.is-black,
.is-black.input,
.search-form .is-black.search-field,
.comment-form input.is-black[type=text],
.comment-form input.is-black[type=email],
.comment-form input.is-black[type=url] {
  border-color: hsl(0,0%,4%);
}

.is-black.textarea:focus,
.comment-form textarea.is-black:focus,
.is-black.input:focus,
.search-form .is-black.search-field:focus,
.comment-form input.is-black[type=text]:focus,
.comment-form input.is-black[type=email]:focus,
.comment-form input.is-black[type=url]:focus,
.is-black.is-focused.textarea,
.comment-form textarea.is-black.is-focused,
.is-black.is-focused.input,
.search-form .is-black.is-focused.search-field,
.comment-form input.is-black.is-focused[type=text],
.comment-form input.is-black.is-focused[type=email],
.comment-form input.is-black.is-focused[type=url],
.is-black.textarea:active,
.comment-form textarea.is-black:active,
.is-black.input:active,
.search-form .is-black.search-field:active,
.comment-form input.is-black[type=text]:active,
.comment-form input.is-black[type=email]:active,
.comment-form input.is-black[type=url]:active,
.is-black.is-active.textarea,
.comment-form textarea.is-black.is-active,
.is-black.is-active.input,
.search-form .is-black.is-active.search-field,
.comment-form input.is-black.is-active[type=text],
.comment-form input.is-black.is-active[type=email],
.comment-form input.is-black.is-active[type=url] {
  box-shadow: 0 0 0 .125em hsla(0,0%,4%,.25);
}

.is-light.textarea,
.comment-form textarea.is-light,
.is-light.input,
.search-form .is-light.search-field,
.comment-form input.is-light[type=text],
.comment-form input.is-light[type=email],
.comment-form input.is-light[type=url] {
  border-color: hsl(0,0%,96%);
}

.is-light.textarea:focus,
.comment-form textarea.is-light:focus,
.is-light.input:focus,
.search-form .is-light.search-field:focus,
.comment-form input.is-light[type=text]:focus,
.comment-form input.is-light[type=email]:focus,
.comment-form input.is-light[type=url]:focus,
.is-light.is-focused.textarea,
.comment-form textarea.is-light.is-focused,
.is-light.is-focused.input,
.search-form .is-light.is-focused.search-field,
.comment-form input.is-light.is-focused[type=text],
.comment-form input.is-light.is-focused[type=email],
.comment-form input.is-light.is-focused[type=url],
.is-light.textarea:active,
.comment-form textarea.is-light:active,
.is-light.input:active,
.search-form .is-light.search-field:active,
.comment-form input.is-light[type=text]:active,
.comment-form input.is-light[type=email]:active,
.comment-form input.is-light[type=url]:active,
.is-light.is-active.textarea,
.comment-form textarea.is-light.is-active,
.is-light.is-active.input,
.search-form .is-light.is-active.search-field,
.comment-form input.is-light.is-active[type=text],
.comment-form input.is-light.is-active[type=email],
.comment-form input.is-light.is-active[type=url] {
  box-shadow: 0 0 0 .125em hsla(0,0%,96%,.25);
}

.is-dark.textarea,
.comment-form textarea.is-dark,
.is-dark.input,
.search-form .is-dark.search-field,
.comment-form input.is-dark[type=text],
.comment-form input.is-dark[type=email],
.comment-form input.is-dark[type=url] {
  border-color: hsl(0,0%,21%);
}

.is-dark.textarea:focus,
.comment-form textarea.is-dark:focus,
.is-dark.input:focus,
.search-form .is-dark.search-field:focus,
.comment-form input.is-dark[type=text]:focus,
.comment-form input.is-dark[type=email]:focus,
.comment-form input.is-dark[type=url]:focus,
.is-dark.is-focused.textarea,
.comment-form textarea.is-dark.is-focused,
.is-dark.is-focused.input,
.search-form .is-dark.is-focused.search-field,
.comment-form input.is-dark.is-focused[type=text],
.comment-form input.is-dark.is-focused[type=email],
.comment-form input.is-dark.is-focused[type=url],
.is-dark.textarea:active,
.comment-form textarea.is-dark:active,
.is-dark.input:active,
.search-form .is-dark.search-field:active,
.comment-form input.is-dark[type=text]:active,
.comment-form input.is-dark[type=email]:active,
.comment-form input.is-dark[type=url]:active,
.is-dark.is-active.textarea,
.comment-form textarea.is-dark.is-active,
.is-dark.is-active.input,
.search-form .is-dark.is-active.search-field,
.comment-form input.is-dark.is-active[type=text],
.comment-form input.is-dark.is-active[type=email],
.comment-form input.is-dark.is-active[type=url] {
  box-shadow: 0 0 0 .125em hsla(0,0%,21%,.25);
}

.is-primary.textarea,
.comment-form textarea.is-primary,
.is-primary.input,
.search-form .is-primary.search-field,
.comment-form input.is-primary[type=text],
.comment-form input.is-primary[type=email],
.comment-form input.is-primary[type=url] {
  border-color: #219128;
}

.is-primary.textarea:focus,
.comment-form textarea.is-primary:focus,
.is-primary.input:focus,
.search-form .is-primary.search-field:focus,
.comment-form input.is-primary[type=text]:focus,
.comment-form input.is-primary[type=email]:focus,
.comment-form input.is-primary[type=url]:focus,
.is-primary.is-focused.textarea,
.comment-form textarea.is-primary.is-focused,
.is-primary.is-focused.input,
.search-form .is-primary.is-focused.search-field,
.comment-form input.is-primary.is-focused[type=text],
.comment-form input.is-primary.is-focused[type=email],
.comment-form input.is-primary.is-focused[type=url],
.is-primary.textarea:active,
.comment-form textarea.is-primary:active,
.is-primary.input:active,
.search-form .is-primary.search-field:active,
.comment-form input.is-primary[type=text]:active,
.comment-form input.is-primary[type=email]:active,
.comment-form input.is-primary[type=url]:active,
.is-primary.is-active.textarea,
.comment-form textarea.is-primary.is-active,
.is-primary.is-active.input,
.search-form .is-primary.is-active.search-field,
.comment-form input.is-primary.is-active[type=text],
.comment-form input.is-primary.is-active[type=email],
.comment-form input.is-primary.is-active[type=url] {
  box-shadow: 0 0 0 .125em rgba(33,145,40,.25);
}

.is-link.textarea,
.comment-form textarea.is-link,
.is-link.input,
.search-form .is-link.search-field,
.comment-form input.is-link[type=text],
.comment-form input.is-link[type=email],
.comment-form input.is-link[type=url] {
  border-color: #219128;
}

.is-link.textarea:focus,
.comment-form textarea.is-link:focus,
.is-link.input:focus,
.search-form .is-link.search-field:focus,
.comment-form input.is-link[type=text]:focus,
.comment-form input.is-link[type=email]:focus,
.comment-form input.is-link[type=url]:focus,
.is-link.is-focused.textarea,
.comment-form textarea.is-link.is-focused,
.is-link.is-focused.input,
.search-form .is-link.is-focused.search-field,
.comment-form input.is-link.is-focused[type=text],
.comment-form input.is-link.is-focused[type=email],
.comment-form input.is-link.is-focused[type=url],
.is-link.textarea:active,
.comment-form textarea.is-link:active,
.is-link.input:active,
.search-form .is-link.search-field:active,
.comment-form input.is-link[type=text]:active,
.comment-form input.is-link[type=email]:active,
.comment-form input.is-link[type=url]:active,
.is-link.is-active.textarea,
.comment-form textarea.is-link.is-active,
.is-link.is-active.input,
.search-form .is-link.is-active.search-field,
.comment-form input.is-link.is-active[type=text],
.comment-form input.is-link.is-active[type=email],
.comment-form input.is-link.is-active[type=url] {
  box-shadow: 0 0 0 .125em rgba(33,145,40,.25);
}

.is-info.textarea,
.search-form .textarea.search-submit,
.comment-form input.textarea[type=submit],
.comment-form textarea.is-info,
.comment-form .search-form textarea.search-submit,
.search-form .comment-form textarea.search-submit,
.is-info.input,
.search-form .input.search-submit,
.search-form .is-info.search-field,
.search-form .search-field.search-submit,
.comment-form input.input[type=submit],
.comment-form .search-form input[type=submit].search-field,
.search-form .comment-form input[type=submit].search-field,
.comment-form input.is-info[type=text],
.comment-form .search-form input[type=text].search-submit,
.search-form .comment-form input[type=text].search-submit,
.comment-form input[type=text][type=submit],
.comment-form input.is-info[type=email],
.comment-form .search-form input[type=email].search-submit,
.search-form .comment-form input[type=email].search-submit,
.comment-form input[type=email][type=submit],
.comment-form input.is-info[type=url],
.comment-form .search-form input[type=url].search-submit,
.search-form .comment-form input[type=url].search-submit,
.comment-form input[type=url][type=submit] {
  border-color: hsl(204,86%,53%);
}

.is-info.textarea:focus,
.search-form .textarea.search-submit:focus,
.comment-form input.textarea[type=submit]:focus,
.comment-form textarea.is-info:focus,
.comment-form .search-form textarea.search-submit:focus,
.search-form .comment-form textarea.search-submit:focus,
.is-info.input:focus,
.search-form .input.search-submit:focus,
.search-form .is-info.search-field:focus,
.search-form .search-field.search-submit:focus,
.comment-form input.input[type=submit]:focus,
.comment-form .search-form input[type=submit].search-field:focus,
.search-form .comment-form input[type=submit].search-field:focus,
.comment-form input.is-info[type=text]:focus,
.comment-form .search-form input[type=text].search-submit:focus,
.search-form .comment-form input[type=text].search-submit:focus,
.comment-form input[type=text][type=submit]:focus,
.comment-form input.is-info[type=email]:focus,
.comment-form .search-form input[type=email].search-submit:focus,
.search-form .comment-form input[type=email].search-submit:focus,
.comment-form input[type=email][type=submit]:focus,
.comment-form input.is-info[type=url]:focus,
.comment-form .search-form input[type=url].search-submit:focus,
.search-form .comment-form input[type=url].search-submit:focus,
.comment-form input[type=url][type=submit]:focus,
.is-info.is-focused.textarea,
.search-form .is-focused.textarea.search-submit,
.comment-form input.is-focused.textarea[type=submit],
.comment-form textarea.is-info.is-focused,
.comment-form .search-form textarea.is-focused.search-submit,
.search-form .comment-form textarea.is-focused.search-submit,
.is-info.is-focused.input,
.search-form .is-focused.input.search-submit,
.search-form .is-info.is-focused.search-field,
.search-form .is-focused.search-field.search-submit,
.comment-form input.is-focused.input[type=submit],
.comment-form .search-form input.is-focused[type=submit].search-field,
.search-form .comment-form input.is-focused[type=submit].search-field,
.comment-form input.is-info.is-focused[type=text],
.comment-form .search-form input.is-focused[type=text].search-submit,
.search-form .comment-form input.is-focused[type=text].search-submit,
.comment-form input.is-focused[type=text][type=submit],
.comment-form input.is-info.is-focused[type=email],
.comment-form .search-form input.is-focused[type=email].search-submit,
.search-form .comment-form input.is-focused[type=email].search-submit,
.comment-form input.is-focused[type=email][type=submit],
.comment-form input.is-info.is-focused[type=url],
.comment-form .search-form input.is-focused[type=url].search-submit,
.search-form .comment-form input.is-focused[type=url].search-submit,
.comment-form input.is-focused[type=url][type=submit],
.is-info.textarea:active,
.search-form .textarea.search-submit:active,
.comment-form input.textarea[type=submit]:active,
.comment-form textarea.is-info:active,
.comment-form .search-form textarea.search-submit:active,
.search-form .comment-form textarea.search-submit:active,
.is-info.input:active,
.search-form .input.search-submit:active,
.search-form .is-info.search-field:active,
.search-form .search-field.search-submit:active,
.comment-form input.input[type=submit]:active,
.comment-form .search-form input[type=submit].search-field:active,
.search-form .comment-form input[type=submit].search-field:active,
.comment-form input.is-info[type=text]:active,
.comment-form .search-form input[type=text].search-submit:active,
.search-form .comment-form input[type=text].search-submit:active,
.comment-form input[type=text][type=submit]:active,
.comment-form input.is-info[type=email]:active,
.comment-form .search-form input[type=email].search-submit:active,
.search-form .comment-form input[type=email].search-submit:active,
.comment-form input[type=email][type=submit]:active,
.comment-form input.is-info[type=url]:active,
.comment-form .search-form input[type=url].search-submit:active,
.search-form .comment-form input[type=url].search-submit:active,
.comment-form input[type=url][type=submit]:active,
.is-info.is-active.textarea,
.search-form .is-active.textarea.search-submit,
.comment-form input.is-active.textarea[type=submit],
.comment-form textarea.is-info.is-active,
.comment-form .search-form textarea.is-active.search-submit,
.search-form .comment-form textarea.is-active.search-submit,
.is-info.is-active.input,
.search-form .is-active.input.search-submit,
.search-form .is-info.is-active.search-field,
.search-form .is-active.search-field.search-submit,
.comment-form input.is-active.input[type=submit],
.comment-form .search-form input.is-active[type=submit].search-field,
.search-form .comment-form input.is-active[type=submit].search-field,
.comment-form input.is-info.is-active[type=text],
.comment-form .search-form input.is-active[type=text].search-submit,
.search-form .comment-form input.is-active[type=text].search-submit,
.comment-form input.is-active[type=text][type=submit],
.comment-form input.is-info.is-active[type=email],
.comment-form .search-form input.is-active[type=email].search-submit,
.search-form .comment-form input.is-active[type=email].search-submit,
.comment-form input.is-active[type=email][type=submit],
.comment-form input.is-info.is-active[type=url],
.comment-form .search-form input.is-active[type=url].search-submit,
.search-form .comment-form input.is-active[type=url].search-submit,
.comment-form input.is-active[type=url][type=submit] {
  box-shadow: 0 0 0 .125em hsla(204,86%,53%,.25);
}

.is-success.textarea,
.comment-form textarea.is-success,
.is-success.input,
.search-form .is-success.search-field,
.comment-form input.is-success[type=text],
.comment-form input.is-success[type=email],
.comment-form input.is-success[type=url] {
  border-color: #0f5e08;
}

.is-success.textarea:focus,
.comment-form textarea.is-success:focus,
.is-success.input:focus,
.search-form .is-success.search-field:focus,
.comment-form input.is-success[type=text]:focus,
.comment-form input.is-success[type=email]:focus,
.comment-form input.is-success[type=url]:focus,
.is-success.is-focused.textarea,
.comment-form textarea.is-success.is-focused,
.is-success.is-focused.input,
.search-form .is-success.is-focused.search-field,
.comment-form input.is-success.is-focused[type=text],
.comment-form input.is-success.is-focused[type=email],
.comment-form input.is-success.is-focused[type=url],
.is-success.textarea:active,
.comment-form textarea.is-success:active,
.is-success.input:active,
.search-form .is-success.search-field:active,
.comment-form input.is-success[type=text]:active,
.comment-form input.is-success[type=email]:active,
.comment-form input.is-success[type=url]:active,
.is-success.is-active.textarea,
.comment-form textarea.is-success.is-active,
.is-success.is-active.input,
.search-form .is-success.is-active.search-field,
.comment-form input.is-success.is-active[type=text],
.comment-form input.is-success.is-active[type=email],
.comment-form input.is-success.is-active[type=url] {
  box-shadow: 0 0 0 .125em rgba(15,94,8,.25);
}

.is-warning.textarea,
.comment-form textarea.is-warning,
.is-warning.input,
.search-form .is-warning.search-field,
.comment-form input.is-warning[type=text],
.comment-form input.is-warning[type=email],
.comment-form input.is-warning[type=url] {
  border-color: hsl(48,100%,67%);
}

.is-warning.textarea:focus,
.comment-form textarea.is-warning:focus,
.is-warning.input:focus,
.search-form .is-warning.search-field:focus,
.comment-form input.is-warning[type=text]:focus,
.comment-form input.is-warning[type=email]:focus,
.comment-form input.is-warning[type=url]:focus,
.is-warning.is-focused.textarea,
.comment-form textarea.is-warning.is-focused,
.is-warning.is-focused.input,
.search-form .is-warning.is-focused.search-field,
.comment-form input.is-warning.is-focused[type=text],
.comment-form input.is-warning.is-focused[type=email],
.comment-form input.is-warning.is-focused[type=url],
.is-warning.textarea:active,
.comment-form textarea.is-warning:active,
.is-warning.input:active,
.search-form .is-warning.search-field:active,
.comment-form input.is-warning[type=text]:active,
.comment-form input.is-warning[type=email]:active,
.comment-form input.is-warning[type=url]:active,
.is-warning.is-active.textarea,
.comment-form textarea.is-warning.is-active,
.is-warning.is-active.input,
.search-form .is-warning.is-active.search-field,
.comment-form input.is-warning.is-active[type=text],
.comment-form input.is-warning.is-active[type=email],
.comment-form input.is-warning.is-active[type=url] {
  box-shadow: 0 0 0 .125em hsla(48,100%,67%,.25);
}

.is-danger.textarea,
.comment-form textarea.is-danger,
.is-danger.input,
.search-form .is-danger.search-field,
.comment-form input.is-danger[type=text],
.comment-form input.is-danger[type=email],
.comment-form input.is-danger[type=url] {
  border-color: hsl(348,100%,61%);
}

.is-danger.textarea:focus,
.comment-form textarea.is-danger:focus,
.is-danger.input:focus,
.search-form .is-danger.search-field:focus,
.comment-form input.is-danger[type=text]:focus,
.comment-form input.is-danger[type=email]:focus,
.comment-form input.is-danger[type=url]:focus,
.is-danger.is-focused.textarea,
.comment-form textarea.is-danger.is-focused,
.is-danger.is-focused.input,
.search-form .is-danger.is-focused.search-field,
.comment-form input.is-danger.is-focused[type=text],
.comment-form input.is-danger.is-focused[type=email],
.comment-form input.is-danger.is-focused[type=url],
.is-danger.textarea:active,
.comment-form textarea.is-danger:active,
.is-danger.input:active,
.search-form .is-danger.search-field:active,
.comment-form input.is-danger[type=text]:active,
.comment-form input.is-danger[type=email]:active,
.comment-form input.is-danger[type=url]:active,
.is-danger.is-active.textarea,
.comment-form textarea.is-danger.is-active,
.is-danger.is-active.input,
.search-form .is-danger.is-active.search-field,
.comment-form input.is-danger.is-active[type=text],
.comment-form input.is-danger.is-active[type=email],
.comment-form input.is-danger.is-active[type=url] {
  box-shadow: 0 0 0 .125em hsla(348,100%,61%,.25);
}

.is-small.textarea,
.comment-form textarea.is-small,
.is-small.input,
.search-form .is-small.search-field,
.comment-form input.is-small[type=text],
.comment-form input.is-small[type=email],
.comment-form input.is-small[type=url] {
  border-radius: 2px;
  font-size: .75rem;
}

.is-medium.textarea,
.comment-form textarea.is-medium,
.is-medium.input,
.search-form .is-medium.search-field,
.comment-form input.is-medium[type=text],
.comment-form input.is-medium[type=email],
.comment-form input.is-medium[type=url] {
  font-size: 1.25rem;
}

.is-large.textarea,
.comment-form textarea.is-large,
.is-large.input,
.search-form .is-large.search-field,
.comment-form input.is-large[type=text],
.comment-form input.is-large[type=email],
.comment-form input.is-large[type=url] {
  font-size: 1.5rem;
}

.is-fullwidth.textarea,
.comment-form textarea.is-fullwidth,
.is-fullwidth.input,
.search-form .is-fullwidth.search-field,
.comment-form input.is-fullwidth[type=text],
.comment-form input.is-fullwidth[type=email],
.comment-form input.is-fullwidth[type=url] {
  display: block;
  width: 100%;
}

.is-inline.textarea,
.comment-form textarea.is-inline,
.is-inline.input,
.search-form .is-inline.search-field,
.comment-form input.is-inline[type=text],
.comment-form input.is-inline[type=email],
.comment-form input.is-inline[type=url] {
  display: inline;
  width: auto;
}

.input.is-rounded,
.search-form .is-rounded.search-field,
.comment-form input.is-rounded[type=text],
.comment-form input.is-rounded[type=email],
.comment-form input.is-rounded[type=url] {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.input.is-static,
.search-form .is-static.search-field,
.comment-form input.is-static[type=text],
.comment-form input.is-static[type=email],
.comment-form input.is-static[type=url] {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea,
.comment-form textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: .625em;
  resize: vertical;
}

.textarea:not([rows]),
.comment-form textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows],
.comment-form textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size,
.comment-form textarea.has-fixed-size {
  resize: none;
}

.radio,
.checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.radio input,
.checkbox input {
  cursor: pointer;
}

.radio:hover,
.checkbox:hover {
  color: hsl(0,0%,21%);
}

[disabled].radio,
[disabled].checkbox,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox {
  color: hsl(0,0%,48%);
  cursor: not-allowed;
}

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #219128;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  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: hsl(0,0%,96%);
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: .5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0,0%,21%);
}

.select.is-white:not(:hover)::after {
  border-color: #fff;
}

.select.is-white select {
  border-color: #fff;
}

.select.is-white select:hover,
.select.is-white select.is-hovered {
  border-color: hsl(0,0%,95%);
}

.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 .125em hsla(0,0%,100%,.25);
}

.select.is-black:not(:hover)::after {
  border-color: hsl(0,0%,4%);
}

.select.is-black select {
  border-color: hsl(0,0%,4%);
}

.select.is-black select:hover,
.select.is-black select.is-hovered {
  border-color: #000;
}

.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 .125em hsla(0,0%,4%,.25);
}

.select.is-light:not(:hover)::after {
  border-color: hsl(0,0%,96%);
}

.select.is-light select {
  border-color: hsl(0,0%,96%);
}

.select.is-light select:hover,
.select.is-light select.is-hovered {
  border-color: hsl(0,0%,91%);
}

.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 .125em hsla(0,0%,96%,.25);
}

.select.is-dark:not(:hover)::after {
  border-color: hsl(0,0%,21%);
}

.select.is-dark select {
  border-color: hsl(0,0%,21%);
}

.select.is-dark select:hover,
.select.is-dark select.is-hovered {
  border-color: hsl(0,0%,16%);
}

.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 .125em hsla(0,0%,21%,.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #219128;
}

.select.is-primary select {
  border-color: #219128;
}

.select.is-primary select:hover,
.select.is-primary select.is-hovered {
  border-color: hsl(123.75,62.9213483146%,29.9019607843%);
}

.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 .125em rgba(33,145,40,.25);
}

.select.is-link:not(:hover)::after {
  border-color: #219128;
}

.select.is-link select {
  border-color: #219128;
}

.select.is-link select:hover,
.select.is-link select.is-hovered {
  border-color: hsl(123.75,62.9213483146%,29.9019607843%);
}

.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 .125em rgba(33,145,40,.25);
}

.select.is-info:not(:hover)::after,
.search-form .select.search-submit:not(:hover)::after,
.comment-form input.select[type=submit]:not(:hover)::after {
  border-color: hsl(204,86%,53%);
}

.select.is-info select,
.search-form .select.search-submit select,
.comment-form input.select[type=submit] select {
  border-color: hsl(204,86%,53%);
}

.select.is-info select:hover,
.search-form .select.search-submit select:hover,
.comment-form input.select[type=submit] select:hover,
.select.is-info select.is-hovered,
.search-form .select.search-submit select.is-hovered,
.comment-form input.select[type=submit] select.is-hovered {
  border-color: hsl(204,86%,48%);
}

.select.is-info select:focus,
.search-form .select.search-submit select:focus,
.comment-form input.select[type=submit] select:focus,
.select.is-info select.is-focused,
.search-form .select.search-submit select.is-focused,
.comment-form input.select[type=submit] select.is-focused,
.select.is-info select:active,
.search-form .select.search-submit select:active,
.comment-form input.select[type=submit] select:active,
.select.is-info select.is-active,
.search-form .select.search-submit select.is-active,
.comment-form input.select[type=submit] select.is-active {
  box-shadow: 0 0 0 .125em hsla(204,86%,53%,.25);
}

.select.is-success:not(:hover)::after {
  border-color: #0f5e08;
}

.select.is-success select {
  border-color: #0f5e08;
}

.select.is-success select:hover,
.select.is-success select.is-hovered {
  border-color: rgb(11.25,70.5,6);
}

.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 .125em rgba(15,94,8,.25);
}

.select.is-warning:not(:hover)::after {
  border-color: hsl(48,100%,67%);
}

.select.is-warning select {
  border-color: hsl(48,100%,67%);
}

.select.is-warning select:hover,
.select.is-warning select.is-hovered {
  border-color: hsl(48,100%,62%);
}

.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 .125em hsla(48,100%,67%,.25);
}

.select.is-danger:not(:hover)::after {
  border-color: hsl(348,100%,61%);
}

.select.is-danger select {
  border-color: hsl(348,100%,61%);
}

.select.is-danger select:hover,
.select.is-danger select.is-hovered {
  border-color: hsl(348,100%,56%);
}

.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 .125em hsla(348,100%,61%,.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: .75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: hsl(0,0%,48%);
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: .625em;
  top: .625em;
  transform: none;
}

.select.is-loading.is-small:after {
  font-size: .75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: #fff;
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,4%);
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: hsl(0,0%,97.5%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,4%);
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em hsla(0,0%,100%,.25);
  color: hsl(0,0%,4%);
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: hsl(0,0%,95%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,4%);
}

.file.is-black .file-cta {
  background-color: hsl(0,0%,4%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: hsl(0,0%,1.5%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em hsla(0,0%,4%,.25);
  color: #fff;
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: #000;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-light .file-cta {
  background-color: hsl(0,0%,96%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,21%);
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: hsl(0,0%,93.5%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,21%);
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em hsla(0,0%,96%,.25);
  color: hsl(0,0%,21%);
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: hsl(0,0%,91%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,21%);
}

.file.is-dark .file-cta {
  background-color: hsl(0,0%,21%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,96%);
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: hsl(0,0%,18.5%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,96%);
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em hsla(0,0%,21%,.25);
  color: hsl(0,0%,96%);
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: hsl(0,0%,16%);
  border-color: rgba(0,0,0,0);
  color: hsl(0,0%,96%);
}

.file.is-primary .file-cta {
  background-color: #219128;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: hsl(123.75,62.9213483146%,32.4019607843%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em rgba(33,145,40,.25);
  color: #fff;
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: hsl(123.75,62.9213483146%,29.9019607843%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #219128;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: hsl(123.75,62.9213483146%,32.4019607843%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em rgba(33,145,40,.25);
  color: #fff;
}

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: hsl(123.75,62.9213483146%,29.9019607843%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-info .file-cta,
.search-form .file.search-submit .file-cta,
.comment-form input.file[type=submit] .file-cta {
  background-color: hsl(204,86%,53%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-info:hover .file-cta,
.search-form .file.search-submit:hover .file-cta,
.comment-form input.file[type=submit]:hover .file-cta,
.file.is-info.is-hovered .file-cta,
.search-form .file.is-hovered.search-submit .file-cta,
.comment-form input.file.is-hovered[type=submit] .file-cta {
  background-color: hsl(204,86%,50.5%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-info:focus .file-cta,
.search-form .file.search-submit:focus .file-cta,
.comment-form input.file[type=submit]:focus .file-cta,
.file.is-info.is-focused .file-cta,
.search-form .file.is-focused.search-submit .file-cta,
.comment-form input.file.is-focused[type=submit] .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em hsla(204,86%,53%,.25);
  color: #fff;
}

.file.is-info:active .file-cta,
.search-form .file.search-submit:active .file-cta,
.comment-form input.file[type=submit]:active .file-cta,
.file.is-info.is-active .file-cta,
.search-form .file.is-active.search-submit .file-cta,
.comment-form input.file.is-active[type=submit] .file-cta {
  background-color: hsl(204,86%,48%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #0f5e08;
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: rgb(13.125,82.25,7);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em rgba(15,94,8,.25);
  color: #fff;
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: rgb(11.25,70.5,6);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: hsl(48,100%,67%);
  border-color: rgba(0,0,0,0);
  color: rgba(0,0,0,.7);
}

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
  background-color: hsl(48,100%,64.5%);
  border-color: rgba(0,0,0,0);
  color: rgba(0,0,0,.7);
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em hsla(48,100%,67%,.25);
  color: rgba(0,0,0,.7);
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: hsl(48,100%,62%);
  border-color: rgba(0,0,0,0);
  color: rgba(0,0,0,.7);
}

.file.is-danger .file-cta {
  background-color: hsl(348,100%,61%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: hsl(348,100%,58.5%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 .5em hsla(348,100%,61%,.25);
  color: #fff;
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: hsl(348,100%,56%);
  border-color: rgba(0,0,0,0);
  color: #fff;
}

.file.is-small {
  font-size: .75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.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: hsl(0,0%,93.5%);
  color: hsl(0,0%,21%);
}

.file-label:hover .file-name {
  border-color: hsl(0,0%,83.5%);
}

.file-label:active .file-cta {
  background-color: hsl(0,0%,91%);
  color: hsl(0,0%,21%);
}

.file-label:active .file-name {
  border-color: hsl(0,0%,81%);
}

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

.file-cta,
.file-name {
  border-color: hsl(0,0%,86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,29%);
}

.file-name {
  border-color: hsl(0,0%,86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: .5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label,
.comment-form label {
  color: hsl(0,0%,21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child),
.comment-form label:not(:last-child) {
  margin-bottom: .5em;
}

.label.is-small,
.comment-form label.is-small {
  font-size: .75rem;
}

.label.is-medium,
.comment-form label.is-medium {
  font-size: 1.25rem;
}

.label.is-large,
.comment-form label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: .75rem;
  margin-top: .25rem;
}

.help.is-white {
  color: #fff;
}

.help.is-black {
  color: hsl(0,0%,4%);
}

.help.is-light {
  color: hsl(0,0%,96%);
}

.help.is-dark {
  color: hsl(0,0%,21%);
}

.help.is-primary {
  color: #219128;
}

.help.is-link {
  color: #219128;
}

.help.is-info,
.search-form .help.search-submit,
.comment-form input.help[type=submit] {
  color: hsl(204,86%,53%);
}

.help.is-success {
  color: #0f5e08;
}

.help.is-warning {
  color: hsl(48,100%,67%);
}

.help.is-danger {
  color: hsl(348,100%,61%);
}

.field:not(:last-child),
.search-form:not(:last-child),
.comment-form p:not(:last-child) {
  margin-bottom: .75rem;
}

.field.has-addons,
.search-form,
.comment-form p.has-addons,
.comment-form p.search-form {
  display: flex;
  justify-content: flex-start;
}

.field.has-addons .control:not(:last-child),
.search-form .control:not(:last-child),
.search-form label:not(:last-child),
.comment-form p.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) .search-form .search-submit,
.search-form .control:not(:first-child):not(:last-child) .button,
.search-form .control:not(:first-child):not(:last-child) .search-submit,
.search-form label:not(:first-child):not(:last-child) .button,
.search-form label:not(:first-child):not(:last-child) .search-submit,
.field.has-addons .control:not(:first-child):not(:last-child) .comment-form input[type=submit],
.search-form .control:not(:first-child):not(:last-child) .comment-form input[type=submit],
.search-form label:not(:first-child):not(:last-child) .comment-form input[type=submit],
.comment-form .field.has-addons .control:not(:first-child):not(:last-child) input[type=submit],
.search-form .comment-form .field.has-addons label:not(:first-child):not(:last-child) input[type=submit],
.comment-form .search-form .control:not(:first-child):not(:last-child) input[type=submit],
.comment-form .search-form label:not(:first-child):not(:last-child) input[type=submit],
.comment-form p.has-addons .control:not(:first-child):not(:last-child) .button,
.comment-form p.has-addons .control:not(:first-child):not(:last-child) .search-form .search-submit,
.comment-form p.has-addons .control:not(:first-child):not(:last-child) input[type=submit],
.search-form .comment-form p.has-addons label:not(:first-child):not(:last-child) input[type=submit],
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .search-form .search-field,
.search-form .control:not(:first-child):not(:last-child) .input,
.search-form .control:not(:first-child):not(:last-child) .search-field,
.search-form label:not(:first-child):not(:last-child) .input,
.search-form label:not(:first-child):not(:last-child) .search-field,
.field.has-addons .control:not(:first-child):not(:last-child) .comment-form input[type=text],
.search-form .control:not(:first-child):not(:last-child) .comment-form input[type=text],
.search-form label:not(:first-child):not(:last-child) .comment-form input[type=text],
.comment-form .field.has-addons .control:not(:first-child):not(:last-child) input[type=text],
.search-form .comment-form .field.has-addons label:not(:first-child):not(:last-child) input[type=text],
.comment-form .search-form .control:not(:first-child):not(:last-child) input[type=text],
.comment-form .search-form label:not(:first-child):not(:last-child) input[type=text],
.field.has-addons .control:not(:first-child):not(:last-child) .comment-form input[type=email],
.search-form .control:not(:first-child):not(:last-child) .comment-form input[type=email],
.search-form label:not(:first-child):not(:last-child) .comment-form input[type=email],
.comment-form .field.has-addons .control:not(:first-child):not(:last-child) input[type=email],
.search-form .comment-form .field.has-addons label:not(:first-child):not(:last-child) input[type=email],
.comment-form .search-form .control:not(:first-child):not(:last-child) input[type=email],
.comment-form .search-form label:not(:first-child):not(:last-child) input[type=email],
.field.has-addons .control:not(:first-child):not(:last-child) .comment-form input[type=url],
.search-form .control:not(:first-child):not(:last-child) .comment-form input[type=url],
.search-form label:not(:first-child):not(:last-child) .comment-form input[type=url],
.comment-form .field.has-addons .control:not(:first-child):not(:last-child) input[type=url],
.search-form .comment-form .field.has-addons label:not(:first-child):not(:last-child) input[type=url],
.comment-form .search-form .control:not(:first-child):not(:last-child) input[type=url],
.comment-form .search-form label:not(:first-child):not(:last-child) input[type=url],
.comment-form p.has-addons .control:not(:first-child):not(:last-child) .input,
.comment-form p.has-addons .control:not(:first-child):not(:last-child) .search-form .search-field,
.comment-form p.has-addons .control:not(:first-child):not(:last-child) input[type=text],
.search-form .comment-form p.has-addons label:not(:first-child):not(:last-child) input[type=text],
.comment-form p.has-addons .control:not(:first-child):not(:last-child) input[type=email],
.search-form .comment-form p.has-addons label:not(:first-child):not(:last-child) input[type=email],
.comment-form p.has-addons .control:not(:first-child):not(:last-child) input[type=url],
.search-form .comment-form p.has-addons label:not(:first-child):not(:last-child) input[type=url],
.field.has-addons .control:not(:first-child):not(:last-child) .select select,
.search-form .control:not(:first-child):not(:last-child) .select select,
.search-form label:not(:first-child):not(:last-child) .select select,
.comment-form p.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) .search-form .search-submit,
.search-form .control:first-child:not(:only-child) .button,
.search-form .control:first-child:not(:only-child) .search-submit,
.search-form label:first-child:not(:only-child) .button,
.search-form label:first-child:not(:only-child) .search-submit,
.field.has-addons .control:first-child:not(:only-child) .comment-form input[type=submit],
.search-form .control:first-child:not(:only-child) .comment-form input[type=submit],
.search-form label:first-child:not(:only-child) .comment-form input[type=submit],
.comment-form .field.has-addons .control:first-child:not(:only-child) input[type=submit],
.search-form .comment-form .field.has-addons label:first-child:not(:only-child) input[type=submit],
.comment-form .search-form .control:first-child:not(:only-child) input[type=submit],
.comment-form .search-form label:first-child:not(:only-child) input[type=submit],
.comment-form p.has-addons .control:first-child:not(:only-child) .button,
.comment-form p.has-addons .control:first-child:not(:only-child) .search-form .search-submit,
.comment-form p.has-addons .control:first-child:not(:only-child) input[type=submit],
.search-form .comment-form p.has-addons label:first-child:not(:only-child) input[type=submit],
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .search-form .search-field,
.search-form .control:first-child:not(:only-child) .input,
.search-form .control:first-child:not(:only-child) .search-field,
.search-form label:first-child:not(:only-child) .input,
.search-form label:first-child:not(:only-child) .search-field,
.field.has-addons .control:first-child:not(:only-child) .comment-form input[type=text],
.search-form .control:first-child:not(:only-child) .comment-form input[type=text],
.search-form label:first-child:not(:only-child) .comment-form input[type=text],
.comment-form .field.has-addons .control:first-child:not(:only-child) input[type=text],
.search-form .comment-form .field.has-addons label:first-child:not(:only-child) input[type=text],
.comment-form .search-form .control:first-child:not(:only-child) input[type=text],
.comment-form .search-form label:first-child:not(:only-child) input[type=text],
.field.has-addons .control:first-child:not(:only-child) .comment-form input[type=email],
.search-form .control:first-child:not(:only-child) .comment-form input[type=email],
.search-form label:first-child:not(:only-child) .comment-form input[type=email],
.comment-form .field.has-addons .control:first-child:not(:only-child) input[type=email],
.search-form .comment-form .field.has-addons label:first-child:not(:only-child) input[type=email],
.comment-form .search-form .control:first-child:not(:only-child) input[type=email],
.comment-form .search-form label:first-child:not(:only-child) input[type=email],
.field.has-addons .control:first-child:not(:only-child) .comment-form input[type=url],
.search-form .control:first-child:not(:only-child) .comment-form input[type=url],
.search-form label:first-child:not(:only-child) .comment-form input[type=url],
.comment-form .field.has-addons .control:first-child:not(:only-child) input[type=url],
.search-form .comment-form .field.has-addons label:first-child:not(:only-child) input[type=url],
.comment-form .search-form .control:first-child:not(:only-child) input[type=url],
.comment-form .search-form label:first-child:not(:only-child) input[type=url],
.comment-form p.has-addons .control:first-child:not(:only-child) .input,
.comment-form p.has-addons .control:first-child:not(:only-child) .search-form .search-field,
.comment-form p.has-addons .control:first-child:not(:only-child) input[type=text],
.search-form .comment-form p.has-addons label:first-child:not(:only-child) input[type=text],
.comment-form p.has-addons .control:first-child:not(:only-child) input[type=email],
.search-form .comment-form p.has-addons label:first-child:not(:only-child) input[type=email],
.comment-form p.has-addons .control:first-child:not(:only-child) input[type=url],
.search-form .comment-form p.has-addons label:first-child:not(:only-child) input[type=url],
.field.has-addons .control:first-child:not(:only-child) .select select,
.search-form .control:first-child:not(:only-child) .select select,
.search-form label:first-child:not(:only-child) .select select,
.comment-form p.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) .search-form .search-submit,
.search-form .control:last-child:not(:only-child) .button,
.search-form .control:last-child:not(:only-child) .search-submit,
.search-form label:last-child:not(:only-child) .button,
.search-form label:last-child:not(:only-child) .search-submit,
.field.has-addons .control:last-child:not(:only-child) .comment-form input[type=submit],
.search-form .control:last-child:not(:only-child) .comment-form input[type=submit],
.search-form label:last-child:not(:only-child) .comment-form input[type=submit],
.comment-form .field.has-addons .control:last-child:not(:only-child) input[type=submit],
.search-form .comment-form .field.has-addons label:last-child:not(:only-child) input[type=submit],
.comment-form .search-form .control:last-child:not(:only-child) input[type=submit],
.comment-form .search-form label:last-child:not(:only-child) input[type=submit],
.comment-form p.has-addons .control:last-child:not(:only-child) .button,
.comment-form p.has-addons .control:last-child:not(:only-child) .search-form .search-submit,
.comment-form p.has-addons .control:last-child:not(:only-child) input[type=submit],
.search-form .comment-form p.has-addons label:last-child:not(:only-child) input[type=submit],
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .search-form .search-field,
.search-form .control:last-child:not(:only-child) .input,
.search-form .control:last-child:not(:only-child) .search-field,
.search-form label:last-child:not(:only-child) .input,
.search-form label:last-child:not(:only-child) .search-field,
.field.has-addons .control:last-child:not(:only-child) .comment-form input[type=text],
.search-form .control:last-child:not(:only-child) .comment-form input[type=text],
.search-form label:last-child:not(:only-child) .comment-form input[type=text],
.comment-form .field.has-addons .control:last-child:not(:only-child) input[type=text],
.search-form .comment-form .field.has-addons label:last-child:not(:only-child) input[type=text],
.comment-form .search-form .control:last-child:not(:only-child) input[type=text],
.comment-form .search-form label:last-child:not(:only-child) input[type=text],
.field.has-addons .control:last-child:not(:only-child) .comment-form input[type=email],
.search-form .control:last-child:not(:only-child) .comment-form input[type=email],
.search-form label:last-child:not(:only-child) .comment-form input[type=email],
.comment-form .field.has-addons .control:last-child:not(:only-child) input[type=email],
.search-form .comment-form .field.has-addons label:last-child:not(:only-child) input[type=email],
.comment-form .search-form .control:last-child:not(:only-child) input[type=email],
.comment-form .search-form label:last-child:not(:only-child) input[type=email],
.field.has-addons .control:last-child:not(:only-child) .comment-form input[type=url],
.search-form .control:last-child:not(:only-child) .comment-form input[type=url],
.search-form label:last-child:not(:only-child) .comment-form input[type=url],
.comment-form .field.has-addons .control:last-child:not(:only-child) input[type=url],
.search-form .comment-form .field.has-addons label:last-child:not(:only-child) input[type=url],
.comment-form .search-form .control:last-child:not(:only-child) input[type=url],
.comment-form .search-form label:last-child:not(:only-child) input[type=url],
.comment-form p.has-addons .control:last-child:not(:only-child) .input,
.comment-form p.has-addons .control:last-child:not(:only-child) .search-form .search-field,
.comment-form p.has-addons .control:last-child:not(:only-child) input[type=text],
.search-form .comment-form p.has-addons label:last-child:not(:only-child) input[type=text],
.comment-form p.has-addons .control:last-child:not(:only-child) input[type=email],
.search-form .comment-form p.has-addons label:last-child:not(:only-child) input[type=email],
.comment-form p.has-addons .control:last-child:not(:only-child) input[type=url],
.search-form .comment-form p.has-addons label:last-child:not(:only-child) input[type=url],
.field.has-addons .control:last-child:not(:only-child) .select select,
.search-form .control:last-child:not(:only-child) .select select,
.search-form label:last-child:not(:only-child) .select select,
.comment-form p.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 .search-form .search-submit:not([disabled]):hover,
.search-form .field.has-addons .control .search-submit:not([disabled]):hover,
.field.has-addons .search-form label .button:not([disabled]):hover,
.field.has-addons .search-form label .search-submit:not([disabled]):hover,
.search-form .field.has-addons label .button:not([disabled]):hover,
.search-form .field.has-addons label .search-submit:not([disabled]):hover,
.search-form .control .button:not([disabled]):hover,
.search-form .control .search-submit:not([disabled]):hover,
.search-form label .button:not([disabled]):hover,
.search-form label .search-submit:not([disabled]):hover,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]):hover,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]):hover,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]):hover,
.search-form .control .comment-form input[type=submit]:not([disabled]):hover,
.search-form label .comment-form input[type=submit]:not([disabled]):hover,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]):hover,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]):hover,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]):hover,
.comment-form .search-form .control input[type=submit]:not([disabled]):hover,
.comment-form .search-form label input[type=submit]:not([disabled]):hover,
.comment-form p.has-addons .control .button:not([disabled]):hover,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]):hover,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]):hover,
.comment-form p.has-addons .search-form label .button:not([disabled]):hover,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]):hover,
.search-form .comment-form p.has-addons label .button:not([disabled]):hover,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]):hover,
.comment-form p.has-addons .control input[type=submit]:not([disabled]):hover,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]):hover,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]):hover,
.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .search-form .search-submit:not([disabled]).is-hovered,
.search-form .field.has-addons .control .search-submit:not([disabled]).is-hovered,
.field.has-addons .search-form label .button:not([disabled]).is-hovered,
.field.has-addons .search-form label .search-submit:not([disabled]).is-hovered,
.search-form .field.has-addons label .button:not([disabled]).is-hovered,
.search-form .field.has-addons label .search-submit:not([disabled]).is-hovered,
.search-form .control .button:not([disabled]).is-hovered,
.search-form .control .search-submit:not([disabled]).is-hovered,
.search-form label .button:not([disabled]).is-hovered,
.search-form label .search-submit:not([disabled]).is-hovered,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]).is-hovered,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]).is-hovered,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]).is-hovered,
.search-form .control .comment-form input[type=submit]:not([disabled]).is-hovered,
.search-form label .comment-form input[type=submit]:not([disabled]).is-hovered,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]).is-hovered,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]).is-hovered,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]).is-hovered,
.comment-form .search-form .control input[type=submit]:not([disabled]).is-hovered,
.comment-form .search-form label input[type=submit]:not([disabled]).is-hovered,
.comment-form p.has-addons .control .button:not([disabled]).is-hovered,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label .button:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label .button:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]).is-hovered,
.comment-form p.has-addons .control input[type=submit]:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .search-form .search-field:not([disabled]):hover,
.search-form .field.has-addons .control .search-field:not([disabled]):hover,
.field.has-addons .search-form label .input:not([disabled]):hover,
.field.has-addons .search-form label .search-field:not([disabled]):hover,
.search-form .field.has-addons label .input:not([disabled]):hover,
.search-form .field.has-addons label .search-field:not([disabled]):hover,
.search-form .control .input:not([disabled]):hover,
.search-form .control .search-field:not([disabled]):hover,
.search-form label .input:not([disabled]):hover,
.search-form label .search-field:not([disabled]):hover,
.field.has-addons .control .comment-form input[type=text]:not([disabled]):hover,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]):hover,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]):hover,
.search-form .control .comment-form input[type=text]:not([disabled]):hover,
.search-form label .comment-form input[type=text]:not([disabled]):hover,
.comment-form .field.has-addons .control input[type=text]:not([disabled]):hover,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]):hover,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]):hover,
.comment-form .search-form .control input[type=text]:not([disabled]):hover,
.comment-form .search-form label input[type=text]:not([disabled]):hover,
.field.has-addons .control .comment-form input[type=email]:not([disabled]):hover,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]):hover,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]):hover,
.search-form .control .comment-form input[type=email]:not([disabled]):hover,
.search-form label .comment-form input[type=email]:not([disabled]):hover,
.comment-form .field.has-addons .control input[type=email]:not([disabled]):hover,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]):hover,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]):hover,
.comment-form .search-form .control input[type=email]:not([disabled]):hover,
.comment-form .search-form label input[type=email]:not([disabled]):hover,
.field.has-addons .control .comment-form input[type=url]:not([disabled]):hover,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]):hover,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]):hover,
.search-form .control .comment-form input[type=url]:not([disabled]):hover,
.search-form label .comment-form input[type=url]:not([disabled]):hover,
.comment-form .field.has-addons .control input[type=url]:not([disabled]):hover,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]):hover,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]):hover,
.comment-form .search-form .control input[type=url]:not([disabled]):hover,
.comment-form .search-form label input[type=url]:not([disabled]):hover,
.comment-form p.has-addons .control .input:not([disabled]):hover,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]):hover,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]):hover,
.comment-form p.has-addons .search-form label .input:not([disabled]):hover,
.comment-form p.has-addons .search-form label .search-field:not([disabled]):hover,
.search-form .comment-form p.has-addons label .input:not([disabled]):hover,
.search-form .comment-form p.has-addons label .search-field:not([disabled]):hover,
.comment-form p.has-addons .control input[type=text]:not([disabled]):hover,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]):hover,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]):hover,
.comment-form p.has-addons .control input[type=email]:not([disabled]):hover,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]):hover,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]):hover,
.comment-form p.has-addons .control input[type=url]:not([disabled]):hover,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]):hover,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .search-form .search-field:not([disabled]).is-hovered,
.search-form .field.has-addons .control .search-field:not([disabled]).is-hovered,
.field.has-addons .search-form label .input:not([disabled]).is-hovered,
.field.has-addons .search-form label .search-field:not([disabled]).is-hovered,
.search-form .field.has-addons label .input:not([disabled]).is-hovered,
.search-form .field.has-addons label .search-field:not([disabled]).is-hovered,
.search-form .control .input:not([disabled]).is-hovered,
.search-form .control .search-field:not([disabled]).is-hovered,
.search-form label .input:not([disabled]).is-hovered,
.search-form label .search-field:not([disabled]).is-hovered,
.field.has-addons .control .comment-form input[type=text]:not([disabled]).is-hovered,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]).is-hovered,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]).is-hovered,
.search-form .control .comment-form input[type=text]:not([disabled]).is-hovered,
.search-form label .comment-form input[type=text]:not([disabled]).is-hovered,
.comment-form .field.has-addons .control input[type=text]:not([disabled]).is-hovered,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]).is-hovered,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]).is-hovered,
.comment-form .search-form .control input[type=text]:not([disabled]).is-hovered,
.comment-form .search-form label input[type=text]:not([disabled]).is-hovered,
.field.has-addons .control .comment-form input[type=email]:not([disabled]).is-hovered,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]).is-hovered,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]).is-hovered,
.search-form .control .comment-form input[type=email]:not([disabled]).is-hovered,
.search-form label .comment-form input[type=email]:not([disabled]).is-hovered,
.comment-form .field.has-addons .control input[type=email]:not([disabled]).is-hovered,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]).is-hovered,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]).is-hovered,
.comment-form .search-form .control input[type=email]:not([disabled]).is-hovered,
.comment-form .search-form label input[type=email]:not([disabled]).is-hovered,
.field.has-addons .control .comment-form input[type=url]:not([disabled]).is-hovered,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]).is-hovered,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]).is-hovered,
.search-form .control .comment-form input[type=url]:not([disabled]).is-hovered,
.search-form label .comment-form input[type=url]:not([disabled]).is-hovered,
.comment-form .field.has-addons .control input[type=url]:not([disabled]).is-hovered,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]).is-hovered,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]).is-hovered,
.comment-form .search-form .control input[type=url]:not([disabled]).is-hovered,
.comment-form .search-form label input[type=url]:not([disabled]).is-hovered,
.comment-form p.has-addons .control .input:not([disabled]).is-hovered,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label .input:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label .search-field:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label .input:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label .search-field:not([disabled]).is-hovered,
.comment-form p.has-addons .control input[type=text]:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]).is-hovered,
.comment-form p.has-addons .control input[type=email]:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]).is-hovered,
.comment-form p.has-addons .control input[type=url]:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .search-form label .select select:not([disabled]):hover,
.search-form .field.has-addons label .select select:not([disabled]):hover,
.search-form .control .select select:not([disabled]):hover,
.search-form label .select select:not([disabled]):hover,
.comment-form p.has-addons .control .select select:not([disabled]):hover,
.comment-form p.has-addons .search-form label .select select:not([disabled]):hover,
.search-form .comment-form p.has-addons label .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .search-form label .select select:not([disabled]).is-hovered,
.search-form .field.has-addons label .select select:not([disabled]).is-hovered,
.search-form .control .select select:not([disabled]).is-hovered,
.search-form label .select select:not([disabled]).is-hovered,
.comment-form p.has-addons .control .select select:not([disabled]).is-hovered,
.comment-form p.has-addons .search-form label .select select:not([disabled]).is-hovered,
.search-form .comment-form p.has-addons label .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .search-form .search-submit:not([disabled]):focus,
.search-form .field.has-addons .control .search-submit:not([disabled]):focus,
.field.has-addons .search-form label .button:not([disabled]):focus,
.field.has-addons .search-form label .search-submit:not([disabled]):focus,
.search-form .field.has-addons label .button:not([disabled]):focus,
.search-form .field.has-addons label .search-submit:not([disabled]):focus,
.field.search-form .control .button:not([disabled]):focus,
.field.search-form .control .search-submit:not([disabled]):focus,
.field.search-form label .button:not([disabled]):focus,
.field.search-form label .search-submit:not([disabled]):focus,
.search-form .control .button:not([disabled]):focus,
.search-form .control .search-submit:not([disabled]):focus,
.search-form label .button:not([disabled]):focus,
.search-form label .search-submit:not([disabled]):focus,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]):focus,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]):focus,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]):focus,
.field.search-form .control .comment-form input[type=submit]:not([disabled]):focus,
.field.search-form label .comment-form input[type=submit]:not([disabled]):focus,
.search-form .control .comment-form input[type=submit]:not([disabled]):focus,
.search-form label .comment-form input[type=submit]:not([disabled]):focus,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]):focus,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]):focus,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]):focus,
.comment-form .field.search-form .control input[type=submit]:not([disabled]):focus,
.comment-form .field.search-form label input[type=submit]:not([disabled]):focus,
.comment-form .search-form .control input[type=submit]:not([disabled]):focus,
.comment-form .search-form label input[type=submit]:not([disabled]):focus,
.comment-form p.has-addons .control .button:not([disabled]):focus,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]):focus,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]):focus,
.comment-form p.has-addons .search-form label .button:not([disabled]):focus,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]):focus,
.search-form .comment-form p.has-addons label .button:not([disabled]):focus,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]):focus,
.comment-form p.search-form .control .button:not([disabled]):focus,
.comment-form p.search-form .control .search-submit:not([disabled]):focus,
.comment-form p.search-form label .button:not([disabled]):focus,
.comment-form p.search-form label .search-submit:not([disabled]):focus,
.comment-form p.has-addons .control input[type=submit]:not([disabled]):focus,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]):focus,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]):focus,
.comment-form p.search-form .control input[type=submit]:not([disabled]):focus,
.comment-form p.search-form label input[type=submit]:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .search-form .search-submit:not([disabled]).is-focused,
.search-form .field.has-addons .control .search-submit:not([disabled]).is-focused,
.field.has-addons .search-form label .button:not([disabled]).is-focused,
.field.has-addons .search-form label .search-submit:not([disabled]).is-focused,
.search-form .field.has-addons label .button:not([disabled]).is-focused,
.search-form .field.has-addons label .search-submit:not([disabled]).is-focused,
.field.search-form .control .button:not([disabled]).is-focused,
.field.search-form .control .search-submit:not([disabled]).is-focused,
.field.search-form label .button:not([disabled]).is-focused,
.field.search-form label .search-submit:not([disabled]).is-focused,
.search-form .control .button:not([disabled]).is-focused,
.search-form .control .search-submit:not([disabled]).is-focused,
.search-form label .button:not([disabled]).is-focused,
.search-form label .search-submit:not([disabled]).is-focused,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]).is-focused,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]).is-focused,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]).is-focused,
.field.search-form .control .comment-form input[type=submit]:not([disabled]).is-focused,
.field.search-form label .comment-form input[type=submit]:not([disabled]).is-focused,
.search-form .control .comment-form input[type=submit]:not([disabled]).is-focused,
.search-form label .comment-form input[type=submit]:not([disabled]).is-focused,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]).is-focused,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]).is-focused,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]).is-focused,
.comment-form .field.search-form .control input[type=submit]:not([disabled]).is-focused,
.comment-form .field.search-form label input[type=submit]:not([disabled]).is-focused,
.comment-form .search-form .control input[type=submit]:not([disabled]).is-focused,
.comment-form .search-form label input[type=submit]:not([disabled]).is-focused,
.comment-form p.has-addons .control .button:not([disabled]).is-focused,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]).is-focused,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label .button:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label .button:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]).is-focused,
.comment-form p.search-form .control .button:not([disabled]).is-focused,
.comment-form p.search-form .control .search-submit:not([disabled]).is-focused,
.comment-form p.search-form label .button:not([disabled]).is-focused,
.comment-form p.search-form label .search-submit:not([disabled]).is-focused,
.comment-form p.has-addons .control input[type=submit]:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]).is-focused,
.comment-form p.search-form .control input[type=submit]:not([disabled]).is-focused,
.comment-form p.search-form label input[type=submit]:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .search-form .search-submit:not([disabled]):active,
.search-form .field.has-addons .control .search-submit:not([disabled]):active,
.field.has-addons .search-form label .button:not([disabled]):active,
.field.has-addons .search-form label .search-submit:not([disabled]):active,
.search-form .field.has-addons label .button:not([disabled]):active,
.search-form .field.has-addons label .search-submit:not([disabled]):active,
.field.search-form .control .button:not([disabled]):active,
.field.search-form .control .search-submit:not([disabled]):active,
.field.search-form label .button:not([disabled]):active,
.field.search-form label .search-submit:not([disabled]):active,
.search-form .control .button:not([disabled]):active,
.search-form .control .search-submit:not([disabled]):active,
.search-form label .button:not([disabled]):active,
.search-form label .search-submit:not([disabled]):active,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]):active,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]):active,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]):active,
.field.search-form .control .comment-form input[type=submit]:not([disabled]):active,
.field.search-form label .comment-form input[type=submit]:not([disabled]):active,
.search-form .control .comment-form input[type=submit]:not([disabled]):active,
.search-form label .comment-form input[type=submit]:not([disabled]):active,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]):active,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]):active,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]):active,
.comment-form .field.search-form .control input[type=submit]:not([disabled]):active,
.comment-form .field.search-form label input[type=submit]:not([disabled]):active,
.comment-form .search-form .control input[type=submit]:not([disabled]):active,
.comment-form .search-form label input[type=submit]:not([disabled]):active,
.comment-form p.has-addons .control .button:not([disabled]):active,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]):active,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]):active,
.comment-form p.has-addons .search-form label .button:not([disabled]):active,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]):active,
.search-form .comment-form p.has-addons label .button:not([disabled]):active,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]):active,
.comment-form p.search-form .control .button:not([disabled]):active,
.comment-form p.search-form .control .search-submit:not([disabled]):active,
.comment-form p.search-form label .button:not([disabled]):active,
.comment-form p.search-form label .search-submit:not([disabled]):active,
.comment-form p.has-addons .control input[type=submit]:not([disabled]):active,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]):active,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]):active,
.comment-form p.search-form .control input[type=submit]:not([disabled]):active,
.comment-form p.search-form label input[type=submit]:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .search-form .search-submit:not([disabled]).is-active,
.search-form .field.has-addons .control .search-submit:not([disabled]).is-active,
.field.has-addons .search-form label .button:not([disabled]).is-active,
.field.has-addons .search-form label .search-submit:not([disabled]).is-active,
.search-form .field.has-addons label .button:not([disabled]).is-active,
.search-form .field.has-addons label .search-submit:not([disabled]).is-active,
.field.search-form .control .button:not([disabled]).is-active,
.field.search-form .control .search-submit:not([disabled]).is-active,
.field.search-form label .button:not([disabled]).is-active,
.field.search-form label .search-submit:not([disabled]).is-active,
.search-form .control .button:not([disabled]).is-active,
.search-form .control .search-submit:not([disabled]).is-active,
.search-form label .button:not([disabled]).is-active,
.search-form label .search-submit:not([disabled]).is-active,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]).is-active,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]).is-active,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]).is-active,
.field.search-form .control .comment-form input[type=submit]:not([disabled]).is-active,
.field.search-form label .comment-form input[type=submit]:not([disabled]).is-active,
.search-form .control .comment-form input[type=submit]:not([disabled]).is-active,
.search-form label .comment-form input[type=submit]:not([disabled]).is-active,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]).is-active,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]).is-active,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]).is-active,
.comment-form .field.search-form .control input[type=submit]:not([disabled]).is-active,
.comment-form .field.search-form label input[type=submit]:not([disabled]).is-active,
.comment-form .search-form .control input[type=submit]:not([disabled]).is-active,
.comment-form .search-form label input[type=submit]:not([disabled]).is-active,
.comment-form p.has-addons .control .button:not([disabled]).is-active,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]).is-active,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]).is-active,
.comment-form p.has-addons .search-form label .button:not([disabled]).is-active,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]).is-active,
.search-form .comment-form p.has-addons label .button:not([disabled]).is-active,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]).is-active,
.comment-form p.search-form .control .button:not([disabled]).is-active,
.comment-form p.search-form .control .search-submit:not([disabled]).is-active,
.comment-form p.search-form label .button:not([disabled]).is-active,
.comment-form p.search-form label .search-submit:not([disabled]).is-active,
.comment-form p.has-addons .control input[type=submit]:not([disabled]).is-active,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]).is-active,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]).is-active,
.comment-form p.search-form .control input[type=submit]:not([disabled]).is-active,
.comment-form p.search-form label input[type=submit]:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .search-form .search-field:not([disabled]):focus,
.search-form .field.has-addons .control .search-field:not([disabled]):focus,
.field.has-addons .search-form label .input:not([disabled]):focus,
.field.has-addons .search-form label .search-field:not([disabled]):focus,
.search-form .field.has-addons label .input:not([disabled]):focus,
.search-form .field.has-addons label .search-field:not([disabled]):focus,
.field.search-form .control .input:not([disabled]):focus,
.field.search-form .control .search-field:not([disabled]):focus,
.field.search-form label .input:not([disabled]):focus,
.field.search-form label .search-field:not([disabled]):focus,
.search-form .control .input:not([disabled]):focus,
.search-form .control .search-field:not([disabled]):focus,
.search-form label .input:not([disabled]):focus,
.search-form label .search-field:not([disabled]):focus,
.field.has-addons .control .comment-form input[type=text]:not([disabled]):focus,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]):focus,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]):focus,
.field.search-form .control .comment-form input[type=text]:not([disabled]):focus,
.field.search-form label .comment-form input[type=text]:not([disabled]):focus,
.search-form .control .comment-form input[type=text]:not([disabled]):focus,
.search-form label .comment-form input[type=text]:not([disabled]):focus,
.comment-form .field.has-addons .control input[type=text]:not([disabled]):focus,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]):focus,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]):focus,
.comment-form .field.search-form .control input[type=text]:not([disabled]):focus,
.comment-form .field.search-form label input[type=text]:not([disabled]):focus,
.comment-form .search-form .control input[type=text]:not([disabled]):focus,
.comment-form .search-form label input[type=text]:not([disabled]):focus,
.field.has-addons .control .comment-form input[type=email]:not([disabled]):focus,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]):focus,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]):focus,
.field.search-form .control .comment-form input[type=email]:not([disabled]):focus,
.field.search-form label .comment-form input[type=email]:not([disabled]):focus,
.search-form .control .comment-form input[type=email]:not([disabled]):focus,
.search-form label .comment-form input[type=email]:not([disabled]):focus,
.comment-form .field.has-addons .control input[type=email]:not([disabled]):focus,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]):focus,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]):focus,
.comment-form .field.search-form .control input[type=email]:not([disabled]):focus,
.comment-form .field.search-form label input[type=email]:not([disabled]):focus,
.comment-form .search-form .control input[type=email]:not([disabled]):focus,
.comment-form .search-form label input[type=email]:not([disabled]):focus,
.field.has-addons .control .comment-form input[type=url]:not([disabled]):focus,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]):focus,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]):focus,
.field.search-form .control .comment-form input[type=url]:not([disabled]):focus,
.field.search-form label .comment-form input[type=url]:not([disabled]):focus,
.search-form .control .comment-form input[type=url]:not([disabled]):focus,
.search-form label .comment-form input[type=url]:not([disabled]):focus,
.comment-form .field.has-addons .control input[type=url]:not([disabled]):focus,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]):focus,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]):focus,
.comment-form .field.search-form .control input[type=url]:not([disabled]):focus,
.comment-form .field.search-form label input[type=url]:not([disabled]):focus,
.comment-form .search-form .control input[type=url]:not([disabled]):focus,
.comment-form .search-form label input[type=url]:not([disabled]):focus,
.comment-form p.has-addons .control .input:not([disabled]):focus,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]):focus,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]):focus,
.comment-form p.has-addons .search-form label .input:not([disabled]):focus,
.comment-form p.has-addons .search-form label .search-field:not([disabled]):focus,
.search-form .comment-form p.has-addons label .input:not([disabled]):focus,
.search-form .comment-form p.has-addons label .search-field:not([disabled]):focus,
.comment-form p.search-form .control .input:not([disabled]):focus,
.comment-form p.search-form .control .search-field:not([disabled]):focus,
.comment-form p.search-form label .input:not([disabled]):focus,
.comment-form p.search-form label .search-field:not([disabled]):focus,
.comment-form p.has-addons .control input[type=text]:not([disabled]):focus,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]):focus,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]):focus,
.comment-form p.search-form .control input[type=text]:not([disabled]):focus,
.comment-form p.search-form label input[type=text]:not([disabled]):focus,
.comment-form p.has-addons .control input[type=email]:not([disabled]):focus,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]):focus,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]):focus,
.comment-form p.search-form .control input[type=email]:not([disabled]):focus,
.comment-form p.search-form label input[type=email]:not([disabled]):focus,
.comment-form p.has-addons .control input[type=url]:not([disabled]):focus,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]):focus,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]):focus,
.comment-form p.search-form .control input[type=url]:not([disabled]):focus,
.comment-form p.search-form label input[type=url]:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .search-form .search-field:not([disabled]).is-focused,
.search-form .field.has-addons .control .search-field:not([disabled]).is-focused,
.field.has-addons .search-form label .input:not([disabled]).is-focused,
.field.has-addons .search-form label .search-field:not([disabled]).is-focused,
.search-form .field.has-addons label .input:not([disabled]).is-focused,
.search-form .field.has-addons label .search-field:not([disabled]).is-focused,
.field.search-form .control .input:not([disabled]).is-focused,
.field.search-form .control .search-field:not([disabled]).is-focused,
.field.search-form label .input:not([disabled]).is-focused,
.field.search-form label .search-field:not([disabled]).is-focused,
.search-form .control .input:not([disabled]).is-focused,
.search-form .control .search-field:not([disabled]).is-focused,
.search-form label .input:not([disabled]).is-focused,
.search-form label .search-field:not([disabled]).is-focused,
.field.has-addons .control .comment-form input[type=text]:not([disabled]).is-focused,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]).is-focused,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]).is-focused,
.field.search-form .control .comment-form input[type=text]:not([disabled]).is-focused,
.field.search-form label .comment-form input[type=text]:not([disabled]).is-focused,
.search-form .control .comment-form input[type=text]:not([disabled]).is-focused,
.search-form label .comment-form input[type=text]:not([disabled]).is-focused,
.comment-form .field.has-addons .control input[type=text]:not([disabled]).is-focused,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]).is-focused,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]).is-focused,
.comment-form .field.search-form .control input[type=text]:not([disabled]).is-focused,
.comment-form .field.search-form label input[type=text]:not([disabled]).is-focused,
.comment-form .search-form .control input[type=text]:not([disabled]).is-focused,
.comment-form .search-form label input[type=text]:not([disabled]).is-focused,
.field.has-addons .control .comment-form input[type=email]:not([disabled]).is-focused,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]).is-focused,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]).is-focused,
.field.search-form .control .comment-form input[type=email]:not([disabled]).is-focused,
.field.search-form label .comment-form input[type=email]:not([disabled]).is-focused,
.search-form .control .comment-form input[type=email]:not([disabled]).is-focused,
.search-form label .comment-form input[type=email]:not([disabled]).is-focused,
.comment-form .field.has-addons .control input[type=email]:not([disabled]).is-focused,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]).is-focused,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]).is-focused,
.comment-form .field.search-form .control input[type=email]:not([disabled]).is-focused,
.comment-form .field.search-form label input[type=email]:not([disabled]).is-focused,
.comment-form .search-form .control input[type=email]:not([disabled]).is-focused,
.comment-form .search-form label input[type=email]:not([disabled]).is-focused,
.field.has-addons .control .comment-form input[type=url]:not([disabled]).is-focused,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]).is-focused,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]).is-focused,
.field.search-form .control .comment-form input[type=url]:not([disabled]).is-focused,
.field.search-form label .comment-form input[type=url]:not([disabled]).is-focused,
.search-form .control .comment-form input[type=url]:not([disabled]).is-focused,
.search-form label .comment-form input[type=url]:not([disabled]).is-focused,
.comment-form .field.has-addons .control input[type=url]:not([disabled]).is-focused,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]).is-focused,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]).is-focused,
.comment-form .field.search-form .control input[type=url]:not([disabled]).is-focused,
.comment-form .field.search-form label input[type=url]:not([disabled]).is-focused,
.comment-form .search-form .control input[type=url]:not([disabled]).is-focused,
.comment-form .search-form label input[type=url]:not([disabled]).is-focused,
.comment-form p.has-addons .control .input:not([disabled]).is-focused,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]).is-focused,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label .input:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label .search-field:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label .input:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label .search-field:not([disabled]).is-focused,
.comment-form p.search-form .control .input:not([disabled]).is-focused,
.comment-form p.search-form .control .search-field:not([disabled]).is-focused,
.comment-form p.search-form label .input:not([disabled]).is-focused,
.comment-form p.search-form label .search-field:not([disabled]).is-focused,
.comment-form p.has-addons .control input[type=text]:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]).is-focused,
.comment-form p.search-form .control input[type=text]:not([disabled]).is-focused,
.comment-form p.search-form label input[type=text]:not([disabled]).is-focused,
.comment-form p.has-addons .control input[type=email]:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]).is-focused,
.comment-form p.search-form .control input[type=email]:not([disabled]).is-focused,
.comment-form p.search-form label input[type=email]:not([disabled]).is-focused,
.comment-form p.has-addons .control input[type=url]:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]).is-focused,
.comment-form p.search-form .control input[type=url]:not([disabled]).is-focused,
.comment-form p.search-form label input[type=url]:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .search-form .search-field:not([disabled]):active,
.search-form .field.has-addons .control .search-field:not([disabled]):active,
.field.has-addons .search-form label .input:not([disabled]):active,
.field.has-addons .search-form label .search-field:not([disabled]):active,
.search-form .field.has-addons label .input:not([disabled]):active,
.search-form .field.has-addons label .search-field:not([disabled]):active,
.field.search-form .control .input:not([disabled]):active,
.field.search-form .control .search-field:not([disabled]):active,
.field.search-form label .input:not([disabled]):active,
.field.search-form label .search-field:not([disabled]):active,
.search-form .control .input:not([disabled]):active,
.search-form .control .search-field:not([disabled]):active,
.search-form label .input:not([disabled]):active,
.search-form label .search-field:not([disabled]):active,
.field.has-addons .control .comment-form input[type=text]:not([disabled]):active,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]):active,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]):active,
.field.search-form .control .comment-form input[type=text]:not([disabled]):active,
.field.search-form label .comment-form input[type=text]:not([disabled]):active,
.search-form .control .comment-form input[type=text]:not([disabled]):active,
.search-form label .comment-form input[type=text]:not([disabled]):active,
.comment-form .field.has-addons .control input[type=text]:not([disabled]):active,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]):active,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]):active,
.comment-form .field.search-form .control input[type=text]:not([disabled]):active,
.comment-form .field.search-form label input[type=text]:not([disabled]):active,
.comment-form .search-form .control input[type=text]:not([disabled]):active,
.comment-form .search-form label input[type=text]:not([disabled]):active,
.field.has-addons .control .comment-form input[type=email]:not([disabled]):active,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]):active,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]):active,
.field.search-form .control .comment-form input[type=email]:not([disabled]):active,
.field.search-form label .comment-form input[type=email]:not([disabled]):active,
.search-form .control .comment-form input[type=email]:not([disabled]):active,
.search-form label .comment-form input[type=email]:not([disabled]):active,
.comment-form .field.has-addons .control input[type=email]:not([disabled]):active,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]):active,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]):active,
.comment-form .field.search-form .control input[type=email]:not([disabled]):active,
.comment-form .field.search-form label input[type=email]:not([disabled]):active,
.comment-form .search-form .control input[type=email]:not([disabled]):active,
.comment-form .search-form label input[type=email]:not([disabled]):active,
.field.has-addons .control .comment-form input[type=url]:not([disabled]):active,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]):active,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]):active,
.field.search-form .control .comment-form input[type=url]:not([disabled]):active,
.field.search-form label .comment-form input[type=url]:not([disabled]):active,
.search-form .control .comment-form input[type=url]:not([disabled]):active,
.search-form label .comment-form input[type=url]:not([disabled]):active,
.comment-form .field.has-addons .control input[type=url]:not([disabled]):active,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]):active,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]):active,
.comment-form .field.search-form .control input[type=url]:not([disabled]):active,
.comment-form .field.search-form label input[type=url]:not([disabled]):active,
.comment-form .search-form .control input[type=url]:not([disabled]):active,
.comment-form .search-form label input[type=url]:not([disabled]):active,
.comment-form p.has-addons .control .input:not([disabled]):active,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]):active,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]):active,
.comment-form p.has-addons .search-form label .input:not([disabled]):active,
.comment-form p.has-addons .search-form label .search-field:not([disabled]):active,
.search-form .comment-form p.has-addons label .input:not([disabled]):active,
.search-form .comment-form p.has-addons label .search-field:not([disabled]):active,
.comment-form p.search-form .control .input:not([disabled]):active,
.comment-form p.search-form .control .search-field:not([disabled]):active,
.comment-form p.search-form label .input:not([disabled]):active,
.comment-form p.search-form label .search-field:not([disabled]):active,
.comment-form p.has-addons .control input[type=text]:not([disabled]):active,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]):active,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]):active,
.comment-form p.search-form .control input[type=text]:not([disabled]):active,
.comment-form p.search-form label input[type=text]:not([disabled]):active,
.comment-form p.has-addons .control input[type=email]:not([disabled]):active,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]):active,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]):active,
.comment-form p.search-form .control input[type=email]:not([disabled]):active,
.comment-form p.search-form label input[type=email]:not([disabled]):active,
.comment-form p.has-addons .control input[type=url]:not([disabled]):active,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]):active,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]):active,
.comment-form p.search-form .control input[type=url]:not([disabled]):active,
.comment-form p.search-form label input[type=url]:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .search-form .search-field:not([disabled]).is-active,
.search-form .field.has-addons .control .search-field:not([disabled]).is-active,
.field.has-addons .search-form label .input:not([disabled]).is-active,
.field.has-addons .search-form label .search-field:not([disabled]).is-active,
.search-form .field.has-addons label .input:not([disabled]).is-active,
.search-form .field.has-addons label .search-field:not([disabled]).is-active,
.field.search-form .control .input:not([disabled]).is-active,
.field.search-form .control .search-field:not([disabled]).is-active,
.field.search-form label .input:not([disabled]).is-active,
.field.search-form label .search-field:not([disabled]).is-active,
.search-form .control .input:not([disabled]).is-active,
.search-form .control .search-field:not([disabled]).is-active,
.search-form label .input:not([disabled]).is-active,
.search-form label .search-field:not([disabled]).is-active,
.field.has-addons .control .comment-form input[type=text]:not([disabled]).is-active,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]).is-active,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]).is-active,
.field.search-form .control .comment-form input[type=text]:not([disabled]).is-active,
.field.search-form label .comment-form input[type=text]:not([disabled]).is-active,
.search-form .control .comment-form input[type=text]:not([disabled]).is-active,
.search-form label .comment-form input[type=text]:not([disabled]).is-active,
.comment-form .field.has-addons .control input[type=text]:not([disabled]).is-active,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]).is-active,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]).is-active,
.comment-form .field.search-form .control input[type=text]:not([disabled]).is-active,
.comment-form .field.search-form label input[type=text]:not([disabled]).is-active,
.comment-form .search-form .control input[type=text]:not([disabled]).is-active,
.comment-form .search-form label input[type=text]:not([disabled]).is-active,
.field.has-addons .control .comment-form input[type=email]:not([disabled]).is-active,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]).is-active,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]).is-active,
.field.search-form .control .comment-form input[type=email]:not([disabled]).is-active,
.field.search-form label .comment-form input[type=email]:not([disabled]).is-active,
.search-form .control .comment-form input[type=email]:not([disabled]).is-active,
.search-form label .comment-form input[type=email]:not([disabled]).is-active,
.comment-form .field.has-addons .control input[type=email]:not([disabled]).is-active,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]).is-active,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]).is-active,
.comment-form .field.search-form .control input[type=email]:not([disabled]).is-active,
.comment-form .field.search-form label input[type=email]:not([disabled]).is-active,
.comment-form .search-form .control input[type=email]:not([disabled]).is-active,
.comment-form .search-form label input[type=email]:not([disabled]).is-active,
.field.has-addons .control .comment-form input[type=url]:not([disabled]).is-active,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]).is-active,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]).is-active,
.field.search-form .control .comment-form input[type=url]:not([disabled]).is-active,
.field.search-form label .comment-form input[type=url]:not([disabled]).is-active,
.search-form .control .comment-form input[type=url]:not([disabled]).is-active,
.search-form label .comment-form input[type=url]:not([disabled]).is-active,
.comment-form .field.has-addons .control input[type=url]:not([disabled]).is-active,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]).is-active,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]).is-active,
.comment-form .field.search-form .control input[type=url]:not([disabled]).is-active,
.comment-form .field.search-form label input[type=url]:not([disabled]).is-active,
.comment-form .search-form .control input[type=url]:not([disabled]).is-active,
.comment-form .search-form label input[type=url]:not([disabled]).is-active,
.comment-form p.has-addons .control .input:not([disabled]).is-active,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]).is-active,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]).is-active,
.comment-form p.has-addons .search-form label .input:not([disabled]).is-active,
.comment-form p.has-addons .search-form label .search-field:not([disabled]).is-active,
.search-form .comment-form p.has-addons label .input:not([disabled]).is-active,
.search-form .comment-form p.has-addons label .search-field:not([disabled]).is-active,
.comment-form p.search-form .control .input:not([disabled]).is-active,
.comment-form p.search-form .control .search-field:not([disabled]).is-active,
.comment-form p.search-form label .input:not([disabled]).is-active,
.comment-form p.search-form label .search-field:not([disabled]).is-active,
.comment-form p.has-addons .control input[type=text]:not([disabled]).is-active,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]).is-active,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]).is-active,
.comment-form p.search-form .control input[type=text]:not([disabled]).is-active,
.comment-form p.search-form label input[type=text]:not([disabled]).is-active,
.comment-form p.has-addons .control input[type=email]:not([disabled]).is-active,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]).is-active,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]).is-active,
.comment-form p.search-form .control input[type=email]:not([disabled]).is-active,
.comment-form p.search-form label input[type=email]:not([disabled]).is-active,
.comment-form p.has-addons .control input[type=url]:not([disabled]).is-active,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]).is-active,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]).is-active,
.comment-form p.search-form .control input[type=url]:not([disabled]).is-active,
.comment-form p.search-form label input[type=url]:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .search-form label .select select:not([disabled]):focus,
.search-form .field.has-addons label .select select:not([disabled]):focus,
.field.search-form .control .select select:not([disabled]):focus,
.field.search-form label .select select:not([disabled]):focus,
.search-form .control .select select:not([disabled]):focus,
.search-form label .select select:not([disabled]):focus,
.comment-form p.has-addons .control .select select:not([disabled]):focus,
.comment-form p.has-addons .search-form label .select select:not([disabled]):focus,
.search-form .comment-form p.has-addons label .select select:not([disabled]):focus,
.comment-form p.search-form .control .select select:not([disabled]):focus,
.comment-form p.search-form label .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .search-form label .select select:not([disabled]).is-focused,
.search-form .field.has-addons label .select select:not([disabled]).is-focused,
.field.search-form .control .select select:not([disabled]).is-focused,
.field.search-form label .select select:not([disabled]).is-focused,
.search-form .control .select select:not([disabled]).is-focused,
.search-form label .select select:not([disabled]).is-focused,
.comment-form p.has-addons .control .select select:not([disabled]).is-focused,
.comment-form p.has-addons .search-form label .select select:not([disabled]).is-focused,
.search-form .comment-form p.has-addons label .select select:not([disabled]).is-focused,
.comment-form p.search-form .control .select select:not([disabled]).is-focused,
.comment-form p.search-form label .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .search-form label .select select:not([disabled]):active,
.search-form .field.has-addons label .select select:not([disabled]):active,
.field.search-form .control .select select:not([disabled]):active,
.field.search-form label .select select:not([disabled]):active,
.search-form .control .select select:not([disabled]):active,
.search-form label .select select:not([disabled]):active,
.comment-form p.has-addons .control .select select:not([disabled]):active,
.comment-form p.has-addons .search-form label .select select:not([disabled]):active,
.search-form .comment-form p.has-addons label .select select:not([disabled]):active,
.comment-form p.search-form .control .select select:not([disabled]):active,
.comment-form p.search-form label .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .search-form label .select select:not([disabled]).is-active,
.search-form .field.has-addons label .select select:not([disabled]).is-active,
.field.search-form .control .select select:not([disabled]).is-active,
.field.search-form label .select select:not([disabled]).is-active,
.search-form .control .select select:not([disabled]).is-active,
.search-form label .select select:not([disabled]).is-active,
.comment-form p.has-addons .control .select select:not([disabled]).is-active,
.comment-form p.has-addons .search-form label .select select:not([disabled]).is-active,
.search-form .comment-form p.has-addons label .select select:not([disabled]).is-active,
.comment-form p.search-form .control .select select:not([disabled]).is-active,
.comment-form p.search-form label .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .search-form .search-submit:not([disabled]):focus:hover,
.search-form .field.has-addons .control .search-submit:not([disabled]):focus:hover,
.field.has-addons .search-form label .button:not([disabled]):focus:hover,
.field.has-addons .search-form label .search-submit:not([disabled]):focus:hover,
.search-form .field.has-addons label .button:not([disabled]):focus:hover,
.search-form .field.has-addons label .search-submit:not([disabled]):focus:hover,
.field.search-form .control .button:not([disabled]):focus:hover,
.field.search-form .control .search-submit:not([disabled]):focus:hover,
.field.search-form label .button:not([disabled]):focus:hover,
.field.search-form label .search-submit:not([disabled]):focus:hover,
.search-form .control .button:not([disabled]):focus:hover,
.search-form .control .search-submit:not([disabled]):focus:hover,
.search-form label .button:not([disabled]):focus:hover,
.search-form label .search-submit:not([disabled]):focus:hover,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]):focus:hover,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]):focus:hover,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]):focus:hover,
.field.search-form .control .comment-form input[type=submit]:not([disabled]):focus:hover,
.field.search-form label .comment-form input[type=submit]:not([disabled]):focus:hover,
.search-form .control .comment-form input[type=submit]:not([disabled]):focus:hover,
.search-form label .comment-form input[type=submit]:not([disabled]):focus:hover,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]):focus:hover,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]):focus:hover,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]):focus:hover,
.comment-form .field.search-form .control input[type=submit]:not([disabled]):focus:hover,
.comment-form .field.search-form label input[type=submit]:not([disabled]):focus:hover,
.comment-form .search-form .control input[type=submit]:not([disabled]):focus:hover,
.comment-form .search-form label input[type=submit]:not([disabled]):focus:hover,
.comment-form p.has-addons .control .button:not([disabled]):focus:hover,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label .button:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label .button:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]):focus:hover,
.comment-form p.search-form .control .button:not([disabled]):focus:hover,
.comment-form p.search-form .control .search-submit:not([disabled]):focus:hover,
.comment-form p.search-form label .button:not([disabled]):focus:hover,
.comment-form p.search-form label .search-submit:not([disabled]):focus:hover,
.comment-form p.has-addons .control input[type=submit]:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]):focus:hover,
.comment-form p.search-form .control input[type=submit]:not([disabled]):focus:hover,
.comment-form p.search-form label input[type=submit]:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .search-form .search-submit:not([disabled]).is-focused:hover,
.search-form .field.has-addons .control .search-submit:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .button:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .search-submit:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .button:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .search-submit:not([disabled]).is-focused:hover,
.field.search-form .control .button:not([disabled]).is-focused:hover,
.field.search-form .control .search-submit:not([disabled]).is-focused:hover,
.field.search-form label .button:not([disabled]).is-focused:hover,
.field.search-form label .search-submit:not([disabled]).is-focused:hover,
.search-form .control .button:not([disabled]).is-focused:hover,
.search-form .control .search-submit:not([disabled]).is-focused:hover,
.search-form label .button:not([disabled]).is-focused:hover,
.search-form label .search-submit:not([disabled]).is-focused:hover,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]).is-focused:hover,
.field.search-form .control .comment-form input[type=submit]:not([disabled]).is-focused:hover,
.field.search-form label .comment-form input[type=submit]:not([disabled]).is-focused:hover,
.search-form .control .comment-form input[type=submit]:not([disabled]).is-focused:hover,
.search-form label .comment-form input[type=submit]:not([disabled]).is-focused:hover,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]).is-focused:hover,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]).is-focused:hover,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]).is-focused:hover,
.comment-form .field.search-form .control input[type=submit]:not([disabled]).is-focused:hover,
.comment-form .field.search-form label input[type=submit]:not([disabled]).is-focused:hover,
.comment-form .search-form .control input[type=submit]:not([disabled]).is-focused:hover,
.comment-form .search-form label input[type=submit]:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control .button:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label .button:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label .button:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]).is-focused:hover,
.comment-form p.search-form .control .button:not([disabled]).is-focused:hover,
.comment-form p.search-form .control .search-submit:not([disabled]).is-focused:hover,
.comment-form p.search-form label .button:not([disabled]).is-focused:hover,
.comment-form p.search-form label .search-submit:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control input[type=submit]:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]).is-focused:hover,
.comment-form p.search-form .control input[type=submit]:not([disabled]).is-focused:hover,
.comment-form p.search-form label input[type=submit]:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .search-form .search-submit:not([disabled]):active:hover,
.search-form .field.has-addons .control .search-submit:not([disabled]):active:hover,
.field.has-addons .search-form label .button:not([disabled]):active:hover,
.field.has-addons .search-form label .search-submit:not([disabled]):active:hover,
.search-form .field.has-addons label .button:not([disabled]):active:hover,
.search-form .field.has-addons label .search-submit:not([disabled]):active:hover,
.field.search-form .control .button:not([disabled]):active:hover,
.field.search-form .control .search-submit:not([disabled]):active:hover,
.field.search-form label .button:not([disabled]):active:hover,
.field.search-form label .search-submit:not([disabled]):active:hover,
.search-form .control .button:not([disabled]):active:hover,
.search-form .control .search-submit:not([disabled]):active:hover,
.search-form label .button:not([disabled]):active:hover,
.search-form label .search-submit:not([disabled]):active:hover,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]):active:hover,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]):active:hover,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]):active:hover,
.field.search-form .control .comment-form input[type=submit]:not([disabled]):active:hover,
.field.search-form label .comment-form input[type=submit]:not([disabled]):active:hover,
.search-form .control .comment-form input[type=submit]:not([disabled]):active:hover,
.search-form label .comment-form input[type=submit]:not([disabled]):active:hover,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]):active:hover,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]):active:hover,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]):active:hover,
.comment-form .field.search-form .control input[type=submit]:not([disabled]):active:hover,
.comment-form .field.search-form label input[type=submit]:not([disabled]):active:hover,
.comment-form .search-form .control input[type=submit]:not([disabled]):active:hover,
.comment-form .search-form label input[type=submit]:not([disabled]):active:hover,
.comment-form p.has-addons .control .button:not([disabled]):active:hover,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]):active:hover,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label .button:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label .button:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]):active:hover,
.comment-form p.search-form .control .button:not([disabled]):active:hover,
.comment-form p.search-form .control .search-submit:not([disabled]):active:hover,
.comment-form p.search-form label .button:not([disabled]):active:hover,
.comment-form p.search-form label .search-submit:not([disabled]):active:hover,
.comment-form p.has-addons .control input[type=submit]:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]):active:hover,
.comment-form p.search-form .control input[type=submit]:not([disabled]):active:hover,
.comment-form p.search-form label input[type=submit]:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .search-form .search-submit:not([disabled]).is-active:hover,
.search-form .field.has-addons .control .search-submit:not([disabled]).is-active:hover,
.field.has-addons .search-form label .button:not([disabled]).is-active:hover,
.field.has-addons .search-form label .search-submit:not([disabled]).is-active:hover,
.search-form .field.has-addons label .button:not([disabled]).is-active:hover,
.search-form .field.has-addons label .search-submit:not([disabled]).is-active:hover,
.field.search-form .control .button:not([disabled]).is-active:hover,
.field.search-form .control .search-submit:not([disabled]).is-active:hover,
.field.search-form label .button:not([disabled]).is-active:hover,
.field.search-form label .search-submit:not([disabled]).is-active:hover,
.search-form .control .button:not([disabled]).is-active:hover,
.search-form .control .search-submit:not([disabled]).is-active:hover,
.search-form label .button:not([disabled]).is-active:hover,
.search-form label .search-submit:not([disabled]).is-active:hover,
.field.has-addons .control .comment-form input[type=submit]:not([disabled]).is-active:hover,
.field.has-addons .search-form label .comment-form input[type=submit]:not([disabled]).is-active:hover,
.search-form .field.has-addons label .comment-form input[type=submit]:not([disabled]).is-active:hover,
.field.search-form .control .comment-form input[type=submit]:not([disabled]).is-active:hover,
.field.search-form label .comment-form input[type=submit]:not([disabled]).is-active:hover,
.search-form .control .comment-form input[type=submit]:not([disabled]).is-active:hover,
.search-form label .comment-form input[type=submit]:not([disabled]).is-active:hover,
.comment-form .field.has-addons .control input[type=submit]:not([disabled]).is-active:hover,
.comment-form .field.has-addons .search-form label input[type=submit]:not([disabled]).is-active:hover,
.search-form .comment-form .field.has-addons label input[type=submit]:not([disabled]).is-active:hover,
.comment-form .field.search-form .control input[type=submit]:not([disabled]).is-active:hover,
.comment-form .field.search-form label input[type=submit]:not([disabled]).is-active:hover,
.comment-form .search-form .control input[type=submit]:not([disabled]).is-active:hover,
.comment-form .search-form label input[type=submit]:not([disabled]).is-active:hover,
.comment-form p.has-addons .control .button:not([disabled]).is-active:hover,
.comment-form p.has-addons .control .search-form .search-submit:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons .control .search-submit:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label .button:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label .search-submit:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label .button:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label .search-submit:not([disabled]).is-active:hover,
.comment-form p.search-form .control .button:not([disabled]).is-active:hover,
.comment-form p.search-form .control .search-submit:not([disabled]).is-active:hover,
.comment-form p.search-form label .button:not([disabled]).is-active:hover,
.comment-form p.search-form label .search-submit:not([disabled]).is-active:hover,
.comment-form p.has-addons .control input[type=submit]:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label input[type=submit]:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label input[type=submit]:not([disabled]).is-active:hover,
.comment-form p.search-form .control input[type=submit]:not([disabled]).is-active:hover,
.comment-form p.search-form label input[type=submit]:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .search-form .search-field:not([disabled]):focus:hover,
.search-form .field.has-addons .control .search-field:not([disabled]):focus:hover,
.field.has-addons .search-form label .input:not([disabled]):focus:hover,
.field.has-addons .search-form label .search-field:not([disabled]):focus:hover,
.search-form .field.has-addons label .input:not([disabled]):focus:hover,
.search-form .field.has-addons label .search-field:not([disabled]):focus:hover,
.field.search-form .control .input:not([disabled]):focus:hover,
.field.search-form .control .search-field:not([disabled]):focus:hover,
.field.search-form label .input:not([disabled]):focus:hover,
.field.search-form label .search-field:not([disabled]):focus:hover,
.search-form .control .input:not([disabled]):focus:hover,
.search-form .control .search-field:not([disabled]):focus:hover,
.search-form label .input:not([disabled]):focus:hover,
.search-form label .search-field:not([disabled]):focus:hover,
.field.has-addons .control .comment-form input[type=text]:not([disabled]):focus:hover,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]):focus:hover,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]):focus:hover,
.field.search-form .control .comment-form input[type=text]:not([disabled]):focus:hover,
.field.search-form label .comment-form input[type=text]:not([disabled]):focus:hover,
.search-form .control .comment-form input[type=text]:not([disabled]):focus:hover,
.search-form label .comment-form input[type=text]:not([disabled]):focus:hover,
.comment-form .field.has-addons .control input[type=text]:not([disabled]):focus:hover,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]):focus:hover,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]):focus:hover,
.comment-form .field.search-form .control input[type=text]:not([disabled]):focus:hover,
.comment-form .field.search-form label input[type=text]:not([disabled]):focus:hover,
.comment-form .search-form .control input[type=text]:not([disabled]):focus:hover,
.comment-form .search-form label input[type=text]:not([disabled]):focus:hover,
.field.has-addons .control .comment-form input[type=email]:not([disabled]):focus:hover,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]):focus:hover,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]):focus:hover,
.field.search-form .control .comment-form input[type=email]:not([disabled]):focus:hover,
.field.search-form label .comment-form input[type=email]:not([disabled]):focus:hover,
.search-form .control .comment-form input[type=email]:not([disabled]):focus:hover,
.search-form label .comment-form input[type=email]:not([disabled]):focus:hover,
.comment-form .field.has-addons .control input[type=email]:not([disabled]):focus:hover,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]):focus:hover,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]):focus:hover,
.comment-form .field.search-form .control input[type=email]:not([disabled]):focus:hover,
.comment-form .field.search-form label input[type=email]:not([disabled]):focus:hover,
.comment-form .search-form .control input[type=email]:not([disabled]):focus:hover,
.comment-form .search-form label input[type=email]:not([disabled]):focus:hover,
.field.has-addons .control .comment-form input[type=url]:not([disabled]):focus:hover,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]):focus:hover,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]):focus:hover,
.field.search-form .control .comment-form input[type=url]:not([disabled]):focus:hover,
.field.search-form label .comment-form input[type=url]:not([disabled]):focus:hover,
.search-form .control .comment-form input[type=url]:not([disabled]):focus:hover,
.search-form label .comment-form input[type=url]:not([disabled]):focus:hover,
.comment-form .field.has-addons .control input[type=url]:not([disabled]):focus:hover,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]):focus:hover,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]):focus:hover,
.comment-form .field.search-form .control input[type=url]:not([disabled]):focus:hover,
.comment-form .field.search-form label input[type=url]:not([disabled]):focus:hover,
.comment-form .search-form .control input[type=url]:not([disabled]):focus:hover,
.comment-form .search-form label input[type=url]:not([disabled]):focus:hover,
.comment-form p.has-addons .control .input:not([disabled]):focus:hover,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label .input:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label .search-field:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label .input:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label .search-field:not([disabled]):focus:hover,
.comment-form p.search-form .control .input:not([disabled]):focus:hover,
.comment-form p.search-form .control .search-field:not([disabled]):focus:hover,
.comment-form p.search-form label .input:not([disabled]):focus:hover,
.comment-form p.search-form label .search-field:not([disabled]):focus:hover,
.comment-form p.has-addons .control input[type=text]:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]):focus:hover,
.comment-form p.search-form .control input[type=text]:not([disabled]):focus:hover,
.comment-form p.search-form label input[type=text]:not([disabled]):focus:hover,
.comment-form p.has-addons .control input[type=email]:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]):focus:hover,
.comment-form p.search-form .control input[type=email]:not([disabled]):focus:hover,
.comment-form p.search-form label input[type=email]:not([disabled]):focus:hover,
.comment-form p.has-addons .control input[type=url]:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]):focus:hover,
.comment-form p.search-form .control input[type=url]:not([disabled]):focus:hover,
.comment-form p.search-form label input[type=url]:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .search-form .search-field:not([disabled]).is-focused:hover,
.search-form .field.has-addons .control .search-field:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .input:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .search-field:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .input:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .search-field:not([disabled]).is-focused:hover,
.field.search-form .control .input:not([disabled]).is-focused:hover,
.field.search-form .control .search-field:not([disabled]).is-focused:hover,
.field.search-form label .input:not([disabled]).is-focused:hover,
.field.search-form label .search-field:not([disabled]).is-focused:hover,
.search-form .control .input:not([disabled]).is-focused:hover,
.search-form .control .search-field:not([disabled]).is-focused:hover,
.search-form label .input:not([disabled]).is-focused:hover,
.search-form label .search-field:not([disabled]).is-focused:hover,
.field.has-addons .control .comment-form input[type=text]:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]).is-focused:hover,
.field.search-form .control .comment-form input[type=text]:not([disabled]).is-focused:hover,
.field.search-form label .comment-form input[type=text]:not([disabled]).is-focused:hover,
.search-form .control .comment-form input[type=text]:not([disabled]).is-focused:hover,
.search-form label .comment-form input[type=text]:not([disabled]).is-focused:hover,
.comment-form .field.has-addons .control input[type=text]:not([disabled]).is-focused:hover,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]).is-focused:hover,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]).is-focused:hover,
.comment-form .field.search-form .control input[type=text]:not([disabled]).is-focused:hover,
.comment-form .field.search-form label input[type=text]:not([disabled]).is-focused:hover,
.comment-form .search-form .control input[type=text]:not([disabled]).is-focused:hover,
.comment-form .search-form label input[type=text]:not([disabled]).is-focused:hover,
.field.has-addons .control .comment-form input[type=email]:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]).is-focused:hover,
.field.search-form .control .comment-form input[type=email]:not([disabled]).is-focused:hover,
.field.search-form label .comment-form input[type=email]:not([disabled]).is-focused:hover,
.search-form .control .comment-form input[type=email]:not([disabled]).is-focused:hover,
.search-form label .comment-form input[type=email]:not([disabled]).is-focused:hover,
.comment-form .field.has-addons .control input[type=email]:not([disabled]).is-focused:hover,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]).is-focused:hover,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]).is-focused:hover,
.comment-form .field.search-form .control input[type=email]:not([disabled]).is-focused:hover,
.comment-form .field.search-form label input[type=email]:not([disabled]).is-focused:hover,
.comment-form .search-form .control input[type=email]:not([disabled]).is-focused:hover,
.comment-form .search-form label input[type=email]:not([disabled]).is-focused:hover,
.field.has-addons .control .comment-form input[type=url]:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]).is-focused:hover,
.field.search-form .control .comment-form input[type=url]:not([disabled]).is-focused:hover,
.field.search-form label .comment-form input[type=url]:not([disabled]).is-focused:hover,
.search-form .control .comment-form input[type=url]:not([disabled]).is-focused:hover,
.search-form label .comment-form input[type=url]:not([disabled]).is-focused:hover,
.comment-form .field.has-addons .control input[type=url]:not([disabled]).is-focused:hover,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]).is-focused:hover,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]).is-focused:hover,
.comment-form .field.search-form .control input[type=url]:not([disabled]).is-focused:hover,
.comment-form .field.search-form label input[type=url]:not([disabled]).is-focused:hover,
.comment-form .search-form .control input[type=url]:not([disabled]).is-focused:hover,
.comment-form .search-form label input[type=url]:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control .input:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label .input:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label .search-field:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label .input:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label .search-field:not([disabled]).is-focused:hover,
.comment-form p.search-form .control .input:not([disabled]).is-focused:hover,
.comment-form p.search-form .control .search-field:not([disabled]).is-focused:hover,
.comment-form p.search-form label .input:not([disabled]).is-focused:hover,
.comment-form p.search-form label .search-field:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control input[type=text]:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]).is-focused:hover,
.comment-form p.search-form .control input[type=text]:not([disabled]).is-focused:hover,
.comment-form p.search-form label input[type=text]:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control input[type=email]:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]).is-focused:hover,
.comment-form p.search-form .control input[type=email]:not([disabled]).is-focused:hover,
.comment-form p.search-form label input[type=email]:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control input[type=url]:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]).is-focused:hover,
.comment-form p.search-form .control input[type=url]:not([disabled]).is-focused:hover,
.comment-form p.search-form label input[type=url]:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .search-form .search-field:not([disabled]):active:hover,
.search-form .field.has-addons .control .search-field:not([disabled]):active:hover,
.field.has-addons .search-form label .input:not([disabled]):active:hover,
.field.has-addons .search-form label .search-field:not([disabled]):active:hover,
.search-form .field.has-addons label .input:not([disabled]):active:hover,
.search-form .field.has-addons label .search-field:not([disabled]):active:hover,
.field.search-form .control .input:not([disabled]):active:hover,
.field.search-form .control .search-field:not([disabled]):active:hover,
.field.search-form label .input:not([disabled]):active:hover,
.field.search-form label .search-field:not([disabled]):active:hover,
.search-form .control .input:not([disabled]):active:hover,
.search-form .control .search-field:not([disabled]):active:hover,
.search-form label .input:not([disabled]):active:hover,
.search-form label .search-field:not([disabled]):active:hover,
.field.has-addons .control .comment-form input[type=text]:not([disabled]):active:hover,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]):active:hover,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]):active:hover,
.field.search-form .control .comment-form input[type=text]:not([disabled]):active:hover,
.field.search-form label .comment-form input[type=text]:not([disabled]):active:hover,
.search-form .control .comment-form input[type=text]:not([disabled]):active:hover,
.search-form label .comment-form input[type=text]:not([disabled]):active:hover,
.comment-form .field.has-addons .control input[type=text]:not([disabled]):active:hover,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]):active:hover,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]):active:hover,
.comment-form .field.search-form .control input[type=text]:not([disabled]):active:hover,
.comment-form .field.search-form label input[type=text]:not([disabled]):active:hover,
.comment-form .search-form .control input[type=text]:not([disabled]):active:hover,
.comment-form .search-form label input[type=text]:not([disabled]):active:hover,
.field.has-addons .control .comment-form input[type=email]:not([disabled]):active:hover,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]):active:hover,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]):active:hover,
.field.search-form .control .comment-form input[type=email]:not([disabled]):active:hover,
.field.search-form label .comment-form input[type=email]:not([disabled]):active:hover,
.search-form .control .comment-form input[type=email]:not([disabled]):active:hover,
.search-form label .comment-form input[type=email]:not([disabled]):active:hover,
.comment-form .field.has-addons .control input[type=email]:not([disabled]):active:hover,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]):active:hover,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]):active:hover,
.comment-form .field.search-form .control input[type=email]:not([disabled]):active:hover,
.comment-form .field.search-form label input[type=email]:not([disabled]):active:hover,
.comment-form .search-form .control input[type=email]:not([disabled]):active:hover,
.comment-form .search-form label input[type=email]:not([disabled]):active:hover,
.field.has-addons .control .comment-form input[type=url]:not([disabled]):active:hover,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]):active:hover,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]):active:hover,
.field.search-form .control .comment-form input[type=url]:not([disabled]):active:hover,
.field.search-form label .comment-form input[type=url]:not([disabled]):active:hover,
.search-form .control .comment-form input[type=url]:not([disabled]):active:hover,
.search-form label .comment-form input[type=url]:not([disabled]):active:hover,
.comment-form .field.has-addons .control input[type=url]:not([disabled]):active:hover,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]):active:hover,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]):active:hover,
.comment-form .field.search-form .control input[type=url]:not([disabled]):active:hover,
.comment-form .field.search-form label input[type=url]:not([disabled]):active:hover,
.comment-form .search-form .control input[type=url]:not([disabled]):active:hover,
.comment-form .search-form label input[type=url]:not([disabled]):active:hover,
.comment-form p.has-addons .control .input:not([disabled]):active:hover,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]):active:hover,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label .input:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label .search-field:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label .input:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label .search-field:not([disabled]):active:hover,
.comment-form p.search-form .control .input:not([disabled]):active:hover,
.comment-form p.search-form .control .search-field:not([disabled]):active:hover,
.comment-form p.search-form label .input:not([disabled]):active:hover,
.comment-form p.search-form label .search-field:not([disabled]):active:hover,
.comment-form p.has-addons .control input[type=text]:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]):active:hover,
.comment-form p.search-form .control input[type=text]:not([disabled]):active:hover,
.comment-form p.search-form label input[type=text]:not([disabled]):active:hover,
.comment-form p.has-addons .control input[type=email]:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]):active:hover,
.comment-form p.search-form .control input[type=email]:not([disabled]):active:hover,
.comment-form p.search-form label input[type=email]:not([disabled]):active:hover,
.comment-form p.has-addons .control input[type=url]:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]):active:hover,
.comment-form p.search-form .control input[type=url]:not([disabled]):active:hover,
.comment-form p.search-form label input[type=url]:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .search-form .search-field:not([disabled]).is-active:hover,
.search-form .field.has-addons .control .search-field:not([disabled]).is-active:hover,
.field.has-addons .search-form label .input:not([disabled]).is-active:hover,
.field.has-addons .search-form label .search-field:not([disabled]).is-active:hover,
.search-form .field.has-addons label .input:not([disabled]).is-active:hover,
.search-form .field.has-addons label .search-field:not([disabled]).is-active:hover,
.field.search-form .control .input:not([disabled]).is-active:hover,
.field.search-form .control .search-field:not([disabled]).is-active:hover,
.field.search-form label .input:not([disabled]).is-active:hover,
.field.search-form label .search-field:not([disabled]).is-active:hover,
.search-form .control .input:not([disabled]).is-active:hover,
.search-form .control .search-field:not([disabled]).is-active:hover,
.search-form label .input:not([disabled]).is-active:hover,
.search-form label .search-field:not([disabled]).is-active:hover,
.field.has-addons .control .comment-form input[type=text]:not([disabled]).is-active:hover,
.field.has-addons .search-form label .comment-form input[type=text]:not([disabled]).is-active:hover,
.search-form .field.has-addons label .comment-form input[type=text]:not([disabled]).is-active:hover,
.field.search-form .control .comment-form input[type=text]:not([disabled]).is-active:hover,
.field.search-form label .comment-form input[type=text]:not([disabled]).is-active:hover,
.search-form .control .comment-form input[type=text]:not([disabled]).is-active:hover,
.search-form label .comment-form input[type=text]:not([disabled]).is-active:hover,
.comment-form .field.has-addons .control input[type=text]:not([disabled]).is-active:hover,
.comment-form .field.has-addons .search-form label input[type=text]:not([disabled]).is-active:hover,
.search-form .comment-form .field.has-addons label input[type=text]:not([disabled]).is-active:hover,
.comment-form .field.search-form .control input[type=text]:not([disabled]).is-active:hover,
.comment-form .field.search-form label input[type=text]:not([disabled]).is-active:hover,
.comment-form .search-form .control input[type=text]:not([disabled]).is-active:hover,
.comment-form .search-form label input[type=text]:not([disabled]).is-active:hover,
.field.has-addons .control .comment-form input[type=email]:not([disabled]).is-active:hover,
.field.has-addons .search-form label .comment-form input[type=email]:not([disabled]).is-active:hover,
.search-form .field.has-addons label .comment-form input[type=email]:not([disabled]).is-active:hover,
.field.search-form .control .comment-form input[type=email]:not([disabled]).is-active:hover,
.field.search-form label .comment-form input[type=email]:not([disabled]).is-active:hover,
.search-form .control .comment-form input[type=email]:not([disabled]).is-active:hover,
.search-form label .comment-form input[type=email]:not([disabled]).is-active:hover,
.comment-form .field.has-addons .control input[type=email]:not([disabled]).is-active:hover,
.comment-form .field.has-addons .search-form label input[type=email]:not([disabled]).is-active:hover,
.search-form .comment-form .field.has-addons label input[type=email]:not([disabled]).is-active:hover,
.comment-form .field.search-form .control input[type=email]:not([disabled]).is-active:hover,
.comment-form .field.search-form label input[type=email]:not([disabled]).is-active:hover,
.comment-form .search-form .control input[type=email]:not([disabled]).is-active:hover,
.comment-form .search-form label input[type=email]:not([disabled]).is-active:hover,
.field.has-addons .control .comment-form input[type=url]:not([disabled]).is-active:hover,
.field.has-addons .search-form label .comment-form input[type=url]:not([disabled]).is-active:hover,
.search-form .field.has-addons label .comment-form input[type=url]:not([disabled]).is-active:hover,
.field.search-form .control .comment-form input[type=url]:not([disabled]).is-active:hover,
.field.search-form label .comment-form input[type=url]:not([disabled]).is-active:hover,
.search-form .control .comment-form input[type=url]:not([disabled]).is-active:hover,
.search-form label .comment-form input[type=url]:not([disabled]).is-active:hover,
.comment-form .field.has-addons .control input[type=url]:not([disabled]).is-active:hover,
.comment-form .field.has-addons .search-form label input[type=url]:not([disabled]).is-active:hover,
.search-form .comment-form .field.has-addons label input[type=url]:not([disabled]).is-active:hover,
.comment-form .field.search-form .control input[type=url]:not([disabled]).is-active:hover,
.comment-form .field.search-form label input[type=url]:not([disabled]).is-active:hover,
.comment-form .search-form .control input[type=url]:not([disabled]).is-active:hover,
.comment-form .search-form label input[type=url]:not([disabled]).is-active:hover,
.comment-form p.has-addons .control .input:not([disabled]).is-active:hover,
.comment-form p.has-addons .control .search-form .search-field:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons .control .search-field:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label .input:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label .search-field:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label .input:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label .search-field:not([disabled]).is-active:hover,
.comment-form p.search-form .control .input:not([disabled]).is-active:hover,
.comment-form p.search-form .control .search-field:not([disabled]).is-active:hover,
.comment-form p.search-form label .input:not([disabled]).is-active:hover,
.comment-form p.search-form label .search-field:not([disabled]).is-active:hover,
.comment-form p.has-addons .control input[type=text]:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label input[type=text]:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label input[type=text]:not([disabled]).is-active:hover,
.comment-form p.search-form .control input[type=text]:not([disabled]).is-active:hover,
.comment-form p.search-form label input[type=text]:not([disabled]).is-active:hover,
.comment-form p.has-addons .control input[type=email]:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label input[type=email]:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label input[type=email]:not([disabled]).is-active:hover,
.comment-form p.search-form .control input[type=email]:not([disabled]).is-active:hover,
.comment-form p.search-form label input[type=email]:not([disabled]).is-active:hover,
.comment-form p.has-addons .control input[type=url]:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label input[type=url]:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label input[type=url]:not([disabled]).is-active:hover,
.comment-form p.search-form .control input[type=url]:not([disabled]).is-active:hover,
.comment-form p.search-form label input[type=url]:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .search-form label .select select:not([disabled]):focus:hover,
.search-form .field.has-addons label .select select:not([disabled]):focus:hover,
.field.search-form .control .select select:not([disabled]):focus:hover,
.field.search-form label .select select:not([disabled]):focus:hover,
.search-form .control .select select:not([disabled]):focus:hover,
.search-form label .select select:not([disabled]):focus:hover,
.comment-form p.has-addons .control .select select:not([disabled]):focus:hover,
.comment-form p.has-addons .search-form label .select select:not([disabled]):focus:hover,
.search-form .comment-form p.has-addons label .select select:not([disabled]):focus:hover,
.comment-form p.search-form .control .select select:not([disabled]):focus:hover,
.comment-form p.search-form label .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .search-form label .select select:not([disabled]).is-focused:hover,
.search-form .field.has-addons label .select select:not([disabled]).is-focused:hover,
.field.search-form .control .select select:not([disabled]).is-focused:hover,
.field.search-form label .select select:not([disabled]).is-focused:hover,
.search-form .control .select select:not([disabled]).is-focused:hover,
.search-form label .select select:not([disabled]).is-focused:hover,
.comment-form p.has-addons .control .select select:not([disabled]).is-focused:hover,
.comment-form p.has-addons .search-form label .select select:not([disabled]).is-focused:hover,
.search-form .comment-form p.has-addons label .select select:not([disabled]).is-focused:hover,
.comment-form p.search-form .control .select select:not([disabled]).is-focused:hover,
.comment-form p.search-form label .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .search-form label .select select:not([disabled]):active:hover,
.search-form .field.has-addons label .select select:not([disabled]):active:hover,
.field.search-form .control .select select:not([disabled]):active:hover,
.field.search-form label .select select:not([disabled]):active:hover,
.search-form .control .select select:not([disabled]):active:hover,
.search-form label .select select:not([disabled]):active:hover,
.comment-form p.has-addons .control .select select:not([disabled]):active:hover,
.comment-form p.has-addons .search-form label .select select:not([disabled]):active:hover,
.search-form .comment-form p.has-addons label .select select:not([disabled]):active:hover,
.comment-form p.search-form .control .select select:not([disabled]):active:hover,
.comment-form p.search-form label .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .search-form label .select select:not([disabled]).is-active:hover,
.search-form .field.has-addons label .select select:not([disabled]).is-active:hover,
.field.search-form .control .select select:not([disabled]).is-active:hover,
.field.search-form label .select select:not([disabled]).is-active:hover,
.search-form .control .select select:not([disabled]).is-active:hover,
.search-form label .select select:not([disabled]).is-active:hover,
.comment-form p.has-addons .control .select select:not([disabled]).is-active:hover,
.comment-form p.has-addons .search-form label .select select:not([disabled]).is-active:hover,
.search-form .comment-form p.has-addons label .select select:not([disabled]).is-active:hover,
.comment-form p.search-form .control .select select:not([disabled]).is-active:hover,
.comment-form p.search-form label .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded,
.search-form .control.is-expanded,
.search-form label.is-expanded,
.comment-form p.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.has-addons.has-addons-centered,
.has-addons-centered.search-form,
.comment-form p.has-addons.has-addons-centered {
  justify-content: center;
}

.field.has-addons.has-addons-right,
.has-addons-right.search-form,
.comment-form p.has-addons.has-addons-right {
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control,
.field.has-addons.has-addons-fullwidth .search-form label,
.search-form .field.has-addons.has-addons-fullwidth label,
.has-addons-fullwidth.search-form .control,
.has-addons-fullwidth.search-form label,
.comment-form p.has-addons.has-addons-fullwidth .control,
.comment-form p.has-addons.has-addons-fullwidth .search-form label,
.search-form .comment-form p.has-addons.has-addons-fullwidth label {
  flex-grow: 1;
  flex-shrink: 0;
}

.field.is-grouped,
.is-grouped.search-form,
.comment-form p.is-grouped {
  display: flex;
  justify-content: flex-start;
}

.field.is-grouped>.control,
.search-form .field.is-grouped>label,
.is-grouped.search-form>.control,
.is-grouped.search-form>label,
.comment-form p.is-grouped>.control,
.comment-form .search-form p.is-grouped>label,
.search-form .comment-form p.is-grouped>label {
  flex-shrink: 0;
}

.field.is-grouped>.control:not(:last-child),
.search-form .field.is-grouped>label:not(:last-child),
.is-grouped.search-form>.control:not(:last-child),
.is-grouped.search-form>label:not(:last-child),
.comment-form p.is-grouped>.control:not(:last-child),
.comment-form .search-form p.is-grouped>label:not(:last-child),
.search-form .comment-form p.is-grouped>label:not(:last-child) {
  margin-bottom: 0;
  margin-right: .75rem;
}

.field.is-grouped>.control.is-expanded,
.search-form .field.is-grouped>label.is-expanded,
.is-grouped.search-form>.control.is-expanded,
.is-grouped.search-form>label.is-expanded,
.comment-form p.is-grouped>.control.is-expanded,
.comment-form .search-form p.is-grouped>label.is-expanded,
.search-form .comment-form p.is-grouped>label.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered,
.is-grouped.is-grouped-centered.search-form,
.comment-form p.is-grouped.is-grouped-centered {
  justify-content: center;
}

.field.is-grouped.is-grouped-right,
.is-grouped.is-grouped-right.search-form,
.comment-form p.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline,
.is-grouped.is-grouped-multiline.search-form,
.comment-form p.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.search-form .field.is-grouped.is-grouped-multiline>label:last-child,
.is-grouped.is-grouped-multiline.search-form>.control:last-child,
.is-grouped.is-grouped-multiline.search-form>label:last-child,
.comment-form p.is-grouped.is-grouped-multiline>.control:last-child,
.comment-form .search-form p.is-grouped.is-grouped-multiline>label:last-child,
.search-form .comment-form p.is-grouped.is-grouped-multiline>label:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child),
.search-form .field.is-grouped.is-grouped-multiline>label:not(:last-child),
.is-grouped.is-grouped-multiline.search-form>.control:not(:last-child),
.is-grouped.is-grouped-multiline.search-form>label:not(:last-child),
.comment-form p.is-grouped.is-grouped-multiline>.control:not(:last-child),
.comment-form .search-form p.is-grouped.is-grouped-multiline>label:not(:last-child),
.search-form .comment-form p.is-grouped.is-grouped-multiline>label:not(:last-child) {
  margin-bottom: .75rem;
}

.field.is-grouped.is-grouped-multiline:last-child,
.is-grouped.is-grouped-multiline.search-form:last-child,
.comment-form p.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child),
.is-grouped.is-grouped-multiline.search-form:not(:last-child),
.comment-form p.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px),print {
  .field.is-horizontal,
  .is-horizontal.search-form,
  .comment-form p.is-horizontal {
    display: flex;
  }
}

.field-label .label,
.field-label .comment-form label,
.comment-form .field-label label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: .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: .75rem;
    padding-top: .375em;
  }

  .field-label.is-normal {
    padding-top: .375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: .375em;
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: .375em;
  }
}

.field-body .field .field,
.field-body .search-form .field,
.field-body .field .search-form,
.field-body .search-form .search-form,
.field-body .comment-form p .field,
.field-body .comment-form p .search-form,
.comment-form .field-body p .field,
.comment-form .field-body p .search-form,
.field-body .field .comment-form p,
.field-body .search-form .comment-form p,
.comment-form .field-body .field p,
.comment-form .field-body .search-form p,
.field-body .comment-form p p,
.comment-form .field-body p p {
  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,
  .field-body .search-form,
  .field-body .comment-form p,
  .comment-form .field-body p {
    margin-bottom: 0;
  }

  .field-body>.field,
  .field-body>.search-form,
  .comment-form .field-body>p {
    flex-shrink: 1;
  }

  .field-body>.field:not(.is-narrow),
  .field-body>.search-form:not(.is-narrow),
  .comment-form .field-body>p:not(.is-narrow) {
    flex-grow: 1;
  }

  .field-body>.field:not(:last-child),
  .field-body>.search-form:not(:last-child),
  .comment-form .field-body>p:not(:last-child) {
    margin-right: .75rem;
  }
}

.control,
.search-form label {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .search-form .search-field:focus~.icon,
.search-form .control.has-icons-left .search-field:focus~.icon,
.search-form label.has-icons-left .input:focus~.icon,
.search-form label.has-icons-left .search-field:focus~.icon,
.control.has-icons-left .comment-form input[type=text]:focus~.icon,
.search-form label.has-icons-left .comment-form input[type=text]:focus~.icon,
.comment-form .control.has-icons-left input[type=text]:focus~.icon,
.comment-form .search-form label.has-icons-left input[type=text]:focus~.icon,
.search-form .comment-form label.has-icons-left input[type=text]:focus~.icon,
.control.has-icons-left .comment-form input[type=email]:focus~.icon,
.search-form label.has-icons-left .comment-form input[type=email]:focus~.icon,
.comment-form .control.has-icons-left input[type=email]:focus~.icon,
.comment-form .search-form label.has-icons-left input[type=email]:focus~.icon,
.search-form .comment-form label.has-icons-left input[type=email]:focus~.icon,
.control.has-icons-left .comment-form input[type=url]:focus~.icon,
.search-form label.has-icons-left .comment-form input[type=url]:focus~.icon,
.comment-form .control.has-icons-left input[type=url]:focus~.icon,
.comment-form .search-form label.has-icons-left input[type=url]:focus~.icon,
.search-form .comment-form label.has-icons-left input[type=url]:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.search-form label.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .search-form .search-field:focus~.icon,
.search-form .control.has-icons-right .search-field:focus~.icon,
.search-form label.has-icons-right .input:focus~.icon,
.search-form label.has-icons-right .search-field:focus~.icon,
.control.has-icons-right .comment-form input[type=text]:focus~.icon,
.search-form label.has-icons-right .comment-form input[type=text]:focus~.icon,
.comment-form .control.has-icons-right input[type=text]:focus~.icon,
.comment-form .search-form label.has-icons-right input[type=text]:focus~.icon,
.search-form .comment-form label.has-icons-right input[type=text]:focus~.icon,
.control.has-icons-right .comment-form input[type=email]:focus~.icon,
.search-form label.has-icons-right .comment-form input[type=email]:focus~.icon,
.comment-form .control.has-icons-right input[type=email]:focus~.icon,
.comment-form .search-form label.has-icons-right input[type=email]:focus~.icon,
.search-form .comment-form label.has-icons-right input[type=email]:focus~.icon,
.control.has-icons-right .comment-form input[type=url]:focus~.icon,
.search-form label.has-icons-right .comment-form input[type=url]:focus~.icon,
.comment-form .control.has-icons-right input[type=url]:focus~.icon,
.comment-form .search-form label.has-icons-right input[type=url]:focus~.icon,
.search-form .comment-form label.has-icons-right input[type=url]:focus~.icon,
.control.has-icons-right .select:focus~.icon,
.search-form label.has-icons-right .select:focus~.icon {
  color: hsl(0,0%,48%);
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .search-form .is-small.search-field~.icon,
.search-form .control.has-icons-left .is-small.search-field~.icon,
.search-form label.has-icons-left .input.is-small~.icon,
.search-form label.has-icons-left .is-small.search-field~.icon,
.control.has-icons-left .comment-form input.is-small[type=text]~.icon,
.search-form label.has-icons-left .comment-form input.is-small[type=text]~.icon,
.comment-form .control.has-icons-left input.is-small[type=text]~.icon,
.comment-form .search-form label.has-icons-left input.is-small[type=text]~.icon,
.search-form .comment-form label.has-icons-left input.is-small[type=text]~.icon,
.control.has-icons-left .comment-form input.is-small[type=email]~.icon,
.search-form label.has-icons-left .comment-form input.is-small[type=email]~.icon,
.comment-form .control.has-icons-left input.is-small[type=email]~.icon,
.comment-form .search-form label.has-icons-left input.is-small[type=email]~.icon,
.search-form .comment-form label.has-icons-left input.is-small[type=email]~.icon,
.control.has-icons-left .comment-form input.is-small[type=url]~.icon,
.search-form label.has-icons-left .comment-form input.is-small[type=url]~.icon,
.comment-form .control.has-icons-left input.is-small[type=url]~.icon,
.comment-form .search-form label.has-icons-left input.is-small[type=url]~.icon,
.search-form .comment-form label.has-icons-left input.is-small[type=url]~.icon,
.control.has-icons-left .select.is-small~.icon,
.search-form label.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .search-form .is-small.search-field~.icon,
.search-form .control.has-icons-right .is-small.search-field~.icon,
.search-form label.has-icons-right .input.is-small~.icon,
.search-form label.has-icons-right .is-small.search-field~.icon,
.control.has-icons-right .comment-form input.is-small[type=text]~.icon,
.search-form label.has-icons-right .comment-form input.is-small[type=text]~.icon,
.comment-form .control.has-icons-right input.is-small[type=text]~.icon,
.comment-form .search-form label.has-icons-right input.is-small[type=text]~.icon,
.search-form .comment-form label.has-icons-right input.is-small[type=text]~.icon,
.control.has-icons-right .comment-form input.is-small[type=email]~.icon,
.search-form label.has-icons-right .comment-form input.is-small[type=email]~.icon,
.comment-form .control.has-icons-right input.is-small[type=email]~.icon,
.comment-form .search-form label.has-icons-right input.is-small[type=email]~.icon,
.search-form .comment-form label.has-icons-right input.is-small[type=email]~.icon,
.control.has-icons-right .comment-form input.is-small[type=url]~.icon,
.search-form label.has-icons-right .comment-form input.is-small[type=url]~.icon,
.comment-form .control.has-icons-right input.is-small[type=url]~.icon,
.comment-form .search-form label.has-icons-right input.is-small[type=url]~.icon,
.search-form .comment-form label.has-icons-right input.is-small[type=url]~.icon,
.control.has-icons-right .select.is-small~.icon,
.search-form label.has-icons-right .select.is-small~.icon {
  font-size: .75rem;
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .search-form .is-medium.search-field~.icon,
.search-form .control.has-icons-left .is-medium.search-field~.icon,
.search-form label.has-icons-left .input.is-medium~.icon,
.search-form label.has-icons-left .is-medium.search-field~.icon,
.control.has-icons-left .comment-form input.is-medium[type=text]~.icon,
.search-form label.has-icons-left .comment-form input.is-medium[type=text]~.icon,
.comment-form .control.has-icons-left input.is-medium[type=text]~.icon,
.comment-form .search-form label.has-icons-left input.is-medium[type=text]~.icon,
.search-form .comment-form label.has-icons-left input.is-medium[type=text]~.icon,
.control.has-icons-left .comment-form input.is-medium[type=email]~.icon,
.search-form label.has-icons-left .comment-form input.is-medium[type=email]~.icon,
.comment-form .control.has-icons-left input.is-medium[type=email]~.icon,
.comment-form .search-form label.has-icons-left input.is-medium[type=email]~.icon,
.search-form .comment-form label.has-icons-left input.is-medium[type=email]~.icon,
.control.has-icons-left .comment-form input.is-medium[type=url]~.icon,
.search-form label.has-icons-left .comment-form input.is-medium[type=url]~.icon,
.comment-form .control.has-icons-left input.is-medium[type=url]~.icon,
.comment-form .search-form label.has-icons-left input.is-medium[type=url]~.icon,
.search-form .comment-form label.has-icons-left input.is-medium[type=url]~.icon,
.control.has-icons-left .select.is-medium~.icon,
.search-form label.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .search-form .is-medium.search-field~.icon,
.search-form .control.has-icons-right .is-medium.search-field~.icon,
.search-form label.has-icons-right .input.is-medium~.icon,
.search-form label.has-icons-right .is-medium.search-field~.icon,
.control.has-icons-right .comment-form input.is-medium[type=text]~.icon,
.search-form label.has-icons-right .comment-form input.is-medium[type=text]~.icon,
.comment-form .control.has-icons-right input.is-medium[type=text]~.icon,
.comment-form .search-form label.has-icons-right input.is-medium[type=text]~.icon,
.search-form .comment-form label.has-icons-right input.is-medium[type=text]~.icon,
.control.has-icons-right .comment-form input.is-medium[type=email]~.icon,
.search-form label.has-icons-right .comment-form input.is-medium[type=email]~.icon,
.comment-form .control.has-icons-right input.is-medium[type=email]~.icon,
.comment-form .search-form label.has-icons-right input.is-medium[type=email]~.icon,
.search-form .comment-form label.has-icons-right input.is-medium[type=email]~.icon,
.control.has-icons-right .comment-form input.is-medium[type=url]~.icon,
.search-form label.has-icons-right .comment-form input.is-medium[type=url]~.icon,
.comment-form .control.has-icons-right input.is-medium[type=url]~.icon,
.comment-form .search-form label.has-icons-right input.is-medium[type=url]~.icon,
.search-form .comment-form label.has-icons-right input.is-medium[type=url]~.icon,
.control.has-icons-right .select.is-medium~.icon,
.search-form label.has-icons-right .select.is-medium~.icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .search-form .is-large.search-field~.icon,
.search-form .control.has-icons-left .is-large.search-field~.icon,
.search-form label.has-icons-left .input.is-large~.icon,
.search-form label.has-icons-left .is-large.search-field~.icon,
.control.has-icons-left .comment-form input.is-large[type=text]~.icon,
.search-form label.has-icons-left .comment-form input.is-large[type=text]~.icon,
.comment-form .control.has-icons-left input.is-large[type=text]~.icon,
.comment-form .search-form label.has-icons-left input.is-large[type=text]~.icon,
.search-form .comment-form label.has-icons-left input.is-large[type=text]~.icon,
.control.has-icons-left .comment-form input.is-large[type=email]~.icon,
.search-form label.has-icons-left .comment-form input.is-large[type=email]~.icon,
.comment-form .control.has-icons-left input.is-large[type=email]~.icon,
.comment-form .search-form label.has-icons-left input.is-large[type=email]~.icon,
.search-form .comment-form label.has-icons-left input.is-large[type=email]~.icon,
.control.has-icons-left .comment-form input.is-large[type=url]~.icon,
.search-form label.has-icons-left .comment-form input.is-large[type=url]~.icon,
.comment-form .control.has-icons-left input.is-large[type=url]~.icon,
.comment-form .search-form label.has-icons-left input.is-large[type=url]~.icon,
.search-form .comment-form label.has-icons-left input.is-large[type=url]~.icon,
.control.has-icons-left .select.is-large~.icon,
.search-form label.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .search-form .is-large.search-field~.icon,
.search-form .control.has-icons-right .is-large.search-field~.icon,
.search-form label.has-icons-right .input.is-large~.icon,
.search-form label.has-icons-right .is-large.search-field~.icon,
.control.has-icons-right .comment-form input.is-large[type=text]~.icon,
.search-form label.has-icons-right .comment-form input.is-large[type=text]~.icon,
.comment-form .control.has-icons-right input.is-large[type=text]~.icon,
.comment-form .search-form label.has-icons-right input.is-large[type=text]~.icon,
.search-form .comment-form label.has-icons-right input.is-large[type=text]~.icon,
.control.has-icons-right .comment-form input.is-large[type=email]~.icon,
.search-form label.has-icons-right .comment-form input.is-large[type=email]~.icon,
.comment-form .control.has-icons-right input.is-large[type=email]~.icon,
.comment-form .search-form label.has-icons-right input.is-large[type=email]~.icon,
.search-form .comment-form label.has-icons-right input.is-large[type=email]~.icon,
.control.has-icons-right .comment-form input.is-large[type=url]~.icon,
.search-form label.has-icons-right .comment-form input.is-large[type=url]~.icon,
.comment-form .control.has-icons-right input.is-large[type=url]~.icon,
.comment-form .search-form label.has-icons-right input.is-large[type=url]~.icon,
.search-form .comment-form label.has-icons-right input.is-large[type=url]~.icon,
.control.has-icons-right .select.is-large~.icon,
.search-form label.has-icons-right .select.is-large~.icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon,
.search-form label.has-icons-left .icon,
.control.has-icons-right .icon,
.search-form label.has-icons-right .icon {
  color: hsl(0,0%,86%);
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .search-form .search-field,
.search-form .control.has-icons-left .search-field,
.search-form label.has-icons-left .input,
.search-form label.has-icons-left .search-field,
.control.has-icons-left .comment-form input[type=text],
.search-form label.has-icons-left .comment-form input[type=text],
.comment-form .control.has-icons-left input[type=text],
.comment-form .search-form label.has-icons-left input[type=text],
.search-form .comment-form label.has-icons-left input[type=text],
.control.has-icons-left .comment-form input[type=email],
.search-form label.has-icons-left .comment-form input[type=email],
.comment-form .control.has-icons-left input[type=email],
.comment-form .search-form label.has-icons-left input[type=email],
.search-form .comment-form label.has-icons-left input[type=email],
.control.has-icons-left .comment-form input[type=url],
.search-form label.has-icons-left .comment-form input[type=url],
.comment-form .control.has-icons-left input[type=url],
.comment-form .search-form label.has-icons-left input[type=url],
.search-form .comment-form label.has-icons-left input[type=url],
.control.has-icons-left .select select,
.search-form label.has-icons-left .select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left,
.search-form label.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .search-form .search-field,
.search-form .control.has-icons-right .search-field,
.search-form label.has-icons-right .input,
.search-form label.has-icons-right .search-field,
.control.has-icons-right .comment-form input[type=text],
.search-form label.has-icons-right .comment-form input[type=text],
.comment-form .control.has-icons-right input[type=text],
.comment-form .search-form label.has-icons-right input[type=text],
.search-form .comment-form label.has-icons-right input[type=text],
.control.has-icons-right .comment-form input[type=email],
.search-form label.has-icons-right .comment-form input[type=email],
.comment-form .control.has-icons-right input[type=email],
.comment-form .search-form label.has-icons-right input[type=email],
.search-form .comment-form label.has-icons-right input[type=email],
.control.has-icons-right .comment-form input[type=url],
.search-form label.has-icons-right .comment-form input[type=url],
.comment-form .control.has-icons-right input[type=url],
.comment-form .search-form label.has-icons-right input[type=url],
.search-form .comment-form label.has-icons-right input[type=url],
.control.has-icons-right .select select,
.search-form label.has-icons-right .select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right,
.search-form label.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after,
.search-form label.is-loading::after {
  position: absolute !important;
  right: .625em;
  top: .625em;
  z-index: 4;
}

.control.is-loading.is-small:after,
.search-form label.is-loading.is-small:after {
  font-size: .75rem;
}

.control.is-loading.is-medium:after,
.search-form label.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after,
.search-form label.is-loading.is-large:after {
  font-size: 1.5rem;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  align-items: center;
  color: #219128;
  display: flex;
  justify-content: center;
  padding: 0 .75em;
}

.breadcrumb a:hover {
  color: hsl(0,0%,21%);
}

.breadcrumb li {
  align-items: center;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: hsl(0,0%,21%);
  cursor: default;
  pointer-events: none;
}

.breadcrumb li+li::before {
  color: hsl(0,0%,71%);
  content: "/";
}

.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: .5em;
}

.breadcrumb .icon:last-child {
  margin-left: .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: .75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li+li::before {
  content: "\2192";
}

.breadcrumb.has-bullet-separator li+li::before {
  content: "\2022";
}

.breadcrumb.has-dot-separator li+li::before {
  content: "\B7";
}

.breadcrumb.has-succeeds-separator li+li::before {
  content: "\227B";
}

.card {
  background-color: #fff;
  box-shadow: 0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);
  color: hsl(0,0%,29%);
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: rgba(0,0,0,0);
  align-items: stretch;
  box-shadow: 0 1px 2px hsla(0,0%,4%,.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: hsl(0,0%,21%);
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: .75rem;
}

.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: .75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: rgba(0,0,0,0);
  padding: 1.5rem;
}

.card-footer {
  background-color: rgba(0,0,0,0);
  border-top: 1px solid hsl(0,0%,86%);
  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: .75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid hsl(0,0%,86%);
}

.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: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.dropdown-item {
  color: hsl(0,0%,29%);
  display: block;
  font-size: .875rem;
  line-height: 1.5;
  padding: .375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,4%);
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #219128;
  color: #fff;
}

.dropdown-divider {
  background-color: hsl(0,0%,86%);
  border: none;
  display: block;
  height: 1px;
  margin: .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: .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: .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: .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;
  }
}

.list {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);
}

.list-item {
  display: block;
  padding: .5em 1em;
}

.list-item:not(a) {
  color: hsl(0,0%,29%);
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid hsl(0,0%,86%);
}

.list-item.is-active {
  background-color: #219128;
  color: #fff;
}

a.list-item {
  background-color: hsl(0,0%,96%);
  cursor: pointer;
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: .75rem;
}

.media .media {
  border-top: 1px solid hsla(0,0%,86%,.5);
  display: flex;
  padding-top: .75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child),
.media .media .search-form label:not(:last-child),
.search-form .media .media label:not(:last-child) {
  margin-bottom: .5rem;
}

.media .media .media {
  padding-top: .5rem;
}

.media .media .media+.media {
  margin-top: .5rem;
}

.media+.media {
  border-top: 1px solid hsla(0,0%,86%,.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: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: .75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: hsl(0,0%,29%);
  display: block;
  padding: .5em .75em;
}

.menu-list a:hover {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.menu-list a.is-active {
  background-color: #219128;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid hsl(0,0%,86%);
  margin: .75em;
  padding-left: .75em;
}

.menu-label {
  color: hsl(0,0%,48%);
  font-size: .75em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: hsl(0,0%,96%);
  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: .75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: #fff;
}

.message.is-white .message-header {
  background-color: #fff;
  color: hsl(0,0%,4%);
}

.message.is-white .message-body {
  border-color: #fff;
  color: hsl(0,0%,30%);
}

.message.is-black {
  background-color: hsl(0,0%,98%);
}

.message.is-black .message-header {
  background-color: hsl(0,0%,4%);
  color: #fff;
}

.message.is-black .message-body {
  border-color: hsl(0,0%,4%);
  color: hsl(0,0%,3.7875311115%);
}

.message.is-light {
  background-color: hsl(0,0%,98%);
}

.message.is-light .message-header {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.message.is-light .message-body {
  border-color: hsl(0,0%,96%);
  color: hsl(0,0%,31.1072581112%);
}

.message.is-dark {
  background-color: hsl(0,0%,98%);
}

.message.is-dark .message-header {
  background-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.message.is-dark .message-body {
  border-color: hsl(0,0%,21%);
  color: hsl(0,0%,16.5244144729%);
}

.message.is-primary {
  background-color: hsl(123.75,62.9213483146%,98%);
}

.message.is-primary .message-header {
  background-color: #219128;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #219128;
  color: hsl(123.75,55.1420060248%,16.7501621081%);
}

.message.is-link {
  background-color: hsl(123.75,62.9213483146%,98%);
}

.message.is-link .message-header {
  background-color: #219128;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #219128;
  color: hsl(123.75,55.1420060248%,16.7501621081%);
}

.message.is-info,
.search-form .message.search-submit,
.comment-form input.message[type=submit] {
  background-color: hsl(204,86%,98%);
}

.message.is-info .message-header,
.search-form .message.search-submit .message-header,
.comment-form input.message[type=submit] .message-header {
  background-color: hsl(204,86%,53%);
  color: #fff;
}

.message.is-info .message-body,
.search-form .message.search-submit .message-body,
.comment-form input.message[type=submit] .message-body {
  border-color: hsl(204,86%,53%);
  color: hsl(204,75.34225737%,28.1319338633%);
}

.message.is-success {
  background-color: rgb(246.3,254.2,245.6);
}

.message.is-success .message-header {
  background-color: #0f5e08;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #0f5e08;
  color: rgb(9.6939413752,54.1293950866,5.7566226919);
}

.message.is-warning {
  background-color: hsl(48,100%,98%);
}

.message.is-warning .message-header {
  background-color: hsl(48,100%,67%);
  color: rgba(0,0,0,.7);
}

.message.is-warning .message-body {
  border-color: hsl(48,100%,67%);
  color: hsl(48,76.9411683441%,13.1960594696%);
}

.message.is-danger {
  background-color: hsl(348,100%,98%);
}

.message.is-danger .message-header {
  background-color: hsl(348,100%,61%);
  color: #fff;
}

.message.is-danger .message-body {
  border-color: hsl(348,100%,61%);
  color: hsl(348,91.806027338%,41.8807304553%);
}

.message-header {
  align-items: center;
  background-color: hsl(0,0%,29%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: .75em 1em;
  position: relative;
}

.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: .75em;
}

.message-header+.message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: hsl(0,0%,86%);
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: hsl(0,0%,29%);
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: #fff;
}

.message-body pre code {
  background-color: rgba(0,0,0,0);
}

.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: hsla(0,0%,4%,.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),print {
  .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: hsl(0,0%,96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid hsl(0,0%,86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: hsl(0,0%,21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0,0%,86%);
}

.modal-card-foot .button:not(:last-child),
.modal-card-foot .search-form .search-submit:not(:last-child),
.search-form .modal-card-foot .search-submit:not(:last-child),
.modal-card-foot .comment-form input[type=submit]:not(:last-child),
.comment-form .modal-card-foot input[type=submit]:not(:last-child) {
  margin-right: .5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0,0,0,0);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: #fff;
  color: hsl(0,0%,4%);
}

.navbar.is-white .navbar-brand>.navbar-item,
.navbar.is-white .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-white .navbar-brand>li,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0,0%,4%);
}

.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: hsl(0,0%,95%);
  color: hsl(0,0%,4%);
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0,0%,4%);
}

.navbar.is-white .navbar-burger {
  color: hsl(0,0%,4%);
}

@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start>.navbar-item,
  .navbar.is-white .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-white .navbar-start>li,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end>.navbar-item,
  .navbar.is-white .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-white .navbar-end>li,
  .navbar.is-white .navbar-end .navbar-link {
    color: hsl(0,0%,4%);
  }

  .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: hsl(0,0%,95%);
    color: hsl(0,0%,4%);
  }

  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0,0%,4%);
  }

  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-white li.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-white li.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-white .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-white li.has-dropdown.is-active .navbar-link {
    background-color: hsl(0,0%,95%);
    color: hsl(0,0%,4%);
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: hsl(0,0%,4%);
  }
}

.navbar.is-black {
  background-color: hsl(0,0%,4%);
  color: #fff;
}

.navbar.is-black .navbar-brand>.navbar-item,
.navbar.is-black .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-black .navbar-brand>li,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}

.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: #000;
  color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-black .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start>.navbar-item,
  .navbar.is-black .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-black .navbar-start>li,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end>.navbar-item,
  .navbar.is-black .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-black .navbar-end>li,
  .navbar.is-black .navbar-end .navbar-link {
    color: #fff;
  }

  .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: #000;
    color: #fff;
  }

  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-black li.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-black li.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-black .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-black li.has-dropdown.is-active .navbar-link {
    background-color: #000;
    color: #fff;
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0,0%,4%);
    color: #fff;
  }
}

.navbar.is-light {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.navbar.is-light .navbar-brand>.navbar-item,
.navbar.is-light .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-light .navbar-brand>li,
.navbar.is-light .navbar-brand .navbar-link {
  color: hsl(0,0%,21%);
}

.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: hsl(0,0%,91%);
  color: hsl(0,0%,21%);
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: hsl(0,0%,21%);
}

.navbar.is-light .navbar-burger {
  color: hsl(0,0%,21%);
}

@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start>.navbar-item,
  .navbar.is-light .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-light .navbar-start>li,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end>.navbar-item,
  .navbar.is-light .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-light .navbar-end>li,
  .navbar.is-light .navbar-end .navbar-link {
    color: hsl(0,0%,21%);
  }

  .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: hsl(0,0%,91%);
    color: hsl(0,0%,21%);
  }

  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: hsl(0,0%,21%);
  }

  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-light li.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-light li.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-light .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-light li.has-dropdown.is-active .navbar-link {
    background-color: hsl(0,0%,91%);
    color: hsl(0,0%,21%);
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0,0%,96%);
    color: hsl(0,0%,21%);
  }
}

.navbar.is-dark {
  background-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.navbar.is-dark .navbar-brand>.navbar-item,
.navbar.is-dark .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-dark .navbar-brand>li,
.navbar.is-dark .navbar-brand .navbar-link {
  color: hsl(0,0%,96%);
}

.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: hsl(0,0%,16%);
  color: hsl(0,0%,96%);
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: hsl(0,0%,96%);
}

.navbar.is-dark .navbar-burger {
  color: hsl(0,0%,96%);
}

@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start>.navbar-item,
  .navbar.is-dark .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-dark .navbar-start>li,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end>.navbar-item,
  .navbar.is-dark .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-dark .navbar-end>li,
  .navbar.is-dark .navbar-end .navbar-link {
    color: hsl(0,0%,96%);
  }

  .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: hsl(0,0%,16%);
    color: hsl(0,0%,96%);
  }

  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: hsl(0,0%,96%);
  }

  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-dark li.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-dark li.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-dark .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-dark li.has-dropdown.is-active .navbar-link {
    background-color: hsl(0,0%,16%);
    color: hsl(0,0%,96%);
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0,0%,21%);
    color: hsl(0,0%,96%);
  }
}

.navbar.is-primary {
  background-color: #219128;
  color: #fff;
}

.navbar.is-primary .navbar-brand>.navbar-item,
.navbar.is-primary .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-primary .navbar-brand>li,
.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: hsl(123.75,62.9213483146%,29.9019607843%);
  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 .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-primary .navbar-start>li,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end>.navbar-item,
  .navbar.is-primary .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-primary .navbar-end>li,
  .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: hsl(123.75,62.9213483146%,29.9019607843%);
    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 .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-primary li.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-primary li.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-primary .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-primary li.has-dropdown.is-active .navbar-link {
    background-color: hsl(123.75,62.9213483146%,29.9019607843%);
    color: #fff;
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #219128;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #219128;
  color: #fff;
}

.navbar.is-link .navbar-brand>.navbar-item,
.navbar.is-link .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-link .navbar-brand>li,
.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: hsl(123.75,62.9213483146%,29.9019607843%);
  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 .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-link .navbar-start>li,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end>.navbar-item,
  .navbar.is-link .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-link .navbar-end>li,
  .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: hsl(123.75,62.9213483146%,29.9019607843%);
    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 .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-link li.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-link li.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-link .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-link li.has-dropdown.is-active .navbar-link {
    background-color: hsl(123.75,62.9213483146%,29.9019607843%);
    color: #fff;
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #219128;
    color: #fff;
  }
}

.navbar.is-info,
.search-form .navbar.search-submit,
.comment-form input.navbar[type=submit] {
  background-color: hsl(204,86%,53%);
  color: #fff;
}

.navbar.is-info .navbar-brand>.navbar-item,
.navbar.is-info .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-info .navbar-brand>li,
.search-form .navbar.search-submit .navbar-brand>.navbar-item,
.search-form .navbar.search-submit .banner .nav .navbar-brand>li,
.banner .nav .search-form .navbar.search-submit .navbar-brand>li,
.comment-form input.navbar[type=submit] .navbar-brand>.navbar-item,
.comment-form input.navbar[type=submit] .banner .nav .navbar-brand>li,
.banner .nav .comment-form input.navbar[type=submit] .navbar-brand>li,
.navbar.is-info .navbar-brand .navbar-link,
.search-form .navbar.search-submit .navbar-brand .navbar-link,
.comment-form input.navbar[type=submit] .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand>a.navbar-item:focus,
.search-form .navbar.search-submit .navbar-brand>a.navbar-item:focus,
.comment-form input.navbar[type=submit] .navbar-brand>a.navbar-item:focus,
.navbar.is-info .navbar-brand>a.navbar-item:hover,
.search-form .navbar.search-submit .navbar-brand>a.navbar-item:hover,
.comment-form input.navbar[type=submit] .navbar-brand>a.navbar-item:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.search-form .navbar.search-submit .navbar-brand>a.navbar-item.is-active,
.comment-form input.navbar[type=submit] .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.search-form .navbar.search-submit .navbar-brand .navbar-link:focus,
.comment-form input.navbar[type=submit] .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.search-form .navbar.search-submit .navbar-brand .navbar-link:hover,
.comment-form input.navbar[type=submit] .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active,
.search-form .navbar.search-submit .navbar-brand .navbar-link.is-active,
.comment-form input.navbar[type=submit] .navbar-brand .navbar-link.is-active {
  background-color: hsl(204,86%,48%);
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after,
.search-form .navbar.search-submit .navbar-brand .navbar-link::after,
.comment-form input.navbar[type=submit] .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger,
.search-form .navbar.search-submit .navbar-burger,
.comment-form input.navbar[type=submit] .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start>.navbar-item,
  .navbar.is-info .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-info .navbar-start>li,
  .search-form .navbar.search-submit .navbar-start>.navbar-item,
  .search-form .navbar.search-submit .banner .nav .navbar-start>li,
  .banner .nav .search-form .navbar.search-submit .navbar-start>li,
  .comment-form input.navbar[type=submit] .navbar-start>.navbar-item,
  .comment-form input.navbar[type=submit] .banner .nav .navbar-start>li,
  .banner .nav .comment-form input.navbar[type=submit] .navbar-start>li,
  .navbar.is-info .navbar-start .navbar-link,
  .search-form .navbar.search-submit .navbar-start .navbar-link,
  .comment-form input.navbar[type=submit] .navbar-start .navbar-link,
  .navbar.is-info .navbar-end>.navbar-item,
  .navbar.is-info .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-info .navbar-end>li,
  .search-form .navbar.search-submit .navbar-end>.navbar-item,
  .search-form .navbar.search-submit .banner .nav .navbar-end>li,
  .banner .nav .search-form .navbar.search-submit .navbar-end>li,
  .comment-form input.navbar[type=submit] .navbar-end>.navbar-item,
  .comment-form input.navbar[type=submit] .banner .nav .navbar-end>li,
  .banner .nav .comment-form input.navbar[type=submit] .navbar-end>li,
  .navbar.is-info .navbar-end .navbar-link,
  .search-form .navbar.search-submit .navbar-end .navbar-link,
  .comment-form input.navbar[type=submit] .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-info .navbar-start>a.navbar-item:focus,
  .search-form .navbar.search-submit .navbar-start>a.navbar-item:focus,
  .comment-form input.navbar[type=submit] .navbar-start>a.navbar-item:focus,
  .navbar.is-info .navbar-start>a.navbar-item:hover,
  .search-form .navbar.search-submit .navbar-start>a.navbar-item:hover,
  .comment-form input.navbar[type=submit] .navbar-start>a.navbar-item:hover,
  .navbar.is-info .navbar-start>a.navbar-item.is-active,
  .search-form .navbar.search-submit .navbar-start>a.navbar-item.is-active,
  .comment-form input.navbar[type=submit] .navbar-start>a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .search-form .navbar.search-submit .navbar-start .navbar-link:focus,
  .comment-form input.navbar[type=submit] .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .search-form .navbar.search-submit .navbar-start .navbar-link:hover,
  .comment-form input.navbar[type=submit] .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .search-form .navbar.search-submit .navbar-start .navbar-link.is-active,
  .comment-form input.navbar[type=submit] .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end>a.navbar-item:focus,
  .search-form .navbar.search-submit .navbar-end>a.navbar-item:focus,
  .comment-form input.navbar[type=submit] .navbar-end>a.navbar-item:focus,
  .navbar.is-info .navbar-end>a.navbar-item:hover,
  .search-form .navbar.search-submit .navbar-end>a.navbar-item:hover,
  .comment-form input.navbar[type=submit] .navbar-end>a.navbar-item:hover,
  .navbar.is-info .navbar-end>a.navbar-item.is-active,
  .search-form .navbar.search-submit .navbar-end>a.navbar-item.is-active,
  .comment-form input.navbar[type=submit] .navbar-end>a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .search-form .navbar.search-submit .navbar-end .navbar-link:focus,
  .comment-form input.navbar[type=submit] .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .search-form .navbar.search-submit .navbar-end .navbar-link:hover,
  .comment-form input.navbar[type=submit] .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active,
  .search-form .navbar.search-submit .navbar-end .navbar-link.is-active,
  .comment-form input.navbar[type=submit] .navbar-end .navbar-link.is-active {
    background-color: hsl(204,86%,48%);
    color: #fff;
  }

  .navbar.is-info .navbar-start .navbar-link::after,
  .search-form .navbar.search-submit .navbar-start .navbar-link::after,
  .comment-form input.navbar[type=submit] .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after,
  .search-form .navbar.search-submit .navbar-end .navbar-link::after,
  .comment-form input.navbar[type=submit] .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-info li.has-dropdown:focus .navbar-link,
  .search-form .navbar.search-submit .navbar-item.has-dropdown:focus .navbar-link,
  .search-form .navbar.search-submit .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .search-form .navbar.search-submit li.has-dropdown:focus .navbar-link,
  .comment-form input.navbar[type=submit] .navbar-item.has-dropdown:focus .navbar-link,
  .comment-form input.navbar[type=submit] .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .comment-form input.navbar[type=submit] li.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-info li.has-dropdown:hover .navbar-link,
  .search-form .navbar.search-submit .navbar-item.has-dropdown:hover .navbar-link,
  .search-form .navbar.search-submit .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .search-form .navbar.search-submit li.has-dropdown:hover .navbar-link,
  .comment-form input.navbar[type=submit] .navbar-item.has-dropdown:hover .navbar-link,
  .comment-form input.navbar[type=submit] .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .comment-form input.navbar[type=submit] li.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-info .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-info li.has-dropdown.is-active .navbar-link,
  .search-form .navbar.search-submit .navbar-item.has-dropdown.is-active .navbar-link,
  .search-form .navbar.search-submit .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .search-form .navbar.search-submit li.has-dropdown.is-active .navbar-link,
  .comment-form input.navbar[type=submit] .navbar-item.has-dropdown.is-active .navbar-link,
  .comment-form input.navbar[type=submit] .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .comment-form input.navbar[type=submit] li.has-dropdown.is-active .navbar-link {
    background-color: hsl(204,86%,48%);
    color: #fff;
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active,
  .search-form .navbar.search-submit .navbar-dropdown a.navbar-item.is-active,
  .comment-form input.navbar[type=submit] .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(204,86%,53%);
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #0f5e08;
  color: #fff;
}

.navbar.is-success .navbar-brand>.navbar-item,
.navbar.is-success .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-success .navbar-brand>li,
.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: rgb(11.25,70.5,6);
  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 .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-success .navbar-start>li,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end>.navbar-item,
  .navbar.is-success .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-success .navbar-end>li,
  .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: rgb(11.25,70.5,6);
    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 .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-success li.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-success li.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-success .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-success li.has-dropdown.is-active .navbar-link {
    background-color: rgb(11.25,70.5,6);
    color: #fff;
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #0f5e08;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: hsl(48,100%,67%);
  color: rgba(0,0,0,.7);
}

.navbar.is-warning .navbar-brand>.navbar-item,
.navbar.is-warning .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-warning .navbar-brand>li,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0,0,0,.7);
}

.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: hsl(48,100%,62%);
  color: rgba(0,0,0,.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0,0,0,.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0,0,0,.7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start>.navbar-item,
  .navbar.is-warning .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-warning .navbar-start>li,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end>.navbar-item,
  .navbar.is-warning .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-warning .navbar-end>li,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0,0,0,.7);
  }

  .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: hsl(48,100%,62%);
    color: rgba(0,0,0,.7);
  }

  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0,0,0,.7);
  }

  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-warning li.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-warning li.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-warning .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-warning li.has-dropdown.is-active .navbar-link {
    background-color: hsl(48,100%,62%);
    color: rgba(0,0,0,.7);
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(48,100%,67%);
    color: rgba(0,0,0,.7);
  }
}

.navbar.is-danger {
  background-color: hsl(348,100%,61%);
  color: #fff;
}

.navbar.is-danger .navbar-brand>.navbar-item,
.navbar.is-danger .banner .nav .navbar-brand>li,
.banner .nav .navbar.is-danger .navbar-brand>li,
.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: hsl(348,100%,56%);
  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 .banner .nav .navbar-start>li,
  .banner .nav .navbar.is-danger .navbar-start>li,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end>.navbar-item,
  .navbar.is-danger .banner .nav .navbar-end>li,
  .banner .nav .navbar.is-danger .navbar-end>li,
  .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: hsl(348,100%,56%);
    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 .banner .nav li.has-dropdown:focus .navbar-link,
  .banner .nav .navbar.is-danger li.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .banner .nav li.has-dropdown:hover .navbar-link,
  .banner .nav .navbar.is-danger li.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-danger .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-danger li.has-dropdown.is-active .navbar-link {
    background-color: hsl(348,100%,56%);
    color: #fff;
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(348,100%,61%);
    color: #fff;
  }
}

.navbar>.container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0,0%,96%);
}

.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 hsl(0,0%,96%);
}

.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: rgba(0,0,0,0);
}

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

.navbar-burger {
  color: hsl(0,0%,29%);
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
}

.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,.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-burger {
  margin-left: auto;
}

.navbar-menu {
  display: none;
}

.navbar-item,
.banner .nav li,
.navbar-link {
  color: hsl(0,0%,29%);
  display: block;
  line-height: 1.5;
  padding: .5rem .75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.banner .nav li .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: hsl(0,0%,98%);
  color: #219128;
}

.navbar-item,
.banner .nav li {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item img,
.banner .nav li img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown,
.banner .nav li.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded,
.banner .nav li.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab,
.banner .nav li.is-tab {
  border-bottom: 1px solid rgba(0,0,0,0);
  min-height: 3.25rem;
  padding-bottom: calc(.5rem - 1px);
}

.navbar-item.is-tab:focus,
.banner .nav li.is-tab:focus,
.navbar-item.is-tab:hover,
.banner .nav li.is-tab:hover {
  background-color: rgba(0,0,0,0);
  border-bottom-color: #219128;
}

.navbar-item.is-tab.is-active,
.banner .nav li.is-tab.is-active {
  background-color: rgba(0,0,0,0);
  border-bottom-color: #219128;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #219128;
  padding-bottom: calc(.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: #219128;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: .875rem;
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.navbar-dropdown .navbar-item,
.navbar-dropdown .banner .nav li,
.banner .nav .navbar-dropdown li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0,0%,96%);
  border: none;
  display: none;
  height: 2px;
  margin: .5rem 0;
}

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

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

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

  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px hsla(0,0%,4%,.1);
    padding: .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 hsla(0,0%,4%,.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: rgba(0,0,0,0) !important;
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .banner .nav li.has-dropdown.is-active .navbar-link,
  .banner .nav .navbar.is-transparent li.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
  .navbar.is-transparent .banner .nav li.has-dropdown.is-hoverable:focus .navbar-link,
  .banner .nav .navbar.is-transparent li.has-dropdown.is-hoverable:focus .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
  .navbar.is-transparent .banner .nav li.has-dropdown.is-hoverable:focus-within .navbar-link,
  .banner .nav .navbar.is-transparent li.has-dropdown.is-hoverable:focus-within .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,
  .navbar.is-transparent .banner .nav li.has-dropdown.is-hoverable:hover .navbar-link,
  .banner .nav .navbar.is-transparent li.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: rgba(0,0,0,0) !important;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0,0%,96%);
    color: hsl(0,0%,4%);
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0,0%,96%);
    color: #219128;
  }

  .navbar-burger {
    display: none;
  }

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

  .navbar-item,
  .banner .nav li {
    display: flex;
  }

  .navbar-item.has-dropdown,
  .banner .nav li.has-dropdown {
    align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after,
  .banner .nav li.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  .navbar-item.has-dropdown-up .navbar-dropdown,
  .banner .nav li.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0,0%,86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px hsla(0,0%,4%,.1);
    top: auto;
  }

  .navbar-item.is-active .navbar-dropdown,
  .banner .nav li.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown,
  .banner .nav li.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .banner .nav li.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown,
  .banner .nav li.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar.is-spaced .banner .nav li.is-active .navbar-dropdown,
  .banner .nav .navbar.is-spaced li.is-active .navbar-dropdown,
  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .banner .nav li.is-active .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar.is-spaced .banner .nav li.is-hoverable:focus .navbar-dropdown,
  .banner .nav .navbar.is-spaced li.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
  .banner .nav li.is-hoverable:focus .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar.is-spaced .banner .nav li.is-hoverable:focus-within .navbar-dropdown,
  .banner .nav .navbar.is-spaced li.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
  .banner .nav li.is-hoverable:focus-within .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar.is-spaced .banner .nav li.is-hoverable:hover .navbar-dropdown,
  .banner .nav .navbar.is-spaced li.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,
  .banner .nav li.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: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0,0%,86%);
    box-shadow: 0 8px 8px hsla(0,0%,4%,.1);
    display: none;
    font-size: .875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  .navbar-dropdown .navbar-item,
  .navbar-dropdown .banner .nav li,
  .banner .nav .navbar-dropdown li {
    padding: .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: hsl(0,0%,96%);
    color: hsl(0,0%,4%);
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0,0%,96%);
    color: #219128;
  }

  .navbar.is-spaced .navbar-dropdown,
  .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.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 hsla(0,0%,4%,.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: hsl(0,0%,4%);
  }

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

  .navbar-item.has-dropdown:focus .navbar-link,
  .banner .nav li.has-dropdown:focus .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link,
  .banner .nav li.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link,
  .banner .nav li.has-dropdown.is-active .navbar-link {
    background-color: hsl(0,0%,98%);
  }
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: .75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.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: .25rem;
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: hsl(0,0%,86%);
  color: hsl(0,0%,21%);
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: hsl(0,0%,71%);
  color: hsl(0,0%,21%);
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: hsl(217,71%,53%);
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px hsla(0,0%,4%,.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: hsl(0,0%,86%);
  border-color: hsl(0,0%,86%);
  box-shadow: none;
  color: hsl(0,0%,48%);
  opacity: .5;
}

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

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

.pagination-ellipsis {
  color: hsl(0,0%,71%);
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@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 {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
  }

  .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 {
  font-size: 1rem;
}

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

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid hsl(0,0%,86%);
  border-left: 1px solid hsl(0,0%,86%);
  border-right: 1px solid hsl(0,0%,86%);
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid hsl(0,0%,86%);
}

.panel-heading {
  background-color: hsl(0,0%,96%);
  border-radius: 4px 4px 0 0;
  color: hsl(0,0%,21%);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: .5em .75em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: .875em;
  justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid hsl(0,0%,86%);
  margin-bottom: -1px;
  padding: .5em;
}

.panel-tabs a.is-active {
  border-bottom-color: hsl(0,0%,29%);
  color: hsl(0,0%,21%);
}

.panel-list a {
  color: hsl(0,0%,29%);
}

.panel-list a:hover {
  color: #219128;
}

.panel-block {
  align-items: center;
  color: hsl(0,0%,21%);
  display: flex;
  justify-content: flex-start;
  padding: .5em .75em;
}

.panel-block input[type=checkbox] {
  margin-right: .75em;
}

.panel-block>.control,
.search-form .panel-block>label {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #219128;
  color: hsl(0,0%,21%);
}

.panel-block.is-active .panel-icon {
  color: #219128;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: hsl(0,0%,96%);
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: hsl(0,0%,48%);
  margin-right: .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: hsl(0,0%,86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0,0%,29%);
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: .5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: hsl(0,0%,21%);
  color: hsl(0,0%,21%);
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #219128;
  color: #219128;
}

.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0,0%,86%);
  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: .75em;
}

.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: .75em;
  padding-right: .75em;
}

.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: .75em;
}

.tabs .icon:first-child {
  margin-right: .5em;
}

.tabs .icon:last-child {
  margin-left: .5em;
}

.tabs.is-centered ul {
  justify-content: center;
}

.tabs.is-right ul {
  justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid rgba(0,0,0,0);
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: hsl(0,0%,96%);
  border-bottom-color: hsl(0,0%,86%);
}

.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: hsl(0,0%,86%);
  border-bottom-color: rgba(0,0,0,0) !important;
}

.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: hsl(0,0%,86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: hsl(0,0%,96%);
  border-color: hsl(0,0%,71%);
  z-index: 2;
}

.tabs.is-toggle li+li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #219128;
  border-color: #219128;
  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: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: .75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem;
}

.columns.is-mobile>.column.is-narrow {
  flex: none;
}

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

.columns.is-mobile>.column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile>.column.is-2 {
  flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.6666666667%;
}

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

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile>.column.is-5 {
  flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.6666666667%;
}

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

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile>.column.is-8 {
  flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.6666666667%;
}

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

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile>.column.is-11 {
  flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.6666666667%;
}

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

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

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }

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

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

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

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

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

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

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

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

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

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

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

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }

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

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

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }

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

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

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }

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

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

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }

  .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: .75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: .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.3333333333%;
  }

  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }

  .tile.is-3 {
    flex: none;
    width: 25%;
  }

  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }

  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }

  .tile.is-6 {
    flex: none;
    width: 50%;
  }

  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }

  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }

  .tile.is-9 {
    flex: none;
    width: 75%;
  }

  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }

  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }

  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

.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: #fff;
  color: hsl(0,0%,4%);
}

.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: hsl(0,0%,4%);
}

.hero.is-white .subtitle {
  color: hsla(0,0%,4%,.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0,0%,4%);
}

@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: #fff;
  }
}

.hero.is-white .navbar-item,
.hero.is-white .banner .nav li,
.banner .nav .hero.is-white li,
.hero.is-white .navbar-link {
  color: hsla(0,0%,4%,.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: hsl(0,0%,95%);
  color: hsl(0,0%,4%);
}

.hero.is-white .tabs a {
  color: hsl(0,0%,4%);
  opacity: .9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
  color: hsl(0,0%,4%);
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: hsla(0,0%,4%,.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: hsl(0,0%,4%);
  border-color: hsl(0,0%,4%);
  color: #fff;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #fff 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #fff 71%, white 100%);
  }
}

.hero.is-black {
  background-color: hsl(0,0%,4%);
  color: #fff;
}

.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: #fff;
}

.hero.is-black .subtitle {
  color: hsla(0,0%,100%,.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0,0%,4%);
  }
}

.hero.is-black .navbar-item,
.hero.is-black .banner .nav li,
.banner .nav .hero.is-black li,
.hero.is-black .navbar-link {
  color: hsla(0,0%,100%,.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: #000;
  color: #fff;
}

.hero.is-black .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
  color: #fff;
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: hsla(0,0%,4%,.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: #fff;
  border-color: #fff;
  color: hsl(0,0%,4%);
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
  }
}

.hero.is-light {
  background-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.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: hsl(0,0%,21%);
}

.hero.is-light .subtitle {
  color: hsla(0,0%,21%,.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: hsl(0,0%,21%);
}

@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0,0%,96%);
  }
}

.hero.is-light .navbar-item,
.hero.is-light .banner .nav li,
.banner .nav .hero.is-light li,
.hero.is-light .navbar-link {
  color: hsla(0,0%,21%,.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: hsl(0,0%,91%);
  color: hsl(0,0%,21%);
}

.hero.is-light .tabs a {
  color: hsl(0,0%,21%);
  opacity: .9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
  color: hsl(0,0%,21%);
}

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
  background-color: hsla(0,0%,4%,.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: hsl(0,0%,21%);
  border-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}

.hero.is-dark {
  background-color: hsl(0,0%,21%);
  color: hsl(0,0%,96%);
}

.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: hsl(0,0%,96%);
}

.hero.is-dark .subtitle {
  color: hsla(0,0%,96%,.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: hsl(0,0%,96%);
}

@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0,0%,21%);
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .banner .nav li,
.banner .nav .hero.is-dark li,
.hero.is-dark .navbar-link {
  color: hsla(0,0%,96%,.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: hsl(0,0%,16%);
  color: hsl(0,0%,96%);
}

.hero.is-dark .tabs a {
  color: hsl(0,0%,96%);
  opacity: .9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
  color: hsl(0,0%,96%);
}

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
  background-color: hsla(0,0%,4%,.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: hsl(0,0%,96%);
  border-color: hsl(0,0%,96%);
  color: hsl(0,0%,21%);
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}

.hero.is-primary {
  background-color: #219128;
  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: hsla(0,0%,100%,.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: #219128;
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .banner .nav li,
.banner .nav .hero.is-primary li,
.hero.is-primary .navbar-link {
  color: hsla(0,0%,100%,.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: hsl(123.75,62.9213483146%,29.9019607843%);
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  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: hsla(0,0%,4%,.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: #219128;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, rgb(26.8418305243, 109.8050561798, 17.1949438202) 0%, #219128 71%, rgb(32.6400280899, 170.8599719101, 64.315431882) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(26.8418305243, 109.8050561798, 17.1949438202) 0%, #219128 71%, rgb(32.6400280899, 170.8599719101, 64.315431882) 100%);
  }
}

.hero.is-link {
  background-color: #219128;
  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: hsla(0,0%,100%,.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: #219128;
  }
}

.hero.is-link .navbar-item,
.hero.is-link .banner .nav li,
.banner .nav .hero.is-link li,
.hero.is-link .navbar-link {
  color: hsla(0,0%,100%,.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: hsl(123.75,62.9213483146%,29.9019607843%);
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  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: hsla(0,0%,4%,.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: #219128;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, rgb(26.8418305243, 109.8050561798, 17.1949438202) 0%, #219128 71%, rgb(32.6400280899, 170.8599719101, 64.315431882) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(26.8418305243, 109.8050561798, 17.1949438202) 0%, #219128 71%, rgb(32.6400280899, 170.8599719101, 64.315431882) 100%);
  }
}

.hero.is-info,
.search-form .hero.search-submit,
.comment-form input.hero[type=submit] {
  background-color: hsl(204,86%,53%);
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.search-form .hero.search-submit a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.comment-form input.hero[type=submit] a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong,
.search-form .hero.search-submit strong,
.comment-form input.hero[type=submit] strong {
  color: inherit;
}

.hero.is-info .title,
.search-form .hero.search-submit .title,
.comment-form input.hero[type=submit] .title {
  color: #fff;
}

.hero.is-info .subtitle,
.search-form .hero.search-submit .subtitle,
.comment-form input.hero[type=submit] .subtitle {
  color: hsla(0,0%,100%,.9);
}

.hero.is-info .subtitle a:not(.button),
.search-form .hero.search-submit .subtitle a:not(.button),
.comment-form input.hero[type=submit] .subtitle a:not(.button),
.hero.is-info .subtitle strong,
.search-form .hero.search-submit .subtitle strong,
.comment-form input.hero[type=submit] .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu,
  .search-form .hero.search-submit .navbar-menu,
  .comment-form input.hero[type=submit] .navbar-menu {
    background-color: hsl(204,86%,53%);
  }
}

.hero.is-info .navbar-item,
.hero.is-info .banner .nav li,
.banner .nav .hero.is-info li,
.search-form .hero.search-submit .navbar-item,
.search-form .hero.search-submit .banner .nav li,
.banner .nav .search-form .hero.search-submit li,
.comment-form input.hero[type=submit] .navbar-item,
.comment-form input.hero[type=submit] .banner .nav li,
.banner .nav .comment-form input.hero[type=submit] li,
.hero.is-info .navbar-link,
.search-form .hero.search-submit .navbar-link,
.comment-form input.hero[type=submit] .navbar-link {
  color: hsla(0,0%,100%,.7);
}

.hero.is-info a.navbar-item:hover,
.search-form .hero.search-submit a.navbar-item:hover,
.comment-form input.hero[type=submit] a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.search-form .hero.search-submit a.navbar-item.is-active,
.comment-form input.hero[type=submit] a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.search-form .hero.search-submit .navbar-link:hover,
.comment-form input.hero[type=submit] .navbar-link:hover,
.hero.is-info .navbar-link.is-active,
.search-form .hero.search-submit .navbar-link.is-active,
.comment-form input.hero[type=submit] .navbar-link.is-active {
  background-color: hsl(204,86%,48%);
  color: #fff;
}

.hero.is-info .tabs a,
.search-form .hero.search-submit .tabs a,
.comment-form input.hero[type=submit] .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-info .tabs a:hover,
.search-form .hero.search-submit .tabs a:hover,
.comment-form input.hero[type=submit] .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a,
.search-form .hero.search-submit .tabs li.is-active a,
.comment-form input.hero[type=submit] .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a,
.search-form .hero.search-submit .tabs.is-boxed a,
.comment-form input.hero[type=submit] .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a,
.search-form .hero.search-submit .tabs.is-toggle a,
.comment-form input.hero[type=submit] .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover,
.search-form .hero.search-submit .tabs.is-boxed a:hover,
.comment-form input.hero[type=submit] .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover,
.search-form .hero.search-submit .tabs.is-toggle a:hover,
.comment-form input.hero[type=submit] .tabs.is-toggle a:hover {
  background-color: hsla(0,0%,4%,.1);
}

.hero.is-info .tabs.is-boxed li.is-active a,
.search-form .hero.search-submit .tabs.is-boxed li.is-active a,
.comment-form input.hero[type=submit] .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,
.search-form .hero.search-submit .tabs.is-toggle li.is-active a,
.comment-form input.hero[type=submit] .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: hsl(204,86%,53%);
}

.hero.is-info.is-bold,
.search-form .hero.is-bold.search-submit,
.comment-form input.hero.is-bold[type=submit] {
  background-image: linear-gradient(141deg, hsl(194, 96%, 43%) 0%, hsl(204, 86%, 53%) 71%, hsl(214, 91%, 58%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu,
  .search-form .hero.is-bold.search-submit .navbar-menu,
  .comment-form input.hero.is-bold[type=submit] .navbar-menu {
    background-image: linear-gradient(141deg, hsl(194, 96%, 43%) 0%, hsl(204, 86%, 53%) 71%, hsl(214, 91%, 58%) 100%);
  }
}

.hero.is-success {
  background-color: #0f5e08;
  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: hsla(0,0%,100%,.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: #0f5e08;
  }
}

.hero.is-success .navbar-item,
.hero.is-success .banner .nav li,
.banner .nav .hero.is-success li,
.hero.is-success .navbar-link {
  color: hsla(0,0%,100%,.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: rgb(11.25,70.5,6);
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  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: hsla(0,0%,4%,.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: #0f5e08;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, rgb(13.3817829457, 49.55, 1.45) 0%, #0f5e08 71%, rgb(6.8125, 120.6875, 16.5227713178) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(13.3817829457, 49.55, 1.45) 0%, #0f5e08 71%, rgb(6.8125, 120.6875, 16.5227713178) 100%);
  }
}

.hero.is-warning {
  background-color: hsl(48,100%,67%);
  color: rgba(0,0,0,.7);
}

.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: rgba(0,0,0,.7);
}

.hero.is-warning .subtitle {
  color: rgba(0,0,0,.9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0,0,0,.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(48,100%,67%);
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .banner .nav li,
.banner .nav .hero.is-warning li,
.hero.is-warning .navbar-link {
  color: rgba(0,0,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: hsl(48,100%,62%);
  color: rgba(0,0,0,.7);
}

.hero.is-warning .tabs a {
  color: rgba(0,0,0,.7);
  opacity: .9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
  color: rgba(0,0,0,.7);
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: hsla(0,0%,4%,.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: rgba(0,0,0,.7);
  border-color: rgba(0,0,0,.7);
  color: hsl(48,100%,67%);
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, hsl(38, 100%, 57%) 0%, hsl(48, 100%, 67%) 71%, hsl(58, 100%, 72%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(38, 100%, 57%) 0%, hsl(48, 100%, 67%) 71%, hsl(58, 100%, 72%) 100%);
  }
}

.hero.is-danger {
  background-color: hsl(348,100%,61%);
  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: hsla(0,0%,100%,.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: hsl(348,100%,61%);
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .banner .nav li,
.banner .nav .hero.is-danger li,
.hero.is-danger .navbar-link {
  color: hsla(0,0%,100%,.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: hsl(348,100%,56%);
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: .9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  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: hsla(0,0%,4%,.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: hsl(348,100%,61%);
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, hsl(338, 100%, 51%) 0%, hsl(348, 100%, 61%) 71%, hsl(358, 100%, 66%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(338, 100%, 51%) 0%, hsl(348, 100%, 61%) 71%, hsl(358, 100%, 66%) 100%);
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px),print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px),print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.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: .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,
  .hero-buttons .search-form .search-submit,
  .search-form .hero-buttons .search-submit,
  .hero-buttons .comment-form input[type=submit],
  .comment-form .hero-buttons input[type=submit] {
    display: flex;
  }

  .hero-buttons .button:not(:last-child),
  .hero-buttons .search-form .search-submit:not(:last-child),
  .search-form .hero-buttons .search-submit:not(:last-child),
  .hero-buttons .comment-form input[type=submit]:not(:last-child),
  .comment-form .hero-buttons input[type=submit]:not(:last-child) {
    margin-bottom: .75rem;
  }
}

@media screen and (min-width: 769px),print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }

  .hero-buttons .button:not(:last-child),
  .hero-buttons .search-form .search-submit:not(:last-child),
  .search-form .hero-buttons .search-submit:not(:last-child),
  .hero-buttons .comment-form input[type=submit]:not(:last-child),
  .comment-form .hero-buttons input[type=submit]: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;
}

.section {
  padding: 3rem 1.5rem;
}

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

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: hsl(0,0%,98%);
  padding: 3rem 1.5rem 6rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: .7;
}

.hamburger.is-active:hover {
  opacity: .7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowalt .hamburger-inner::before {
  transition: top .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity .1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity .1s .22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity .1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity .1s .22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity .125s .275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: .075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: .075s;
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity .125s .275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: .075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: .075s;
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s .175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,left .125s .175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,right .125s .175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: rgba(0,0,0,0) !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s .175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,left .125s .175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,right .125s .175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: rgba(0,0,0,0) !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform,opacity;
  transition-timing-function: ease;
  transition-duration: .15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform,opacity;
  transition-timing-function: ease;
  transition-duration: .15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top .1s .25s ease-in,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out,opacity .1s .12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top .1s .25s ease-in,opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out,opacity .1s .12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s .13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: rgba(0,0,0,0) !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s .22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand .hamburger-inner {
  transition: transform .075s .15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s .075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: rgba(0,0,0,0) !important;
  transition: transform .075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s .15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform .075s .15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s .075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: rgba(0,0,0,0) !important;
  transition: transform .075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s .15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: .075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top .075s .12s ease,opacity .075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .075s ease,opacity .075s .12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--vortex .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top,opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom,transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top,opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom,transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

body,
html {
  font-weight: Calibri,Montserrat,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: initial;
}

body.admin-bar {
  margin-top: -2rem;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.full-width-row {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.button-green {
  background: #219128;
  color: #fff;
  padding: .75rem 1.25rem;
  margin-top: 2rem;
  font-weight: bold;
  transition: .2s;
  border: 3px solid #219128;
}

.button-green:hover {
  background: #fff;
  color: #219128;
  border: 3px solid #219128;
}

.button-transparant {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  padding: .75rem 1.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  transition: .4s;
}

.button-transparant:hover {
  background: #fff;
  border: 2px solid #fff;
}

h1 {
  font-size: 1.75rem;
  font-weight: bold;
  font-weight: Calibri,Montserrat,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: Calibri,Montserrat,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: Calibri,Montserrat,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
}

.content h1 {
  font-size: 1.75rem;
  font-weight: bold;
  font-weight: Calibri,Montserrat,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
}

.content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: Calibri,Montserrat,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
}

.content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: Calibri,Montserrat,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
}

.content h4 {
  font-size: 1.1rem;
  font-weight: normal;
  font-weight: Calibri,Montserrat,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  text-transform: uppercase;
}

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

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

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

.comment-list {
  padding-left: 0;
  list-style: none;
}

.comment-list ol {
  list-style: none;
}

.search-form label {
  font-weight: normal;
}

.search-form .search-field {
  border-radius: 0 !important;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: rgba(0,0,0,0);
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: rgba(0,0,0,0);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: rgba(0,0,0,0);
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: rgba(0,0,0,0);
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: rgba(0,0,0,0);
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.navigation-bar {
  background-color: #219128;
  z-index: 10;
  padding: 5px 10px;
  padding-left: 5%;
  padding-right: 5%;
  transition: .4s;
  position: fixed;
  width: 100%;
  top: 0;
}

.navigation-bar .brand {
  float: left;
}

.navigation-bar .brand #brand {
  height: 6rem;
  width: auto;
  transition: .3s;
  padding-top: 8px;
}

.navigation-bar .nav {
  margin: 0 auto;
}

.navigation-bar .nav-socials {
  float: right;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.navigation-bar .nav-socials .social-icon {
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.navigation-bar .nav-socials .icon-phone {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .4s;
}

.navigation-bar .nav-socials .icon-skype {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .4s;
}

.navigation-bar .nav-socials .icon-whatsapp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .4s;
}

.navigation-bar #nav-socials {
  transition: .4s;
}

.mobile-links {
  padding-top: 2rem;
}

.mobile-links a {
  color: #fff;
}

.header-contact {
  width: 250px;
  color: #fff;
  z-index: 12;
  float: right;
  right: 15px;
  position: fixed;
  padding-top: 1.75rem;
}

.header-contact a {
  color: #fff;
}

.header-contact .phonenumber {
  font-weight: bold;
  font-size: 1.25rem;
}

.header-contact .phonenumber svg {
  margin-right: 1rem;
}

.nav-primary {
  float: left;
  text-align: center;
  padding-right: 0;
  padding-top: 28px;
  padding-left: 0;
  margin: 0 auto;
  width: 62%;
  z-index: 12;
}

.nav-primary li a {
  display: block;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  transition: .1s all ease-in-out;
  font-weight: 600;
  letter-spacing: 3px;
}

.sub-menu {
  background: #219128;
  z-index: 99;
  text-align: left;
}

.sub-menu li a {
  font-weight: 100 !important;
}

.menu-item-has-children::after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 18px;
}

.menu-item-has-children:hover::after {
  transition: .2s;
  transform: rotate(90deg);
}

.about-header {
  color: #fff;
}

.about-header .about-header-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.about-header .phonenumber {
  font-weight: bold;
  font-size: 1.25rem;
}

.about-header .phonenumber svg {
  margin-right: 1rem;
}

.nav-primary .closer,
.nav-primary input,
.nav-primary input:checked~.opener,
.nav-primary ul {
  display: none;
}

.nav-primary:hover>ul,
.nav-primary li:hover>ul {
  display: block;
}

@media all and (min-width: 481px) {
  .nav-primary>ul {
    display: block !important;
  }

  .nav-primary li {
    position: relative;
  }

  .nav-primary>ul>li {
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }

  .nav-primary a {
    width: auto;
    color: #fff;
  }

  .nav-primary ul ul a {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    white-space: nowrap;
  }

  .nav-primary a:hover {
    color: hsl(0,0%,4%);
  }

  .nav-primary ul ul {
    position: absolute;
    top: 100%;
    left: 0;
  }

  .nav-primary ul ul li {
    display: block;
    min-width: 100%;
  }

  .nav-primary li:hover>ul {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .burger {
    display: none;
  }

  .mobile-nav {
    display: none !important;
  }
}

@media only screen and (max-width: 1600px) {
  .navigation-bar {
    background-color: #219128;
    z-index: 10;
    overflow: hidden;
    padding: 5px;
    padding-right: 5px;
    padding-left: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    width: 100%;
    top: 0;
  }

  .nav-primary {
    display: none;
  }

  .nav-socials {
    display: none !important;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: #fff;
  }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
  }

  .sub-menu {
    background: none;
    z-index: 99;
    padding-left: 2rem;
  }

  .sub-menu li::before {
    content: ">";
    position: absolute;
    font-weight: 200;
    left: -24px;
    top: 12px;
    color: #fff;
  }

  .menu-item-has-children::after {
    content: none;
  }

  .nav-primary>ul>li {
    display: block;
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
    text-transform: uppercase;
  }

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    width: 100%;
    height: 100%;
  }

  body.overflow {
    overflow: hidden;
  }

  .burger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 11px;
    right: 43px;
    border-radius: 4px;
    z-index: 12;
  }

  .burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
  }

  .burger.clicked span:before,
  .burger.clicked span:after {
    background-color: #fff;
  }

  .burger:hover {
    cursor: pointer;
  }

  nav {
    background-color: #1b6e11;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 135px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  nav.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  nav.show ul.main li:nth-child(1) {
    transition-delay: .15s;
  }

  nav.show ul.main li:nth-child(2) {
    transition-delay: .3s;
  }

  nav.show ul.main li:nth-child(3) {
    transition-delay: .45s;
  }

  nav.show ul.main li:nth-child(4) {
    transition-delay: .6s;
  }

  nav.show ul.main li:nth-child(5) {
    transition-delay: .75s;
  }

  nav.show ul.main li:nth-child(6) {
    transition-delay: .9s;
  }

  nav.show ul.main li:nth-child(7) {
    transition-delay: 1.05s;
  }

  nav.show ul.main li:nth-child(8) {
    transition-delay: 1.2s;
  }

  nav.show ul.main li:nth-child(9) {
    transition-delay: 1.35s;
  }

  nav.show .about,
  nav.show .social,
  nav.show ul.sub {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .85s;
  }
}

@media only screen and (max-width: 1600px)and (min-width: 667px) {
  nav {
    padding: 150px 90px 70px 90px;
  }
}

@media only screen and (max-width: 1600px) {
  nav ul.main {
    list-style-type: none;
  }

  nav ul.main li {
    margin-bottom: 20px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  nav ul.main li:last-of-type {
    margin-bottom: 0px;
  }

  nav ul.main li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: block;
    letter-spacing: 3px;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  nav ul.main li a span {
    color: #b7ac7f;
  }

  nav ul.main li a:hover {
    color: #b7ac7f;
  }

  nav .about {
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  nav .about p {
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: .5px;
    line-height: 170%;
  }

  nav .social {
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  nav .social:after {
    content: "";
    width: 230px;
    height: 2px;
    background-color: hsl(48,100%,67%);
    position: absolute;
    transition: .5s;
    bottom: 0;
    left: 0;
  }

  nav .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 25px;
  }

  nav .social a:last-of-type {
    margin-right: 0px;
  }

  nav .social a:hover svg path,
  nav .social a:hover svg circle {
    fill: #b7ac7f;
  }

  nav .social a svg {
    width: 100%;
    height: 100%;
  }

  nav .social a svg path,
  nav .social a svg circle {
    fill: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  nav ul.sub {
    list-style-type: none;
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  nav ul.sub li {
    margin-bottom: 10px;
  }

  nav ul.sub li:last-of-type {
    margin-bottom: 0px;
  }

  nav ul.sub li a {
    color: #fff;
    letter-spacing: 1px;
    font-size: .9rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  nav ul.sub li a:hover {
    color: #b7ac7f;
  }
}

@media only screen and (max-width: 1600px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #219128;
    opacity: 0;
    visibility: hidden;
  }

  .overlay.show {
    opacity: .5;
    visibility: visible;
  }
}

@media screen and (max-width: 1599px) {
  .header-contact {
    display: none !important;
    z-index: 0;
  }
}

@media screen and (max-width: 449px) {
  .navigation-bar .brand #brand {
    height: 5rem;
    width: auto;
    transition: .3s;
    padding-top: 8px;
  }
}

@media screen and (max-width: 449px)and (max-width: 499px) {
  .navigation-bar .brand #brand {
    height: 4rem;
  }
}

.usedmachine-single {
  min-height: 80vh;
  padding: 2rem;
  padding-bottom: 7.5rem;
}

.usedmachine-single h4 {
  color: #219128;
}

.usedmachine-single ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.usedmachine-single ul li {
  padding: 5px 10px;
}

.usedmachine-single ul li .speclabel {
  width: 50%;
  display: inline-flex;
  font-weight: bold;
}

@media screen and (max-width: 559px) {
  .usedmachine-single ul li .speclabel {
    display: block;
    width: 100%;
    padding-top: 1rem;
  }
}

.usedmachine-single ul li .specspec {
  width: 50%;
  display: inline-flex;
  font-weight: normal;
}

@media screen and (max-width: 559px) {
  .usedmachine-single ul li .specspec {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
  }
}

.usedmachine-single ul li:nth-of-type(odd) {
  background-color: #ececec;
}

.usedmachine-single .pricebox {
  padding: 2rem;
  background: #ececec;
  width: 211px;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 559px) {
  .usedmachine-single .pricebox {
    width: 100%;
  }
}

.usedmachine-single .pricebox h5 {
  margin-bottom: 0;
}

.usedmachine-single .text {
  padding-top: 10rem;
}

.usedmachine-single .header-machines {
  padding-bottom: 4rem;
}

.usedmachine-single .header-machines .header-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 35vh;
}

.usedmachine-single .header-machines .header-image::before {
  content: "";
  width: 35vh;
  height: 50vh;
  transform: skew(-13deg);
  background-color: rgba(0,0,0,.7);
  position: absolute;
  right: -10rem;
  top: -10vh;
  z-index: 11;
}

.usedmachine-single .header-machines .header-image .header-text {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 16rem;
}

.usedmachine-single .header-machines .header-image .header-text h1 {
  padding-bottom: 2rem;
}

.usedmachine-single .animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
}

.usedmachine-single .animated-modal h2,
.usedmachine-single .animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform,opacity;
  transition-duration: .4s;
}

.usedmachine-single .fancybox-slide--current .animated-modal,
.usedmachine-single .fancybox-slide--current .animated-modal h2,
.usedmachine-single .fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

.usedmachine-single .fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.usedmachine-single .fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}

.usedmachine-single .usedmachine-gallery .usedmachine-image-column {
  height: 15rem;
}

.usedmachine-single .usedmachine-gallery .usedmachine-image-column .usedmachine-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}

.usedmachine-single .usedmachine-gallery .image-featured {
  height: 22rem;
}

.button-wrapper {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.button-wrapper .call-button {
  padding: .5rem 1.25rem;
}

.button-wrapper .call-button svg {
  margin-right: .75rem;
}

.usedmachines-archive {
  min-height: 70vh;
  padding-bottom: 8rem;
}

.usedmachines-archive .header {
  padding-bottom: 1rem;
}

@media screen and (max-width: 1499px) {
  .usedmachines-archive .header .header-image {
    height: 27vh;
    min-height: 15rem;
  }
}

@media screen and (max-width: 649px) {
  .usedmachines-archive .header .header-image {
    height: 20vh;
    min-height: 10rem;
  }
}

.usedmachines-archive #filter {
  margin-top: 1rem;
}

.usedmachines-archive .machinekindfilter {
  background: none;
  border: 0;
  font-size: 14px;
}

.usedmachines-archive .filter-button {
  background-color: #219128;
  border: 2px solid #219128;
  color: #fff;
  padding: .3rem;
  padding-left: .6rem;
  padding-right: .6rem;
  transition: .2s all;
}

.usedmachines-archive .filter-button:hover {
  background-color: #fff;
  border: 2px solid #219128;
  color: #219128;
}

@media screen and (max-width: 499px) {
  .usedmachines-archive .filter-button {
    width: 100%;
  }
}

.usedmachines-archive #my-ajax-filter-search input {
  margin-right: .5rem;
  height: 1.8rem;
}

@media screen and (max-width: 499px) {
  .usedmachines-archive #my-ajax-filter-search input {
    width: 100%;
  }
}

.usedmachines-archive #my-ajax-filter-search select {
  margin-right: .5rem;
  height: 1.8rem;
}

@media screen and (max-width: 499px) {
  .usedmachines-archive #my-ajax-filter-search select {
    width: 100%;
  }
}

.usedmachines-archive .header-usedmachines .header-image {
  height: 35vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center bottom !important;
}

.usedmachines-archive .header-usedmachines .header-image::before {
  height: 40vh;
  top: -10vh;
}

.usedmachines-archive .usedmachine-columns {
  padding-top: 2rem;
  width: calc(100% + 6rem);
  margin-left: -3rem;
}

.usedmachines-archive .usedmachine-archive-column {
  position: relative;
  padding: 1.25rem;
  float: left;
  display: flex;
}

.usedmachines-archive .usedmachine-archive-column>.usedmachine-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.usedmachines-archive .usedmachine-archive-column .usedmachine-thumbnail-link {
  display: block;
}

@media screen and (max-width: 1023px) {
  .usedmachines-archive .usedmachine-archive-column {
    padding: .5rem;
    margin-bottom: 2.25rem;
    height: 100%;
    display: inline-block;
  }
}

.usedmachines-archive .usedmachine-archive-column .inner-column {
  padding: 0 2rem 2rem;
  display: flex;
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .usedmachines-archive .usedmachine-archive-column .inner-column {
    padding: 0;
    padding-top: 3rem;
    position: relative;
    margin-top: 0;
    background: hsl(0,0%,4%);
  }

  .usedmachines-archive .usedmachine-archive-column .inner-column .button-green {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    padding: .5rem;
    font-size: .75rem;
    margin: 0;
    bottom: -2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .usedmachines-archive .usedmachine-archive-column .inner-column .button-green {
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 1rem;
    padding: .75rem 1rem;
  }
}

.usedmachines-archive .usedmachine-archive-column::after {
  content: "";
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  padding: 1.25rem;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(29, 29, 29, 0) 75%, rgba(33, 33, 33, 0) 100%, rgb(10, 10, 10) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .usedmachines-archive .usedmachine-archive-column::after {
    content: none;
  }
}

.usedmachines-archive .usedmachine-archive-column .text {
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .usedmachines-archive .usedmachine-archive-column .text {
    min-height: 7.2rem;
  }
}

@media screen and (max-width: 599px) {
  .usedmachines-archive .usedmachine-archive-column .text {
    min-height: 9.2rem;
  }
}

.usedmachines-archive .usedmachine-archive-column .text h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  min-height: calc(2.6em + 1rem);
  padding-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  word-break: normal;
}

.usedmachines-archive .usedmachine-archive-column .text h3 .usedmachine-title-link {
  color: inherit;
  display: block;
}

.usedmachines-archive .usedmachine-archive-column .text h3 .usedmachine-title-link:hover,
.usedmachines-archive .usedmachine-archive-column .text h3 .usedmachine-title-link:focus {
  color: inherit;
}

@media screen and (max-width: 1023px) {
  .usedmachines-archive .usedmachine-archive-column .text h3 {
    font-size: 1rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .usedmachines-archive .usedmachine-archive-column .text h3 {
    font-size: .8rem;
    line-break: normal;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.usedmachines-archive .usedmachine-archive-column .text h3::after {
  content: "";
  width: 20%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 1px solid #fff;
  position: absolute;
}

.usedmachines-archive .usedmachine-archive-column .text h4 {
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
  .usedmachines-archive .usedmachine-archive-column .text h4 {
    font-size: .85rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.usedmachines-archive .usedmachine-archive-column .text .button-green {
  margin-top: auto;
}

.usedmachines-archive .usedmachine-archive-column .usedmachine-thumbnail-wrapper {
  height: 20rem;
}

@media screen and (max-width: 1023px) {
  .usedmachines-archive .usedmachine-archive-column .usedmachine-thumbnail-wrapper {
    height: 17rem;
  }
}

@media screen and (max-width: 803px) {
  .usedmachines-archive .usedmachine-archive-column .usedmachine-thumbnail-wrapper {
    height: 14rem;
  }
}

@media screen and (max-width: 599px) {
  .usedmachines-archive .usedmachine-archive-column .usedmachine-thumbnail-wrapper {
    height: 10rem;
  }
}

.usedmachines-archive .usedmachine-archive-column .usedmachine-thumbnail-wrapper .usedmachine-thumbnail {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 499px) {
  .usedmachines-archive .usedmachine-archive-column {
    width: 100%;
    margin-bottom: 1rem;
    float: none;
  }

  .usedmachines-archive .usedmachine-archive-column .usedmachine-thumbnail-wrapper {
    width: 100%;
    float: none;
    height: 10rem;
  }

  .usedmachines-archive .usedmachine-archive-column .inner-column {
    width: 100%;
    float: none;
    min-height: auto;
    padding-top: 1rem;
  }

  .usedmachines-archive .usedmachine-archive-column .inner-column .text {
    min-height: auto;
  }
}

.usedmachines-archive .terms-text {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1023px) {
  .usedmachines-archive {
    padding: 1rem;
    padding-top: 0;
  }
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  transform: scale(0.6);
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
  display: none;
}

.lds-default.loading div {
  display: block;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.rentalmachine-single {
  min-height: 80vh;
  padding-bottom: 7.5rem;
}

.rentalmachine-single .column {
  padding: 2rem;
}

.rentalmachine-single h4 {
  color: #219128;
  padding-top: 1.25rem;
}

.rentalmachine-single ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.rentalmachine-single ul li {
  padding: 5px 10px;
}

.rentalmachine-single ul li .speclabel {
  width: 50%;
  display: inline-block;
  font-weight: bold;
}

.rentalmachine-single ul li:nth-of-type(odd) {
  background-color: #ececec;
}

.rentalmachine-single .text {
  padding-top: 10rem;
}

.rentalmachine-single .extra-desc {
  padding-bottom: 3rem;
}

.rentalmachine-single .rentalmachine-gallery .rentalmachine-image-column {
  height: 15rem;
}

.rentalmachine-single .rentalmachine-gallery .rentalmachine-image-column .rentalmachine-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}

.rentalmachine-single .rentalmachine-gallery .image-featured {
  height: 22rem;
}

@media screen and (max-width: 767px) {
  .rentalmachine-single .rentalmachine-gallery .rentalmachine-image-column {
    height: 30rem;
  }

  .rentalmachine-single .rentalmachine-gallery .rentalmachine-image-column .image-featured {
    height: 30rem;
  }
}

.rentalmachines-archive {
  min-height: 70vh;
  padding-bottom: 8rem;
}

.rentalmachines-archive .header-rentalmachines .header-image {
  height: 35vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center bottom !important;
}

.rentalmachines-archive .header-rentalmachines .header-image::before {
  height: 40vh;
  top: -15vh;
}

.rentalmachines-archive .rentalmachine-columns {
  padding-top: 4rem;
}

.rentalmachines-archive .rentalmachine-archive-column {
  position: relative;
  padding: 1.25rem;
}

.rentalmachines-archive .rentalmachine-archive-column .inner-column {
  padding: 0 2rem 2rem;
}

.rentalmachines-archive .rentalmachine-archive-column::after {
  content: "";
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  padding: 1.25rem;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(29, 29, 29, 0) 75%, rgba(33, 33, 33, 0) 100%, rgb(10, 10, 10) 100%);
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.rentalmachines-archive .rentalmachine-archive-column .text {
  z-index: 2;
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: -2rem;
}

.rentalmachines-archive .rentalmachine-archive-column .text h3 {
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  position: relative;
}

.rentalmachines-archive .rentalmachine-archive-column .text h3::after {
  content: "";
  width: 20%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 1px solid #fff;
  position: absolute;
}

.rentalmachines-archive .rentalmachine-archive-column .text h4 {
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 1rem;
}

.rentalmachines-archive .rentalmachine-archive-column .rentalmachine-thumbnail-wrapper {
  height: 20rem;
}

.rentalmachines-archive .rentalmachine-archive-column .rentalmachine-thumbnail-wrapper .rentalmachine-thumbnail {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.header {
  padding: 2rem;
  padding-bottom: 4rem;
}

.header .header-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 35vh;
  min-height: 20rem;
  margin-top: 5rem;
}

@media screen and (max-width: 448px) {
  .header .header-image {
    margin-top: 4rem;
  }
}

.header .header-image .header-text {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 16rem;
}

.header .header-image .header-text h1 {
  padding-bottom: 2rem;
}

.header #phoneOverlay {
  content: "";
  width: 100%;
  height: 47.4vh;
  transform: skew(-13deg);
  background-color: rgba(0,0,0,.7);
  position: absolute;
  left: 67vw;
  top: 0;
  z-index: 11;
  min-height: 27rem;
}

.header .sticky {
  position: fixed !important;
  top: -320px !important;
  left: 81vw !important;
  width: 40vw;
  height: 20rem !important;
}

.cta {
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.cta .text-container {
  text-align: right;
  padding-right: 10rem;
  position: absolute;
  z-index: 2;
  top: 13rem;
  right: 0;
  width: 30rem;
}

.cta .text-container h3 {
  color: #fff;
  padding-bottom: 2rem;
}

.cta .cta-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center bottom;
  height: 40vh;
  position: relative;
}

.cta .cta-image::before {
  content: "";
  width: 80vw;
  height: 40vh;
  transform: skew(-13deg);
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(33, 33, 33, 0.4) 100%);
  position: absolute;
  right: -10rem;
  top: 0;
  z-index: 1;
}

.forsale {
  padding: 2rem;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.forsale .forsale-intro {
  padding-bottom: 3rem;
}

.forsale .new-machines {
  margin-bottom: 4rem;
  padding: 3rem;
}

.forsale .new-machines .skew {
  transform: skewX(-10deg);
  height: 30rem;
  overflow: hidden;
  position: relative;
}

.forsale .new-machines .skew .image-block {
  height: 100%;
  width: 140%;
  left: -20%;
  transform: skewX(10deg);
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 2rem;
}

.forsale .new-machines .skew .image-block .text-block {
  background: rgba(0,0,0,.3);
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -9px;
  padding: 4rem;
  padding-top: 1rem;
}

.forsale .new-machines .skew .image-block .text-block h3 {
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .forsale .new-machines .skew .image-block .text-block h3 {
    font-size: 1rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .forsale .new-machines .skew .image-block .text-block h3 {
    font-size: .8rem;
    line-break: normal;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.forsale .new-machines .skew .image-block .text-block h3::after {
  content: "";
  width: 20%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 1px solid #fff;
  position: absolute;
}

.forsale .new-machines .skew .image-block .text-block h4 {
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
  .forsale .new-machines .skew .image-block .text-block h4 {
    font-size: .85rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.forsale .new-machines .skew .image-block .text-block .inner-text-block .entry-title a {
  color: #fff;
  position: relative;
}

.forsale .new-machines .skew .image-block .text-block .inner-text-block .price {
  color: #fff;
  font-size: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.usp {
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.usp .usp-image {
  width: 5rem;
}

.home .header .header-image {
  background-position: center bottom !important;
}

@media screen and (max-width: 1599px) {
  .header #phoneOverlay {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .cta .text-container {
    top: 9rem;
    left: 1rem;
  }

  .forsale .new-machines {
    padding: .5rem;
  }

  .forsale .new-machines .skew {
    transform: skew(0deg);
  }

  .forsale .new-machines .skew .image-block {
    transform: skewX(0deg);
  }

  .forsale .new-machines .skew .image-block .text-block .inner-text-block {
    transform: skew(0deg);
  }
}

.contact .header {
  padding-bottom: 4rem;
}

.contact .header .header-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center bottom !important;
  height: 35vh;
}

.contact .header .header-image .header-text {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 16rem;
}

.contact .header .header-image .header-text h1 {
  padding-bottom: 2rem;
}

.contact .column-form {
  padding: 2rem;
}

.contact .column-banner {
  padding: 2rem;
}

.contact .column-banner .contact-details {
  padding-bottom: 2rem;
}

.contact .column-banner .contact-details .contact-details-span {
  float: left;
  width: 40%;
}

.contact .column-banner .contact-details svg {
  margin-right: 1rem;
  color: #0f5e08;
}

.contact .column-banner .banner {
  height: 30vh;
  width: 100%;
  padding: 5%;
  padding-top: 10%;
  text-align: right;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.contact .column-banner .banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(260deg, rgb(0, 0, 0) 0%, rgba(33, 33, 33, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.contact .column-banner .banner .banner-text {
  width: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
  color: #fff;
}

.contact .column-banner .banner .banner-text h3 {
  color: #fff;
}

.contact .gform_wrapper textarea.medium {
  border: none;
  background: #ececec;
  -webkit-border-radius: 0;
}

.contact .gform_wrapper ul.gform_fields li.gfield select {
  border: none;
  background: #ececec;
  height: 30px;
  -webkit-border-radius: 0;
}

.contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  background: #ececec;
}

.contact .gform_wrapper .gform_footer input.button,
.contact .gform_wrapper .gform_footer .search-form input.search-submit,
.search-form .contact .gform_wrapper .gform_footer input.search-submit,
.contact .gform_wrapper .gform_footer input[type=submit],
.contact .gform_wrapper .gform_page_footer input.button,
.contact .gform_wrapper .gform_page_footer .search-form input.search-submit,
.search-form .contact .gform_wrapper .gform_page_footer input.search-submit,
.contact .gform_wrapper .gform_page_footer input[type=submit] {
  background: #219128;
  color: #fff;
  height: 3rem;
  margin-bottom: 2rem;
  font-weight: bold;
  transition: .2s;
  border: 3px solid #219128;
  border-radius: 0;
}

.contact .gform_wrapper .gform_footer input.button:hover,
.contact .gform_wrapper .gform_footer .search-form input.search-submit:hover,
.search-form .contact .gform_wrapper .gform_footer input.search-submit:hover,
.contact .gform_wrapper .gform_footer input[type=submit]:hover,
.contact .gform_wrapper .gform_page_footer input.button:hover,
.contact .gform_wrapper .gform_page_footer .search-form input.search-submit:hover,
.search-form .contact .gform_wrapper .gform_page_footer input.search-submit:hover,
.contact .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #fff;
  color: #219128;
  border: 3px solid #219128;
}

@media screen and (max-width: 599px) {
  .contact .column-banner .banner {
    height: 48vh;
  }
}

footer {
  background: #219128;
  height: 30vh;
  position: relative;
  display: inline-block;
  width: 100%;
}

footer .footer-container {
  padding: 3rem 5%;
  pointer-events: none;
}

footer h3 {
  padding-bottom: 1rem;
}

footer .footer-contact {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer .footer-contact svg {
  margin-right: 1rem;
  color: #219128;
}

footer::before {
  content: "";
  width: 70vw;
  height: 30vh;
  transform: skew(-13deg);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(33, 33, 33, 0.4) 100%);
  position: absolute;
  left: -20vw;
  top: 0;
  z-index: 2;
}

footer::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #219128;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

footer .footer-column {
  z-index: 3;
}

footer .footer-column-contact {
  pointer-events: all;
}

footer .footer-column-nav {
  pointer-events: all;
}

footer .inner-footer-column {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  z-index: 2;
}

footer .inner-footer-column li {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

footer .inner-footer-column .lang-item {
  display: inline-block;
  padding-right: 1rem;
  width: 2rem;
  height: 2rem;
}

footer .inner-footer-column .footer-logo {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  width: 20rem;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #219128;
}

footer p {
  color: #fff;
}

footer .acf-map {
  position: absolute !important;
  width: 100%;
  height: 100%;
}

footer .acf-map .gm-style-iw-d p {
  color: hsl(0,0%,4%) !important;
}

footer .acf-map .marker p {
  color: #219128 !important;
}

.terms {
  width: 100%;
  height: 2.5rem;
  color: #fff;
  background: #1b6e11;
  text-align: center;
  padding: .5rem;
}

.terms .termstext a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer {
    background: #219128;
    height: 75vh;
  }

  footer::before {
    height: 75vh;
  }

  footer .footer-column {
    position: relative;
  }

  footer .footer-logo-column {
    display: none;
  }

  .terms {
    height: 5.5rem;
  }

  .terms p strong a {
    color: #fff !important;
  }
}

.pageblock-info {
  padding: 2rem;
  margin-top: 2rem;
}

.pageblock-info-double {
  padding: 2rem;
}

.header-contact {
  width: 250px;
  color: #fff;
  z-index: 12;
  float: right;
  right: 15px;
  top: 0;
  position: fixed;
  padding-top: 1.75rem;
}

.header-contact .phonenumber {
  font-weight: bold;
  font-size: 1.25rem;
}

.header-contact .phonenumber svg {
  margin-right: 1rem;
}

body#tinymce {
  margin: 12px !important;
}

body.dashboard .main {
  padding-top: 130px;
  padding-bottom: 40px;
}

.noti-wrapper {
  padding: 2rem 0;
}

.notification {
  margin: 0 2rem 1rem;
}

.ready-for-sale {
  color: #219128;
  padding-left: 1rem;
}

.stock .stock-column {
  background-color: #e3f2dd;
  padding: 1rem 2rem;
}

@media (max-width: 350px) {
  .stock .stock-column {
    padding: 1rem;
  }
}

.stock .stock-column:nth-child(even) {
  background-color: #f7fcf5;
}

.wrap-dashboard {
  padding-left: 15rem;
  padding-top: 2rem;
}

.wrap-dashboard body.template-login,
.template-dashboard .wrap-dashboard {
  padding-left: 0;
}

body.template-login .wrap-dashboard {
  padding-left: 0;
}

@media (max-width: 1600px) {
  .wrap-dashboard {
    padding: 0;
  }
}

.group_btn {
  display: flex;
  margin-left: -0.5rem;
}

@media (max-width: 350px) {
  .group_btn {
    font-size: 15px;
  }
}

.group_btn a {
  padding: 0 .5rem;
  line-height: 2;
}

.group_btn .edit {
  color: #2dac00;
  font-weight: 500;
  border-right: 1px solid #000;
}

.group_btn .view {
  color: #000;
  font-weight: 500;
  border-right: 1px solid #000;
}

.group_btn .sold {
  color: #e90000;
  font-weight: 500;
}

.group_btn .publish {
  color: #4287f5;
  font-weight: 500;
  border-right: 1px solid #000;
}

.cancel-modal {
  background-color: #2dac00;
  color: #fff;
  padding: 1rem 1.5rem;
  margin-right: 2rem;
}

.cancel-modal:hover {
  color: #fff;
}

.confirm-modal {
  background-color: #e90000;
  color: #fff;
  padding: 1rem 1.5rem;
}

.confirm-modal:hover {
  color: #fff;
}

.columns {
  margin: 0;
  padding: 0 2rem;
}

span.current li {
  background-color: #219128;
  border-color: #219128;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .tempo-col {
    display: flex;
    flex-direction: column;
    align-items: left;
  }
}

@media (max-width: 750px) {
  .item-title {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .group_btn {
    flex-direction: column;
  }

  .group_btn .btn_group_one a,
  .group_btn .btn_group_two a {
    border-right: 0;
  }
}

.modal-title {
  font-weight: 700;
  font-size: 1.25rem;
}

.modal-product {
  font-weight: 700;
}

.desktop-form form {
  display: flex;
}

#search-form {
  padding: 0 2rem;
  display: flex;
}

#search-form #search-input {
  padding: .5rem 1rem;
  border: 2px solid #120f1f;
  border-radius: 5px;
  margin-right: 10px;
  flex-grow: .1;
}

#search-form #search-input::placeholder {
  color: #120f1f;
}

#search-form #search-input:focus {
  outline: none;
  border-color: #120f1f;
}

#search-form #search-button {
  padding: 8px 16px;
  background-color: #120f1f;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

#search-form #search-button span {
  margin-right: 10px;
  font-size: 1rem;
}

.dashboard-header {
  background-color: #219128;
  z-index: 10;
  padding: 5px 10px;
  padding-left: 5%;
  padding-right: 5%;
  transition: .4s;
  position: fixed;
  width: 100%;
  top: 0;
}

body.logged-in-admin .dashboard-header {
  margin-top: 2rem;
}

.dashboard-header .brand {
  float: left;
}

.dashboard-header .brand #brand {
  height: 6rem;
  width: auto;
  transition: .3s;
  padding-top: 8px;
}

.dashboard-header .nav-dashboard {
  padding: 150px 0 70px 0 !important;
}

@media (max-width: 1600px) {
  .dashboard-header .desktop-form {
    display: none;
  }
}

@media screen and (max-width: 449px) {
  .dashboard-header .brand #brand {
    height: 5rem;
    width: auto;
    transition: .3s;
    padding-top: 8px;
  }
}

@media screen and (max-width: 449px)and (max-width: 499px) {
  .dashboard-header .brand #brand {
    height: 4rem;
  }
}

aside.aside {
  margin-top: 106px;
  transition: left .25s ease-in-out 50ms;
  scrollbar-color: #7a7a7a #242424;
  scrollbar-width: thin;
  overflow-y: auto;
  width: 15rem;
  position: fixed;
  top: 0;
  z-index: 40;
  height: 100vh;
  box-shadow: none;
  background: #1b6e11;
}

body.logged-in-admin aside.aside {
  margin-top: calc(106px + 2rem);
}

@media (max-width: 1600px) {
  aside.aside.side-desk {
    display: none;
  }
}

aside.aside.side-mob {
  width: 100%;
}

aside.aside.side-mob ul li {
  margin: 0;
}

aside.aside.side-mob ul li a {
  font-size: 16px;
}

aside.aside .aside-tools {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #17191e;
  color: #fff;
  line-height: 3.25rem;
  height: 3.25rem;
  padding-left: .75rem;
  flex: 1;
}

aside.aside .dashboard-menu ul li {
  position: relative;
  border-radius: 0;
  display: block;
}

aside.aside .dashboard-menu ul li.active {
  background-color: #299703;
}

aside.aside .dashboard-menu ul li.active a {
  color: #fff;
}

aside.aside .dashboard-menu ul li a {
  display: block;
  padding: .5rem 0 .5rem 2rem;
  color: #fff;
}

aside.aside .dashboard-menu ul li::before {
  position: absolute;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  padding-left: .5rem;
}



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