@charset "UTF-8";
/*! bulmapress.com v0.0.1 | GNU General Public License v2 or later */
/*! 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, .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 transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.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: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.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: rgba(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.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, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  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, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.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, .input:focus, .button: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, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button: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, .is-active.input, .is-active.button {
  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, [disabled].input, [disabled].button, 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] .input, fieldset[disabled] .button {
  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: hsl(0, 0%, 100%);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  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: hsl(217, 71%, 53%);
  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: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.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: 0.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: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: 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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: hsl(0, 0%, 100%) !important;
}

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

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

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

a.has-text-black:hover, a.has-text-black:focus {
  color: black !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: #dbdbdb !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: #1c1c1c !important;
}

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

.has-text-primary {
  color: hsl(171, 100%, 41%) !important;
}

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

.has-background-primary {
  background-color: hsl(171, 100%, 41%) !important;
}

.has-text-link {
  color: hsl(217, 71%, 53%) !important;
}

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

.has-background-link {
  background-color: hsl(217, 71%, 53%) !important;
}

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

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

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

.has-text-success {
  color: hsl(141, 71%, 48%) !important;
}

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

.has-background-success {
  background-color: hsl(141, 71%, 48%) !important;
}

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

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !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: #ff0537 !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: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

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

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.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: hsl(0, 0%, 100%);
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px hsl(217, 71%, 53%);
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px hsl(217, 71%, 53%);
}

.button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: #292929;
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #e8e8e8;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
  box-shadow: none;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(217, 71%, 53%);
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(217, 71%, 53%) hsl(217, 71%, 53%) !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(217, 71%, 53%);
  box-shadow: none;
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(217, 71%, 53%);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(217, 71%, 53%) hsl(217, 71%, 53%) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(204, 86%, 53%);
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(204, 86%, 53%);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(204, 86%, 53%);
  color: hsl(204, 86%, 53%);
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: hsl(204, 86%, 53%);
  border-color: hsl(204, 86%, 53%);
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(204, 86%, 53%) hsl(204, 86%, 53%) !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(204, 86%, 53%);
  box-shadow: none;
  color: hsl(204, 86%, 53%);
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(204, 86%, 53%);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(204, 86%, 53%) hsl(204, 86%, 53%) !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success {
  background-color: hsl(141, 71%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(141, 71%, 48%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(141, 71%, 48%);
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(141, 71%, 48%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(141, 71%, 48%);
  color: hsl(141, 71%, 48%);
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: hsl(141, 71%, 48%);
  border-color: hsl(141, 71%, 48%);
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(141, 71%, 48%) hsl(141, 71%, 48%) !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(141, 71%, 48%);
  box-shadow: none;
  color: hsl(141, 71%, 48%);
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(141, 71%, 48%);
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(141, 71%, 48%) hsl(141, 71%, 48%) !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-warning {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(48, 100%, 67%);
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: hsl(48, 100%, 67%);
  border-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(48, 100%, 67%) hsl(48, 100%, 67%) !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(48, 100%, 67%);
  box-shadow: none;
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 67%);
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(48, 100%, 67%) hsl(48, 100%, 67%) !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-danger {
  background-color: hsl(348, 100%, 61%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(348, 100%, 61%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(348, 100%, 61%);
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(348, 100%, 61%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 100%, 61%);
  color: hsl(348, 100%, 61%);
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: hsl(348, 100%, 61%);
  border-color: hsl(348, 100%, 61%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(348, 100%, 61%) hsl(348, 100%, 61%) !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 100%, 61%);
  box-shadow: none;
  color: hsl(348, 100%, 61%);
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(348, 100%, 61%);
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(348, 100%, 61%) hsl(348, 100%, 61%) !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button.is-static {
  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 {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

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

.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: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: 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: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.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: 0.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: hsl(0, 0%, 100%);
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.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: hsl(171, 100%, 41%);
  color: #fff;
}
.notification.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.notification.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.notification.is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.notification.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 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: hsl(0, 0%, 100%);
}
.progress.is-white::-moz-progress-bar {
  background-color: hsl(0, 0%, 100%);
}
.progress.is-white::-ms-fill {
  background-color: hsl(0, 0%, 100%);
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 0%, 100%) 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: hsl(171, 100%, 41%);
}
.progress.is-primary::-moz-progress-bar {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary::-ms-fill {
  background-color: hsl(171, 100%, 41%);
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, hsl(171, 100%, 41%) 30%, hsl(0, 0%, 86%) 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link::-moz-progress-bar {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link::-ms-fill {
  background-color: hsl(217, 71%, 53%);
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, hsl(217, 71%, 53%) 30%, hsl(0, 0%, 86%) 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: hsl(204, 86%, 53%);
}
.progress.is-info::-moz-progress-bar {
  background-color: hsl(204, 86%, 53%);
}
.progress.is-info::-ms-fill {
  background-color: hsl(204, 86%, 53%);
}
.progress.is-info: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: hsl(141, 71%, 48%);
}
.progress.is-success::-moz-progress-bar {
  background-color: hsl(141, 71%, 48%);
}
.progress.is-success::-ms-fill {
  background-color: hsl(141, 71%, 48%);
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, hsl(141, 71%, 48%) 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: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress.is-small {
  height: 0.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: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 21%);
}
.table td,
.table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  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: hsl(0, 0%, 100%);
}
.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: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: hsl(204, 86%, 53%);
  border-color: hsl(204, 86%, 53%);
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: hsl(141, 71%, 48%);
  border-color: hsl(141, 71%, 48%);
  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, 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: hsl(171, 100%, 41%);
  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: hsl(171, 100%, 41%);
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: 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: 0.25em 0.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: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .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: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.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: hsl(171, 100%, 41%);
  color: #fff;
}
.tag:not(body).is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.tag:not(body).is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.tag:not(body).is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.tag:not(body).is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-danger {
  background-color: hsl(348, 100%, 61%);
  color: #fff;
}
.tag:not(body).is-normal {
  font-size: 0.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: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 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: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.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: 0.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: 0.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: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.select select, .textarea, .input {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: hsl(217, 71%, 53%);
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  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, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-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] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-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] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: hsl(0, 0%, 100%);
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: hsl(0, 0%, 4%);
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: hsl(0, 0%, 96%);
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: hsl(0, 0%, 21%);
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: hsl(171, 100%, 41%);
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: hsl(217, 71%, 53%);
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: hsl(204, 86%, 53%);
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: hsl(141, 71%, 48%);
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: hsl(48, 100%, 67%);
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: hsl(348, 100%, 61%);
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
.textarea[rows] {
  height: initial;
}
.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: 0.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: hsl(217, 71%, 53%);
  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: 0.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: hsl(0, 0%, 100%);
}
.select.is-white select {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: 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: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: 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: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: 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: #292929;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: hsl(217, 71%, 53%);
}
.select.is-link select {
  border-color: hsl(217, 71%, 53%);
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #2366d1;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: hsl(204, 86%, 53%);
}
.select.is-info select {
  border-color: hsl(204, 86%, 53%);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #118fe4;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: hsl(141, 71%, 48%);
}
.select.is-success select {
  border-color: hsl(141, 71%, 48%);
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #20bc56;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.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: #ffd83d;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.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: #ff1f4b;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.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: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.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: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: hsl(0, 0%, 100%);
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: hsl(0, 0%, 21%);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}
.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: hsl(0, 0%, 96%);
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}
.file.is-primary .file-cta {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: hsl(217, 71%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: hsl(141, 71%, 48%);
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: hsl(48, 100%, 67%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: hsl(348, 100%, 61%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.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: #eeeeee;
  color: hsl(0, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}
.file-label:active .file-name {
  border-color: #cfcfcf;
}

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

.file-cta,
.file-name {
  border-color: 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: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: hsl(0, 0%, 100%);
}
.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: hsl(171, 100%, 41%);
}
.help.is-link {
  color: hsl(217, 71%, 53%);
}
.help.is-info {
  color: hsl(204, 86%, 53%);
}
.help.is-success {
  color: hsl(141, 71%, 48%);
}
.help.is-warning {
  color: hsl(48, 100%, 67%);
}
.help.is-danger {
  color: hsl(348, 100%, 61%);
}

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

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

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

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: hsl(0, 0%, 48%);
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.control.has-icons-left .icon, .control.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 .select select {
  padding-left: 2.25em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: hsl(217, 71%, 53%);
  display: flex;
  justify-content: center;
  padding: 0 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: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}

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

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

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

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

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

.card-footer {
  background-color: transparent;
  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: 0.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: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: hsl(0, 0%, 29%);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: 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: hsl(217, 71%, 53%);
  color: #fff;
}

.dropdown-divider {
  background-color: hsl(0, 0%, 86%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

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

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

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

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

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

.list {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.list-item {
  display: block;
  padding: 0.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: hsl(217, 71%, 53%);
  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: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.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: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.menu-list a.is-active {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: hsl(0, 0%, 48%);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: 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: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.message.is-white .message-body {
  border-color: hsl(0, 0%, 100%);
  color: #4d4d4d;
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
  color: #0a0a0a;
}
.message.is-light {
  background-color: #fafafa;
}
.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: #4f4f4f;
}
.message.is-dark {
  background-color: #fafafa;
}
.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: #2a2a2a;
}
.message.is-primary {
  background-color: #f5fffd;
}
.message.is-primary .message-header {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.message.is-primary .message-body {
  border-color: hsl(171, 100%, 41%);
  color: #021310;
}
.message.is-link {
  background-color: #f6f9fe;
}
.message.is-link .message-header {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.message.is-link .message-body {
  border-color: hsl(217, 71%, 53%);
  color: #22509a;
}
.message.is-info {
  background-color: #f6fbfe;
}
.message.is-info .message-header {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.message.is-info .message-body {
  border-color: hsl(204, 86%, 53%);
  color: #12537e;
}
.message.is-success {
  background-color: #f6fef9;
}
.message.is-success .message-header {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.message.is-success .message-body {
  border-color: hsl(141, 71%, 48%);
  color: #0e311a;
}
.message.is-warning {
  background-color: #fffdf5;
}
.message.is-warning .message-header {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: hsl(48, 100%, 67%);
  color: #3c3108;
}
.message.is-danger {
  background-color: #fff5f7;
}
.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: #cd0930;
}

.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: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: 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: hsl(0, 0%, 100%);
}
.message-body pre code {
  background-color: transparent;
}

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

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

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), 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) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 100%);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.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: #f2f2f2;
  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 .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .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: #f2f2f2;
    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 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-burger {
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: hsl(0, 0%, 100%);
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.navbar.is-light .navbar-brand > .navbar-item,
.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: #e8e8e8;
  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 .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .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: #e8e8e8;
    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 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    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 .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: #292929;
  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 .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .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: #292929;
    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 .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    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: hsl(171, 100%, 41%);
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(171, 100%, 41%);
    color: #fff;
  }
}
.navbar.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(217, 71%, 53%);
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(204, 86%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(141, 71%, 48%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 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: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 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: #ffd83d;
    color: rgba(0, 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, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 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, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348, 100%, 61%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    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: transparent;
}

.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;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: hsl(0, 0%, 98%);
  color: hsl(217, 71%, 53%);
}

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

.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: hsl(217, 71%, 53%);
  margin-top: -0.375em;
  right: 1.125em;
}

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

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: 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: hsl(217, 71%, 53%);
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: hsl(0, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(217, 71%, 53%);
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: 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: 0.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: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.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 rgba(10, 10, 10, 0.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: 0.5;
}

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

.pagination-link.is-current {
  background-color: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  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: 0.5em 0.75em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.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: hsl(217, 71%, 53%);
}

.panel-block {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}
.panel-block.is-active .panel-icon {
  color: hsl(217, 71%, 53%);
}

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: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: 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: 0.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: hsl(217, 71%, 53%);
  color: hsl(217, 71%, 53%);
}
.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: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}
.tabs.is-boxed li.is-active a {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !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: hsl(217, 71%, 53%);
  border-color: hsl(217, 71%, 53%);
  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: 0.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: 0.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 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

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

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.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: hsl(0, 0%, 100%);
  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: rgba(10, 10, 10, 0.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: hsl(0, 0%, 100%);
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: hsl(0, 0%, 4%);
}
.hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  opacity: 0.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: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
  }
}
.hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.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: hsl(0, 0%, 100%);
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: hsl(0, 0%, 100%);
}
@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 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.hero.is-black .tabs a {
  color: hsl(0, 0%, 100%);
  opacity: 0.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: hsl(0, 0%, 100%);
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 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: rgba(54, 54, 54, 0.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 .navbar-link {
  color: rgba(54, 54, 54, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}
.hero.is-light .tabs a {
  color: hsl(0, 0%, 21%);
  opacity: 0.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: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: 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, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 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: rgba(245, 245, 245, 0.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 .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: hsl(0, 0%, 96%);
}
.hero.is-dark .tabs a {
  color: hsl(0, 0%, 96%);
  opacity: 0.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: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: 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, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
  }
}
.hero.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: hsl(171, 100%, 41%);
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(171, 100%, 41%);
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, hsl(171, 100%, 41%) 71%, #00e7eb 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, hsl(171, 100%, 41%) 71%, #00e7eb 100%);
  }
}
.hero.is-link {
  background-color: hsl(217, 71%, 53%);
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: hsl(217, 71%, 53%);
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(217, 71%, 53%);
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1577c6 0%, hsl(217, 71%, 53%) 71%, #4366e5 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1577c6 0%, hsl(217, 71%, 53%) 71%, #4366e5 100%);
  }
}
.hero.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(204, 86%, 53%);
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(204, 86%, 53%);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #04a6d7 0%, hsl(204, 86%, 53%) 71%, #3287f5 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #04a6d7 0%, hsl(204, 86%, 53%) 71%, #3287f5 100%);
  }
}
.hero.is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(141, 71%, 48%);
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(141, 71%, 48%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #12af2f 0%, hsl(141, 71%, 48%) 71%, #2ce28a 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #12af2f 0%, hsl(141, 71%, 48%) 71%, #2ce28a 100%);
  }
}
.hero.is-warning {
  background-color: hsl(48, 100%, 67%);
  color: rgba(0, 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, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 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 .navbar-link {
  color: rgba(0, 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: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.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, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 67%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, hsl(48, 100%, 67%) 71%, #fffa70 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, hsl(48, 100%, 67%) 71%, #fffa70 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: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(348, 100%, 61%);
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(348, 100%, 61%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ff0561 0%, hsl(348, 100%, 61%) 71%, #ff5257 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff0561 0%, hsl(348, 100%, 61%) 71%, #ff5257 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: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

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

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

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

.is-fullheight {
  height: 100%;
}

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

.is-centered {
  margin: 0 auto;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

html {
  background: none;
}

html,
body,
.site {
  min-height: 100% !important;
}

.site {
  display: flex;
  flex-direction: column;
  background: whitesmoke;
}

.site-content {
  flex: 1;
}

#header {
  flex-shrink: 0;
}

pre {
  padding: 20px;
  overflow-x: scroll;
  margin-bottom: 1em;
}

.button.is-clear {
  background: none;
  outline: 0;
  border: none;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

.post-comment-button {
  padding-left: 2em;
  padding-right: 2em;
}

.card {
  width: 100%;
  height: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.card .card-image {
  min-height: 200px;
}
.card .card-content {
  min-height: 260px;
}
.card .card-content .title + .subtitle {
  margin-top: 0;
}
.card .card-content .entry-footer {
  margin-top: 20px;
}
.card .image.is-square,
.card .image.is-1by1,
.card .image.is-4by3,
.card .image.is-3by2,
.card .image.is-16by9,
.card .image.is-2by1 {
  overflow: hidden;
}
.card .image.is-square img,
.card .image.is-1by1 img,
.card .image.is-4by3 img,
.card .image.is-3by2 img,
.card .image.is-16by9 img,
.card .image.is-2by1 img {
  top: 50%;
  height: auto;
  width: 100% !important;
  transform: translateY(-50%);
}

.container {
  width: 100%;
  margin: 0 auto;
}
.container.is-narrow {
  max-width: 720px !important;
}

.content > .hero-body {
  padding-left: 0;
  padding-right: 0;
}

.hero.is-primary a.nav-item,
.hero.is-primary .nav-item a:not(.button) {
  color: rgb(255, 255, 255);
}

img,
figure {
  max-width: 100%;
}
img.alignright,
figure.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft,
figure.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter,
figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption-text {
  margin-bottom: 1em;
}

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

.pagination a,
.page-numbers {
  display: block;
  min-width: 32px;
  padding: 3px 8px;
}

.post .cat-links,
.post .tags-links,
.post .comments-link {
  margin-right: 0.5em;
}
.archives .post {
  margin-bottom: 40px;
}
.archives .post:last-child {
  margin-bottom: 0;
}

.searchform .control.has-addons .input {
  width: 100%;
  max-width: 240px;
}
.content .searchform .control.has-addons .input {
  max-width: 400px;
}

.section {
  background: none;
}
.section:after {
  content: "";
  display: block;
  clear: both;
}
.section.no-padding-top {
  padding-top: 0 !important;
}

.site-description {
  padding-left: 0;
  color: hsl(217, 71%, 53%);
}

.spacer {
  height: 20px;
}
.spacer.is-medium {
  height: 40px;
}
.spacer.is-large {
  height: 60px;
}

.title {
  line-height: 1.25;
}

.widget {
  max-width: 360px;
  margin: 0 auto;
}

.widget-title,
.widget_calendar table > caption {
  margin-bottom: 1em;
}

.widget_calendar #wp-calendar {
  max-width: 300px;
  border: 1px solid hsl(0, 0%, 86%);
  border-collapse: collapse;
}
.widget_calendar table > caption {
  text-align: left;
  font-weight: 500;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
  line-height: 2.5em;
  padding: 4px;
  border: 1px solid hsl(0, 0%, 86%);
}
.widget_calendar td:hover,
.widget_calendar th:hover {
  background: hsl(0, 0%, 86%);
}

.wrapper {
  padding: 10px;
}
@media (min-width: 769px) {
  .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#comments {
  background: #fafafa;
}
#comments .header {
  margin-bottom: 1em;
}
#comments .comment-list {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}
#comments .comment-list .children {
  margin-top: 1em !important;
  margin-right: 0;
  margin-left: 46px;
  list-style: none;
}
#comments .comment-respond {
  margin-top: 40px;
}
#comments textarea {
  min-height: 100px !important;
}

.comment {
  background: hsl(0, 0%, 100%);
  padding: 10px;
  border: 1px solid hsl(0, 0%, 86%);
  margin-top: 10px !important;
  border-radius: 6px;
}
.children .comment {
  border-radius: 4px;
}
.comment .comment-meta {
  display: flex;
  flex-direction: column;
}
.comment .comment-author.vcard {
  display: flex;
  align-items: center;
  margin-right: 1em;
}
.comment .comment-author.vcard img {
  width: 32px;
  height: 32px;
  margin-right: 1em;
}
.comment .comment-author.vcard .fn {
  margin-right: 0.25em;
}
.comment .reply,
.comment .comment-content,
.comment .comment-metadata {
  padding-left: 32px;
  margin-left: 1em;
  margin-bottom: 1em;
}

.comments-link {
  margin-right: 0.5em;
}

@media (max-width: 769px) {
  .edit-link {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .comment-metadata {
    margin-right: 10px;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .comment-author.vcard {
    align-items: center;
  }
  .comment-author.vcard img {
    width: 50px;
    height: 50px;
  }
  .comment-meta {
    flex-direction: row !important;
    justify-content: space-between;
  }
  .comment-metadata {
    display: flex;
  }
  .comment-metadata > a {
    margin-right: 0.5em;
    display: block;
  }
}
.main-navigation {
  display: flex;
  position: relative;
}

.main-navigation ul {
  display: none;
}

.navbar-brand .navbar-item:hover {
  background: inherit;
}

.navbar-item {
  color: hsl(0, 0%, 48%);
}
.navbar-item.is-muted {
  color: #333;
  opacity: 0.3;
}
.navbar-item.is-muted:hover {
  color: #333;
  opacity: 0.3;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item:hover {
  color: hsl(0, 0%, 21%);
  background: inherit;
}
.navbar-item.is-active {
  color: hsl(0, 0%, 21%);
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-left: 12px;
  padding-right: 12px;
}
.navbar-item.is-tab:hover {
  border-bottom: 1px solid hsl(217, 71%, 53%);
  border-top: 1px solid transparent;
}
.navbar-item.is-tab.is-active {
  border-bottom: 3px solid hsl(217, 71%, 53%);
  border-top: 3px solid transparent;
  color: hsl(217, 71%, 53%);
}

.navbar-link {
  width: 100%;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-links .level:not(:last-child) {
  margin-bottom: 0 !important;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main-navigation ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 3.25rem;
    right: 0;
  }
}
.dropdown-menu {
  display: none !important;
}

.navbar-menu.is-active {
  position: absolute;
  width: 100%;
  z-index: 200;
}

/* -- Color Defaults -- */
* {
  box-sizing: border-box;
}

.has-background-secondary {
  background-color: #132135 !important;
  color: hsl(0, 0%, 100%) !important;
}

.is-size-70px {
  font-size: 4.375rem;
}

.is-size-52px {
  font-size: 3.28125rem;
}

.is-size-40px {
  font-size: 2.5rem;
}

.is-size-32px {
  font-size: 2rem;
}

.is-size-26px {
  font-size: 1.25rem;
}

.is-size-24px {
  font-size: 1.5rem;
}

.is-size-21px {
  font-size: 1.3125rem;
}

.is-size-18px {
  font-size: 1.125rem;
}

.is-size-16px {
  font-size: 1rem;
}

body .is-size-1 {
  font-size: 4.375rem;
}
body .is-size-2 {
  font-size: 3.28125rem;
}
body .is-size-3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  body .is-size-3 {
    font-size: 17.2px;
    line-height: 32px;
  }
}
body .is-size-4 {
  font-size: 2rem;
}
body .is-size-5 {
  font-size: 1.625rem;
}
body .is-size-6 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  body .is-size-6 {
    font-size: 1rem;
  }
}
body .is-size-7 {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  body .is-size-7 {
    font-size: 0.5rem;
  }
}
body .is-size-8 {
  font-size: 1rem;
}

a {
  color: #02B1B2;
}
a:hover {
  color: #02B1B2;
}

body h1 {
  font-style: normal;
  font-weight: 350;
  font-size: 52.5px;
  line-height: 54px;
  font-family: "gothammedium";
  color: #132135;
  margin-bottom: 1em !important;
}
@media screen and (max-width: 768px) {
  body h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    text-align: center !important;
  }
}
.content body h1 {
  margin: 0 0 0.5em 0 !important;
}
body h2 {
  font-size: 3.28125rem;
  font-family: "gothammedium";
  color: #132135 !important;
  line-height: 1.4em;
  margin: 0 0 0.5em 0 !important;
}
@media screen and (max-width: 1400px) {
  body h2 {
    font-size: 2.28125rem;
  }
}
@media screen and (max-width: 1100px) {
  body h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body h2 {
    font-size: 1.28125rem;
    margin: 0 0 1em 0 !important;
  }
}
.content body h2 {
  margin: 0 0 0.5em 0 !important;
}
body h3 {
  font-size: 2.5rem;
  font-family: "gothammedium";
  color: #132135 !important;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  body h3 {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.content body h3 {
  margin: 0 0 0.5em 0 !important;
}
body h4 {
  font-size: 2rem;
  font-family: "gothammedium";
  color: #132135 !important;
  line-height: 142%;
}
body h4.book {
  font-family: "gothambook";
}
@media screen and (max-width: 768px) {
  body h4 {
    font-style: normal;
    font-weight: 325;
    font-size: 14px;
    line-height: 23px;
  }
}
.content body h4 {
  margin: 0 0 0.5em 0 !important;
}
body h5 {
  font-size: 26px;
  font-family: "gothammedium";
  color: #132135 !important;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.content body h5 {
  margin: 0 0 0.5em 0 !important;
}
body h6 {
  font-size: 1.5rem;
  font-family: "gothammedium";
  color: #132135 !important;
  line-height: 1em;
}
.content body h6 {
  margin: 0 0 0.5em 0 !important;
}

button, .button {
  font-family: "gothambold";
  color: #02B1B2 !important;
  font-weight: 900;
  border-radius: 2rem !important;
  border: 0.09375rem solid #02B1B2 !important;
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-size: 1rem;
}
button:hover, .button:hover {
  background-color: #02B1B2 !important;
  border-color: transparent !important;
  color: hsl(0, 0%, 100%) !important;
}
button.is-primary, .button.is-primary {
  background-color: #02B1B2 !important;
  border-color: transparent !important;
  color: hsl(0, 0%, 100%) !important;
}
button.is-primary:hover, .button.is-primary:hover {
  background-color: hsl(0, 0%, 100%) !important;
  border-color: #02B1B2 !important;
  color: #02B1B2 !important;
}
@media screen and (max-width: 768px) {
  button, .button {
    font-size: 0.7rem;
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
}

html {
  margin-top: 0 !important;
}

html body .container {
  max-width: 1685px !important;
}
html body .container.small-container {
  max-width: 1140px !important;
}

@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1685px;
  }
  .container.small-container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1140px !important;
  }
}
#page.site {
  background-color: hsl(0, 0%, 100%) !important;
}

.hero.is-medium .hero-body {
  padding-top: 7rem;
  padding-left: 6rem;
}
@media screen and (max-width: 768px) {
  .hero.is-medium .hero-body {
    padding-top: 1.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

.page-hero {
  min-height: 540px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .page-hero {
    min-height: 48vw;
  }
}
@media screen and (min-width: 1658px) {
  .page-hero {
    min-height: 795px;
  }
}
.page-hero .subhead {
  font-style: normal;
  font-weight: 325;
  font-size: 32px;
  line-height: 54px;
}
@media screen and (max-width: 768px) {
  .page-hero .subhead {
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 150%;
    text-align: center !important;
  }
}
.page-hero .hero {
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  .page-hero .hero {
    margin-top: 0px;
  }
}
.page-hero .content-holder {
  padding: 8em 0 0 4em;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 1657px) {
  .page-hero .content-holder {
    padding: 4vw 0 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  .page-hero .content-holder {
    padding: 3em 1em 0;
    text-align: center;
  }
}

.custom-footer .hero-body {
  min-height: 390px;
}
.custom-footer .hero-body .container {
  flex: 0;
  width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .custom-footer .hero-body .container {
    flex: 1;
  }
}
.custom-footer img {
  height: 50vw;
  min-height: 210px;
  max-height: 605px;
}
.custom-footer h2 {
  font-size: 4.4rem;
}
@media screen and (max-width: 1400px) {
  .custom-footer h2 {
    font-size: 3.28125rem;
  }
}
@media screen and (max-width: 1100px) {
  .custom-footer h2 {
    font-size: 2.28125rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-footer h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.content-layer {
  z-index: 2;
}

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

body,
p {
  color: #132135 !important;
  font-family: "gothambook";
}
@media screen and (max-width: 768px) {
  body,
  p {
    font-weight: 300;
    font-size: 11px;
    line-height: 21px;
  }
}

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

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

.box {
  color: inherit !important;
}

.image-holder {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column .box {
  overflow: hidden;
}
.column .box .inner {
  padding: 1.5rem !important;
}
.column .box .image-holder {
  background: #DEF5F5 !important;
}

#one-platform .container {
  padding: 6rem !important;
}
@media screen and (max-width: 768px) {
  #one-platform .container {
    padding: 1em 2em 6em !important;
  }
}
@media screen and (max-width: 320px) {
  #one-platform .container {
    padding: 2rem !important;
  }
}
#one-platform p {
  font-weight: 325;
  font-size: 18.7px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  #one-platform p {
    font-weight: 325;
    font-size: 11px;
    line-height: 21px;
  }
}

.section.callout h3 {
  padding-right: 4rem !important;
}
@media screen and (max-width: 768px) {
  .section.callout h3 {
    padding-right: 0 !important;
  }
}

.section .announcement {
  border-radius: 20px;
  background: #F8F8F8;
}

.hero-body.announcement {
  padding-top: 7rem;
  border-radius: 20px;
  overflow: hidden;
  background: #F8F8F8;
}
.hero-body.announcement.has-background-secondary {
  background: #132135;
}
.hero-body.announcement.has-background-secondary .title,
.hero-body.announcement.has-background-secondary .subtitle {
  color: hsl(0, 0%, 100%) !important;
}

.has-outline {
  border: 1px solid #02B1B2 !important;
}
.has-outline.tag {
  background: hsl(0, 0%, 100%) !important;
}

hr {
  border: 2px solid #02B1B2 !important;
}
hr.short {
  width: 4rem !important;
  max-width: 4rem !important;
}

.home .custom-footer .hero-body.announcement, .page .custom-footer .hero-body.announcement {
  height: 570px;
  padding: 0 4rem !important;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home .custom-footer .hero-body.announcement, .page .custom-footer .hero-body.announcement {
    justify-content: start;
    flex-direction: row;
    height: 358px;
    padding: 2rem !important;
  }
}
@media screen and (max-width: 320px) {
  .home .custom-footer .hero-body.announcement, .page .custom-footer .hero-body.announcement {
    padding: 1rem !important;
  }
}

.no-container-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.no-container-card .description-holder {
  min-height: 130px;
}
@media screen and (max-width: 768px) {
  .no-container-card .description-holder {
    min-height: 20px;
  }
}

.delivery .simple-cards.no-container-cards.two-cards .p-6 {
  padding-bottom: 0 !important;
}
.delivery .simple-cards.no-container-cards.two-cards img {
  max-height: 400px;
  width: auto;
}
.delivery .simple-cards.no-container-cards.three-cards img {
  max-height: 280px;
  width: auto;
}

.simple-cards .is-one-fifth {
  margin: 0 auto;
}
.simple-cards .is-one-fifth .simple-card {
  min-height: 335px;
}
.simple-cards .is-one-fifth .simple-card img {
  margin-bottom: 3em;
}
.simple-cards .simple-card {
  min-height: 285px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .simple-cards .simple-card {
    min-height: 228px;
  }
}
.simple-cards .simple-card.XXbox.p-6 {
  padding: 0 !important;
}
.simple-cards img {
  margin: 2rem auto 2rem;
}
@media screen and (max-width: 768px) {
  .simple-cards img {
    margin: 0.5rem auto;
  }
}
.simple-cards h5 {
  margin-bottom: 1em;
}
.simple-cards.no-container-cards img {
  width: auto;
}
.simple-cards.no-container-cards h5 {
  line-height: 1.75em;
}

.is-image-60 {
  width: 60px !important;
  height: auto;
}

span.arrow {
  margin-left: 1em;
}

footer #colophon {
  font-size: 1rem;
}

#site-footer {
  background-color: #fff;
  margin: 4em auto;
}
#site-footer h5 {
  font-size: 1.125rem;
  font-family: "gothammedium";
  color: #02B1B2 !important;
  margin-bottom: 1em !important;
}
#site-footer ul li {
  font-size: 1rem;
  line-height: 2em;
  font-family: "gothambook";
}
#site-footer ul li a {
  color: #132135 !important;
}
#site-footer ul li a:hover {
  color: #02B1B2 !important;
}

.company-logo {
  width: 242px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .company-logo {
    width: 142px;
  }
}

.column.nav-buttons {
  justify-content: right;
  align-items: center;
  display: flex;
}
.column.nav-buttons a {
  line-height: 1.3;
}

.column.social-links {
  justify-content: right;
  display: flex;
  gap: 10px;
}

.custom-footer img.image-overhang {
  height: 50vw;
  min-height: 210px;
  max-height: 640px;
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.custom-footer img.image-overhang.stick-to-the-corner {
  max-height: 610px;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 20px;
}

#image-guy-shield {
  max-height: 510px;
}

.blue-strip {
  height: 40px;
  background: #132135;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .blue-strip {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 769px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
#header {
  background-color: white;
  z-index: 9999;
  margin-bottom: 3em;
  padding: 0 30px;
}
#header .logo {
  margin-top: auto;
  margin-bottom: auto;
}
#header .company-logo {
  width: 242px;
}
@media screen and (max-width: 768px) {
  #header .company-logo {
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  #header {
    padding: 0;
  }
}
#header button,
#header .button {
  line-height: 1.3;
  padding: 1.5rem 2rem !important;
}
#header button.member-login,
#header .button.member-login {
  margin-right: 1em;
}
@media screen and (max-width: 1100px) {
  #header button,
  #header .button {
    font-size: 14px;
    padding: 0.5rem 1rem !important;
  }
}

section {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 1.9em;
    padding: 0 !important;
  }
}

section.main-hero-section {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  section.main-hero-section {
    margin-bottom: 1.9em;
  }
}

.inner-container {
  margin: 0 auto;
  max-width: 1140px !important;
}
.inner-container.thinner {
  max-width: 960px !important;
}

.page-template #wpadminbar {
  display: none !important;
}

.site-content, #site-footer, .site-footer {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .site-content, #site-footer, .site-footer {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .hero-image-fill {
    position: relative;
  }
}
.hero-image-fill picture {
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .hero-image-fill picture {
    position: relative;
    margin-top: -150px;
    width: auto;
    height: 583px;
  }
}
.hero-image-fill picture img {
  height: 100%;
  object-fit: cover;
}

.page .section {
  padding-left: 0;
  padding-right: 0;
}

.container.benefits {
  padding: 0 0 120px;
  border-radius: 30px;
}
.container.benefits.shadow-cards {
  background-color: #F8F8F8;
  padding: 4rem 2rem;
}
.container.benefits.shadow-cards .columns {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .container.benefits {
    padding: 60px 0;
  }
}
.container.benefits .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .container.benefits .columns {
    gap: 10px;
  }
}
.container.benefits .column {
  max-width: calc(26% - 10px);
  padding: 10px;
  min-width: 319px;
}

.contact-phone {
  margin: 70px 0 70px;
}
@media screen and (min-width: 1408px) {
  .contact-phone {
    height: 142px;
  }
}
.contact-phone img {
  margin: 0 60px 20px 10px;
}
@media screen and (min-width: 1408px) {
  .contact-phone img {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .contact-phone img {
    float: left;
  }
}
@media screen and (min-width: 1408px) {
  .contact-phone p:nth-child(2) {
    padding-top: 18px;
  }
}
.contact-phone p {
  font-size: 1.5em;
  line-height: 2em;
}

.contact-email {
  margin: 70px 0 70px;
}
@media screen and (min-width: 1408px) {
  .contact-email {
    height: 142px;
  }
}
.contact-email img {
  margin: 0 60px 20px 10px;
}
@media screen and (min-width: 1408px) {
  .contact-email img {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .contact-email img {
    float: left;
  }
}
.contact-email p {
  font-size: 1.5em;
  line-height: 2em;
}

.contacts .form-wrapper {
  background: #F8F8F8;
  border-radius: 30px;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .contacts .form-wrapper {
    padding: 30px 10px;
  }
}
.contacts .gform_heading h2 {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contacts .gform_heading h2 {
    font-size: 1rem;
  }
}
.contacts #gform_submit_button_4 {
  height: auto;
  background-color: #02B1B2 !important;
  border-color: transparent !important;
  color: hsl(0, 0%, 100%) !important;
}
.contacts #gform_submit_button_4:hover {
  background-color: hsl(0, 0%, 100%) !important;
  border-color: #02B1B2 !important;
  color: #02B1B2 !important;
}
.contacts .portal-access {
  margin: 25px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contacts .gform_wrapper.gravity-theme input[type=text] {
    padding: 14px;
  }
  .contacts button, .contacts .button {
    font-size: 14px;
    padding: 0.5rem 1rem !important;
  }
  .contacts .column {
    padding: 0;
  }
  .contacts .columns {
    flex-direction: column;
  }
  .contacts .portal-access {
    margin: 25px 10px;
    font-size: 0.8rem;
    font-weight: bold;
  }
}

section.section.shipping h2 {
  margin-bottom: 80px !important;
}
section.section.shipping > div {
  height: 100%;
}
section.section.shipping > div > div {
  height: 100%;
}
section.section.shipping > div > div > div {
  height: 100%;
  padding: 20px;
}
section.section.shipping > div > div > div > div {
  height: 100%;
  justify-content: space-around;
  align-items: center;
}
section.section.shipping > div > div > div > div .column {
  max-width: 540px;
}
section.section.shipping > div > div > div > div .column div.box.p-6.simple-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container.announcement.shipping-background {
  height: 611px;
}

.columns {
  display: flex;
}

.top-menu-item {
  font-family: "gothammedium";
  font-size: 20px;
  padding: 1.4rem !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .top-menu-item {
    font-size: 14px;
    padding: 1.4rem !important;
  }
}

.top-menu-item-label {
  display: block;
}

.top-menu-item-label + svg {
  position: absolute;
  display: block;
  top: 32px;
  right: 0;
}

.top-menu-item-content {
  display: none;
  position: absolute;
  min-width: 400px;
  border-radius: 20px;
  overflow: hidden;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  list-style-type: none;
  margin: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .top-menu-item-content h3 {
    font-size: 0.9rem;
  }
}
.top-menu-item-content .column.icon {
  justify-content: center;
  display: flex;
  height: 100%;
  max-width: 60px;
  padding: 0;
  place-self: center;
}
.top-menu-item-content .column.icon .image {
  width: 50px;
}
.top-menu-item-content p.title {
  font-family: "gothammedium";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.5rem !important;
}
.top-menu-item-content p.subtext {
  font-family: "gothamlight";
  font-size: 1rem;
  line-height: 1;
}
.top-menu-item-content ul li {
  margin: 10px 0;
}
.top-menu-item-content .columns {
  margin: 0;
}
.top-menu-item-content .column.white {
  min-width: 380px;
  background-color: #ffffff;
  padding: 30px;
}
.top-menu-item-content .column.grey {
  min-width: 380px;
  background-color: #F8F8F8;
  padding: 30px;
}

.top-menu-item-content.white {
  min-width: 400px;
  background-color: #ffffff;
  padding: 30px;
}

.top-menu-item:hover > .top-menu-item-content {
  display: block;
}

.top-menu-item ul li a {
  color: #333;
  text-decoration: none;
}

.top-menu-item ul li a:hover {
  color: #000;
  text-decoration: underline;
}

/* Styles for the cross symbol */
.hamburger {
  display: none;
  align-self: end;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 16px;
  cursor: pointer;
  margin-right: 13px;
  margin-top: -42px;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}

.hamburger.active .line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.active .line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.line {
  width: 100%;
  height: 3px;
  background-color: #132135;
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  #header .container {
    padding: 0 10px;
  }
  #header .container .top {
    flex-direction: column;
  }
  #header .menu {
    max-height: 0;
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    margin: auto;
    z-index: 9999;
    overflow: hidden;
    background-color: #ffffff;
    transition: max-height 0.3s;
  }
  #header .menu .top-menu-item {
    font-size: 20px;
    padding: 0 !important;
    list-style: none;
    border-bottom: 1px solid #E7E9EB;
    overflow: hidden;
  }
  #header .menu .top-menu-item .top-menu-item-link {
    display: block;
  }
  #header .menu .top-menu-item .top-menu-item-link .top-menu-item-label {
    padding: 14px 22px;
  }
  #header .menu .top-menu-item .top-menu-item-link.is-open {
    background-color: #F8F8F8;
  }
  #header .menu .top-menu-item .top-menu-item-link.is-open .top-menu-item-label {
    color: #02B1B2;
  }
  #header .menu .top-menu-item .top-menu-item-link.is-open svg {
    fill: #02B1B2;
    transform: rotate(0);
  }
  #header .menu .top-menu-item .top-menu-item-content {
    display: block;
    position: static;
    min-width: 100%;
    border-radius: 0;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: none;
    z-index: 1;
    transition: max-height 0.3s;
    max-height: 0;
  }
  #header .menu .top-menu-item .top-menu-item-content h4 {
    color: #424D5D !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px 23px 10px;
  }
  #header .menu .top-menu-item .top-menu-item-content .column.icon {
    justify-content: center;
    display: flex;
    height: 100%;
    max-width: 60px;
  }
  #header .menu .top-menu-item .top-menu-item-content .column.icon .image {
    width: 50px;
  }
  #header .menu .top-menu-item .top-menu-item-content p.title {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  #header .menu .top-menu-item .top-menu-item-content p.subtext {
    font-size: 0.7rem;
    line-height: 1;
  }
  #header .menu .top-menu-item .top-menu-item-content ul {
    padding: 10px 0px;
  }
  #header .menu .top-menu-item .top-menu-item-content ul li {
    padding: 0px 16px;
  }
  #header .menu .top-menu-item .top-menu-item-content > .columns {
    flex-direction: column;
  }
  #header .menu .top-menu-item .top-menu-item-content .column.white {
    min-width: auto;
    background-color: #ffffff;
    padding: 0px;
  }
  #header .menu .top-menu-item .top-menu-item-content .column.grey {
    min-width: auto;
    background-color: white;
    border-top: 1px solid #E7E9EB;
    padding: 0px;
  }
  #header .menu .top-menu-item .top-menu-item-content.white {
    min-width: auto;
    padding: 0;
  }
  #header .menu .top-menu-item .top-menu-item-content li {
    display: block;
    padding: 1rem 1.6rem;
    color: white;
    font-size: 0.9rem;
    position: relative;
  }
  #header .menu .top-menu-item:first-child {
    border-top: 2px solid #E7E9EB;
  }
  #header .menu .top-menu-item-label + svg {
    transition: transform 0.3s;
    top: 20px;
    right: 18px;
    transform: rotate(-90deg);
    width: 30px;
  }
  #header .menu.show {
    max-height: 2000px;
    display: flex;
  }
  #header nav.menu.columns {
    flex-direction: column;
  }
}
.page.home .section.cards .column.is-one-third {
  width: auto;
  flex: 1;
  min-width: 320px;
}
.page.home .section.cards .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.page.home .section.cards .inner {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.page.home .section.cards .inner div {
  margin-top: auto;
}

.page.solutions .section.solutions .column.is-half {
  flex: none;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page.solutions .section.solutions .column.is-half {
    width: 50%;
  }
}
.page.solutions .section.solutions .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.page.solutions .section.solutions .inner {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.page.solutions .section.solutions .inner div {
  margin-top: auto;
}
.page.solutions .section.solutions .image-holder .image.is-fullwidth {
  width: auto;
  max-height: 350px;
  margin: 0 auto;
}
.page.solutions .section.solutions .column:last-of-type .box {
  box-shadow: none;
}
.page.solutions .section.solutions .column:last-of-type .image-holder {
  background: white !important;
}

.columns, .columns.column {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}
.columns:last-child, .columns.column:last-child {
  margin-bottom: 0 !important;
}

#colophon {
  padding: 0 30px !important;
}
#colophon .columns.column {
  flex-direction: column;
  padding: 0;
}
#colophon .columns.column .column {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .column-reverse {
    flex-flow: column-reverse;
  }
  .section.zigzag img {
    max-width: 320px;
    margin: auto;
  }
  #site-footer .columns {
    flex-direction: column;
  }
  #site-footer .columns .column {
    text-align: center;
  }
  #colophon {
    padding: 0 !important;
  }
  #colophon .columns {
    flex-direction: column;
    align-items: center;
  }
  #colophon .columns.column {
    flex-direction: column;
  }
  #colophon .columns.column .column {
    padding: 0;
    text-align: center;
  }
}
.show-for-small-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-for-small-only {
    display: block;
  }
  .show-for-small-only img {
    width: 35px;
    margin: 0.1rem 1rem 4rem 0;
  }
  .show-for-small-only h3 {
    font-size: 1.3rem;
  }
  .show-for-small-only p {
    font-size: 0.8rem;
    line-height: 2rem;
  }
  .show-for-small-only .contact-phone {
    margin: 20px 0 40px;
  }
  .show-for-small-only .contact-email {
    margin: 20px 0 20px;
  }
}

.hide-for-small-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .hide-for-small-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  footer.site-footer .company-logo {
    margin-bottom: 3em;
  }
  #site-footer ul li {
    font-size: 13px;
  }
  #site-footer h5 {
    margin-bottom: 0.5em !important;
  }
  .custom-footer .hero-body {
    padding: 2em 1.5em;
  }
  .custom-footer button.is-primary {
    margin-top: 1.5em;
  }
  .simple-cards.no-container-cards img {
    max-width: 240px;
  }
  .simple-cards.no-container-cards h5 {
    font-size: 14px;
  }
  body section.zigzag .is-size-3 {
    font-weight: 700;
  }
  .container.announcement {
    padding: 1em 1em 6em !important;
  }
  section.main-hero-section .content-holder h2 {
    max-width: 80%;
    text-align: center;
    margin: 0 auto 1em !important;
  }
  .company-logo {
    width: 140px;
    height: auto;
    margin-bottom: 5px;
  }
  .container.benefits .no-container-cards .no-container-card {
    display: flex;
    flex-direction: column-reverse;
  }
  .container.benefits .no-container-cards .no-container-card h5 {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 0.5em;
  }
  .container.benefits .no-container-cards .no-container-card p {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .container.benefits .columns {
    gap: none;
    margin: 0 auto !important;
    display: block;
  }
  .container.benefits .column {
    margin: 0 auto;
    min-width: 280px;
  }
  .container.benefits.shadow-cards {
    padding: 3rem 1rem 1rem;
  }
  .container.benefits.shadow-cards .column {
    max-width: calc(26% - 10px);
    padding: 10px 0;
    min-width: 219px;
  }
  .container.benefits.shadow-cards .column .p-6 {
    padding: 1rem !important;
  }
  #header nav.menu h4 {
    font-weight: 700;
  }
  #header .menu .top-menu-item {
    font-size: 16px;
  }
  #header .menu .top-menu-item .top-menu-item-content p.title {
    font-family: "gothammedium";
  }
  .shipping-background .simple-cards .simple-card {
    min-height: 170px;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px;
  }
  .contacts .gform_wrapper.gravity-theme input[type=text] {
    border: none;
  }
  .contacts .gform_wrapper select {
    border: none;
  }
  .contact-phone img {
    margin: 0.1rem 1rem 1rem 0;
  }
  .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 11px;
  }
  h1.title {
    margin-bottom: 0.75em !important;
  }
  .home h5 {
    font-family: "gothammedium";
    font-size: 21px;
  }
  .home .is-image-60 {
    width: 30px !important;
  }
  .home .simple-cards .simple-card {
    min-height: 240px;
    min-width: 240px;
  }
  .home .p-6 {
    padding: 2rem !important;
  }
}
.page-hero-bottom {
  min-height: auto;
}
.page-hero-bottom .hero-body.announcement {
  padding: 2rem 0 0 !important;
}

.title {
  font-size: 52.5px;
  font-weight: 350;
  line-height: 54px;
  margin-bottom: 0.75em !important;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 21px;
    font-weight: 500;
    line-height: 100%;
  }
}

#header nav.menu h4 {
  font-weight: 500;
  font-size: 30px;
}

section .benefits_section {
  max-width: 1290px;
}
section .benefits_section .simple-cards img {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  section .benefits_section .no-container-cards:first-child h5 {
    text-align: right;
    margin-right: 100px;
  }
  section .benefits_section .no-container-cards:first-child .simple-cards img {
    margin: 0 4em 0em auto;
  }
  section .benefits_section .no-container-cards:last-child h5 {
    text-align: left;
  }
  section .benefits_section .no-container-cards:last-child .simple-cards img {
    margin: 0 2em 0em 2em;
  }
}
.delivery .simple-cards.no-container-cards.two-cards img {
  max-height: 260px;
}

body .main-hero-section:last-child {
  margin-bottom: 0;
}

.page-hero .subhead {
  font-family: "gothambook";
}

.hero-bottom {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1bG1hcHJlc3Muc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9idWxtYS5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvdXRpbGl0aWVzL2FuaW1hdGlvbnMuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL3V0aWxpdGllcy9taXhpbnMuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL3V0aWxpdGllcy9pbml0aWFsLXZhcmlhYmxlcy5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvdXRpbGl0aWVzL2NvbnRyb2xzLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9iYXNlL21pbmlyZXNldC5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvYmFzZS9nZW5lcmljLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9iYXNlL2hlbHBlcnMuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL2JveC5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZWxlbWVudHMvYnV0dG9uLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy9jb250YWluZXIuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL2NvbnRlbnQuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL2ljb24uc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL2ltYWdlLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy9ub3RpZmljYXRpb24uc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL3Byb2dyZXNzLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy90YWJsZS5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvdXRpbGl0aWVzL2Rlcml2ZWQtdmFyaWFibGVzLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy90YWcuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2VsZW1lbnRzL3RpdGxlLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9lbGVtZW50cy9vdGhlci5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZm9ybS9zaGFyZWQuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2Zvcm0vaW5wdXQtdGV4dGFyZWEuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2Zvcm0vY2hlY2tib3gtcmFkaW8uc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2Zvcm0vc2VsZWN0LnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9mb3JtL2ZpbGUuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2Zvcm0vdG9vbHMuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvYnJlYWRjcnVtYi5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvY29tcG9uZW50cy9jYXJkLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL2Ryb3Bkb3duLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL2xldmVsLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL2xpc3Quc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvbWVkaWEuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2NvbXBvbmVudHMvbWVudS5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvY29tcG9uZW50cy9tZXNzYWdlLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL21vZGFsLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL25hdmJhci5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvY29tcG9uZW50cy9wYWdpbmF0aW9uLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL3BhbmVsLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9jb21wb25lbnRzL3RhYnMuc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2dyaWQvY29sdW1ucy5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvZ3JpZC90aWxlcy5zYXNzIiwibm9kZV9tb2R1bGVzL2J1bG1hL3Nhc3MvbGF5b3V0L2hlcm8uc2FzcyIsIm5vZGVfbW9kdWxlcy9idWxtYS9zYXNzL2xheW91dC9zZWN0aW9uLnNhc3MiLCJub2RlX21vZHVsZXMvYnVsbWEvc2Fzcy9sYXlvdXQvZm9vdGVyLnNhc3MiLCJzYXNzL3NldHRpbmdzL19hY2Nlc3NhYmlsaXR5LnNhc3MiLCJzYXNzL3NldHRpbmdzL19oZWxwZXJzLnNhc3MiLCJzYXNzL3NldHRpbmdzL19sYXlvdXQuc2FzcyIsInNhc3Mvc2V0dGluZ3MvX3R5cG9ncmFwaHkuc2FzcyIsInNhc3MvZWxlbWVudHMvX2J1dHRvbnMuc2FzcyIsInNhc3MvZWxlbWVudHMvX2NhcmQuc2FzcyIsInNhc3MvZWxlbWVudHMvX2NvbnRhaW5lci5zYXNzIiwic2Fzcy9lbGVtZW50cy9fY29udGVudC5zYXNzIiwic2Fzcy9lbGVtZW50cy9faGVyby5zYXNzIiwic2Fzcy9lbGVtZW50cy9faW1nLnNhc3MiLCJzYXNzL2VsZW1lbnRzL19sZXZlbC5zYXNzIiwic2Fzcy9lbGVtZW50cy9fcGFnaW5hdGlvbi5zYXNzIiwic2Fzcy9lbGVtZW50cy9fcG9zdC5zYXNzIiwic2Fzcy9lbGVtZW50cy9fc2VhcmNoZm9ybS5zYXNzIiwic2Fzcy9lbGVtZW50cy9fc2VjdGlvbi5zYXNzIiwic2Fzcy9lbGVtZW50cy9fc2l0ZS1kZXNjcmlwdGlvbi5zYXNzIiwic2Fzcy9lbGVtZW50cy9fc3BhY2VyLnNhc3MiLCJzYXNzL2VsZW1lbnRzL190aXRsZS5zYXNzIiwic2Fzcy9lbGVtZW50cy9fd2lkZ2V0LnNhc3MiLCJzYXNzL2VsZW1lbnRzL193cmFwcGVyLnNhc3MiLCJzYXNzL2NvbXBvbmVudHMvX2NvbW1lbnRzLnNhc3MiLCJzYXNzL2NvbXBvbmVudHMvX25hdmlnYXRpb24uc2FzcyIsInNhc3Mvb3ZlcnJpZGVzL19hbGwuc2FzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7QUNDQTtBQ0RBO0VBQ0U7SUFDRTs7RUFDRjtJQUNFOzs7QUN1SUo7QUFBQTtBQUFBO0FBQUE7RUFORTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFxQkY7RUFmRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFNQTtBQUFBO0VBQ0UsZUNwSFk7OztBRDJMaEI7RUFoRUU7RUFDQTtFQUNBO0VBQ0E7RUFDQSxlQ3hHZTtFRHlHZjtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFFRSxrQkNsTFc7RURtTFg7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0Y7RUFDRTtFQUNBOztBQUNGO0VBQ0U7RUFDQTs7QUFDRjtFQUVFOztBQUNGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQWlCSjtFQVhFO0VBQ0E7RUFDQSxlQzFLZTtFRDJLZjtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBWUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU5FLFFBRGdCO0VBRWhCLE1BRmdCO0VBR2hCO0VBQ0EsT0FKZ0I7RUFLaEIsS0FMZ0I7OztBRXJObEI7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQTNCRTtFQUNBO0VBQ0E7RUFDQTtFQUNBLGVEb0RPO0VDbkRQO0VBQ0E7RUFDQSxXRGlCTztFQ2hCUCxRQWZlO0VBZ0JmO0VBQ0EsYUFoQm9CO0VBaUJwQixnQkFmeUI7RUFnQnpCLGNBZjJCO0VBZ0IzQixlQWhCMkI7RUFpQjNCLGFBbEJ5QjtFQW1CekI7RUFDQTs7QUFFQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBSUU7O0FBQ0Y7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBRUU7OztBQ3JDSjtBQUVBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUF1QkU7RUFDQTs7O0FBR0Y7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBTUU7RUFDQTs7O0FBR0Y7RUFDRTs7O0FBR0Y7QUFBQTtBQUFBO0FBQUE7RUFJRTs7O0FBR0Y7RUFDRTs7O0FBR0E7RUFHRTs7O0FBR0o7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUtFO0VBQ0E7OztBQUVGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FBRUY7QUFBQTtFQUVFOztBQUNBO0FBQUE7RUFDRTs7O0FDckRKO0VBQ0Usa0JIbEJhO0VHbUJiLFdBaENVO0VBaUNWO0VBQ0E7RUFDQSxXQWxDZTtFQW1DZixZQWhDZ0I7RUFpQ2hCLFlBaENnQjtFQWlDaEIsZ0JBcENlO0VBcUNmOzs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU9FOzs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBS0UsYUg3QmtCOzs7QUcrQnBCO0FBQUE7RUFFRTtFQUNBO0VBQ0EsYUhsQ2lCOzs7QUdvQ25CO0VBQ0UsT0gxRGE7RUcyRGIsV0F6RGU7RUEwRGYsYUgzQmM7RUc0QmQsYUF6RGlCOzs7QUE2RG5CO0VBQ0UsT0hwRGE7RUdxRGI7RUFDQTs7QUFDQTtFQUNFOztBQUNGO0VBQ0UsT0h6RVc7OztBRzJFZjtFQUNFLGtCSHRFYTtFR3VFYixPSDVEYTtFRzZEYixXQXBFVTtFQXFFVixhQXRFWTtFQXVFWixTQXhFYTs7O0FBMEVmO0VBQ0Usa0JIN0VhO0VHOEViO0VBQ0E7RUFDQSxRQXZFVTtFQXdFVixRQXZFVTs7O0FBeUVaO0VBQ0U7RUFDQTs7O0FBRUY7QUFBQTtFQUVFOzs7QUFFRjtFQUNFLFdBdEZnQjs7O0FBd0ZsQjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0UsT0h6R2E7RUcwR2IsYUhyRVk7OztBR3lFZDtFQUNFOzs7QUFFRjtFSnpERTtFSTJEQSxrQkg3R2E7RUc4R2IsT0huSGE7RUdvSGIsV0FoR2M7RUFpR2Q7RUFDQSxTQWpHWTtFQWtHWjtFQUNBOztBQUNBO0VBQ0U7RUFDQTtFQUNBLFdBdEdpQjtFQXVHakI7OztBQUdGO0FBQUE7RUFFRTs7QUFDQTtBQUFBO0VBQ0U7O0FBQ0o7RUFDRSxPSHZJVzs7O0FESGI7RUFDRTtFQUNBO0VBQ0E7OztBS0RKO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUlGO0VBQ0U7OztBQVlFO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBTHNESjtFS3ZERTtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOzs7QUwwREo7RUszREU7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7O0FMa0VKO0VLbkVFO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7OztBTHNFSjtFS3ZFRTtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOzs7QUxxRkY7RUt0RkE7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7O0FMb0dGO0VLckdBO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7O0VBREY7SUFDRTs7RUFERjtJQUNFOztFQURGO0lBQ0U7OztBQXlCSjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUw0QkY7RUt4QkU7SUFDRTs7O0FMMkJKO0VLekJFO0lBQ0U7OztBTDRCSjtFSzFCRTtJQUNFOzs7QUw2Qko7RUszQkU7SUFDRTs7O0FMOEJKO0VLNUJFO0lBQ0U7OztBTGdDRjtFSzlCQTtJQUNFOzs7QUx1Q0Y7RUtyQ0E7SUFDRTs7O0FMeUNGO0VLdkNBO0lBQ0U7OztBTGdERjtFSzlDQTtJQUNFOzs7QUxESjtFS3hCRTtJQUNFOzs7QUwyQko7RUt6QkU7SUFDRTs7O0FMNEJKO0VLMUJFO0lBQ0U7OztBTDZCSjtFSzNCRTtJQUNFOzs7QUw4Qko7RUs1QkU7SUFDRTs7O0FMZ0NGO0VLOUJBO0lBQ0U7OztBTHVDRjtFS3JDQTtJQUNFOzs7QUx5Q0Y7RUt2Q0E7SUFDRTs7O0FMZ0RGO0VLOUNBO0lBQ0U7OztBTERKO0VLeEJFO0lBQ0U7OztBTDJCSjtFS3pCRTtJQUNFOzs7QUw0Qko7RUsxQkU7SUFDRTs7O0FMNkJKO0VLM0JFO0lBQ0U7OztBTDhCSjtFSzVCRTtJQUNFOzs7QUxnQ0Y7RUs5QkE7SUFDRTs7O0FMdUNGO0VLckNBO0lBQ0U7OztBTHlDRjtFS3ZDQTtJQUNFOzs7QUxnREY7RUs5Q0E7SUFDRTs7O0FMREo7RUt4QkU7SUFDRTs7O0FMMkJKO0VLekJFO0lBQ0U7OztBTDRCSjtFSzFCRTtJQUNFOzs7QUw2Qko7RUszQkU7SUFDRTs7O0FMOEJKO0VLNUJFO0lBQ0U7OztBTGdDRjtFSzlCQTtJQUNFOzs7QUx1Q0Y7RUtyQ0E7SUFDRTs7O0FMeUNGO0VLdkNBO0lBQ0U7OztBTGdERjtFSzlDQTtJQUNFOzs7QUFFTjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFJQTtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFQRjtFQUNFOzs7QUFFQTtFQUVFOzs7QUFDSjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFIRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFIRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFIRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFIRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFIRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFIRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFIRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFIRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFFSjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFPQTtFQUNFOzs7QUxoRUY7RUtrRUU7SUFDRTs7O0FML0RKO0VLaUVFO0lBQ0U7OztBTDlESjtFS2dFRTtJQUNFOzs7QUw3REo7RUsrREU7SUFDRTs7O0FMNURKO0VLOERFO0lBQ0U7OztBTDFERjtFSzREQTtJQUNFOzs7QUxuREY7RUtxREE7SUFDRTs7O0FMakRGO0VLbURBO0lBQ0U7OztBTDFDRjtFSzRDQTtJQUNFOzs7QUE1Qko7RUFDRTs7O0FMaEVGO0VLa0VFO0lBQ0U7OztBTC9ESjtFS2lFRTtJQUNFOzs7QUw5REo7RUtnRUU7SUFDRTs7O0FMN0RKO0VLK0RFO0lBQ0U7OztBTDVESjtFSzhERTtJQUNFOzs7QUwxREY7RUs0REE7SUFDRTs7O0FMbkRGO0VLcURBO0lBQ0U7OztBTGpERjtFS21EQTtJQUNFOzs7QUwxQ0Y7RUs0Q0E7SUFDRTs7O0FBNUJKO0VBQ0U7OztBTGhFRjtFS2tFRTtJQUNFOzs7QUwvREo7RUtpRUU7SUFDRTs7O0FMOURKO0VLZ0VFO0lBQ0U7OztBTDdESjtFSytERTtJQUNFOzs7QUw1REo7RUs4REU7SUFDRTs7O0FMMURGO0VLNERBO0lBQ0U7OztBTG5ERjtFS3FEQTtJQUNFOzs7QUxqREY7RUttREE7SUFDRTs7O0FMMUNGO0VLNENBO0lBQ0U7OztBQTVCSjtFQUNFOzs7QUxoRUY7RUtrRUU7SUFDRTs7O0FML0RKO0VLaUVFO0lBQ0U7OztBTDlESjtFS2dFRTtJQUNFOzs7QUw3REo7RUsrREU7SUFDRTs7O0FMNURKO0VLOERFO0lBQ0U7OztBTDFERjtFSzREQTtJQUNFOzs7QUxuREY7RUtxREE7SUFDRTs7O0FMakRGO0VLbURBO0lBQ0U7OztBTDFDRjtFSzRDQTtJQUNFOzs7QUE1Qko7RUFDRTs7O0FMaEVGO0VLa0VFO0lBQ0U7OztBTC9ESjtFS2lFRTtJQUNFOzs7QUw5REo7RUtnRUU7SUFDRTs7O0FMN0RKO0VLK0RFO0lBQ0U7OztBTDVESjtFSzhERTtJQUNFOzs7QUwxREY7RUs0REE7SUFDRTs7O0FMbkRGO0VLcURBO0lBQ0U7OztBTGpERjtFS21EQTtJQUNFOzs7QUwxQ0Y7RUs0Q0E7SUFDRTs7O0FBRU47RUFDRTs7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7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Q2hZTjtFc0NrWUk7SUFDRTs7O0FBNUJKO0VBQ0U7O0F0Q3RaTjtFc0N3Wk07SUFDRTs7O0F0Q3JaUjtFc0N1Wk07SUFDRTs7O0F0Q3BaUjtFc0NzWk07SUFDRTs7O0F0Q25aUjtFc0NxWk07SUFDRTs7O0F0Q2xaUjtFc0NvWk07SUFDRTs7O0F0Q2haTjtFc0NrWkk7SUFDRTs7O0F0Q3pZTjtFc0MyWUk7SUFDRTs7O0F0Q3ZZTjtFc0N5WUk7SUFDRTs7O0F0Q2hZTjtFc0NrWUk7SUFDRTs7O0FBNUJKO0VBQ0U7O0F0Q3RaTjtFc0N3Wk07SUFDRTs7O0F0Q3JaUjtFc0N1Wk07SUFDRTs7O0F0Q3BaUjtFc0NzWk07SUFDRTs7O0F0Q25aUjtFc0NxWk07SUFDRTs7O0F0Q2xaUjtFc0NvWk07SUFDRTs7O0F0Q2haTjtFc0NrWkk7SUFDRTs7O0F0Q3pZTjtFc0MyWUk7SUFDRTs7O0F0Q3ZZTjtFc0N5WUk7SUFDRTs7O0F0Q2hZTjtFc0NrWUk7SUFDRTs7O0FBNUJKO0VBQ0U7O0F0Q3RaTjtFc0N3Wk07SUFDRTs7O0F0Q3JaUjtFc0N1Wk07SUFDRTs7O0F0Q3BaUjtFc0NzWk07SUFDRTs7O0F0Q25aUjtFc0NxWk07SUFDRTs7O0F0Q2xaUjtFc0NvWk07SUFDRTs7O0F0Q2haTjtFc0NrWkk7SUFDRTs7O0F0Q3pZTjtFc0MyWUk7SUFDRTs7O0F0Q3ZZTjtFc0N5WUk7SUFDRTs7O0F0Q2hZTjtFc0NrWUk7SUFDRTs7O0FBNUJKO0VBQ0U7O0F0Q3RaTjtFc0N3Wk07SUFDRTs7O0F0Q3JaUjtFc0N1Wk07SUFDRTs7O0F0Q3BaUjtFc0NzWk07SUFDRTs7O0F0Q25aUjtFc0NxWk07SUFDRTs7O0F0Q2xaUjtFc0NvWk07SUFDRTs7O0F0Q2haTjtFc0NrWkk7SUFDRTs7O0F0Q3pZTjtFc0MyWUk7SUFDRTs7O0F0Q3ZZTjtFc0N5WUk7SUFDRTs7O0F0Q2hZTjtFc0NrWUk7SUFDRTs7O0FBNUJKO0VBQ0U7O0F0Q3RaTjtFc0N3Wk07SUFDRTs7O0F0Q3JaUjtFc0N1Wk07SUFDRTs7O0F0Q3BaUjtFc0NzWk07SUFDRTs7O0F0Q25aUjtFc0NxWk07SUFDRTs7O0F0Q2xaUjtFc0NvWk07SUFDRTs7O0F0Q2haTjtFc0NrWkk7SUFDRTs7O0F0Q3pZTjtFc0MyWUk7SUFDRTs7O0F0Q3ZZTjtFc0N5WUk7SUFDRTs7O0F0Q2hZTjtFc0NrWUk7SUFDRTs7O0FBNUJKO0VBQ0U7O0F0Q3RaTjtFc0N3Wk07SUFDRTs7O0F0Q3JaUjtFc0N1Wk07SUFDRTs7O0F0Q3BaUjtFc0NzWk07SUFDRTs7O0F0Q25aUjtFc0NxWk07SUFDRTs7O0F0Q2xaUjtFc0NvWk07SUFDRTs7O0F0Q2haTjtFc0NrWkk7SUFDRTs7O0F0Q3pZTjtFc0MyWUk7SUFDRTs7O0F0Q3ZZTjtFc0N5WUk7SUFDRTs7O0F0Q2hZTjtFc0NrWUk7SUFDRTs7O0FBNUJKO0VBQ0U7O0F0Q3RaTjtFc0N3Wk07SUFDRTs7O0F0Q3JaUjtFc0N1Wk07SUFDRTs7O0F0Q3BaUjtFc0NzWk07SUFDRTs7O0F0Q25aUjtFc0NxWk07SUFDRTs7O0F0Q2xaUjtFc0NvWk07SUFDRTs7O0F0Q2haTjtFc0NrWkk7SUFDRTs7O0F0Q3pZTjtFc0MyWUk7SUFDRTs7O0F0Q3ZZTjtFc0N5WUk7SUFDRTs7O0F0Q2hZTjtFc0NrWUk7SUFDRTs7O0FBNUJKO0VBQ0U7O0F0Q3RaTjtFc0N3Wk07SUFDRTs7O0F0Q3JaUjtFc0N1Wk07SUFDRTs7O0F0Q3BaUjtFc0NzWk07SUFDRTs7O0F0Q25aUjtFc0NxWk07SUFDRTs7O0F0Q2xaUjtFc0NvWk07SUFDRTs7O0F0Q2haTjtFc0NrWkk7SUFDRTs7O0F0Q3pZTjtFc0MyWUk7SUFDRTs7O0F0Q3ZZTjtFc0N5WUk7SUFDRTs7O0F0Q2hZTjtFc0NrWUk7SUFDRTs7OztBQy9mVjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7QUFDQTtFQUNFOztBQUNGO0VBQ0UsZUFqQlM7O0FBa0JiO0VBQ0U7O0FBQ0Y7RUFDRSxTQXJCVzs7QUFzQmI7RUFDRTs7QUFDQTtFQUNFOztBdkMyREo7RXVDeERFO0lBQ0U7O0VBRUE7SUFDRTtJQUNBOztFQUZGO0lBQ0U7SUFDQTs7RUFGRjtJQUNFO0lBQ0E7O0VBRkY7SUFDRTtJQUNBOztFQUZGO0lBQ0U7SUFDQTs7RUFGRjtJQUNFO0lBQ0E7O0VBRkY7SUFDRTtJQUNBOztFQUZGO0lBQ0U7SUFDQTs7RUFGRjtJQUNFO0lBQ0E7O0VBRkY7SUFDRTtJQUNBOztFQUZGO0lBQ0U7SUFDQTs7RUFGRjtJQUNFO0lBQ0E7Ozs7QUNoQ1I7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNFOztBQUVBO0VBQ0U7O0FBS0Y7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFyRFI7RUFDRSxrQkFITTtFQUlOLE9BSGE7O0FBSWI7QUFBQTtFQUVFOztBQUNGO0VBQ0UsT0FSVzs7QUFTYjtFQUNFOztBQUNBO0FBQUE7RUFFRSxPQWJTOztBeEM4RWpCO0V3Q2hFSTtJQUVJLGtCQWpCRTs7O0FBa0JOO0FBQUE7RUFFRTs7QUFHQTtBQUFBO0FBQUE7RUFFRTtFQUNBLE9BekJTOztBQTJCWDtFQUNFLE9BNUJTO0VBNkJUOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTs7QUFHRjtFQUNFLE9BdENPOztBQXVDUDtFQUNFOztBQUVGO0VBRUUsa0JBNUNLO0VBNkNMLGNBN0NLO0VBOENMLE9BL0NGOztBQWlETjtFQUdFOztBeENlTjtFd0NiUTtJQUNFOzs7QUFHUjtFQUNFO0VBQ0E7O0F4Q1dKO0V3Q1JJO0lBQ0U7SUFDQTs7O0F4Q01OO0V3Q0hJO0lBQ0U7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOztBQUNBO0VBQ0U7RUFDQTs7QUFDTjtFQUNFOztBQUNGO0VBQ0U7OztBQUlKO0VBRUU7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUY7RUFDRTs7QXhDaENGO0V3Q29CRjtJQWVJOzs7O0FBRUo7RUFDRTs7QXhDdENBO0V3Q3lDRTtJQUNFOztFQUNBO0lBQ0U7OztBeEN4Q047RXdDaUNGO0lBU0k7SUFDQTs7RUFDQTtJQUNFOzs7O0FBSU47QUFBQTtFQUVFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBOzs7QUMxSUY7RUFDRSxTQUxnQjs7QXpDaUdoQjtFeUN4RkU7SUFDRSxTQVRtQjs7RUFVckI7SUFDRSxTQVZrQjs7OztBQ0V4QjtFQUNFLGtCekNRYTtFeUNQYixTQUplOzs7QUNBakI7QUFDQTtFQUNDO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBRUQ7RUFDQztFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFFRDtBQUNBO0VBQ0M7OztBQzlCRDtFQUNJOzs7QUFDSjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFDRjtFQUNFLE8zQ01hOzs7QTJDSmY7RUFDRTs7O0FBQ0Y7RUFDRTs7O0FBQ0Y7RUFDRTtFQUNBO0VBQ0E7OztBQ2xCRjtFQUNFOzs7QUFFRjtBQUFBO0FBQUE7RUFHRTs7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7OztBQUVGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQ2xCRjtFQUNFO0VBQ0E7RUFDQTs7O0FDREE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBRUo7RUFDRTtFQUNBOzs7QUNaRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFDRjtFQUNFOztBQUNBO0VBQ0U7O0FBQ0Y7RUFDRTs7QUFFSjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFNRTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDMUJOO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOzs7QUNIRjtFQUNFO0VBQ0E7OztBQ0hKO0FBQUE7RUFFSTs7O0FDRko7QUFBQTtFQUVFOztBQUNBO0FBQUE7RUFDRTtFQUNBOztBQUNGO0FBQUE7RUFDRTtFQUNBOztBQUNGO0FBQUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBRUo7RUFDRTs7O0FDZkE7RUFDRTs7O0FDRko7QUFBQTtFQUVJO0VBQ0E7RUFDQTs7O0FDSEY7QUFBQTtBQUFBO0VBR0U7O0FBQ0Y7RUFDRTs7QUFDQTtFQUNFOzs7QUNQSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRzs7O0FDTFA7RUFDRTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTs7QUFDRjtFQUNFOzs7QUNQSjtFQUNFO0VBQ0EsT3pEaUJhOzs7QTBEbkJmO0VBQ0U7O0FBQ0E7RUFDRTs7QUFDRjtFQUNFOzs7QUNMSjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7OztBQUVGO0FBQUE7RUFFRTs7O0FBR0E7RUFDRTtFQUNBO0VBQ0E7O0FBQ0Y7RUFDRTtFQUNBOztBQUNGO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtBQUFBO0VBQ0UsWTVEZlM7OztBNkRSZjtFQUNFOztBQUNBO0VBRkY7SUFHSTtJQUNBOzs7O0FDSko7RUFDRTs7QUFDQTtFQUNFOztBQUNGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFSjtFQUNFOztBQUVGO0VBQ0U7OztBQUVKO0VBQ0UsWTlEVmE7RThEV2I7RUFDQTtFQUNBO0VBQ0EsZTlEeUNhOztBOER2Q2I7RUFDRSxlOURxQ0s7O0E4RG5DUDtFQUNFO0VBQ0E7O0FBQ0Y7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7O0FBQ0Y7RUFDRTs7QUFFSjtBQUFBO0FBQUE7RUFHRTtFQUNBO0VBQ0E7OztBQUVKO0VBQ0U7OztBQUVGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7O0VBQ0Y7SUFDRTtJQUNBOzs7QUFFSjtFQUNFO0lBQ0U7O0VBQ0E7SUFDRTtJQUNBOztFQUNKO0lBQ0U7SUFDQTs7RUFFRjtJQUNFOztFQUNBO0lBQ0U7SUFDQTs7O0FDL0VOO0VBQ0U7RUFDQTs7O0FBRUY7RUFDRTs7O0FBSUU7RUFDRTs7O0FBRU47RUFDRSxPL0ROYTs7QStET2I7RUFDRTtFQUNBOztBQUNBO0VBQ0U7RUFDQTs7QUFFSjtFQUNFOztBQUVGO0VBQ0UsTy9EcEJXO0UrRHFCWDs7QUFHRjtFQUNFLE8vRHpCVzs7QStEMEJiO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBOztBQUNGO0VBQ0U7RUFDQTtFQUNBLE8vRHRCUzs7O0ErRHdCZjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7OztBQUdGO0FBQUE7RUFFRTtFQUNBO0VBQ0E7OztBQUVGO0VBQ0U7SUFDRTs7RUFFRjtJQUNFO0lBQ0E7O0VBQ0E7SUFDRTtJQUNBO0lBQ0EsSzlCdEVVO0k4QnVFVjs7O0FBR047RUFDRTs7O0FBR0E7RUFDRTtFQUNBO0VBQ0E7OztBQ3BGSjtBQUNBO0VBQ0U7OztBQXdDRjtFQUNFO0VBQ0E7OztBQW9CRjtFQUNFLFdBWFU7OztBQVlaO0VBQ0UsV0FaVTs7O0FBYVo7RUFDRSxXQWJVOzs7QUFjWjtFQUNFLFdBZFU7OztBQWVaO0VBQ0UsV0FmVTs7O0FBZ0JaO0VBQ0UsV0FoQlU7OztBQWlCWjtFQUNFLFdBakJVOzs7QUFrQlo7RUFDRSxXQWxCVTs7O0FBbUJaO0VBQ0UsV0FuQlU7OztBQWdDVjtFQUNFLFdBWEs7O0FBWVA7RUFDRSxXQVpLOztBQWFQO0VBQ0UsV0FiSzs7QUFjTDtFQUZGO0lBR0k7SUFDQTs7O0FBQ0o7RUFDRSxXQWpCSzs7QUFrQlA7RUFDRSxXQWxCSzs7QUFtQlA7RUFDRSxXQW5CSzs7QUFvQkw7RUFGRjtJQUdJLFdBbkJHOzs7QUFxQlA7RUFDRSxXQXZCSzs7QUF3Qkw7RUFGRjtJQUdJOzs7QUFDSjtFQUNFLFdBMUJLOzs7QUFrQ1Q7RUFDRSxPQXZGUTs7QUF3RlI7RUFDRSxPQXpGTTs7O0FBNEZSO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFFQSxhQWxCYTtFQW1CYixPQWxHUTtFQW9HUjs7QUFDQTtFQVZGO0lBV0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBQ0Y7RUFDRTs7QUFFSjtFQUNFLFdBbEVLO0VBbUVMLGFBakNhO0VBa0NiO0VBQ0E7RUFDQTs7QUFDQTtFQU5GO0lBT0k7OztBQUNGO0VBUkY7SUFTSTs7O0FBQ0Y7RUFWRjtJQVdJO0lBQ0E7OztBQUdGO0VBQ0U7O0FBQ0o7RUFDRSxXQWxGSztFQW1GTCxhQWxEYTtFQW1EYjtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQVBGO0lBUUk7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBRUY7RUFDRTs7QUFFSjtFQUNFLFdBaElRO0VBaUlSLGFBbkVhO0VBb0ViO0VBQ0E7O0FBQ0E7RUFDRSxhQXBFUTs7QUFxRVY7RUFQRjtJQVFJO0lBQ0E7SUFDQTtJQUNBOzs7QUFFRjtFQUNFOztBQUVKO0VBQ0U7RUFDQSxhQW5GYTtFQW9GYjtFQUNBO0VBQ0E7O0FBQ0E7RUFORjtJQU9JO0lBQ0E7OztBQUVGO0VBQ0U7O0FBRUo7RUFDRSxXQTdISztFQThITCxhQWhHYTtFQWlHYjtFQUNBOztBQUNBO0VBQ0U7OztBQUVOO0VBQ0UsYUFyR1k7RUFzR1o7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLFdBNUlPOztBQTZJUDtFQUNFO0VBQ0E7RUFDQTs7QUFDRjtFQUNFO0VBQ0E7RUFDQTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTs7QUFDSjtFQXZCRjtJQXdCSTtJQUNBO0lBQ0E7Ozs7QUFXSjtFQUNFOzs7QUFDRjtFQUNFOztBQUNBO0VBQ0U7OztBQUNKO0VBQ0U7SUFDRSxXQVZrQjs7RUFXcEI7SUFDRTs7O0FBR0Y7RUFDRTs7O0FBRUo7RUFDSTtFQUNBOztBQUNBO0VBSEo7SUFJTTtJQUNBO0lBQ0E7Ozs7QUFFTjtFQUNFO0VBQ0E7O0FBQ0E7RUFIRjtJQUlJOzs7QUFDRjtFQUxGO0lBTUk7OztBQUNGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFMRjtJQU1JO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUNKO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7QUFFSjtFQUNFO0VBT0E7RUFDQTs7QUFQQTtFQUZGO0lBR0k7OztBQUNGO0VBSkY7SUFLSTtJQUNBOzs7O0FBTUo7RUFDRTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTs7QUFDQTtFQUpGO0lBS0k7OztBQUNOO0VBQ0U7RUFDQTtFQUNBOztBQUNGO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJLFdBdlBHOzs7QUF3UEw7RUFKRjtJQUtJOzs7QUFDRjtFQU5GO0lBT0k7SUFDQTs7OztBQUNOO0VBQ0U7OztBQUNGO0VBQ0U7OztBQUNGO0FBQUE7RUFFRTtFQUNBLGFBL05ZOztBQWdPWjtFQUpGO0FBQUE7SUFNSTtJQUNBO0lBQ0E7Ozs7QUFFSjtFQUNFOzs7QUFDRjtFQUNFOzs7QUFRRjtFQUNFOzs7QUFDRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFFRjtFQUNFOztBQUNBO0VBQ0U7O0FBQ0Y7RUFDRTs7O0FBR0Y7RUFDRTs7QUFDQTtFQUZGO0lBR0k7OztBQUNGO0VBSkY7SUFLSTs7O0FBQ0o7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFKRjtJQUtJO0lBQ0E7SUFDQTs7OztBQUdKO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7O0FBRU47RUFDRTtFQUNBLFlBN1dhOzs7QUE4V2Y7RUFDRTtFQUNBO0VBQ0E7RUFDQSxZQWxYYTs7QUFtWGI7RUFDRSxZQWpYUTs7QUFrWFI7QUFBQTtFQUVFOzs7QUFDTjtFQUNFOztBQUNBO0VBQ0U7OztBQUtKO0VBQ0U7O0FBQ0E7RUFDRTtFQUNBOzs7QUFJQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFORjtJQU9JO0lBQ0E7SUFDQTtJQUNBOzs7QUFDRjtFQVhGO0lBWUk7Ozs7QUFHUjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7O0FBU0E7RUFDRTs7QUFDRjtFQUNFO0VBQ0E7O0FBRUY7RUFDRTtFQUNBOzs7QUFHTjtFQUNFOztBQUVBO0VBQ0U7O0FBQ0E7RUFDRTs7QUFDTjtFQUNFO0VBR0E7O0FBRkE7RUFGRjtJQUdJOzs7QUFFSjtFQUNFOztBQUVGO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7QUFDSjtFQUNFOztBQUVBO0VBQ0U7O0FBQ0Y7RUFDRTs7O0FBRU47RUFDRTtFQUNBOzs7QUFFQTtFQUNFOzs7QUFFRjtFQUNFLFdBN2JROzs7QUE4Ylo7RUFDRTtFQUNBOztBQUNBO0VBQ0UsV0FuY1E7RUFvY1IsYUExWWE7RUEyWWI7RUFDQTs7QUFFQTtFQUNFLFdBeGNNO0VBeWNOO0VBQ0EsYUE5WVE7O0FBK1lSO0VBQ0U7O0FBQ0E7RUFDRTs7O0FBQ1Y7RUFDRTtFQUNBOztBQUNBO0VBSEY7SUFJSTs7OztBQUVKO0VBQ0U7RUFDQTtFQUNBOztBQUNBO0VBQ0U7OztBQUVKO0VBQ0U7RUFDQTtFQUNBOzs7QUFHQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBQ0o7RUFDRTs7O0FBQ0Y7RUFDRTtFQUNBLFlBemdCVTtFQTBnQlY7O0FBQ0E7RUFKRjtJQUtJOzs7O0FBRUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7O0FBQ0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNFO0VBQ0E7O0FBQ0Y7RUFDRTs7QUFDQTtFQUZGO0lBR0k7OztBQUNKO0VBWkY7SUFhSTs7O0FBQ0Y7RUFkRjtJQWVJOzs7QUFDRjtBQUFBO0VBRUU7RUFDQTs7QUFDQTtBQUFBO0VBQ0U7O0FBQ0Y7RUFORjtBQUFBO0lBT0k7SUFDQTs7OztBQUNOO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJO0lBQ0E7Ozs7QUFFSjtFQUNFOztBQUNBO0VBRkY7SUFHSTs7OztBQUVKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOzs7QUFFRjtFQUNFOzs7QUFDSjtFQUNFOztBQUNBO0VBRkY7SUFHSTs7OztBQUdGO0VBREY7SUFFSTs7O0FBQ0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBTkY7SUFPSTtJQUNBO0lBQ0E7SUFDQTs7O0FBQ0Y7RUFDRTtFQUNBOzs7QUFFSjtFQUNFO0VBQ0E7OztBQUNKO0VBTUU7RUFHQTs7QUFSQTtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFFSjtFQVBGO0lBUUk7OztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQU5GO0lBT0k7OztBQUNKO0VBRUU7RUFDQTtFQUNBOzs7QUFFSjtFQUNFOztBQUNBO0VBRkY7SUFHSTs7O0FBQ0Y7RUFDRTs7QUFDQTtFQUZGO0lBR0k7OztBQUNGO0VBSkY7SUFLSTs7O0FBRUY7RUFERjtJQUVJOzs7QUFDSjtFQUNFO0VBQ0E7OztBQUVKO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7QUFDRjtFQUNFOztBQUNBO0VBRkY7SUFHSTs7O0FBQ0Y7RUFKRjtJQUtJOzs7QUFDSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUNBO0VBSkY7SUFLSTs7O0FBRUY7RUFDRTtFQUdBOztBQUZBO0VBRkY7SUFHSTs7O0FBRU47RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTs7QUFDSjtFQUNFO0VBQ0E7RUFDQTs7QUFDRjtFQUNFO0lBQ0U7O0VBQ0Y7SUFDRTtJQUNBOztFQUNGO0lBQ0U7O0VBQ0Y7SUFDRTs7RUFDRjtJQUNFO0lBQ0E7SUFDQTs7OztBQUdKO0VBQ0U7O0FBRUY7RUFDRTs7QUFDQTtFQUNFOztBQUNBO0VBQ0U7RUFDQTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTs7QUFDQTtFQUNFOztBQUNBO0VBQ0U7RUFDQTtFQUNBOzs7QUFFZDtFQUNFOzs7QUFDRjtFQUNFOzs7QUFFRjtFQUNFLGFBdG9CZTtFQXVvQmY7RUFDQTtFQUNBO0VBQ0E7RUFFQTs7QUFDQTtFQVJGO0lBU0k7SUFDQTs7OztBQUdKO0VBQ0U7OztBQUNGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7SUFDRTs7O0FBQ0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFDSjtFQUNFLGFBbnJCWTtFQW9yQlo7RUFDQTtFQUNBO0VBQ0E7O0FBQ0Y7RUFDRSxhQXRyQlc7RUF1ckJYO0VBQ0E7O0FBQ0Y7RUFFRTs7QUFDRjtFQUNFOztBQUNGO0VBQ0U7RUFDQTtFQUNBOztBQUNGO0VBQ0U7RUFDQTtFQUNBOzs7QUFFSjtFQUNJO0VBQ0E7RUFDQTs7O0FBRUo7RUFDRTs7O0FBRUY7RUFDRTtFQUNBOzs7QUFFRjtFQUNFO0VBQ0E7OztBQUVGO0FBQ0E7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFYRjtJQVlJOzs7O0FBR0Y7RUFDRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7OztBQUVKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUVGO0VBRUk7SUFDRTs7RUFDQTtJQUNFOztFQUNKO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBQ0E7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUNBO0lBQ0U7O0VBQ0E7SUFDRTs7RUFDSjtJQUNFOztFQUNBO0lBQ0U7O0VBQ0Y7SUFDRTtJQUNBOztFQUNKO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBQ0E7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFDRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUNBO0lBQ0U7O0VBQ0o7SUFDRTtJQUNBO0lBQ0E7O0VBQ0Y7SUFDRTtJQUNBOztFQUNGO0lBQ0U7O0VBQ0Y7SUFDRTs7RUFDRjtJQUNFOztFQUNGO0lBQ0U7SUFDQTtJQUNBOztFQUNGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBQ0Y7SUFDRTtJQUNBOztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFDSjtJQUNFOztFQUNKO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFDRjtJQUNFO0lBQ0E7O0VBQ0o7SUFDRTs7O0FBSUY7RUFDSTtFQUNBO0VBQ0E7O0FBQ0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFDRjtFQUNFO0VBQ0E7RUFDQTs7QUFDQTtFQUNFOzs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFIRjtJQUlJOzs7QUFDSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUNGO0VBQ0U7RUFDQTtFQUNBOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7QUFDRjtFQUNFOzs7QUFFUjtFQUNFO0VBQ0E7RUFDQTs7QUFDQTtFQUNFOzs7QUFDSjtFQUNFOztBQUNBO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOzs7QUFFTjtFQUNFO0lBQ0U7O0VBRUE7SUFDRTtJQUNBOztFQUVGO0lBQ0U7O0VBQ0E7SUFDRTs7RUFDTjtJQUNFOztFQUNBO0lBQ0U7SUFDQTs7RUFDRjtJQUNFOztFQUNBO0lBQ0U7SUFDQTs7O0FBRVI7RUFDRTs7QUFDQTtFQUZGO0lBR0k7O0VBQ0E7SUFDRTtJQUNBOztFQUNGO0lBQ0U7O0VBQ0Y7SUFDRTtJQUNBOztFQUNGO0lBQ0U7O0VBQ0Y7SUFDRTs7OztBQUNOO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7O0FBRUo7RUFDRTtJQUNFOztFQUNGO0lBQ0U7O0VBQ0Y7SUFDRTs7RUFDRjtJQUNFOztFQUNGO0lBQ0U7O0VBQ0Y7SUFDRTs7RUFDRjtJQUNFOztFQUNGO0lBQ0U7O0VBQ0Y7SUFDRTs7RUFDRjtJQUNFO0lBQ0E7SUFDQTs7RUFDRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRTtJQUNFO0lBQ0E7O0VBQ0E7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFDRjtJQUNFO0lBQ0E7SUFDQTs7RUFDTjtJQUNFO0lBQ0E7SUFDQTs7RUFDRjtJQUNFO0lBQ0E7O0VBQ0Y7SUFDRTs7RUFDQTtJQUNFO0lBQ0E7SUFDQTs7RUFDQTtJQUNFOztFQUlKO0lBQ0U7O0VBQ047SUFDRTs7RUFDRjtJQUNFOztFQUVBO0lBQ0U7O0VBQ0o7SUFDRTs7RUFDRjtJQUNFOztFQUVBO0lBQ0U7O0VBRUY7SUFDRTs7RUFDSjtJQUNFOztFQUNGO0lBQ0U7O0VBRUE7SUFDRSxhQTdoQ1U7SUE4aENWOztFQUNGO0lBQ0U7O0VBQ0Y7SUFDRTtJQUNBOztFQUNGO0lBQ0U7OztBQUVOO0VBQ0U7O0FBQ0E7RUFDRTs7O0FBQ0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUxGO0lBTUk7SUFDQTtJQUNBOzs7O0FBRUY7RUFDRTtFQUNBOzs7QUFFRjtFQUNFOztBQUNBO0VBQ0U7OztBQUNOO0VBS1U7SUFDRTtJQUNBOztFQUNGO0lBQ0U7O0VBRUY7SUFDRTs7RUFFRjtJQUNFOzs7QUFDWjtFQUNFOzs7QUFHRTtFQUNFOzs7QUFDTjtFQUNFLGFBbGxDWTs7O0FBbWxDZDtFQUNFIiwiZmlsZSI6ImJocml2LmNzcyJ9 */
