/*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* line 164, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 183, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.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;
}

/* line 187, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.tabs:not(:last-child), .pagination:not(:last-child), .message: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;
}

/* line 259, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.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;
}

/* line 215, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

/* line 225, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

/* line 228, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

/* line 231, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 234, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 237, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 244, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 251, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 274, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 284, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.hero-video, .is-overlay, .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 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 40, app/assets/stylesheets/vendor/bulma/utilities/controls.sass */
.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.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

/* line 31, app/assets/stylesheets/vendor/bulma/utilities/controls.sass */
.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;
}

/* line 36, app/assets/stylesheets/vendor/bulma/utilities/controls.sass */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled], .file-cta[disabled],
.file-name[disabled], .select select[disabled], .textarea[disabled], .input[disabled], .button[disabled], 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.6 | MIT License | github.com/jgthms/minireset.css */
/* line 3, app/assets/stylesheets/vendor/bulma/base/minireset.sass */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

/* line 67, app/assets/stylesheets/vendor/bulma/base/minireset.sass */
iframe {
  border: 0;
}

/* line 71, app/assets/stylesheets/vendor/bulma/base/minireset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 75, app/assets/stylesheets/vendor/bulma/base/minireset.sass */
td,
th {
  padding: 0;
}

/* line 78, app/assets/stylesheets/vendor/bulma/base/minireset.sass */
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

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

/* line 43, app/assets/stylesheets/vendor/bulma/base/generic.sass */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 52, app/assets/stylesheets/vendor/bulma/base/generic.sass */
body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

/* line 65, app/assets/stylesheets/vendor/bulma/base/generic.sass */
body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

/* line 73, app/assets/stylesheets/vendor/bulma/base/generic.sass */
a {
  color: #be1e2d;
  cursor: pointer;
  text-decoration: none;
}

/* line 77, app/assets/stylesheets/vendor/bulma/base/generic.sass */
a strong {
  color: currentColor;
}

/* line 79, app/assets/stylesheets/vendor/bulma/base/generic.sass */
a:hover {
  color: #e01f31;
}

/* line 82, app/assets/stylesheets/vendor/bulma/base/generic.sass */
code {
  background-color: whitesmoke;
  color: #f14668;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

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

/* line 96, app/assets/stylesheets/vendor/bulma/base/generic.sass */
img {
  height: auto;
  max-width: 100%;
}

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

/* line 104, app/assets/stylesheets/vendor/bulma/base/generic.sass */
small {
  font-size: 0.875em;
}

/* line 107, app/assets/stylesheets/vendor/bulma/base/generic.sass */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 111, app/assets/stylesheets/vendor/bulma/base/generic.sass */
strong {
  color: #363636;
  font-weight: 700;
}

/* line 117, app/assets/stylesheets/vendor/bulma/base/generic.sass */
fieldset {
  border: none;
}

/* line 120, app/assets/stylesheets/vendor/bulma/base/generic.sass */
pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

/* line 129, app/assets/stylesheets/vendor/bulma/base/generic.sass */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 136, app/assets/stylesheets/vendor/bulma/base/generic.sass */
table td,
table th {
  vertical-align: top;
}

/* line 139, app/assets/stylesheets/vendor/bulma/base/generic.sass */
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

/* line 141, app/assets/stylesheets/vendor/bulma/base/generic.sass */
table th {
  color: #363636;
}

/* line 10, app/assets/stylesheets/vendor/bulma/elements/box.sass */
.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

/* line 20, app/assets/stylesheets/vendor/bulma/elements/box.sass */
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #be1e2d;
}

/* line 23, app/assets/stylesheets/vendor/bulma/elements/box.sass */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #be1e2d;
}

/* line 47, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

/* line 64, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button strong {
  color: inherit;
}

/* line 67, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

/* line 73, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

/* line 76, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

/* line 79, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

/* line 83, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #e01f31;
}

/* line 87, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}

/* line 91, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(190, 30, 45, 0.25);
}

/* line 93, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

/* line 98, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

/* line 103, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

/* line 109, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 113, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #363636;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary {
  background-color: #c4161c;
  border-color: transparent;
  color: #fff;
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #b9151a;
  border-color: transparent;
  color: #fff;
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(196, 22, 28, 0.25);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #ad1319;
  border-color: transparent;
  color: #fff;
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #c4161c;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #c4161c;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #c4161c;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #c4161c;
  color: #c4161c;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #c4161c;
  border-color: #c4161c;
  color: #fff;
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #c4161c #c4161c !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #c4161c;
  box-shadow: none;
  color: #c4161c;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #c4161c;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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 #c4161c #c4161c !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 214, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-light {
  background-color: #fdeded;
  color: #e11920;
}

/* line 217, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #fce1e2;
  border-color: transparent;
  color: #e11920;
}

/* line 222, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #fad6d7;
  border-color: transparent;
  color: #e11920;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link {
  background-color: #be1e2d;
  border-color: transparent;
  color: #fff;
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #b31c2a;
  border-color: transparent;
  color: #fff;
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(190, 30, 45, 0.25);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link:active, .button.is-link.is-active {
  background-color: #a81b28;
  border-color: transparent;
  color: #fff;
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #be1e2d;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #be1e2d;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #be1e2d;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #be1e2d;
  color: #be1e2d;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #be1e2d;
  border-color: #be1e2d;
  color: #fff;
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #be1e2d #be1e2d !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #be1e2d;
  box-shadow: none;
  color: #be1e2d;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #be1e2d;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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 #be1e2d #be1e2d !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 214, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-light {
  background-color: #fcedef;
  color: #d82233;
}

/* line 217, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #fae2e5;
  border-color: transparent;
  color: #d82233;
}

/* line 222, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #f9d7da;
  border-color: transparent;
  color: #d82233;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info:active, .button.is-info.is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #3298dc;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #3298dc;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3298dc;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  color: #3298dc;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3298dc #3298dc !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  box-shadow: none;
  color: #3298dc;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #3298dc;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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 #3298dc #3298dc !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 214, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}

/* line 217, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #1d72aa;
}

/* line 222, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #1d72aa;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #48c774;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c774;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c774;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  color: #48c774;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #48c774;
  border-color: #48c774;
  color: #fff;
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  box-shadow: none;
  color: #48c774;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #48c774;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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 #48c774 #48c774 !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 214, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}

/* line 217, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ec;
  border-color: transparent;
  color: #257942;
}

/* line 222, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e4;
  border-color: transparent;
  color: #257942;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #ffdd57;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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);
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #ffdd57;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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 #ffdd57 #ffdd57 !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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);
}

/* line 214, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}

/* line 217, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff8de;
  border-color: transparent;
  color: #947600;
}

/* line 222, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff6d1;
  border-color: transparent;
  color: #947600;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

/* line 125, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

/* line 130, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 134, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

/* line 141, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}

/* line 146, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}

/* line 149, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}

/* line 159, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 161, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}

/* line 165, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #f14668;
  border-color: #f14668;
  color: #fff;
}

/* line 173, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

/* line 179, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 181, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}

/* line 187, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 191, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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: #f14668;
}

/* line 202, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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 #f14668 #f14668 !important;
}

/* line 204, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.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;
}

/* line 214, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 217, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}

/* line 222, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}

/* line 228, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 230, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-normal {
  font-size: 1rem;
}

/* line 232, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-medium {
  font-size: 1.25rem;
}

/* line 234, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-large {
  font-size: 1.5rem;
}

/* line 237, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

/* line 243, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}

/* line 246, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

/* line 249, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

/* line 253, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

/* line 259, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

/* line 264, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 269, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons .button {
  margin-bottom: 0.5rem;
}

/* line 271, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

/* line 273, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 275, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 279, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 282, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

/* line 285, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

/* line 289, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 292, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

/* line 296, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}

/* line 298, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

/* line 301, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}

/* line 307, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

/* line 309, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 312, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.is-centered {
  justify-content: center;
}

/* line 315, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 318, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.is-right {
  justify-content: flex-end;
}

/* line 321, app/assets/stylesheets/vendor/bulma/elements/button.sass */
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 3, app/assets/stylesheets/vendor/bulma/elements/container.sass */
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

/* line 8, app/assets/stylesheets/vendor/bulma/elements/container.sass */
.container.is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 3, app/assets/stylesheets/vendor/bulma/elements/container.sass */
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  /* line 16, app/assets/stylesheets/vendor/bulma/elements/container.sass */
  .container.is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  /* line 19, app/assets/stylesheets/vendor/bulma/elements/container.sass */
  .container.is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  /* line 3, app/assets/stylesheets/vendor/bulma/elements/container.sass */
  .container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  /* line 3, app/assets/stylesheets/vendor/bulma/elements/container.sass */
  .container {
    max-width: 1344px;
  }
}

/* line 23, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content li + li {
  margin-top: 0.25em;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

/* line 44, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

/* line 47, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h1:not(:first-child) {
  margin-top: 1em;
}

/* line 49, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

/* line 52, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

/* line 54, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

/* line 57, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

/* line 59, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

/* line 62, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

/* line 65, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

/* line 68, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

/* line 72, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 76, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ol:not([type]) {
  list-style-type: decimal;
}

/* line 78, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ol.is-lower-alpha:not([type]) {
  list-style-type: lower-alpha;
}

/* line 80, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ol.is-lower-roman:not([type]) {
  list-style-type: lower-roman;
}

/* line 82, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ol.is-upper-alpha:not([type]) {
  list-style-type: upper-alpha;
}

/* line 84, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ol.is-upper-roman:not([type]) {
  list-style-type: upper-roman;
}

/* line 86, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 90, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

/* line 93, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content ul ul ul {
  list-style-type: square;
}

/* line 95, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content dd {
  margin-left: 2em;
}

/* line 97, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

/* line 101, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content figure:not(:first-child) {
  margin-top: 2em;
}

/* line 103, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}

/* line 105, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content figure img {
  display: inline-block;
}

/* line 107, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content figure figcaption {
  font-style: italic;
}

/* line 109, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

/* line 115, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content sup,
.content sub {
  font-size: 75%;
}

/* line 118, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content table {
  width: 100%;
}

/* line 120, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

/* line 126, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content table th {
  color: #363636;
}

/* line 128, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content table th:not([align]) {
  text-align: inherit;
}

/* line 131, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 136, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 143, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 147, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content .tabs li + li {
  margin-top: 0;
}

/* line 150, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content.is-small {
  font-size: 0.75rem;
}

/* line 152, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content.is-medium {
  font-size: 1.25rem;
}

/* line 154, app/assets/stylesheets/vendor/bulma/elements/content.sass */
.content.is-large {
  font-size: 1.5rem;
}

/* line 6, app/assets/stylesheets/vendor/bulma/elements/icon.sass */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 13, app/assets/stylesheets/vendor/bulma/elements/icon.sass */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}

/* line 16, app/assets/stylesheets/vendor/bulma/elements/icon.sass */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

/* line 19, app/assets/stylesheets/vendor/bulma/elements/icon.sass */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 3, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image {
  display: block;
  position: relative;
}

/* line 6, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 10, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image img.is-rounded {
  border-radius: 290486px;
}

/* line 12, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-fullwidth {
  width: 100%;
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.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%;
}

/* line 36, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-5by4 {
  padding-top: 80%;
}

/* line 41, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-4by3 {
  padding-top: 75%;
}

/* line 43, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-3by2 {
  padding-top: 66.6666%;
}

/* line 45, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-5by3 {
  padding-top: 60%;
}

/* line 47, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-16by9 {
  padding-top: 56.25%;
}

/* line 49, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-2by1 {
  padding-top: 50%;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-3by1 {
  padding-top: 33.3333%;
}

/* line 53, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-4by5 {
  padding-top: 125%;
}

/* line 55, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-3by4 {
  padding-top: 133.3333%;
}

/* line 57, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-2by3 {
  padding-top: 150%;
}

/* line 59, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-3by5 {
  padding-top: 166.6666%;
}

/* line 61, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-9by16 {
  padding-top: 177.7777%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-1by2 {
  padding-top: 200%;
}

/* line 65, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-1by3 {
  padding-top: 300%;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-16x16 {
  height: 16px;
  width: 16px;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-24x24 {
  height: 24px;
  width: 24px;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-32x32 {
  height: 32px;
  width: 32px;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-48x48 {
  height: 48px;
  width: 48px;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-64x64 {
  height: 64px;
  width: 64px;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/image.sass */
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 8, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

/* line 17, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification strong {
  color: currentColor;
}

/* line 22, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification code,
.notification pre {
  background: white;
}

/* line 25, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification pre code {
  background: transparent;
}

/* line 27, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-primary {
  background-color: #c4161c;
  color: #fff;
}

/* line 46, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-primary.is-light {
  background-color: #fdeded;
  color: #e11920;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-link {
  background-color: #be1e2d;
  color: #fff;
}

/* line 46, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-link.is-light {
  background-color: #fcedef;
  color: #d82233;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-info {
  background-color: #3298dc;
  color: #fff;
}

/* line 46, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-success {
  background-color: #48c774;
  color: #fff;
}

/* line 46, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 46, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 46, app/assets/stylesheets/vendor/bulma/elements/notification.sass */
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 7, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 18, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress::-webkit-progress-bar {
  background-color: #ededed;
}

/* line 20, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

/* line 22, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

/* line 24, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-white::-webkit-progress-value {
  background-color: white;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-white::-moz-progress-bar {
  background-color: white;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-white::-ms-fill {
  background-color: white;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-dark::-ms-fill {
  background-color: #363636;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-primary::-webkit-progress-value {
  background-color: #c4161c;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-primary::-moz-progress-bar {
  background-color: #c4161c;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-primary::-ms-fill {
  background-color: #c4161c;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #c4161c 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-link::-webkit-progress-value {
  background-color: #be1e2d;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-link::-moz-progress-bar {
  background-color: #be1e2d;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-link::-ms-fill {
  background-color: #be1e2d;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #be1e2d 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-info::-webkit-progress-value {
  background-color: #3298dc;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-info::-moz-progress-bar {
  background-color: #3298dc;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-info::-ms-fill {
  background-color: #3298dc;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-success::-webkit-progress-value {
  background-color: #48c774;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-success::-moz-progress-bar {
  background-color: #48c774;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-success::-ms-fill {
  background-color: #48c774;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #48c774 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%);
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-danger::-webkit-progress-value {
  background-color: #f14668;
}

/* line 33, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-danger::-moz-progress-bar {
  background-color: #f14668;
}

/* line 35, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-danger::-ms-fill {
  background-color: #f14668;
}

/* line 37, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

/* line 50, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

/* line 52, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

/* line 56, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-small {
  height: 0.75rem;
}

/* line 58, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-medium {
  height: 1.25rem;
}

/* line 60, app/assets/stylesheets/vendor/bulma/elements/progress.sass */
.progress.is-large {
  height: 1.5rem;
}

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

/* line 26, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table {
  background-color: white;
  color: #363636;
}

/* line 30, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-primary,
.table th.is-primary {
  background-color: #c4161c;
  border-color: #c4161c;
  color: #fff;
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-link,
.table th.is-link {
  background-color: #be1e2d;
  border-color: #be1e2d;
  color: #fff;
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-info,
.table th.is-info {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-success,
.table th.is-success {
  background-color: #48c774;
  border-color: #48c774;
  color: #fff;
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 40, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

/* line 45, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

/* line 48, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-selected,
.table th.is-selected {
  background-color: #c4161c;
  color: #fff;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

/* line 54, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}

/* line 56, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table th {
  color: #363636;
}

/* line 58, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table th:not([align]) {
  text-align: inherit;
}

/* line 61, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table tr.is-selected {
  background-color: #c4161c;
  color: #fff;
}

/* line 64, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

/* line 67, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

/* line 71, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table thead {
  background-color: transparent;
}

/* line 73, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table tfoot {
  background-color: transparent;
}

/* line 79, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 83, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table tbody {
  background-color: transparent;
}

/* line 87, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 92, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

/* line 97, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

/* line 100, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table.is-fullwidth {
  width: 100%;
}

/* line 105, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 110, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 112, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

/* line 115, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

/* line 121, app/assets/stylesheets/vendor/bulma/elements/table.sass */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

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

/* line 6, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 11, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags .tag {
  margin-bottom: 0.5rem;
}

/* line 13, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 15, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags:last-child {
  margin-bottom: -0.5rem;
}

/* line 17, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 21, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

/* line 24, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

/* line 26, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.is-centered {
  justify-content: center;
}

/* line 28, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.is-right {
  justify-content: flex-end;
}

/* line 34, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

/* line 36, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

/* line 39, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.has-addons .tag {
  margin-right: 0;
}

/* line 41, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 49, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 70, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-white:not(body) {
  background-color: white;
  color: #0a0a0a;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-black:not(body) {
  background-color: #0a0a0a;
  color: white;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-light:not(body) {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-dark:not(body) {
  background-color: #363636;
  color: #fff;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-primary:not(body) {
  background-color: #c4161c;
  color: #fff;
}

/* line 84, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-primary.is-light:not(body) {
  background-color: #fdeded;
  color: #e11920;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-link:not(body) {
  background-color: #be1e2d;
  color: #fff;
}

/* line 84, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-link.is-light:not(body) {
  background-color: #fcedef;
  color: #d82233;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-info:not(body) {
  background-color: #3298dc;
  color: #fff;
}

/* line 84, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-info.is-light:not(body) {
  background-color: #eef6fc;
  color: #1d72aa;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-success:not(body) {
  background-color: #48c774;
  color: #fff;
}

/* line 84, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-success.is-light:not(body) {
  background-color: #effaf3;
  color: #257942;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-warning:not(body) {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 84, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-warning.is-light:not(body) {
  background-color: #fffbeb;
  color: #947600;
}

/* line 77, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-danger:not(body) {
  background-color: #f14668;
  color: #fff;
}

/* line 84, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-danger.is-light:not(body) {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 88, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-normal:not(body) {
  font-size: 0.75rem;
}

/* line 90, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-medium:not(body) {
  font-size: 1rem;
}

/* line 92, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-large:not(body) {
  font-size: 1.25rem;
}

/* line 95, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

/* line 98, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

/* line 101, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

/* line 105, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-delete:not(body) {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

/* line 110, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-delete:not(body)::before, .tag.is-delete:not(body)::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

/* line 120, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-delete:not(body)::before {
  height: 1px;
  width: 50%;
}

/* line 123, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-delete:not(body)::after {
  height: 50%;
  width: 1px;
}

/* line 126, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-delete:not(body):hover, .tag.is-delete:not(body):focus {
  background-color: #e8e8e8;
}

/* line 129, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-delete:not(body):active {
  background-color: #dbdbdb;
}

/* line 131, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
.tag.is-rounded:not(body) {
  border-radius: 290486px;
}

/* line 135, app/assets/stylesheets/vendor/bulma/elements/tag.sass */
a.tag:hover {
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title,
.subtitle {
  word-break: break-word;
}

/* line 24, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title sub,
.subtitle sub {
  font-size: 0.75em;
}

/* line 29, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title sup,
.subtitle sup {
  font-size: 0.75em;
}

/* line 31, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 34, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

/* line 41, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title strong {
  color: inherit;
  font-weight: inherit;
}

/* line 44, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title + .highlight {
  margin-top: -0.75rem;
}

/* line 46, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title.is-1 {
  font-size: 3rem;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title.is-2 {
  font-size: 2.5rem;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title.is-3 {
  font-size: 2rem;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title.is-4 {
  font-size: 1.5rem;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title.is-5 {
  font-size: 1.25rem;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title.is-6 {
  font-size: 1rem;
}

/* line 51, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.title.is-7 {
  font-size: 0.75rem;
}

/* line 54, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

/* line 61, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle strong {
  color: #363636;
  font-weight: 600;
}

/* line 64, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle.is-1 {
  font-size: 3rem;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle.is-2 {
  font-size: 2.5rem;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle.is-3 {
  font-size: 2rem;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle.is-4 {
  font-size: 1.5rem;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle.is-5 {
  font-size: 1.25rem;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle.is-6 {
  font-size: 1rem;
}

/* line 69, app/assets/stylesheets/vendor/bulma/elements/title.sass */
.subtitle.is-7 {
  font-size: 0.75rem;
}

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

/* line 14, app/assets/stylesheets/vendor/bulma/elements/other.sass */
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

/* line 20, app/assets/stylesheets/vendor/bulma/elements/other.sass */
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

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

/* line 54, app/assets/stylesheets/vendor/bulma/form/shared.sass */
.select select, .textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

/* line 68, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 36, app/assets/stylesheets/vendor/bulma/form/shared.sass */
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}

/* line 39, app/assets/stylesheets/vendor/bulma/form/shared.sass */
.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: #be1e2d;
  box-shadow: 0 0 0 0.125em rgba(190, 30, 45, 0.25);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/shared.sass */
.select select[disabled], .textarea[disabled], .input[disabled], fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

/* line 68, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.select select[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .input[disabled]::-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);
}

/* line 68, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.select select[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .input[disabled]::-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);
}

/* line 68, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.select select[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .input[disabled]:-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);
}

/* line 68, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.select select[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .input[disabled]:-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);
}

/* line 5, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

/* line 10, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.textarea[readonly], .input[readonly] {
  box-shadow: none;
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-white.textarea, .is-white.input {
  border-color: white;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-dark.textarea, .is-dark.input {
  border-color: #363636;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-primary.textarea, .is-primary.input {
  border-color: #c4161c;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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(196, 22, 28, 0.25);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-link.textarea, .is-link.input {
  border-color: #be1e2d;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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(190, 30, 45, 0.25);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-info.textarea, .is-info.input {
  border-color: #3298dc;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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(50, 152, 220, 0.25);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-success.textarea, .is-success.input {
  border-color: #48c774;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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(72, 199, 116, 0.25);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-warning.textarea, .is-warning.input {
  border-color: #ffdd57;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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);
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-danger.textarea, .is-danger.input {
  border-color: #f14668;
}

/* line 17, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.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(241, 70, 104, 0.25);
}

/* line 23, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}

/* line 30, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}

/* line 33, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

/* line 39, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 50, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

/* line 57, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

/* line 60, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.textarea[rows] {
  height: initial;
}

/* line 63, app/assets/stylesheets/vendor/bulma/form/input-textarea.sass */
.textarea.has-fixed-size {
  resize: none;
}

/* line 1, app/assets/stylesheets/vendor/bulma/form/checkbox-radio.sass */
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

/* line 6, app/assets/stylesheets/vendor/bulma/form/checkbox-radio.sass */
.radio input, .checkbox input {
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/vendor/bulma/form/checkbox-radio.sass */
.radio:hover, .checkbox:hover {
  color: #363636;
}

/* line 10, app/assets/stylesheets/vendor/bulma/form/checkbox-radio.sass */
.radio[disabled], .checkbox[disabled], fieldset[disabled] .radio, fieldset[disabled] .checkbox {
  color: #7a7a7a;
  cursor: not-allowed;
}

/* line 20, app/assets/stylesheets/vendor/bulma/form/checkbox-radio.sass */
.radio + .radio {
  margin-left: 0.5em;
}

/* line 1, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 6, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select:not(.is-multiple) {
  height: 2.5em;
}

/* line 9, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #be1e2d;
  right: 1.125em;
  z-index: 4;
}

/* line 15, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

/* line 18, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select select::-ms-expand {
  display: none;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

/* line 30, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select select:not([multiple]) {
  padding-right: 2.5em;
}

/* line 32, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select select[multiple] {
  height: auto;
  padding: 0;
}

/* line 35, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select select[multiple] option {
  padding: 0.5em 1em;
}

/* line 39, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-white:not(:hover)::after {
  border-color: white;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-white select {
  border-color: white;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-black select {
  border-color: #0a0a0a;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-light select {
  border-color: whitesmoke;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-dark select {
  border-color: #363636;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-primary:not(:hover)::after {
  border-color: #c4161c;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-primary select {
  border-color: #c4161c;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #ad1319;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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(196, 22, 28, 0.25);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-link:not(:hover)::after {
  border-color: #be1e2d;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-link select {
  border-color: #be1e2d;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #a81b28;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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(190, 30, 45, 0.25);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-info:not(:hover)::after {
  border-color: #3298dc;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-info select {
  border-color: #3298dc;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #238cd1;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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(50, 152, 220, 0.25);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-success:not(:hover)::after {
  border-color: #48c774;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-success select {
  border-color: #48c774;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb67;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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(72, 199, 116, 0.25);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-warning select {
  border-color: #ffdd57;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd83d;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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);
}

/* line 45, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}

/* line 47, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-danger select {
  border-color: #f14668;
}

/* line 49, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}

/* line 52, app/assets/stylesheets/vendor/bulma/form/select.sass */
.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(241, 70, 104, 0.25);
}

/* line 58, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 60, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-medium {
  font-size: 1.25rem;
}

/* line 62, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-large {
  font-size: 1.5rem;
}

/* line 66, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-disabled::after {
  border-color: #7a7a7a;
}

/* line 68, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-fullwidth {
  width: 100%;
}

/* line 70, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-fullwidth select {
  width: 100%;
}

/* line 73, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

/* line 80, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 82, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 84, app/assets/stylesheets/vendor/bulma/form/select.sass */
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 14, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-primary .file-cta {
  background-color: #c4161c;
  border-color: transparent;
  color: #fff;
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #b9151a;
  border-color: transparent;
  color: #fff;
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(196, 22, 28, 0.25);
  color: #fff;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #ad1319;
  border-color: transparent;
  color: #fff;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-link .file-cta {
  background-color: #be1e2d;
  border-color: transparent;
  color: #fff;
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #b31c2a;
  border-color: transparent;
  color: #fff;
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(190, 30, 45, 0.25);
  color: #fff;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #a81b28;
  border-color: transparent;
  color: #fff;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-info .file-cta {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
  color: #fff;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-success .file-cta {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25);
  color: #fff;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.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);
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.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);
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.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);
}

/* line 25, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

/* line 31, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

/* line 37, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

/* line 48, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-small {
  font-size: 0.75rem;
}

/* line 50, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-medium {
  font-size: 1.25rem;
}

/* line 53, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}

/* line 55, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-large {
  font-size: 1.5rem;
}

/* line 58, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-large .file-icon .fa {
  font-size: 28px;
}

/* line 62, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 65, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

/* line 71, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.has-name.is-empty .file-name {
  display: none;
}

/* line 74, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed .file-label {
  flex-direction: column;
}

/* line 76, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

/* line 80, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

/* line 82, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

/* line 85, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

/* line 88, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

/* line 91, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

/* line 94, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

/* line 97, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

/* line 99, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

/* line 102, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-centered {
  justify-content: center;
}

/* line 105, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-fullwidth .file-label {
  width: 100%;
}

/* line 107, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

/* line 110, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-right {
  justify-content: flex-end;
}

/* line 112, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

/* line 114, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

/* line 119, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

/* line 127, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

/* line 130, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-label:hover .file-name {
  border-color: #d5d5d5;
}

/* line 133, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 136, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-label:active .file-name {
  border-color: #cfcfcf;
}

/* line 139, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 148, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

/* line 158, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

/* line 162, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

/* line 172, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

/* line 179, app/assets/stylesheets/vendor/bulma/form/file.sass */
.file-icon .fa {
  font-size: 14px;
}

/* line 6, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

/* line 11, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.label:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 14, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.label.is-small {
  font-size: 0.75rem;
}

/* line 16, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.label.is-medium {
  font-size: 1.25rem;
}

/* line 18, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.label.is-large {
  font-size: 1.5rem;
}

/* line 21, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-white {
  color: white;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-black {
  color: #0a0a0a;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-light {
  color: whitesmoke;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-dark {
  color: #363636;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-primary {
  color: #c4161c;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-link {
  color: #be1e2d;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-info {
  color: #3298dc;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-success {
  color: #48c774;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-warning {
  color: #ffdd57;
}

/* line 27, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.help.is-danger {
  color: #f14668;
}

/* line 33, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 36, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

/* line 40, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

/* line 43, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.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;
}

/* line 48, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.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;
}

/* line 58, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.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;
}

/* line 71, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button.is-hovered:not([disabled]),
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input.is-hovered:not([disabled]),
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select.is-hovered:not([disabled]) {
  z-index: 2;
}

/* line 74, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button.is-focused:not([disabled]), .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button.is-active:not([disabled]),
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input.is-focused:not([disabled]),
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input.is-active:not([disabled]),
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select.is-focused:not([disabled]),
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select.is-active:not([disabled]) {
  z-index: 3;
}

/* line 79, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button.is-focused:not([disabled]):hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button.is-active:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input.is-focused:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input.is-active:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select.is-focused:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select.is-active:not([disabled]):hover {
  z-index: 4;
}

/* line 81, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 84, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons.has-addons-centered {
  justify-content: center;
}

/* line 86, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

/* line 89, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 92, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

/* line 95, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped > .control {
  flex-shrink: 0;
}

/* line 97, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 100, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 103, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

/* line 105, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

/* line 107, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

/* line 110, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 113, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

/* line 115, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 117, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 122, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  /* line 121, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 121, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 132, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 135, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  /* line 137, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  /* line 140, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 145, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 144, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 152, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 154, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 156, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 158, app/assets/stylesheets/vendor/bulma/form/tools.sass */
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 161, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

/* line 173, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #4a4a4a;
}

/* line 175, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.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;
}

/* line 177, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.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;
}

/* line 179, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.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;
}

/* line 181, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

/* line 190, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

/* line 193, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.has-icons-left .icon.is-left {
  left: 0;
}

/* line 196, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

/* line 199, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.has-icons-right .icon.is-right {
  right: 0;
}

/* line 202, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

/* line 208, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 210, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 212, app/assets/stylesheets/vendor/bulma/form/tools.sass */
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 10, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

/* line 15, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb a {
  align-items: center;
  color: #be1e2d;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

/* line 21, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb a:hover {
  color: #e01f31;
}

/* line 23, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb li {
  align-items: center;
  display: flex;
}

/* line 26, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb li:first-child a {
  padding-left: 0;
}

/* line 29, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

/* line 33, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

/* line 36, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 43, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

/* line 49, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

/* line 53, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

/* line 57, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.is-small {
  font-size: 0.75rem;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.is-large {
  font-size: 1.5rem;
}

/* line 65, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.has-arrow-separator li + li::before {
  content: "\02192";
}

/* line 68, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.has-bullet-separator li + li::before {
  content: "\02022";
}

/* line 71, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.has-dot-separator li + li::before {
  content: "\000b7";
}

/* line 74, app/assets/stylesheets/vendor/bulma/components/breadcrumb.sass */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "\0227B";
}

/* line 20, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card {
  background-color: white;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

/* line 27, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

/* line 33, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

/* line 40, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card-header-title.is-centered {
  justify-content: center;
}

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

/* line 50, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card-image {
  display: block;
  position: relative;
}

/* line 54, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

/* line 58, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/card.sass */
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 20, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

/* line 26, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

/* line 29, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 33, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

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

/* line 48, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

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

/* line 63, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

/* line 69, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #be1e2d;
  color: #fff;
}

/* line 76, app/assets/stylesheets/vendor/bulma/components/dropdown.sass */
.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 3, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level {
  align-items: center;
  justify-content: space-between;
}

/* line 7, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level code {
  border-radius: 4px;
}

/* line 9, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level img {
  display: inline-block;
  vertical-align: top;
}

/* line 13, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level.is-mobile {
  display: flex;
}

/* line 15, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

/* line 18, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

/* line 21, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 24, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 3, app/assets/stylesheets/vendor/bulma/components/level.sass */
  .level {
    display: flex;
  }
  /* line 30, app/assets/stylesheets/vendor/bulma/components/level.sass */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 33, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

/* line 40, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 45, app/assets/stylesheets/vendor/bulma/components/level.sass */
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 48, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 55, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 59, app/assets/stylesheets/vendor/bulma/components/level.sass */
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 62, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  /* line 67, app/assets/stylesheets/vendor/bulma/components/level.sass */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 62, app/assets/stylesheets/vendor/bulma/components/level.sass */
  .level-left {
    display: flex;
  }
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/level.sass */
.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  /* line 72, app/assets/stylesheets/vendor/bulma/components/level.sass */
  .level-right {
    display: flex;
  }
}

/* line 5, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}

/* line 9, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 11, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

/* line 15, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 18, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media .media .media {
  padding-top: 0.5rem;
}

/* line 20, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media .media .media + .media {
  margin-top: 0.5rem;
}

/* line 22, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 28, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 32, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 38, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media-left {
  margin-right: 1rem;
}

/* line 41, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media-right {
  margin-left: 1rem;
}

/* line 44, app/assets/stylesheets/vendor/bulma/components/media.sass */
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  /* line 51, app/assets/stylesheets/vendor/bulma/components/media.sass */
  .media-content {
    overflow-x: auto;
  }
}

/* line 19, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu {
  font-size: 1rem;
}

/* line 22, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu.is-small {
  font-size: 0.75rem;
}

/* line 24, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu.is-medium {
  font-size: 1.25rem;
}

/* line 26, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu.is-large {
  font-size: 1.5rem;
}

/* line 29, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu-list {
  line-height: 1.25;
}

/* line 31, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

/* line 36, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

/* line 40, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu-list a.is-active {
  background-color: #be1e2d;
  color: #fff;
}

/* line 44, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 49, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu-label:not(:first-child) {
  margin-top: 1em;
}

/* line 56, app/assets/stylesheets/vendor/bulma/components/menu.sass */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 22, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 27, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message strong {
  color: currentColor;
}

/* line 29, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-small {
  font-size: 0.75rem;
}

/* line 35, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-medium {
  font-size: 1.25rem;
}

/* line 37, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-large {
  font-size: 1.5rem;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-white {
  background-color: white;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-white .message-body {
  border-color: white;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-black {
  background-color: #fafafa;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-black .message-body {
  border-color: #0a0a0a;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-light {
  background-color: #fafafa;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-light .message-body {
  border-color: whitesmoke;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-dark {
  background-color: #fafafa;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-dark .message-body {
  border-color: #363636;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-primary {
  background-color: #fdeded;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-primary .message-header {
  background-color: #c4161c;
  color: #fff;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-primary .message-body {
  border-color: #c4161c;
  color: #e11920;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-link {
  background-color: #fcedef;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-link .message-header {
  background-color: #be1e2d;
  color: #fff;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-link .message-body {
  border-color: #be1e2d;
  color: #d82233;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-info {
  background-color: #eef6fc;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-info .message-header {
  background-color: #3298dc;
  color: #fff;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-info .message-body {
  border-color: #3298dc;
  color: #1d72aa;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-success {
  background-color: #effaf3;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-success .message-header {
  background-color: #48c774;
  color: #fff;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-success .message-body {
  border-color: #48c774;
  color: #257942;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-warning {
  background-color: #fffbeb;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #947600;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-danger {
  background-color: #feecf0;
}

/* line 61, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-danger .message-header {
  background-color: #f14668;
  color: #fff;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message.is-danger .message-body {
  border-color: #f14668;
  color: #cc0f35;
}

/* line 68, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

/* line 79, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

/* line 83, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 88, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

/* line 95, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message-body code,
.message-body pre {
  background-color: white;
}

/* line 98, app/assets/stylesheets/vendor/bulma/components/message.sass */
.message-body pre code {
  background-color: transparent;
}

/* line 31, app/assets/stylesheets/vendor/bulma/components/modal.sass */
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

/* line 41, app/assets/stylesheets/vendor/bulma/components/modal.sass */
.modal.is-active {
  display: flex;
}

/* line 44, app/assets/stylesheets/vendor/bulma/components/modal.sass */
.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 48, app/assets/stylesheets/vendor/bulma/components/modal.sass */
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  /* line 48, app/assets/stylesheets/vendor/bulma/components/modal.sass */
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

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

/* line 70, app/assets/stylesheets/vendor/bulma/components/modal.sass */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

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

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

/* line 92, app/assets/stylesheets/vendor/bulma/components/modal.sass */
.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 99, app/assets/stylesheets/vendor/bulma/components/modal.sass */
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

/* line 104, app/assets/stylesheets/vendor/bulma/components/modal.sass */
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

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

/* line 55, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: #fff;
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-primary {
  background-color: #c4161c;
  color: #fff;
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.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: #ad1319;
  color: #fff;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #ad1319;
    color: #fff;
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #ad1319;
    color: #fff;
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #c4161c;
    color: #fff;
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-link {
  background-color: #be1e2d;
  color: #fff;
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.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: #a81b28;
  color: #fff;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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;
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #a81b28;
    color: #fff;
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #a81b28;
    color: #fff;
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #be1e2d;
    color: #fff;
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-info {
  background-color: #3298dc;
  color: #fff;
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.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: #238cd1;
  color: #fff;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #238cd1;
    color: #fff;
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #238cd1;
    color: #fff;
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3298dc;
    color: #fff;
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-success {
  background-color: #48c774;
  color: #fff;
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.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: #3abb67;
  color: #fff;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #3abb67;
    color: #fff;
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #3abb67;
    color: #fff;
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c774;
    color: #fff;
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.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);
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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);
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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);
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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);
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 63, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 67, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.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: #ef2e55;
  color: #fff;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 85, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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;
  }
  /* line 90, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #ef2e55;
    color: #fff;
  }
  /* line 96, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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: #ef2e55;
    color: #fff;
  }
  /* line 105, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}

/* line 108, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

/* line 113, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

/* line 115, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

/* line 118, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-fixed-bottom {
  bottom: 0;
}

/* line 120, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

/* line 122, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar.is-fixed-top {
  top: 0;
}

/* line 127, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

/* line 129, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

/* line 132, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 141, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

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

/* line 151, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

/* line 33, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

/* line 44, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

/* line 46, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

/* line 48, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

/* line 50, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 55, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

/* line 57, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

/* line 59, app/assets/stylesheets/vendor/bulma/utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* line 156, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-menu {
  display: none;
}

/* line 159, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

/* line 167, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 171, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
a.navbar-item,
.navbar-link {
  cursor: pointer;
}

/* line 174, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #be1e2d;
}

/* line 181, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 184, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item img {
  max-height: 1.75rem;
}

/* line 186, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item.has-dropdown {
  padding: 0;
}

/* line 188, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 191, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

/* line 195, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #be1e2d;
}

/* line 199, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #be1e2d;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #be1e2d;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 207, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 211, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

/* line 213, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-link:not(.is-arrowless)::after {
  border-color: #be1e2d;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 219, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 223, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

@media screen and (max-width: 1023px) {
  /* line 235, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar > .container {
    display: block;
  }
  /* line 239, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  /* line 243, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-link::after {
    display: none;
  }
  /* line 245, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  /* line 249, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-menu.is-active {
    display: block;
  }
  /* line 253, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 256, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 258, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 260, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 264, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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;
  }
  /* line 270, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  /* line 272, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 276, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }
  /* line 282, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar {
    min-height: 3.25rem;
  }
  /* line 284, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 286, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  /* line 289, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  /* line 295, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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;
  }
  /* line 304, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 312, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #be1e2d;
  }
  /* line 315, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-burger {
    display: none;
  }
  /* line 317, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }
  /* line 322, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 325, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 327, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  /* line 338, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .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;
  }
  /* line 340, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable: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);
  }
  /* line 345, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  /* line 348, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  /* line 351, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 354, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  /* line 367, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 370, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 372, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 376, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #be1e2d;
  }
  /* line 379, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  /* line 391, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  /* line 394, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-divider {
    display: block;
  }
  /* line 398, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  /* line 400, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  /* line 404, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 407, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 409, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 411, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  /* line 415, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  /* line 417, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  /* line 419, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  /* line 421, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  /* line 426, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 428, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  /* line 434, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

/* line 440, app/assets/stylesheets/vendor/bulma/components/navbar.sass */
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

/* line 32, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

/* line 37, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination.is-small {
  font-size: 0.75rem;
}

/* line 39, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination.is-medium {
  font-size: 1.25rem;
}

/* line 41, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination.is-large {
  font-size: 1.5rem;
}

/* line 44, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

/* line 49, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

/* line 52, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 59, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.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;
}

/* line 72, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

/* line 78, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #e01f31;
}

/* line 81, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}

/* line 83, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

/* line 85, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

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

/* line 99, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination-link.is-current {
  background-color: #be1e2d;
  border-color: #be1e2d;
  color: #fff;
}

/* line 104, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 108, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 112, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination {
    flex-wrap: wrap;
  }
  /* line 114, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 119, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  /* line 124, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  /* line 129, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination-previous {
    order: 2;
  }
  /* line 131, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination-next {
    order: 3;
  }
  /* line 133, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination {
    justify-content: space-between;
  }
  /* line 136, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 138, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 141, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 144, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 146, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 148, app/assets/stylesheets/vendor/bulma/components/pagination.sass */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

/* line 31, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}

/* line 35, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-primary .panel-heading {
  background-color: #c4161c;
  color: #fff;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #c4161c;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #c4161c;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-link .panel-heading {
  background-color: #be1e2d;
  color: #fff;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #be1e2d;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-link .panel-block.is-active .panel-icon {
  color: #be1e2d;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-info .panel-heading {
  background-color: #3298dc;
  color: #fff;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3298dc;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-info .panel-block.is-active .panel-icon {
  color: #3298dc;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-success .panel-heading {
  background-color: #48c774;
  color: #fff;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c774;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c774;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-warning .panel-heading {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffdd57;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffdd57;
}

/* line 42, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-danger .panel-heading {
  background-color: #f14668;
  color: #fff;
}

/* line 45, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f14668;
}

/* line 47, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f14668;
}

/* line 52, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

/* line 55, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

/* line 64, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

/* line 69, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

/* line 74, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 79, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-list a {
  color: #4a4a4a;
}

/* line 81, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-list a:hover {
  color: #be1e2d;
}

/* line 84, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

/* line 90, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

/* line 92, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

/* line 96, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}

/* line 98, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-block.is-active {
  border-left-color: #be1e2d;
  color: #363636;
}

/* line 101, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-block.is-active .panel-icon {
  color: #be1e2d;
}

/* line 103, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 107, app/assets/stylesheets/vendor/bulma/components/panel.sass */
a.panel-block,
label.panel-block {
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/vendor/bulma/components/panel.sass */
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 113, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

/* line 117, app/assets/stylesheets/vendor/bulma/components/panel.sass */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 29, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

/* line 51, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

/* line 54, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs li {
  display: block;
}

/* line 57, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs li.is-active a {
  border-bottom-color: #be1e2d;
  color: #be1e2d;
}

/* line 60, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

/* line 69, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs ul.is-left {
  padding-right: 0.75em;
}

/* line 71, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/* line 76, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

/* line 80, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs .icon:first-child {
  margin-right: 0.5em;
}

/* line 82, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs .icon:last-child {
  margin-left: 0.5em;
}

/* line 86, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-centered ul {
  justify-content: center;
}

/* line 89, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-right ul {
  justify-content: flex-end;
}

/* line 93, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 99, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

/* line 104, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

/* line 109, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 113, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

/* line 119, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

/* line 124, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle li + li {
  margin-left: -1px;
}

/* line 126, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 133, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 141, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle li.is-active a {
  background-color: #be1e2d;
  border-color: #be1e2d;
  color: #fff;
  z-index: 1;
}

/* line 146, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle ul {
  border-bottom: none;
}

/* line 150, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

/* line 159, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

/* line 169, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-small {
  font-size: 0.75rem;
}

/* line 171, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-medium {
  font-size: 1.25rem;
}

/* line 173, app/assets/stylesheets/vendor/bulma/components/tabs.sass */
.tabs.is-large {
  font-size: 1.5rem;
}

/* line 3, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

/* line 9, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
  flex: none;
}

/* line 11, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

/* line 14, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

/* line 17, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

/* line 20, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

/* line 23, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

/* line 26, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

/* line 29, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

/* line 32, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

/* line 35, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

/* line 38, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

/* line 41, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

/* line 43, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

/* line 45, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

/* line 47, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

/* line 49, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

/* line 51, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

/* line 53, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

/* line 55, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

/* line 57, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

/* line 63, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  /* line 66, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-narrow-mobile {
    flex: none;
  }
  /* line 68, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 71, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 74, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 77, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 80, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 83, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 86, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  /* line 89, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  /* line 92, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  /* line 95, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  /* line 98, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  /* line 100, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  /* line 102, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  /* line 104, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  /* line 106, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  /* line 108, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  /* line 110, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  /* line 112, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  /* line 114, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  /* line 117, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  /* line 120, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  /* line 123, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  /* line 126, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 130, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 134, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 138, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 142, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 146, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 150, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  /* line 154, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  /* line 158, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  /* line 162, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  /* line 166, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  /* line 169, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  /* line 172, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  /* line 175, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  /* line 178, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  /* line 181, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  /* line 184, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  /* line 187, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  /* line 190, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  /* line 194, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  /* line 197, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 200, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-narrow-touch {
    flex: none;
  }
  /* line 202, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 205, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 208, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 211, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 214, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 217, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 220, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  /* line 223, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  /* line 226, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  /* line 229, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  /* line 232, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  /* line 234, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  /* line 236, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  /* line 238, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  /* line 240, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  /* line 242, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  /* line 244, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  /* line 246, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  /* line 248, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  /* line 251, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  /* line 254, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 257, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-narrow-desktop {
    flex: none;
  }
  /* line 259, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 262, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 265, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 268, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 271, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 274, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 277, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  /* line 280, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  /* line 283, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  /* line 286, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  /* line 289, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  /* line 291, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  /* line 293, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  /* line 295, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  /* line 297, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  /* line 299, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  /* line 301, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  /* line 303, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  /* line 305, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  /* line 308, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  /* line 311, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  /* line 314, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-narrow-widescreen {
    flex: none;
  }
  /* line 316, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 319, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 322, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 325, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 328, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 331, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 334, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  /* line 337, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  /* line 340, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  /* line 343, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  /* line 346, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  /* line 348, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  /* line 350, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  /* line 352, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  /* line 354, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  /* line 356, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  /* line 358, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  /* line 360, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  /* line 362, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  /* line 365, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 368, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  /* line 371, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-narrow-fullhd {
    flex: none;
  }
  /* line 373, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 376, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 379, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 382, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 385, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 388, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 391, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  /* line 394, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  /* line 397, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  /* line 400, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  /* line 403, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  /* line 405, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  /* line 407, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  /* line 409, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  /* line 411, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  /* line 413, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  /* line 415, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  /* line 417, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  /* line 419, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  /* line 422, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 425, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 428, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 432, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns:last-child {
  margin-bottom: -0.75rem;
}

/* line 434, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

/* line 437, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-centered {
  justify-content: center;
}

/* line 439, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* line 443, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

/* line 446, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 448, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}

/* line 450, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-mobile {
  display: flex;
}

/* line 452, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-multiline {
  flex-wrap: wrap;
}

/* line 454, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  /* line 458, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 462, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 466, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

/* line 470, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

/* line 474, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 477, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 480, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 483, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 486, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 489, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 492, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 495, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 498, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 501, app/assets/stylesheets/vendor/bulma/grid/columns.sass */
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 3, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}

/* line 11, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 15, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

/* line 17, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
.tile.is-child {
  margin: 0 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
.tile.is-parent {
  padding: 0.75rem;
}

/* line 23, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
.tile.is-vertical {
  flex-direction: column;
}

/* line 25, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  /* line 29, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  /* line 32, app/assets/stylesheets/vendor/bulma/grid/tiles.sass */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-white {
  color: white !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-white {
  background-color: white !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-black {
  color: #0a0a0a !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-black {
  background-color: #0a0a0a !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-light {
  color: whitesmoke !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-light {
  background-color: whitesmoke !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-dark {
  color: #363636 !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-dark {
  background-color: #363636 !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-primary {
  color: #c4161c !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #961115 !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-primary {
  background-color: #c4161c !important;
}

/* line 15, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-primary-light {
  color: #fdeded !important;
}

/* line 18, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #f8bfc1 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-primary-light {
  background-color: #fdeded !important;
}

/* line 24, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-primary-dark {
  color: #e11920 !important;
}

/* line 27, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #ea4349 !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-primary-dark {
  background-color: #e11920 !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-link {
  color: #be1e2d !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-link:hover, a.has-text-link:focus {
  color: #921723 !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-link {
  background-color: #be1e2d !important;
}

/* line 15, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-link-light {
  color: #fcedef !important;
}

/* line 18, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #f5c1c6 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-link-light {
  background-color: #fcedef !important;
}

/* line 24, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-link-dark {
  color: #d82233 !important;
}

/* line 27, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #e24a59 !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-link-dark {
  background-color: #d82233 !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-info {
  color: #3298dc !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-info:hover, a.has-text-info:focus {
  color: #207dbc !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-info {
  background-color: #3298dc !important;
}

/* line 15, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-info-light {
  color: #eef6fc !important;
}

/* line 18, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c2e0f5 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-info-light {
  background-color: #eef6fc !important;
}

/* line 24, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-info-dark {
  color: #1d72aa !important;
}

/* line 27, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #248fd6 !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-info-dark {
  background-color: #1d72aa !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-success {
  color: #48c774 !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-success:hover, a.has-text-success:focus {
  color: #34a85c !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-success {
  background-color: #48c774 !important;
}

/* line 15, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-success-light {
  color: #effaf3 !important;
}

/* line 18, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eed6 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-success-light {
  background-color: #effaf3 !important;
}

/* line 24, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-success-dark {
  color: #257942 !important;
}

/* line 27, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a058 !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-success-dark {
  background-color: #257942 !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-warning {
  color: #ffdd57 !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-warning {
  background-color: #ffdd57 !important;
}

/* line 15, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-warning-light {
  color: #fffbeb !important;
}

/* line 18, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #fff1b8 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-warning-light {
  background-color: #fffbeb !important;
}

/* line 24, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-warning-dark {
  color: #947600 !important;
}

/* line 27, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79f00 !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-warning-dark {
  background-color: #947600 !important;
}

/* line 3, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-danger {
  color: #f14668 !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-danger {
  background-color: #f14668 !important;
}

/* line 15, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-danger-light {
  color: #feecf0 !important;
}

/* line 18, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-danger-light {
  background-color: #feecf0 !important;
}

/* line 24, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-danger-dark {
  color: #cc0f35 !important;
}

/* line 27, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-black-bis {
  color: #121212 !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-black-bis {
  background-color: #121212 !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-black-ter {
  color: #242424 !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-black-ter {
  background-color: #242424 !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-grey-darker {
  color: #363636 !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-grey-darker {
  background-color: #363636 !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-grey-dark {
  color: #4a4a4a !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-grey {
  color: #7a7a7a !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-grey {
  background-color: #7a7a7a !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-grey-light {
  color: #b5b5b5 !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-grey-lighter {
  color: #dbdbdb !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-white-ter {
  color: whitesmoke !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-white-ter {
  background-color: whitesmoke !important;
}

/* line 34, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-text-white-bis {
  color: #fafafa !important;
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/color.sass */
.has-background-white-bis {
  background-color: #fafafa !important;
}

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

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/float.sass */
.is-pulled-left {
  float: left !important;
}

/* line 7, app/assets/stylesheets/vendor/bulma/helpers/float.sass */
.is-pulled-right {
  float: right !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma/helpers/other.sass */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/other.sass */
.is-shadowless {
  box-shadow: none !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma/helpers/overflow.sass */
.is-clipped {
  overflow: hidden !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/position.sass */
.is-relative {
  position: relative !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.is-marginless {
  margin: 0 !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.is-paddingless {
  padding: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mt-0 {
  margin-top: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mr-0 {
  margin-right: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.ml-0 {
  margin-left: 0 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mr-3 {
  margin-right: 0.75rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.ml-3 {
  margin-left: 0.75rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mr-5 {
  margin-right: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.ml-5 {
  margin-left: 1.5rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mt-6 {
  margin-top: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mr-6 {
  margin-right: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mb-6 {
  margin-bottom: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.ml-6 {
  margin-left: 3rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pt-0 {
  padding-top: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pr-0 {
  padding-right: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pl-0 {
  padding-left: 0 !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pr-3 {
  padding-right: 0.75rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pl-3 {
  padding-left: 0.75rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pr-5 {
  padding-right: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pl-5 {
  padding-left: 1.5rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pt-6 {
  padding-top: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pr-6 {
  padding-right: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pb-6 {
  padding-bottom: 3rem !important;
}

/* line 17, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.pl-6 {
  padding-left: 3rem !important;
}

/* line 21, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 26, app/assets/stylesheets/vendor/bulma/helpers/spacing.sass */
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-size-1 {
  font-size: 3rem !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  /* line 4, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-centered {
  text-align: center !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-justified {
  text-align: justify !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-left {
  text-align: left !important;
}

/* line 30, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 35, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 38, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 41, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 44, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 47, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 50, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 53, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 56, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 59, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 35, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 38, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 41, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 44, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 47, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 50, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 53, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 56, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 59, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 35, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 38, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 41, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 44, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 47, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 50, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 53, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 56, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 59, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 35, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 38, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 41, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 44, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 47, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 50, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 53, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 56, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 59, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

/* line 62, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 65, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 68, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 71, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-italic {
  font-style: italic !important;
}

/* line 74, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 76, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 78, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-weight-medium {
  font-weight: 500 !important;
}

/* line 80, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 82, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 85, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-family-primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 88, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-family-secondary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 91, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-family-sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 94, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-family-monospace {
  font-family: monospace !important;
}

/* line 97, app/assets/stylesheets/vendor/bulma/helpers/typography.sass */
.is-family-code {
  font-family: monospace !important;
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-block-fullhd {
    display: block !important;
  }
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-flex-fullhd {
    display: flex !important;
  }
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-fullhd {
    display: inline !important;
  }
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

/* line 6, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

/* line 36, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
.is-hidden {
  display: none !important;
}

/* line 39, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
.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) {
  /* line 50, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 54, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 58, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 62, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 66, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 70, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 78, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 82, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-hidden-fullhd {
    display: none !important;
  }
}

/* line 85, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 89, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 93, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 97, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 101, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 105, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 109, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 113, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 117, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 121, app/assets/stylesheets/vendor/bulma/helpers/visibility.sass */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* line 7, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero .navbar {
  background: none;
}

/* line 15, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero .tabs ul {
  border-bottom: none;
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .title {
  color: #0a0a0a;
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .title {
  color: white;
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .title {
  color: #fff;
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary {
  background-color: #c4161c;
  color: #fff;
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .title {
  color: #fff;
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-primary .navbar-menu {
    background-color: #c4161c;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #ad1319;
  color: #fff;
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c4161c;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #9e0927 0%, #c4161c 71%, #e12e12 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #9e0927 0%, #c4161c 71%, #e12e12 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link {
  background-color: #be1e2d;
  color: #fff;
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .title {
  color: #fff;
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-link .navbar-menu {
    background-color: #be1e2d;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.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: #a81b28;
  color: #fff;
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.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: #be1e2d;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #9a0f33 0%, #be1e2d 71%, #da291b 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #9a0f33 0%, #be1e2d 71%, #da291b 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info {
  background-color: #3298dc;
  color: #fff;
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .title {
  color: #fff;
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-info .navbar-menu {
    background-color: #3298dc;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #238cd1;
  color: #fff;
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3298dc;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success {
  background-color: #48c774;
  color: #fff;
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .title {
  color: #fff;
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-success .navbar-menu {
    background-color: #48c774;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #3abb67;
  color: #fff;
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #48c774;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.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) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.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);
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.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: #ffdd57;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}

/* line 21, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 24, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}

/* line 27, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .title {
  color: #fff;
}

/* line 29, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 31, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-danger .navbar-menu {
    background-color: #f14668;
  }
}

/* line 37, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.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: #ef2e55;
  color: #fff;
}

/* line 47, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 50, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

/* line 57, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

/* line 59, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 62, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.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: #f14668;
}

/* line 69, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}

@media screen and (max-width: 768px) {
  /* line 74, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}

/* line 78, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-small .hero-body {
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 82, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-medium .hero-body {
    padding: 9rem 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 86, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero.is-large .hero-body {
    padding: 18rem 1.5rem;
  }
}

/* line 91, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

/* line 94, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.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;
}

/* line 97, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-halfheight {
  min-height: 50vh;
}

/* line 99, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 104, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero-video {
  overflow: hidden;
}

/* line 107, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 115, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  /* line 104, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero-video {
    display: none;
  }
}

/* line 121, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 125, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero-buttons .button {
    display: flex;
  }
  /* line 127, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 121, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 132, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 137, app/assets/stylesheets/vendor/bulma/layout/hero.sass */
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

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

/* line 5, app/assets/stylesheets/vendor/bulma/layout/section.sass */
.section {
  padding: 3rem 1.5rem;
}

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

/* line 5, app/assets/stylesheets/vendor/bulma/layout/footer.sass */
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

/* line 4, app/assets/stylesheets/vendor/bulma-popover/bulma-popover.scss */
.popover {
  position: relative;
  display: block;
}

/* line 8, app/assets/stylesheets/vendor/bulma-popover/bulma-popover.scss */
.popover .popover-content {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  font-size: 0.9375rem;
  padding: 1rem;
  color: #4a4a4a;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 0 rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  width: max-content;
  max-width: 14rem;
}

/* line 24, app/assets/stylesheets/vendor/bulma-popover/bulma-popover.scss */
.popover .popover-content::before {
  position: absolute;
  content: '';
  border-style: solid;
  pointer-events: none;
  height: 0;
  width: 0;
  top: 100%;
  left: 50%;
  border-color: transparent;
  border-bottom-color: white;
  border-left-color: white;
  border-width: 0.4rem;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  transform-origin: center;
  box-shadow: -1px 1px 1px rgba(10, 10, 10, 0.1);
}

/* line 46, app/assets/stylesheets/vendor/bulma-popover/bulma-popover.scss */
.popover:hover .popover-content {
  opacity: 1;
  visibility: visible;
}

/* line 54, app/assets/stylesheets/vendor/bulma-popover/bulma-popover.scss */
.popover.is-not-popover-hover:hover .popover-content {
  opacity: 0;
  visibility: hidden;
}

/* line 61, app/assets/stylesheets/vendor/bulma-popover/bulma-popover.scss */
.popover .popover-trigger:focus ~ .popover-content {
  opacity: 1;
  visibility: visible;
}

/* line 68, app/assets/stylesheets/vendor/bulma-popover/bulma-popover.scss */
.popover.is-popover-active .popover-content {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover .popover-content {
  top: auto !important;
  bottom: 100% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -0.7rem) !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover .popover-content::before {
  top: 100% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: rotate(-45deg);
}

/* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover.is-popover-top .popover-content {
  top: auto !important;
  bottom: 100% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -0.7rem) !important;
}

/* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover.is-popover-top .popover-content::before {
  top: 100% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: rotate(-45deg);
}

/* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover.is-popover-right .popover-content {
  top: auto !important;
  bottom: 50% !important;
  left: 100% !important;
  right: auto !important;
  transform: translate(0.7rem, 50%) !important;
}

/* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover.is-popover-right .popover-content::before {
  top: 50% !important;
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
  transform: rotate(45deg);
}

/* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover.is-popover-bottom .popover-content {
  top: 100% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, 0.7rem) !important;
}

/* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover.is-popover-bottom .popover-content::before {
  top: 0 !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: rotate(135deg);
}

/* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover.is-popover-left .popover-content {
  top: auto !important;
  bottom: 50% !important;
  left: auto !important;
  right: 100% !important;
  transform: translate(-0.7rem, 50%) !important;
}

/* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
.popover.is-popover-left .popover-content::before {
  top: 50% !important;
  bottom: auto !important;
  left: 100% !important;
  right: auto !important;
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-mobile .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-mobile .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-mobile .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-mobile .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-mobile .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-mobile .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-mobile .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-mobile .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 769px), print {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-tablet .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-tablet .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-tablet .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-tablet .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-tablet .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-tablet .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-tablet .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-tablet .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-tablet-only .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-tablet-only .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-tablet-only .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-tablet-only .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-tablet-only .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-tablet-only .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-tablet-only .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-tablet-only .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (max-width: 1023px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-touch .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-touch .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-touch .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-touch .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-touch .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-touch .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-touch .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-touch .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1024px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-desktop .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-desktop .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-desktop .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-desktop .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-desktop .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-desktop .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-desktop .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-desktop .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-desktop-only .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-desktop-only .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-desktop-only .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-desktop-only .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-desktop-only .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-desktop-only .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-desktop-only .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-desktop-only .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (max-width: 1215px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-until-widescreen .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-until-widescreen .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-until-widescreen .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-until-widescreen .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-until-widescreen .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-until-widescreen .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-until-widescreen .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-until-widescreen .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1216px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-widescreen .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-widescreen .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-widescreen .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-widescreen .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-widescreen .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-widescreen .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-widescreen .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-widescreen .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-widescreen-only .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-widescreen-only .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-widescreen-only .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-widescreen-only .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-widescreen-only .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-widescreen-only .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-widescreen-only .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-widescreen-only .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (max-width: 1407px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-until-fullhd .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-until-fullhd .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-until-fullhd .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-until-fullhd .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-until-fullhd .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-until-fullhd .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-until-fullhd .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-until-fullhd .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1408px) {
  /* line 2, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-fullhd .popover-content {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -0.7rem) !important;
  }
  /* line 9, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-top-fullhd .popover-content::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(-45deg);
  }
  /* line 20, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-fullhd .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    transform: translate(0.7rem, 50%) !important;
  }
  /* line 27, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-right-fullhd .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: rotate(45deg);
  }
  /* line 38, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-fullhd .popover-content {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0.7rem) !important;
  }
  /* line 45, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-bottom-fullhd .popover-content::before {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(135deg);
  }
  /* line 56, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-fullhd .popover-content {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    transform: translate(-0.7rem, 50%) !important;
  }
  /* line 63, app/assets/stylesheets/vendor/bulma-popover/_position.scss */
  .popover.is-popover-left-fullhd .popover-content::before {
    top: 50% !important;
    bottom: auto !important;
    left: 100% !important;
    right: auto !important;
    transform: rotate(-135deg);
  }
}

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

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps .steps-segment {
  position: relative;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps .steps-segment:not(:last-child):after {
  content: " ";
  display: block;
  position: absolute;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-horizontal) .steps-segment {
    display: block;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-horizontal) .steps-segment:not(:last-child) {
    min-height: 4em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-short:not(.is-horizontal) .steps-segment {
    flex-grow: 0;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-short.is-centered:not(.is-horizontal) {
    justify-content: center;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-short.is-bottom:not(.is-horizontal) {
    justify-content: flex-end;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-horizontal):not(.is-short) {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-horizontal):not(.is-short) .steps-segment:not(:last-child) {
    flex-grow: 1;
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical .steps-segment {
  display: block;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical .steps-segment:not(:last-child) {
  min-height: 4em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical.is-short .steps-segment {
  flex-grow: 0;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical.is-short.is-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical.is-short.is-bottom {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical:not(.is-short) {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical:not(.is-short) .steps-segment:not(:last-child) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) {
    display: flex;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .steps-segment:not(:last-child) {
    flex-basis: 1rem;
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-narrow:not(.is-vertical) .steps-segment {
    flex-grow: 0;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-narrow:not(.is-vertical) .steps-segment:not(:last-child) {
    min-width: 10em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-narrow.is-centered:not(.is-vertical) {
    justify-content: center;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-narrow.is-right:not(.is-vertical) {
    justify-content: flex-end;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-centered:not(.is-vertical) {
    text-align: center;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-balanced:not(.is-vertical) .steps-segment:last-child, .steps.has-content-centered:not(.is-vertical) .steps-segment:last-child {
    flex-basis: 1rem;
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-narrow.has-content-centered:not(.is-vertical) .steps-segment:last-child {
    flex-grow: 0;
    min-width: 10em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .steps-content.is-divider-content {
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal {
  display: flex;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .steps-segment:not(:last-child) {
  flex-basis: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.is-narrow .steps-segment {
  flex-grow: 0;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.is-narrow .steps-segment:not(:last-child) {
  min-width: 10em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.is-narrow.is-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.is-narrow.is-right {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-content-centered {
  text-align: center;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.is-balanced .steps-segment:last-child, .steps.is-horizontal.has-content-centered .steps-segment:last-child {
  flex-basis: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.is-narrow.has-content-centered .steps-segment:last-child {
  flex-grow: 0;
  min-width: 10em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .steps-content.is-divider-content {
  text-align: center;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps .steps-marker {
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  justify-content: center;
  position: relative;
  z-index: 5;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps .steps-marker {
  height: 2rem;
  width: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -.24rem;
    left: calc(1rem - (.2em));
    top: 1.76rem;
    width: .4em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-horizontal) .steps-content {
    margin-left: calc(1rem + .5em);
    margin-top: -2rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-centered:not(.is-horizontal) .steps-content {
    padding-top: calc(1rem - .5em);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-gaps:not(.is-horizontal):not(.is-thin) .steps-segment:not(:last-child):after, .steps:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 2.3rem;
    bottom: .3rem;
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical {
  display: flex;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical .steps-segment:not(:last-child):after {
  bottom: -.24rem;
  left: calc(1rem - (.2em));
  top: 1.76rem;
  width: .4em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical .steps-content {
  margin-left: calc(1rem + .5em);
  margin-top: -2rem;
  padding-left: 1em;
  padding-bottom: 1em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1rem - .5em);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 2.3rem;
  bottom: .3rem;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: .4em;
    left: 1.76rem;
    right: -.24rem;
    top: calc(1rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-above:not(.is-vertical) .steps-segment:not(:last-child)::after {
    bottom: calc(1rem - (.2em));
    top: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .extra-data {
    left: calc(50% + 1.3rem);
    right: calc(-50% + 1.3rem);
    bottom: 100%;
    position: absolute;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-above:not(.is-vertical) .extra-data {
    top: 100%;
    bottom: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .steps-content {
    margin-left: 1rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-centered:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-centered:not(.is-vertical) .steps-marker {
    position: absolute;
    left: calc(50% - 1rem);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-centered:not(.is-vertical) .steps-content {
    margin-top: 2rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-above.has-content-centered:not(.is-vertical) .steps-content {
    margin-bottom: 2rem;
    padding-bottom: .2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-gaps:not(.is-vertical):not(.is-thin) .steps-segment:not(:last-child):after, .steps:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 2.3rem;
    right: .3rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.has-content-centered.has-gaps:not(.is-vertical):not(.is-thin) .steps-segment:not(:last-child):after, .steps.has-content-centered:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.3rem);
    right: calc(-50% + 1.3rem);
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .steps-segment:not(:last-child):after {
  height: .4em;
  left: 1.76rem;
  right: -.24rem;
  top: calc(1rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1rem - (.2em));
  top: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .extra-data {
  left: calc(50% + 1.3rem);
  right: calc(-50% + 1.3rem);
  bottom: 100%;
  position: absolute;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .steps-content {
  margin-left: 1rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal .steps-content.is-divider-content {
  margin-right: -1rem;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1rem);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-content-centered .steps-content {
  margin-top: 2rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 2rem;
  padding-bottom: .2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 2.3rem;
  right: .3rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.has-content-centered.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-horizontal.has-content-centered:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.3rem);
  right: calc(-50% + 1.3rem);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small .steps-marker {
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -.24rem;
    left: calc(.75rem - (.2em));
    top: 1.26rem;
    width: .4em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-horizontal) .steps-content {
    margin-left: calc(.75rem + .5em);
    margin-top: -1.5rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-content-centered:not(.is-horizontal) .steps-content {
    padding-top: calc(.75rem - .5em);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-gaps:not(.is-horizontal):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-small:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 1.8rem;
    bottom: .3rem;
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-vertical {
  display: flex;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-vertical .steps-segment:not(:last-child):after {
  bottom: -.24rem;
  left: calc(.75rem - (.2em));
  top: 1.26rem;
  width: .4em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-vertical .steps-content {
  margin-left: calc(.75rem + .5em);
  margin-top: -1.5rem;
  padding-left: 1em;
  padding-bottom: 1em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-vertical.has-content-centered .steps-content {
  padding-top: calc(.75rem - .5em);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-vertical.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-small.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 1.8rem;
  bottom: .3rem;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: .4em;
    left: 1.26rem;
    right: -.24rem;
    top: calc(.75rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-content-above:not(.is-vertical) .steps-segment:not(:last-child)::after {
    bottom: calc(.75rem - (.2em));
    top: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-vertical) .extra-data {
    left: calc(50% + 1.05rem);
    right: calc(-50% + 1.05rem);
    bottom: 100%;
    position: absolute;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - .75rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - .75rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - .75rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-content-above:not(.is-vertical) .extra-data {
    top: 100%;
    bottom: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-vertical) .steps-content {
    margin-left: .75rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -.75rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -.75rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-content-centered:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-content-centered:not(.is-vertical) .steps-marker {
    position: absolute;
    left: calc(50% - .75rem);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-content-centered:not(.is-vertical) .steps-content {
    margin-top: 1.5rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-content-above.has-content-centered:not(.is-vertical) .steps-content {
    margin-bottom: 1.5rem;
    padding-bottom: .2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-gaps:not(.is-vertical):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-small:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 1.8rem;
    right: .3rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-small.has-content-centered.has-gaps:not(.is-vertical):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-small.has-content-centered:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.05rem);
    right: calc(-50% + 1.05rem);
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal .steps-segment:not(:last-child):after {
  height: .4em;
  left: 1.26rem;
  right: -.24rem;
  top: calc(.75rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(.75rem - (.2em));
  top: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal .extra-data {
  left: calc(50% + 1.05rem);
  right: calc(-50% + 1.05rem);
  bottom: 100%;
  position: absolute;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - .75rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - .75rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - .75rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal .steps-content {
  margin-left: .75rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal .steps-content:not(:last-child) {
  margin-right: -.75rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal .steps-content.is-divider-content {
  margin-right: -.75rem;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - .75rem);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal.has-content-centered .steps-content {
  margin-top: 1.5rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 1.5rem;
  padding-bottom: .2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-small.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 1.8rem;
  right: .3rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-small.is-horizontal.has-content-centered.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-small.is-horizontal.has-content-centered:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.05rem);
  right: calc(-50% + 1.05rem);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium .steps-marker {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -.24rem;
    left: calc(1.25rem - (.2em));
    top: 2.26rem;
    width: .4em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-horizontal) .steps-content {
    margin-left: calc(1.25rem + .5em);
    margin-top: -2.5rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-content-centered:not(.is-horizontal) .steps-content {
    padding-top: calc(1.25rem - .5em);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-gaps:not(.is-horizontal):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-medium:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 2.8rem;
    bottom: .3rem;
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-vertical {
  display: flex;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-vertical .steps-segment:not(:last-child):after {
  bottom: -.24rem;
  left: calc(1.25rem - (.2em));
  top: 2.26rem;
  width: .4em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-vertical .steps-content {
  margin-left: calc(1.25rem + .5em);
  margin-top: -2.5rem;
  padding-left: 1em;
  padding-bottom: 1em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1.25rem - .5em);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-vertical.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-medium.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 2.8rem;
  bottom: .3rem;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: .4em;
    left: 2.26rem;
    right: -.24rem;
    top: calc(1.25rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-content-above:not(.is-vertical) .steps-segment:not(:last-child)::after {
    bottom: calc(1.25rem - (.2em));
    top: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-vertical) .extra-data {
    left: calc(50% + 1.55rem);
    right: calc(-50% + 1.55rem);
    bottom: 100%;
    position: absolute;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-content-above:not(.is-vertical) .extra-data {
    top: 100%;
    bottom: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-vertical) .steps-content {
    margin-left: 1.25rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1.25rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1.25rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-content-centered:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-content-centered:not(.is-vertical) .steps-marker {
    position: absolute;
    left: calc(50% - 1.25rem);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-content-centered:not(.is-vertical) .steps-content {
    margin-top: 2.5rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-content-above.has-content-centered:not(.is-vertical) .steps-content {
    margin-bottom: 2.5rem;
    padding-bottom: .2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-gaps:not(.is-vertical):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-medium:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 2.8rem;
    right: .3rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-medium.has-content-centered.has-gaps:not(.is-vertical):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-medium.has-content-centered:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.55rem);
    right: calc(-50% + 1.55rem);
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal .steps-segment:not(:last-child):after {
  height: .4em;
  left: 2.26rem;
  right: -.24rem;
  top: calc(1.25rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1.25rem - (.2em));
  top: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal .extra-data {
  left: calc(50% + 1.55rem);
  right: calc(-50% + 1.55rem);
  bottom: 100%;
  position: absolute;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal .steps-content {
  margin-left: 1.25rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1.25rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal .steps-content.is-divider-content {
  margin-right: -1.25rem;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1.25rem);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal.has-content-centered .steps-content {
  margin-top: 2.5rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 2.5rem;
  padding-bottom: .2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-medium.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 2.8rem;
  right: .3rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-medium.is-horizontal.has-content-centered.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-medium.is-horizontal.has-content-centered:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.55rem);
  right: calc(-50% + 1.55rem);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large {
  font-size: 1.5rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large .steps-marker {
  height: 3rem;
  width: 3rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -.24rem;
    left: calc(1.5rem - (.2em));
    top: 2.76rem;
    width: .4em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-horizontal) .steps-content {
    margin-left: calc(1.5rem + .5em);
    margin-top: -3rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-content-centered:not(.is-horizontal) .steps-content {
    padding-top: calc(1.5rem - .5em);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-gaps:not(.is-horizontal):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-large:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 3.3rem;
    bottom: .3rem;
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-vertical {
  display: flex;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-vertical .steps-segment:not(:last-child):after {
  bottom: -.24rem;
  left: calc(1.5rem - (.2em));
  top: 2.76rem;
  width: .4em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-vertical .steps-content {
  margin-left: calc(1.5rem + .5em);
  margin-top: -3rem;
  padding-left: 1em;
  padding-bottom: 1em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1.5rem - .5em);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-vertical.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-large.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 3.3rem;
  bottom: .3rem;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: .4em;
    left: 2.76rem;
    right: -.24rem;
    top: calc(1.5rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-content-above:not(.is-vertical) .steps-segment:not(:last-child)::after {
    bottom: calc(1.5rem - (.2em));
    top: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-vertical) .extra-data {
    left: calc(50% + 1.8rem);
    right: calc(-50% + 1.8rem);
    bottom: 100%;
    position: absolute;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (.2em));
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-content-above:not(.is-vertical) .extra-data {
    top: 100%;
    bottom: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-vertical) .steps-content {
    margin-left: 1.5rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1.5rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1.5rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-content-centered:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-content-centered:not(.is-vertical) .steps-marker {
    position: absolute;
    left: calc(50% - 1.5rem);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-content-centered:not(.is-vertical) .steps-content {
    margin-top: 3rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-content-above.has-content-centered:not(.is-vertical) .steps-content {
    margin-bottom: 3rem;
    padding-bottom: .2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-gaps:not(.is-vertical):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-large:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 3.3rem;
    right: .3rem;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-large.has-content-centered.has-gaps:not(.is-vertical):not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-large.has-content-centered:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.8rem);
    right: calc(-50% + 1.8rem);
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal .steps-segment:not(:last-child):after {
  height: .4em;
  left: 2.76rem;
  right: -.24rem;
  top: calc(1.5rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1.5rem - (.2em));
  top: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal .extra-data {
  left: calc(50% + 1.8rem);
  right: calc(-50% + 1.8rem);
  bottom: 100%;
  position: absolute;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (.2em));
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal .steps-content {
  margin-left: 1.5rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1.5rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal .steps-content.is-divider-content {
  margin-right: -1.5rem;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1.5rem);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal.has-content-centered .steps-content {
  margin-top: 3rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 3rem;
  padding-bottom: .2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-large.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 3.3rem;
  right: .3rem;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-large.is-horizontal.has-content-centered.has-gaps:not(.is-thin) .steps-segment:not(:last-child):after, .steps.is-large.is-horizontal.has-content-centered:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.8rem);
  right: calc(-50% + 1.8rem);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps-segment:after {
  background-color: #23d160;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps-segment.is-active:after {
  background-color: #dbdbdb;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps-segment.is-active ~ .steps-segment:after {
  background-color: #dbdbdb;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker:not(.is-hollow) {
  background-color: #23d160;
  color: #fff;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-segment.is-active .steps-marker:not(.is-hollow) {
  background-color: #23d160;
  color: #fff;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-segment.is-active ~ .steps-segment .steps-marker:not(.is-hollow) {
  background-color: #dbdbdb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker, .steps-marker.is-hollow {
  border: .3em solid #23d160;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .is-active .steps-marker, .steps .is-active .steps-marker.is-hollow {
  border-color: #23d160;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-segment.is-active ~ .steps-segment .steps-marker, .steps-segment.is-active ~ .steps-segment .steps-marker.is-hollow {
  border-color: #dbdbdb;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-white:not(.is-hollow) {
  background-color: #fff !important;
  color: #0a0a0a !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-white, .steps .steps-marker.is-hollow.is-white {
  border-color: #fff !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-black:not(.is-hollow) {
  background-color: #0a0a0a !important;
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-black, .steps .steps-marker.is-hollow.is-black {
  border-color: #0a0a0a !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-light:not(.is-hollow) {
  background-color: #f5f5f5 !important;
  color: #363636 !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-light, .steps .steps-marker.is-hollow.is-light {
  border-color: #f5f5f5 !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-dark:not(.is-hollow) {
  background-color: #363636 !important;
  color: #f5f5f5 !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-dark, .steps .steps-marker.is-hollow.is-dark {
  border-color: #363636 !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-primary:not(.is-hollow) {
  background-color: #00d1b2 !important;
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-primary, .steps .steps-marker.is-hollow.is-primary {
  border-color: #00d1b2 !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-link:not(.is-hollow) {
  background-color: #3273dc !important;
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-link, .steps .steps-marker.is-hollow.is-link {
  border-color: #3273dc !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-info:not(.is-hollow) {
  background-color: #209cee !important;
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-info, .steps .steps-marker.is-hollow.is-info {
  border-color: #209cee !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-success:not(.is-hollow) {
  background-color: #23d160 !important;
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-success, .steps .steps-marker.is-hollow.is-success {
  border-color: #23d160 !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-warning:not(.is-hollow) {
  background-color: #ffdd57 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-warning, .steps .steps-marker.is-hollow.is-warning {
  border-color: #ffdd57 !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps:not(.is-hollow) .steps-marker.is-danger:not(.is-hollow) {
  background-color: #ff3860 !important;
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-hollow .steps-marker.is-danger, .steps .steps-marker.is-hollow.is-danger {
  border-color: #ff3860 !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-dashed:not(.is-horizontal) .steps-segment:after, .steps:not(.is-horizontal) .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(0deg, #23d160, #23d160 5px, transparent 5px, transparent 10px);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-dashed:not(.is-horizontal) .steps-segment.is-active:after, .steps.is-dashed:not(.is-horizontal) .steps-segment.is-active ~ .steps-segment:after, .steps:not(.is-horizontal) .steps-segment.is-active.is-dashed:after, .steps:not(.is-horizontal) .steps-segment.is-active ~ .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(0deg, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px);
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical.is-dashed .steps-segment:after, .steps.is-vertical .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(0deg, #23d160, #23d160 5px, transparent 5px, transparent 10px);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-vertical.is-dashed .steps-segment.is-active:after, .steps.is-vertical.is-dashed .steps-segment.is-active ~ .steps-segment:after, .steps.is-vertical .steps-segment.is-active.is-dashed:after, .steps.is-vertical .steps-segment.is-active ~ .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(0deg, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px);
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-dashed:not(.is-vertical) .steps-segment:after, .steps:not(.is-vertical) .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(90deg, #23d160, #23d160 10px, transparent 10px, transparent 20px);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-dashed:not(.is-vertical) .steps-segment.is-active:after, .steps.is-dashed:not(.is-vertical) .steps-segment.is-active ~ .steps-segment:after, .steps:not(.is-vertical) .steps-segment.is-active.is-dashed:after, .steps:not(.is-vertical) .steps-segment.is-active ~ .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(90deg, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px);
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.is-dashed .steps-segment:after, .steps.is-horizontal .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(90deg, #23d160, #23d160 10px, transparent 10px, transparent 20px);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-horizontal.is-dashed .steps-segment.is-active:after, .steps.is-horizontal.is-dashed .steps-segment.is-active ~ .steps-segment:after, .steps.is-horizontal .steps-segment.is-active.is-dashed:after, .steps.is-horizontal .steps-segment.is-active ~ .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(90deg, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin .steps-marker {
  width: .8em;
  height: .8em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-hollow .steps-marker, .steps.is-thin .steps-marker.is-hollow {
  border-width: 1px;
  height: calc(.8em + 1px);
  width: calc(.8em + 1px);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: 0;
    left: calc(.4em - .5px);
    top: .8em;
    width: 1px;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin:not(.is-horizontal) .steps-content {
    margin-top: -1.2em;
    margin-left: .8em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin.has-gaps:not(.is-horizontal) .steps-segment:not(:last-child):after, .steps.is-thin:not(.is-horizontal) .steps-segment.has-gaps:not(:last-child):after {
    bottom: .4em;
    top: 1.2em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin.has-content-centered:not(.is-horizontal) .steps-content {
    padding-top: 1.6em;
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-vertical .steps-segment:not(:last-child):after {
  bottom: 0;
  left: calc(.4em - .5px);
  top: .8em;
  width: 1px;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-vertical .steps-content {
  margin-top: -1.2em;
  margin-left: .8em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-vertical.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-vertical .steps-segment.has-gaps:not(:last-child):after {
  bottom: .4em;
  top: 1.2em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-vertical.has-content-centered .steps-content {
  padding-top: 1.6em;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: .8em;
    right: 0;
    top: calc(.4em - .5px);
    height: 1px;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin.has-content-above:not(.is-vertical) .steps-segment:not(:last-child)::after {
    bottom: calc(.4em - .5px);
    top: auto;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin:not(.is-vertical) .steps-content {
    margin-top: .8em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin.has-content-centered:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: calc(50% + .4em);
    right: calc(-50% + .4em);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin.has-content-centered:not(.is-vertical) .steps-marker {
    position: absolute;
    left: calc(50% - .4em);
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin.has-gaps:not(.is-vertical) .steps-segment:not(:last-child):after, .steps.is-thin:not(.is-vertical) .steps-segment.has-gaps:not(:last-child):after {
    left: 1.2em;
    right: .4em;
  }
  /* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
  .steps.is-thin.has-content-centered.has-gaps:not(.is-vertical) .steps-segment:not(:last-child):after, .steps.is-thin.has-content-centered:not(.is-vertical) .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + .8em);
    right: calc(-50% + .8em);
  }
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-horizontal .steps-segment:not(:last-child):after {
  left: .8em;
  right: 0;
  top: calc(.4em - .5px);
  height: 1px;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(.4em - .5px);
  top: auto;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-horizontal .steps-content {
  margin-top: .8em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: calc(50% + .4em);
  right: calc(-50% + .4em);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - .4em);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-horizontal.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-horizontal .steps-segment.has-gaps:not(:last-child):after {
  left: 1.2em;
  right: .4em;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.is-thin.is-horizontal.has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-horizontal.has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + .8em);
  right: calc(-50% + .8em);
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.has-content-above:not(.is-vertical) .steps-segment {
  display: flex;
  flex-direction: column-reverse;
}

/* line 1, app/assets/stylesheets/vendor/bulma-steps.min.css */
.steps.has-content-above:not(.is-vertical) .steps-segment .steps-content {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column-reverse;
}

/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAiYnVsbWEtc3RlcHMubWluLmNzcyIsCgkic291cmNlcyI6IFsKCQkiYnVsbWEtc3RlcHMuc2FzcyIsCgkJInN0eWxlcy91dGlsaXRpZXMvX2FsbC5zYXNzIiwKCQkic3R5bGVzL3V0aWxpdGllcy9pbml0aWFsLXZhcmlhYmxlcy5zYXNzIiwKCQkic3R5bGVzL3V0aWxpdGllcy9mdW5jdGlvbnMuc2FzcyIsCgkJInN0eWxlcy91dGlsaXRpZXMvZGVyaXZlZC12YXJpYWJsZXMuc2FzcyIsCgkJInN0eWxlcy91dGlsaXRpZXMvYW5pbWF0aW9ucy5zYXNzIiwKCQkic3R5bGVzL3V0aWxpdGllcy9taXhpbnMuc2FzcyIsCgkJInN0eWxlcy91dGlsaXRpZXMvY29udHJvbHMuc2FzcyIKCV0sCgkibmFtZXMiOiBbXSwKCSJtYXBwaW5ncyI6ICJBS0FBLFVBQVUsQ0FBVixVQUFVLENBQ1IsSUFBSSxDQUNGLFNBQVMsQ0FBRSxZQUFZLENBQ3pCLEVBQUUsQ0FDQSxTQUFTLENBQUUsY0FBYyxFTHFDN0IsQU0wSEUsTU4xSEksQU0wSEgsSUFBSyxDQUFBLFdBQVcsQ0FBRSxDQUNqQixhQUFhLENBQUUsTUFBTSxDQUFHLEFOM0g1QixBQUdFLE1BSEksQ0FHSixjQUFjLEFBQUMsQ0FDYixRQUFRLENBQUUsUUFBUSxDQUtPLEFBVDdCLEFBS0ksTUFMRSxDQUdKLGNBQWMsQUFFWCxJQUFLLENNcUhGLFdBQVcsQ05ySEcsTUFBTSxBQUFDLENBRXZCLE9BQU8sQ0FBRSxHQUFHLENBQ1osT0FBTyxDQUFFLEtBQUssQ0FDZCxRQUFRLENBQUUsUUFBUSxDQUFHLEFNK0J6QixNQUFNLENBQUMsTUFBTSxNQUFNLFNBQVMsRUFBRSxLQUFLLEVOeENyQyxBQVlJLE1BWkUsQUFqQkQsSUFBSyxDQUFBLGNBQWMsRUE2QnBCLGNBQWMsQUFBQyxDQUNiLE9BQU8sQ0FBRSxLQUFLLENBRStCLEFBZm5ELEFBY00sTUFkQSxBQWpCRCxJQUFLLENBQUEsY0FBYyxFQTZCcEIsY0FBYyxBQUVYLElB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 */
/* line 1, app/assets/stylesheets/modules/public/_body.scss */
body, html {
  background: #f7f7f7;
}

/* line 1, app/assets/stylesheets/modules/public/_header.scss */
header {
  background-color: transparent;
  padding: 2rem 0.75rem 1rem;
}

/* line 6, app/assets/stylesheets/modules/public/_header.scss */
header .brand img {
  height: 40px;
}

/* line 4, app/assets/stylesheets/modules/public/_sections.scss */
section.form h1, section.form h2 {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
}

/* line 11, app/assets/stylesheets/modules/public/_sections.scss */
section.form h1 {
  margin-top: 5rem;
}

/* line 17, app/assets/stylesheets/modules/public/_sections.scss */
section.form .form, section.form .review, section.form .total, section.form .credit_card, section.form .thank_you {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4375rem;
  padding: 2rem;
}

/* line 23, app/assets/stylesheets/modules/public/_sections.scss */
section.form .form .is-toggle-button, section.form .review .is-toggle-button, section.form .total .is-toggle-button, section.form .credit_card .is-toggle-button, section.form .thank_you .is-toggle-button {
  background: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  border-radius: 0.25rem;
  color: #888;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 0.3125rem;
  outline: transparent;
  padding: 0.5rem;
  text-transform: uppercase;
  text-indent: -9999em;
  -moz-appereance: none;
  -webkit-appereance: none;
  width: 2rem;
}

/* line 42, app/assets/stylesheets/modules/public/_sections.scss */
section.form .form .is-toggle-button:hover, section.form .review .is-toggle-button:hover, section.form .total .is-toggle-button:hover, section.form .credit_card .is-toggle-button:hover, section.form .thank_you .is-toggle-button:hover {
  background-color: #eee;
  color: #555;
}

/* line 48, app/assets/stylesheets/modules/public/_sections.scss */
section.form .form .is-toggle-button.hideShowPassword-toggle-hide, section.form .review .is-toggle-button.hideShowPassword-toggle-hide, section.form .total .is-toggle-button.hideShowPassword-toggle-hide, section.form .credit_card .is-toggle-button.hideShowPassword-toggle-hide, section.form .thank_you .is-toggle-button.hideShowPassword-toggle-hide {
  background-image: url(/assets/web/icons/icon-eye-crossed-27422ef4c463faedc673f290807502f1440a11bc17533b573d314c13afcccfc7.svg);
}

/* line 51, app/assets/stylesheets/modules/public/_sections.scss */
section.form .form .is-toggle-button.hideShowPassword-toggle-show, section.form .review .is-toggle-button.hideShowPassword-toggle-show, section.form .total .is-toggle-button.hideShowPassword-toggle-show, section.form .credit_card .is-toggle-button.hideShowPassword-toggle-show, section.form .thank_you .is-toggle-button.hideShowPassword-toggle-show {
  background-image: url(/assets/web/icons/icon-eye-9e66a07c83b7202c0c7e4279b9316cadcaf5a47b3769cb8e6f8b39e0dc3169ca.svg);
}

@media screen and (max-width: 1023px) {
  /* line 58, app/assets/stylesheets/modules/public/_sections.scss */
  section.form .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 64, app/assets/stylesheets/modules/public/_sections.scss */
  section.form .header h1, section.form .header h2 {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  /* line 70, app/assets/stylesheets/modules/public/_sections.scss */
  section.form .header h1 {
    margin-top: 2rem;
  }
}

/* line 80, app/assets/stylesheets/modules/public/_sections.scss */
section.form .form .field .field_with_errors .label {
  margin-bottom: 0.5rem;
}

/* line 88, app/assets/stylesheets/modules/public/_sections.scss */
section.form .form .control .checkbox .field_with_errors {
  display: inline-block;
}

/* line 97, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review h3.section_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 103, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .subscription h3 {
  color: #000;
}

/* line 105, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .subscription h3 span {
  color: #c4161c;
}

/* line 111, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .subscription .product h3 {
  margin: 0;
}

/* line 115, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .subscription .product h4 {
  font-weight: 400;
  margin: 0.5rem 0 0;
}

/* line 122, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .subscription .price h3, section.form .review .subscription .price span {
  display: inline-block;
}

/* line 126, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .subscription .price span {
  background-color: #ffde59;
  border-radius: 7px;
  color: #000;
  display: inline-block;
  line-height: 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem;
  text-align: center;
  margin-right: 1rem;
}

/* line 141, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0 0 0.4375rem 0.4375rem;
  margin: 0 -2rem -2rem;
  padding: 2rem;
}

/* line 148, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container p {
  font-size: 0.9375rem;
}

/* line 154, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox input.checkbox {
  left: 1rem;
  position: absolute;
}

/* line 160, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox label {
  font-weight: bold;
}

/* line 163, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox label.checkbox {
  padding-left: 1.5rem;
}

/* line 166, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox label.checkbox:hover {
  color: #fff;
}

/* line 172, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox input[type="checkbox"] {
  display: none;
}

/* line 175, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 186, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

/* line 187, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox input[type="checkbox"] + label:before {
  border-radius: 3px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

/* line 205, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .checkbox input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 222, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .product h3 {
  color: #000;
  font-weight: 400;
}

/* line 226, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .product h3 span {
  display: inline-block;
  font-weight: 700;
}

/* line 230, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .product h3 span span {
  color: #c4161c;
}

/* line 236, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .product P {
  color: #000;
}

/* line 239, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .product P span {
  color: #6c6c6c;
  margin-left: 2rem;
  text-decoration: line-through;
}

/* line 250, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .discount span {
  background-color: #ffde59;
  color: #000;
  display: block;
  line-height: 1rem;
  font-size: 0.8125rem;
  padding: 0.125rem;
  width: 40px;
}

/* line 259, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .discount span span {
  display: block;
  text-align: center;
  width: auto;
}

/* line 268, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .addons_container .discount span span.label {
  color: #000;
}

/* line 276, app/assets/stylesheets/modules/public/_sections.scss */
section.form .review .g-recaptcha {
  margin-top: 60px;
}

/* line 281, app/assets/stylesheets/modules/public/_sections.scss */
section.form .total {
  margin: 1rem auto 2rem;
  padding: 1.5rem 2rem;
}

/* line 285, app/assets/stylesheets/modules/public/_sections.scss */
section.form .total h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

/* line 291, app/assets/stylesheets/modules/public/_sections.scss */
section.form .total h3 {
  color: #000;
  margin-bottom: 0;
}

/* line 295, app/assets/stylesheets/modules/public/_sections.scss */
section.form .total h3 span {
  color: #c4161c;
}

/* line 300, app/assets/stylesheets/modules/public/_sections.scss */
section.form .total hr {
  margin: 0 0 1rem;
}

/* line 305, app/assets/stylesheets/modules/public/_sections.scss */
section.form .total .columns .column {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 309, app/assets/stylesheets/modules/public/_sections.scss */
section.form .total .columns .column.subscription_total span {
  background-color: #ffde59;
  border-radius: 7px;
  color: #000;
  display: inline-block;
  line-height: 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem;
  text-align: center;
  margin-right: 1rem;
}

/* line 325, app/assets/stylesheets/modules/public/_sections.scss */
section.form .total .columns:last-child .column {
  border-bottom: 0;
}

/* line 337, app/assets/stylesheets/modules/public/_sections.scss */
section.form .credit_card #card-element {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  line-height: 1.5;
  padding-bottom: 0.5625rem;
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: 0.5625rem;
}

/* line 353, app/assets/stylesheets/modules/public/_sections.scss */
section.form .credit_card .accepted_payment_methods {
  margin-bottom: 1rem;
}

/* line 356, app/assets/stylesheets/modules/public/_sections.scss */
section.form .credit_card .accepted_payment_methods img {
  height: 24px;
  margin-right: 2px;
}

/* line 362, app/assets/stylesheets/modules/public/_sections.scss */
section.form .credit_card .notification {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
}

/* line 366, app/assets/stylesheets/modules/public/_sections.scss */
section.form .credit_card .notification span {
  color: #c4161c;
}

/* line 373, app/assets/stylesheets/modules/public/_sections.scss */
section.form .thank_you h1 {
  margin: 0 auto 2rem;
}

/* line 377, app/assets/stylesheets/modules/public/_sections.scss */
section.form .thank_you p {
  font-size: 1.5rem;
  margin: 1.5rem 0 0;
}

/* line 383, app/assets/stylesheets/modules/public/_sections.scss */
section.form .support {
  padding: 1rem 0;
}

/* line 386, app/assets/stylesheets/modules/public/_sections.scss */
section.form .support p {
  font-size: 1.25rem;
}

/* line 389, app/assets/stylesheets/modules/public/_sections.scss */
section.form .support p a {
  text-decoration: underline;
}

/* line 397, app/assets/stylesheets/modules/public/_sections.scss */
section.form .steps .steps-segment .steps-marker {
  background-color: #eee !important;
  border: 3px solid #f7f7f7;
  color: #000 !important;
  font-size: 0.8125rem;
  height: 2.5rem;
  width: 2.5rem;
}

/* line 407, app/assets/stylesheets/modules/public/_sections.scss */
section.form .steps .steps-segment .steps-content p {
  color: #aaa;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}

/* line 415, app/assets/stylesheets/modules/public/_sections.scss */
section.form .steps .steps-segment.is-active .steps-marker {
  background-color: #c4161c !important;
  color: #fff !important;
}

/* line 421, app/assets/stylesheets/modules/public/_sections.scss */
section.form .steps .steps-segment.is-active .steps-content p {
  color: #000;
  font-weight: 500;
}

/* line 428, app/assets/stylesheets/modules/public/_sections.scss */
section.form .steps .steps-segment:after {
  background-color: #c4161c;
}

/* line 433, app/assets/stylesheets/modules/public/_sections.scss */
section.form .steps .steps-segment:not(:last-child):after {
  height: 1px;
  top: calc(1.25rem - (1px));
}

/* line 441, app/assets/stylesheets/modules/public/_sections.scss */
section.form .powered_by_stripe {
  text-align: center;
  opacity: 0.5;
}

/* line 445, app/assets/stylesheets/modules/public/_sections.scss */
section.form .powered_by_stripe img {
  height: 30px;
}
