/* Bulma Utilities */
/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 217, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb: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 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

/* line 242, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 252, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

/* line 255, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

/* line 258, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 261, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 264, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 271, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 278, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-1rem {
  width: 1rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-1rem {
  min-width: 1rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-1rem {
  max-width: 1rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-1rem {
  height: 1rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-1rem {
  min-height: 1rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-1rem {
  max-height: 1rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-1rem {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-2rem {
  width: 2rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-2rem {
  min-width: 2rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-2rem {
  max-width: 2rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-2rem {
  height: 2rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-2rem {
  min-height: 2rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-2rem {
  max-height: 2rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-2rem {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-3rem {
  width: 3rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-3rem {
  min-width: 3rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-3rem {
  max-width: 3rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-3rem {
  height: 3rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-3rem {
  min-height: 3rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-3rem {
  max-height: 3rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-3rem {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-4rem {
  width: 4rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-4rem {
  min-width: 4rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-4rem {
  max-width: 4rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-4rem {
  height: 4rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-4rem {
  min-height: 4rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-4rem {
  max-height: 4rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-4rem {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-5rem {
  width: 5rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-5rem {
  min-width: 5rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-5rem {
  max-width: 5rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-5rem {
  height: 5rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-5rem {
  min-height: 5rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-5rem {
  max-height: 5rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-5rem {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-6rem {
  width: 6rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-6rem {
  min-width: 6rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-6rem {
  max-width: 6rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-6rem {
  height: 6rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-6rem {
  min-height: 6rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-6rem {
  max-height: 6rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-6rem {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-7rem {
  width: 7rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-7rem {
  min-width: 7rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-7rem {
  max-width: 7rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-7rem {
  height: 7rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-7rem {
  min-height: 7rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-7rem {
  max-height: 7rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-7rem {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-8rem {
  width: 8rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-8rem {
  min-width: 8rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-8rem {
  max-width: 8rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-8rem {
  height: 8rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-8rem {
  min-height: 8rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-8rem {
  max-height: 8rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-8rem {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-9rem {
  width: 9rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-9rem {
  min-width: 9rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-9rem {
  max-width: 9rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-9rem {
  height: 9rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-9rem {
  min-height: 9rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-9rem {
  max-height: 9rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-9rem {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-10rem {
  width: 10rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-10rem {
  min-width: 10rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-10rem {
  max-width: 10rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-10rem {
  height: 10rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-10rem {
  min-height: 10rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-10rem {
  max-height: 10rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-10rem {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-11rem {
  width: 11rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-11rem {
  min-width: 11rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-11rem {
  max-width: 11rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-11rem {
  height: 11rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-11rem {
  min-height: 11rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-11rem {
  max-height: 11rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-11rem {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-12rem {
  width: 12rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-12rem {
  min-width: 12rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-12rem {
  max-width: 12rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-12rem {
  height: 12rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-12rem {
  min-height: 12rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-12rem {
  max-height: 12rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-12rem {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-13rem {
  width: 13rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-13rem {
  min-width: 13rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-13rem {
  max-width: 13rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-13rem {
  height: 13rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-13rem {
  min-height: 13rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-13rem {
  max-height: 13rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-13rem {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-14rem {
  width: 14rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-14rem {
  min-width: 14rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-14rem {
  max-width: 14rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-14rem {
  height: 14rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-14rem {
  min-height: 14rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-14rem {
  max-height: 14rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-14rem {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-15rem {
  width: 15rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-15rem {
  min-width: 15rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-15rem {
  max-width: 15rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-15rem {
  height: 15rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-15rem {
  min-height: 15rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-15rem {
  max-height: 15rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-15rem {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-20rem {
  width: 20rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-20rem {
  min-width: 20rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-20rem {
  max-width: 20rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-20rem {
  height: 20rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-20rem {
  min-height: 20rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-20rem {
  max-height: 20rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-20rem {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-25rem {
  width: 25rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-25rem {
  min-width: 25rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-25rem {
  max-width: 25rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-25rem {
  height: 25rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-25rem {
  min-height: 25rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-25rem {
  max-height: 25rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-25rem {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-30rem {
  width: 30rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-30rem {
  min-width: 30rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-30rem {
  max-width: 30rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-30rem {
  height: 30rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-30rem {
  min-height: 30rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-30rem {
  max-height: 30rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-30rem {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-35rem {
  width: 35rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-35rem {
  min-width: 35rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-35rem {
  max-width: 35rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-35rem {
  height: 35rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-35rem {
  min-height: 35rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-35rem {
  max-height: 35rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-35rem {
  padding-top: 35rem !important;
  padding-bottom: 35rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-40rem {
  width: 40rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-40rem {
  min-width: 40rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-40rem {
  max-width: 40rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-40rem {
  height: 40rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-40rem {
  min-height: 40rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-40rem {
  max-height: 40rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-40rem {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-45rem {
  width: 45rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-45rem {
  min-width: 45rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-45rem {
  max-width: 45rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-45rem {
  height: 45rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-45rem {
  min-height: 45rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-45rem {
  max-height: 45rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-45rem {
  padding-top: 45rem !important;
  padding-bottom: 45rem !important;
}

/* line 27, assets/stylesheets/_helpers.scss */
.width-50rem {
  width: 50rem !important;
}

/* line 28, assets/stylesheets/_helpers.scss */
.min-width-50rem {
  min-width: 50rem !important;
}

/* line 29, assets/stylesheets/_helpers.scss */
.max-width-50rem {
  max-width: 50rem !important;
}

/* line 31, assets/stylesheets/_helpers.scss */
.height-50rem {
  height: 50rem !important;
}

/* line 32, assets/stylesheets/_helpers.scss */
.min-height-50rem {
  min-height: 50rem !important;
}

/* line 33, assets/stylesheets/_helpers.scss */
.max-height-50rem {
  max-height: 50rem !important;
}

/* line 35, assets/stylesheets/_helpers.scss */
.py-50rem {
  padding-top: 50rem !important;
  padding-bottom: 50rem !important;
}

/* line 38, assets/stylesheets/_helpers.scss */
.is-overflow-hidden {
  overflow: hidden !important;
}

/* Bulma Utilities */
/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 217, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb: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 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

/* line 242, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 252, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

/* line 255, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

/* line 258, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 261, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 264, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 271, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 278, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 217, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb: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 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

/* line 242, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 252, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

/* line 255, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

/* line 258, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 261, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 264, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 271, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 278, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.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 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 40, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
ul {
  list-style: none;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
html {
  box-sizing: border-box;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
*, *::before, *::after {
  box-sizing: inherit;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
img,
video {
  height: auto;
  max-width: 100%;
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
iframe {
  border: 0;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
td,
th {
  padding: 0;
}

/* line 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
html {
  background-color: white;
  font-size: 18px;
  -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 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a {
  color: #035287;
  cursor: pointer;
  text-decoration: none;
}

/* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a strong {
  color: currentColor;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a:hover {
  color: #363636;
}

/* line 85, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

/* line 92, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

/* line 99, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
img {
  height: auto;
  max-width: 100%;
}

/* line 103, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 107, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
small {
  font-size: 0.875em;
}

/* line 110, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 114, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
strong {
  color: #363636;
  font-weight: 700;
}

/* line 120, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
fieldset {
  border: none;
}

/* line 123, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 132, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 139, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table td,
table th {
  vertical-align: top;
}

/* line 142, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table th {
  color: #363636;
}

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

/* Bulma Elements */
/* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 22, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 #035287;
}

/* line 25, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/box.sass */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #035287;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button strong {
  color: inherit;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

/* line 87, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

/* line 90, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

/* line 93, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

/* line 97, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 101, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:focus, .button.is-focused {
  border-color: #485fc7;
  color: #363636;
}

/* line 105, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 107, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

/* line 112, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

/* line 117, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 123, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 127, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 132, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #035287;
  text-decoration: none;
}

/* line 137, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #035287;
  text-decoration: underline;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: white;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: #363636;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary {
  background-color: #035287;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #024a7a;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #02436e;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #035287;
  border-color: #035287;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #035287;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #035287;
  color: #035287;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
  border-color: #035287;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #035287 #035287 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #035287;
  box-shadow: none;
  color: #035287;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 #035287 #035287 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link {
  background-color: #035287;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #024a7a;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:active, .button.is-link.is-active {
  background-color: #02436e;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #035287;
  border-color: #035287;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #035287;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #035287;
  color: #035287;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
  border-color: #035287;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #035287 #035287 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #035287;
  box-shadow: none;
  color: #035287;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 #035287 #035287 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info {
  background-color: #e6f9ff;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #d9f5ff;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(230, 249, 255, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:active, .button.is-info.is-active {
  background-color: #ccf2ff;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #e6f9ff;
  border-color: #e6f9ff;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted {
  background-color: #0a0a0a;
  color: #e6f9ff;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: black;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #e6f9ff;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #e6f9ff;
  color: #e6f9ff;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #e6f9ff;
  border-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #e6f9ff #e6f9ff !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 #0a0a0a #0a0a0a !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #e6f9ff;
  box-shadow: none;
  color: #e6f9ff;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #0a0a0a;
  color: #e6f9ff;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 #e6f9ff #e6f9ff !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success {
  background-color: #27aa83;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #24a07b;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(39, 170, 131, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:active, .button.is-success.is-active {
  background-color: #229673;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #27aa83;
  border-color: #27aa83;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #27aa83;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #27aa83;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #27aa83;
  color: #27aa83;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #27aa83;
  border-color: #27aa83;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #27aa83 #27aa83 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #27aa83;
  box-shadow: none;
  color: #27aa83;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #27aa83;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 #27aa83 #27aa83 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning {
  background-color: #81defd;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #75dbfd;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(129, 222, 253, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #68d8fd;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #81defd;
  border-color: #81defd;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #81defd;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #81defd;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #81defd;
  color: #81defd;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #81defd;
  border-color: #81defd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #81defd #81defd !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #81defd;
  box-shadow: none;
  color: #81defd;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #81defd;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 #81defd #81defd !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger {
  background-color: #ef4e4e;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ed4242;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(239, 78, 78, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ec3636;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #ef4e4e;
  border-color: #ef4e4e;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ef4e4e;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ef4e4e;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ef4e4e;
  color: #ef4e4e;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ef4e4e;
  border-color: #ef4e4e;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ef4e4e #ef4e4e !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ef4e4e;
  box-shadow: none;
  color: #ef4e4e;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ef4e4e;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 #ef4e4e #ef4e4e !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution {
  background-color: #f9b81f;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution:hover, .button.is-caution.is-hovered {
  background-color: #f9b413;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution:focus, .button.is-caution.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution:focus:not(:active), .button.is-caution.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution:active, .button.is-caution.is-active {
  background-color: #f9b006;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution[disabled], fieldset[disabled] .button.is-caution {
  background-color: #f9b81f;
  border-color: #f9b81f;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-inverted {
  background-color: #0a0a0a;
  color: #f9b81f;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-inverted:hover, .button.is-caution.is-inverted.is-hovered {
  background-color: black;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-inverted[disabled], fieldset[disabled] .button.is-caution.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #f9b81f;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-outlined {
  background-color: transparent;
  border-color: #f9b81f;
  color: #f9b81f;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-outlined:hover, .button.is-caution.is-outlined.is-hovered, .button.is-caution.is-outlined:focus, .button.is-caution.is-outlined.is-focused {
  background-color: #f9b81f;
  border-color: #f9b81f;
  color: #0a0a0a;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-outlined.is-loading::after {
  border-color: transparent transparent #f9b81f #f9b81f !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-outlined.is-loading:hover::after, .button.is-caution.is-outlined.is-loading.is-hovered::after, .button.is-caution.is-outlined.is-loading:focus::after, .button.is-caution.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-outlined[disabled], fieldset[disabled] .button.is-caution.is-outlined {
  background-color: transparent;
  border-color: #f9b81f;
  box-shadow: none;
  color: #f9b81f;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-inverted.is-outlined:hover, .button.is-caution.is-inverted.is-outlined.is-hovered, .button.is-caution.is-inverted.is-outlined:focus, .button.is-caution.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: #f9b81f;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-inverted.is-outlined.is-loading:hover::after, .button.is-caution.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-caution.is-inverted.is-outlined.is-loading:focus::after, .button.is-caution.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f9b81f #f9b81f !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-caution.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-caution.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary {
  background-color: #f9b81f;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary:hover, .button.is-secondary.is-hovered {
  background-color: #f9b413;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary:focus, .button.is-secondary.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary:focus:not(:active), .button.is-secondary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary:active, .button.is-secondary.is-active {
  background-color: #f9b006;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary[disabled], fieldset[disabled] .button.is-secondary {
  background-color: #f9b81f;
  border-color: #f9b81f;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-inverted {
  background-color: #0a0a0a;
  color: #f9b81f;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-inverted:hover, .button.is-secondary.is-inverted.is-hovered {
  background-color: black;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-inverted[disabled], fieldset[disabled] .button.is-secondary.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #f9b81f;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #f9b81f;
  color: #f9b81f;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-outlined:hover, .button.is-secondary.is-outlined.is-hovered, .button.is-secondary.is-outlined:focus, .button.is-secondary.is-outlined.is-focused {
  background-color: #f9b81f;
  border-color: #f9b81f;
  color: #0a0a0a;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-outlined.is-loading::after {
  border-color: transparent transparent #f9b81f #f9b81f !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-outlined.is-loading:hover::after, .button.is-secondary.is-outlined.is-loading.is-hovered::after, .button.is-secondary.is-outlined.is-loading:focus::after, .button.is-secondary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-outlined[disabled], fieldset[disabled] .button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #f9b81f;
  box-shadow: none;
  color: #f9b81f;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-inverted.is-outlined:hover, .button.is-secondary.is-inverted.is-outlined.is-hovered, .button.is-secondary.is-inverted.is-outlined:focus, .button.is-secondary.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: #f9b81f;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-inverted.is-outlined.is-loading:hover::after, .button.is-secondary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-secondary.is-inverted.is-outlined.is-loading:focus::after, .button.is-secondary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f9b81f #f9b81f !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-secondary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add {
  background-color: #147b63;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add:hover, .button.is-add.is-hovered {
  background-color: #12705a;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add:focus, .button.is-add.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add:focus:not(:active), .button.is-add.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(20, 123, 99, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add:active, .button.is-add.is-active {
  background-color: #106551;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add[disabled], fieldset[disabled] .button.is-add {
  background-color: #147b63;
  border-color: #147b63;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-inverted {
  background-color: #fff;
  color: #147b63;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-inverted:hover, .button.is-add.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-inverted[disabled], fieldset[disabled] .button.is-add.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #147b63;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-outlined {
  background-color: transparent;
  border-color: #147b63;
  color: #147b63;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-outlined:hover, .button.is-add.is-outlined.is-hovered, .button.is-add.is-outlined:focus, .button.is-add.is-outlined.is-focused {
  background-color: #147b63;
  border-color: #147b63;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-outlined.is-loading::after {
  border-color: transparent transparent #147b63 #147b63 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-outlined.is-loading:hover::after, .button.is-add.is-outlined.is-loading.is-hovered::after, .button.is-add.is-outlined.is-loading:focus::after, .button.is-add.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-outlined[disabled], fieldset[disabled] .button.is-add.is-outlined {
  background-color: transparent;
  border-color: #147b63;
  box-shadow: none;
  color: #147b63;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-inverted.is-outlined:hover, .button.is-add.is-inverted.is-outlined.is-hovered, .button.is-add.is-inverted.is-outlined:focus, .button.is-add.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #147b63;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-inverted.is-outlined.is-loading:hover::after, .button.is-add.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-add.is-inverted.is-outlined.is-loading:focus::after, .button.is-add.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #147b63 #147b63 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-add.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-add.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save {
  background-color: #199473;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save:hover, .button.is-save.is-hovered {
  background-color: #17896b;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save:focus, .button.is-save.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save:focus:not(:active), .button.is-save.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(25, 148, 115, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save:active, .button.is-save.is-active {
  background-color: #157e62;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save[disabled], fieldset[disabled] .button.is-save {
  background-color: #199473;
  border-color: #199473;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-inverted {
  background-color: #fff;
  color: #199473;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-inverted:hover, .button.is-save.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-inverted[disabled], fieldset[disabled] .button.is-save.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #199473;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-outlined {
  background-color: transparent;
  border-color: #199473;
  color: #199473;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-outlined:hover, .button.is-save.is-outlined.is-hovered, .button.is-save.is-outlined:focus, .button.is-save.is-outlined.is-focused {
  background-color: #199473;
  border-color: #199473;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-outlined.is-loading::after {
  border-color: transparent transparent #199473 #199473 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-outlined.is-loading:hover::after, .button.is-save.is-outlined.is-loading.is-hovered::after, .button.is-save.is-outlined.is-loading:focus::after, .button.is-save.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-outlined[disabled], fieldset[disabled] .button.is-save.is-outlined {
  background-color: transparent;
  border-color: #199473;
  box-shadow: none;
  color: #199473;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-inverted.is-outlined:hover, .button.is-save.is-inverted.is-outlined.is-hovered, .button.is-save.is-inverted.is-outlined:focus, .button.is-save.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #199473;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-inverted.is-outlined.is-loading:hover::after, .button.is-save.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-save.is-inverted.is-outlined.is-loading:focus::after, .button.is-save.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #199473 #199473 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-save.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-save.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew {
  background-color: #1280bf;
  border-color: transparent;
  color: white;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew:hover, .button.is-saveNew.is-hovered {
  background-color: #1178b4;
  border-color: transparent;
  color: white;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew:focus, .button.is-saveNew.is-focused {
  border-color: transparent;
  color: white;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew:focus:not(:active), .button.is-saveNew.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew:active, .button.is-saveNew.is-active {
  background-color: #1070a8;
  border-color: transparent;
  color: white;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew[disabled], fieldset[disabled] .button.is-saveNew {
  background-color: #1280bf;
  border-color: #1280bf;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-inverted {
  background-color: white;
  color: #1280bf;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-inverted:hover, .button.is-saveNew.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-inverted[disabled], fieldset[disabled] .button.is-saveNew.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #1280bf;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-outlined {
  background-color: transparent;
  border-color: #1280bf;
  color: #1280bf;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-outlined:hover, .button.is-saveNew.is-outlined.is-hovered, .button.is-saveNew.is-outlined:focus, .button.is-saveNew.is-outlined.is-focused {
  background-color: #1280bf;
  border-color: #1280bf;
  color: white;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-outlined.is-loading::after {
  border-color: transparent transparent #1280bf #1280bf !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-outlined.is-loading:hover::after, .button.is-saveNew.is-outlined.is-loading.is-hovered::after, .button.is-saveNew.is-outlined.is-loading:focus::after, .button.is-saveNew.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-outlined[disabled], fieldset[disabled] .button.is-saveNew.is-outlined {
  background-color: transparent;
  border-color: #1280bf;
  box-shadow: none;
  color: #1280bf;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-inverted.is-outlined:hover, .button.is-saveNew.is-inverted.is-outlined.is-hovered, .button.is-saveNew.is-inverted.is-outlined:focus, .button.is-saveNew.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #1280bf;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-inverted.is-outlined.is-loading:hover::after, .button.is-saveNew.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-saveNew.is-inverted.is-outlined.is-loading:focus::after, .button.is-saveNew.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1280bf #1280bf !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveNew.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-saveNew.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose {
  background-color: #db9b06;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose:hover, .button.is-saveClose.is-hovered {
  background-color: #ce9205;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose:focus, .button.is-saveClose.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose:focus:not(:active), .button.is-saveClose.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(219, 155, 6, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose:active, .button.is-saveClose.is-active {
  background-color: #c28905;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose[disabled], fieldset[disabled] .button.is-saveClose {
  background-color: #db9b06;
  border-color: #db9b06;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-inverted {
  background-color: #0a0a0a;
  color: #db9b06;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-inverted:hover, .button.is-saveClose.is-inverted.is-hovered {
  background-color: black;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-inverted[disabled], fieldset[disabled] .button.is-saveClose.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #db9b06;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-outlined {
  background-color: transparent;
  border-color: #db9b06;
  color: #db9b06;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-outlined:hover, .button.is-saveClose.is-outlined.is-hovered, .button.is-saveClose.is-outlined:focus, .button.is-saveClose.is-outlined.is-focused {
  background-color: #db9b06;
  border-color: #db9b06;
  color: #0a0a0a;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-outlined.is-loading::after {
  border-color: transparent transparent #db9b06 #db9b06 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-outlined.is-loading:hover::after, .button.is-saveClose.is-outlined.is-loading.is-hovered::after, .button.is-saveClose.is-outlined.is-loading:focus::after, .button.is-saveClose.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-outlined[disabled], fieldset[disabled] .button.is-saveClose.is-outlined {
  background-color: transparent;
  border-color: #db9b06;
  box-shadow: none;
  color: #db9b06;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-inverted.is-outlined:hover, .button.is-saveClose.is-inverted.is-outlined.is-hovered, .button.is-saveClose.is-inverted.is-outlined:focus, .button.is-saveClose.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: #db9b06;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-inverted.is-outlined.is-loading:hover::after, .button.is-saveClose.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-saveClose.is-inverted.is-outlined.is-loading:focus::after, .button.is-saveClose.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #db9b06 #db9b06 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-saveClose.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-saveClose.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive {
  background-color: #1280bf;
  border-color: transparent;
  color: white;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive:hover, .button.is-archive.is-hovered {
  background-color: #1178b4;
  border-color: transparent;
  color: white;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive:focus, .button.is-archive.is-focused {
  border-color: transparent;
  color: white;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive:focus:not(:active), .button.is-archive.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive:active, .button.is-archive.is-active {
  background-color: #1070a8;
  border-color: transparent;
  color: white;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive[disabled], fieldset[disabled] .button.is-archive {
  background-color: #1280bf;
  border-color: #1280bf;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-inverted {
  background-color: white;
  color: #1280bf;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-inverted:hover, .button.is-archive.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-inverted[disabled], fieldset[disabled] .button.is-archive.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #1280bf;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-outlined {
  background-color: transparent;
  border-color: #1280bf;
  color: #1280bf;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-outlined:hover, .button.is-archive.is-outlined.is-hovered, .button.is-archive.is-outlined:focus, .button.is-archive.is-outlined.is-focused {
  background-color: #1280bf;
  border-color: #1280bf;
  color: white;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-outlined.is-loading::after {
  border-color: transparent transparent #1280bf #1280bf !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-outlined.is-loading:hover::after, .button.is-archive.is-outlined.is-loading.is-hovered::after, .button.is-archive.is-outlined.is-loading:focus::after, .button.is-archive.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-outlined[disabled], fieldset[disabled] .button.is-archive.is-outlined {
  background-color: transparent;
  border-color: #1280bf;
  box-shadow: none;
  color: #1280bf;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-inverted.is-outlined:hover, .button.is-archive.is-inverted.is-outlined.is-hovered, .button.is-archive.is-inverted.is-outlined:focus, .button.is-archive.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #1280bf;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-inverted.is-outlined.is-loading:hover::after, .button.is-archive.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-archive.is-inverted.is-outlined.is-loading:focus::after, .button.is-archive.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1280bf #1280bf !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-archive.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-archive.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore {
  background-color: #035287;
  border-color: transparent;
  color: white;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore:hover, .button.is-restore.is-hovered {
  background-color: #024a7a;
  border-color: transparent;
  color: white;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore:focus, .button.is-restore.is-focused {
  border-color: transparent;
  color: white;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore:focus:not(:active), .button.is-restore.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore:active, .button.is-restore.is-active {
  background-color: #02436e;
  border-color: transparent;
  color: white;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore[disabled], fieldset[disabled] .button.is-restore {
  background-color: #035287;
  border-color: #035287;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-inverted {
  background-color: white;
  color: #035287;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-inverted:hover, .button.is-restore.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-inverted[disabled], fieldset[disabled] .button.is-restore.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #035287;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-outlined {
  background-color: transparent;
  border-color: #035287;
  color: #035287;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-outlined:hover, .button.is-restore.is-outlined.is-hovered, .button.is-restore.is-outlined:focus, .button.is-restore.is-outlined.is-focused {
  background-color: #035287;
  border-color: #035287;
  color: white;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-outlined.is-loading::after {
  border-color: transparent transparent #035287 #035287 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-outlined.is-loading:hover::after, .button.is-restore.is-outlined.is-loading.is-hovered::after, .button.is-restore.is-outlined.is-loading:focus::after, .button.is-restore.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-outlined[disabled], fieldset[disabled] .button.is-restore.is-outlined {
  background-color: transparent;
  border-color: #035287;
  box-shadow: none;
  color: #035287;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-inverted.is-outlined:hover, .button.is-restore.is-inverted.is-outlined.is-hovered, .button.is-restore.is-inverted.is-outlined:focus, .button.is-restore.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #035287;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-inverted.is-outlined.is-loading:hover::after, .button.is-restore.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-restore.is-inverted.is-outlined.is-loading:focus::after, .button.is-restore.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #035287 #035287 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-restore.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-restore.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete {
  background-color: #ef4e4e;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete:hover, .button.is-delete.is-hovered {
  background-color: #ed4242;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete:focus, .button.is-delete.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete:focus:not(:active), .button.is-delete.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(239, 78, 78, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete:active, .button.is-delete.is-active {
  background-color: #ec3636;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete[disabled], fieldset[disabled] .button.is-delete {
  background-color: #ef4e4e;
  border-color: #ef4e4e;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-inverted {
  background-color: #fff;
  color: #ef4e4e;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-inverted:hover, .button.is-delete.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-inverted[disabled], fieldset[disabled] .button.is-delete.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ef4e4e;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-outlined {
  background-color: transparent;
  border-color: #ef4e4e;
  color: #ef4e4e;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-outlined:hover, .button.is-delete.is-outlined.is-hovered, .button.is-delete.is-outlined:focus, .button.is-delete.is-outlined.is-focused {
  background-color: #ef4e4e;
  border-color: #ef4e4e;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-outlined.is-loading::after {
  border-color: transparent transparent #ef4e4e #ef4e4e !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-outlined.is-loading:hover::after, .button.is-delete.is-outlined.is-loading.is-hovered::after, .button.is-delete.is-outlined.is-loading:focus::after, .button.is-delete.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-outlined[disabled], fieldset[disabled] .button.is-delete.is-outlined {
  background-color: transparent;
  border-color: #ef4e4e;
  box-shadow: none;
  color: #ef4e4e;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-inverted.is-outlined:hover, .button.is-delete.is-inverted.is-outlined.is-hovered, .button.is-delete.is-inverted.is-outlined:focus, .button.is-delete.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ef4e4e;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-inverted.is-outlined.is-loading:hover::after, .button.is-delete.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-delete.is-inverted.is-outlined.is-loading:focus::after, .button.is-delete.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ef4e4e #ef4e4e !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-delete.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-delete.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050 {
  background-color: #e6f9ff;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050:hover, .button.is-blue-050.is-hovered {
  background-color: #d9f5ff;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050:focus, .button.is-blue-050.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050:focus:not(:active), .button.is-blue-050.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(230, 249, 255, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050:active, .button.is-blue-050.is-active {
  background-color: #ccf2ff;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050[disabled], fieldset[disabled] .button.is-blue-050 {
  background-color: #e6f9ff;
  border-color: #e6f9ff;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #e6f9ff;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-inverted:hover, .button.is-blue-050.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-inverted[disabled], fieldset[disabled] .button.is-blue-050.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #e6f9ff;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-outlined {
  background-color: transparent;
  border-color: #e6f9ff;
  color: #e6f9ff;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-outlined:hover, .button.is-blue-050.is-outlined.is-hovered, .button.is-blue-050.is-outlined:focus, .button.is-blue-050.is-outlined.is-focused {
  background-color: #e6f9ff;
  border-color: #e6f9ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-outlined.is-loading::after {
  border-color: transparent transparent #e6f9ff #e6f9ff !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-outlined.is-loading:hover::after, .button.is-blue-050.is-outlined.is-loading.is-hovered::after, .button.is-blue-050.is-outlined.is-loading:focus::after, .button.is-blue-050.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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-outlined[disabled], fieldset[disabled] .button.is-blue-050.is-outlined {
  background-color: transparent;
  border-color: #e6f9ff;
  box-shadow: none;
  color: #e6f9ff;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-inverted.is-outlined:hover, .button.is-blue-050.is-inverted.is-outlined.is-hovered, .button.is-blue-050.is-inverted.is-outlined:focus, .button.is-blue-050.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #e6f9ff;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-inverted.is-outlined.is-loading:hover::after, .button.is-blue-050.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-blue-050.is-inverted.is-outlined.is-loading:focus::after, .button.is-blue-050.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #e6f9ff #e6f9ff !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-050.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-blue-050.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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700 {
  background-color: #1280bf;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700:hover, .button.is-blue-700.is-hovered {
  background-color: #1178b4;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700:focus, .button.is-blue-700.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700:focus:not(:active), .button.is-blue-700.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700:active, .button.is-blue-700.is-active {
  background-color: #1070a8;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700[disabled], fieldset[disabled] .button.is-blue-700 {
  background-color: #1280bf;
  border-color: #1280bf;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-inverted {
  background-color: #fff;
  color: #1280bf;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-inverted:hover, .button.is-blue-700.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-inverted[disabled], fieldset[disabled] .button.is-blue-700.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1280bf;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-outlined {
  background-color: transparent;
  border-color: #1280bf;
  color: #1280bf;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-outlined:hover, .button.is-blue-700.is-outlined.is-hovered, .button.is-blue-700.is-outlined:focus, .button.is-blue-700.is-outlined.is-focused {
  background-color: #1280bf;
  border-color: #1280bf;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-outlined.is-loading::after {
  border-color: transparent transparent #1280bf #1280bf !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-outlined.is-loading:hover::after, .button.is-blue-700.is-outlined.is-loading.is-hovered::after, .button.is-blue-700.is-outlined.is-loading:focus::after, .button.is-blue-700.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-outlined[disabled], fieldset[disabled] .button.is-blue-700.is-outlined {
  background-color: transparent;
  border-color: #1280bf;
  box-shadow: none;
  color: #1280bf;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-inverted.is-outlined:hover, .button.is-blue-700.is-inverted.is-outlined.is-hovered, .button.is-blue-700.is-inverted.is-outlined:focus, .button.is-blue-700.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #1280bf;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-inverted.is-outlined.is-loading:hover::after, .button.is-blue-700.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-blue-700.is-inverted.is-outlined.is-loading:focus::after, .button.is-blue-700.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1280bf #1280bf !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-700.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-blue-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900 {
  background-color: #035287;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900:hover, .button.is-blue-900.is-hovered {
  background-color: #024a7a;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900:focus, .button.is-blue-900.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900:focus:not(:active), .button.is-blue-900.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900:active, .button.is-blue-900.is-active {
  background-color: #02436e;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900[disabled], fieldset[disabled] .button.is-blue-900 {
  background-color: #035287;
  border-color: #035287;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-inverted {
  background-color: #fff;
  color: #035287;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-inverted:hover, .button.is-blue-900.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-inverted[disabled], fieldset[disabled] .button.is-blue-900.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #035287;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-outlined {
  background-color: transparent;
  border-color: #035287;
  color: #035287;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-outlined:hover, .button.is-blue-900.is-outlined.is-hovered, .button.is-blue-900.is-outlined:focus, .button.is-blue-900.is-outlined.is-focused {
  background-color: #035287;
  border-color: #035287;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-outlined.is-loading::after {
  border-color: transparent transparent #035287 #035287 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-outlined.is-loading:hover::after, .button.is-blue-900.is-outlined.is-loading.is-hovered::after, .button.is-blue-900.is-outlined.is-loading:focus::after, .button.is-blue-900.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-outlined[disabled], fieldset[disabled] .button.is-blue-900.is-outlined {
  background-color: transparent;
  border-color: #035287;
  box-shadow: none;
  color: #035287;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-inverted.is-outlined:hover, .button.is-blue-900.is-inverted.is-outlined.is-hovered, .button.is-blue-900.is-inverted.is-outlined:focus, .button.is-blue-900.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #035287;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-inverted.is-outlined.is-loading:hover::after, .button.is-blue-900.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-blue-900.is-inverted.is-outlined.is-loading:focus::after, .button.is-blue-900.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #035287 #035287 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-blue-900.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-blue-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050 {
  background-color: #fef9eb;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050:hover, .button.is-yellow-050.is-hovered {
  background-color: #fef5df;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050:focus, .button.is-yellow-050.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050:focus:not(:active), .button.is-yellow-050.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(254, 249, 235, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050:active, .button.is-yellow-050.is-active {
  background-color: #fef1d2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050[disabled], fieldset[disabled] .button.is-yellow-050 {
  background-color: #fef9eb;
  border-color: #fef9eb;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fef9eb;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-inverted:hover, .button.is-yellow-050.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-inverted[disabled], fieldset[disabled] .button.is-yellow-050.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #fef9eb;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-outlined {
  background-color: transparent;
  border-color: #fef9eb;
  color: #fef9eb;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-outlined:hover, .button.is-yellow-050.is-outlined.is-hovered, .button.is-yellow-050.is-outlined:focus, .button.is-yellow-050.is-outlined.is-focused {
  background-color: #fef9eb;
  border-color: #fef9eb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-outlined.is-loading::after {
  border-color: transparent transparent #fef9eb #fef9eb !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-outlined.is-loading:hover::after, .button.is-yellow-050.is-outlined.is-loading.is-hovered::after, .button.is-yellow-050.is-outlined.is-loading:focus::after, .button.is-yellow-050.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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-outlined[disabled], fieldset[disabled] .button.is-yellow-050.is-outlined {
  background-color: transparent;
  border-color: #fef9eb;
  box-shadow: none;
  color: #fef9eb;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-inverted.is-outlined:hover, .button.is-yellow-050.is-inverted.is-outlined.is-hovered, .button.is-yellow-050.is-inverted.is-outlined:focus, .button.is-yellow-050.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fef9eb;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-050.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-050.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-050.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fef9eb #fef9eb !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-050.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-050.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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100 {
  background-color: #fdecc3;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100:hover, .button.is-yellow-100.is-hovered {
  background-color: #fde8b7;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100:focus, .button.is-yellow-100.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100:focus:not(:active), .button.is-yellow-100.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(253, 236, 195, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100:active, .button.is-yellow-100.is-active {
  background-color: #fde4aa;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100[disabled], fieldset[disabled] .button.is-yellow-100 {
  background-color: #fdecc3;
  border-color: #fdecc3;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fdecc3;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-inverted:hover, .button.is-yellow-100.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-inverted[disabled], fieldset[disabled] .button.is-yellow-100.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #fdecc3;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-outlined {
  background-color: transparent;
  border-color: #fdecc3;
  color: #fdecc3;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-outlined:hover, .button.is-yellow-100.is-outlined.is-hovered, .button.is-yellow-100.is-outlined:focus, .button.is-yellow-100.is-outlined.is-focused {
  background-color: #fdecc3;
  border-color: #fdecc3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-outlined.is-loading::after {
  border-color: transparent transparent #fdecc3 #fdecc3 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-outlined.is-loading:hover::after, .button.is-yellow-100.is-outlined.is-loading.is-hovered::after, .button.is-yellow-100.is-outlined.is-loading:focus::after, .button.is-yellow-100.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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-outlined[disabled], fieldset[disabled] .button.is-yellow-100.is-outlined {
  background-color: transparent;
  border-color: #fdecc3;
  box-shadow: none;
  color: #fdecc3;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-inverted.is-outlined:hover, .button.is-yellow-100.is-inverted.is-outlined.is-hovered, .button.is-yellow-100.is-inverted.is-outlined:focus, .button.is-yellow-100.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fdecc3;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-100.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-100.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-100.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fdecc3 #fdecc3 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-100.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-100.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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200 {
  background-color: #fcd988;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200:hover, .button.is-yellow-200.is-hovered {
  background-color: #fcd57b;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200:focus, .button.is-yellow-200.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200:focus:not(:active), .button.is-yellow-200.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(252, 217, 136, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200:active, .button.is-yellow-200.is-active {
  background-color: #fbd16f;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200[disabled], fieldset[disabled] .button.is-yellow-200 {
  background-color: #fcd988;
  border-color: #fcd988;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fcd988;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-inverted:hover, .button.is-yellow-200.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-inverted[disabled], fieldset[disabled] .button.is-yellow-200.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #fcd988;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-outlined {
  background-color: transparent;
  border-color: #fcd988;
  color: #fcd988;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-outlined:hover, .button.is-yellow-200.is-outlined.is-hovered, .button.is-yellow-200.is-outlined:focus, .button.is-yellow-200.is-outlined.is-focused {
  background-color: #fcd988;
  border-color: #fcd988;
  color: rgba(0, 0, 0, 0.7);
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-outlined.is-loading::after {
  border-color: transparent transparent #fcd988 #fcd988 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-outlined.is-loading:hover::after, .button.is-yellow-200.is-outlined.is-loading.is-hovered::after, .button.is-yellow-200.is-outlined.is-loading:focus::after, .button.is-yellow-200.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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-outlined[disabled], fieldset[disabled] .button.is-yellow-200.is-outlined {
  background-color: transparent;
  border-color: #fcd988;
  box-shadow: none;
  color: #fcd988;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-inverted.is-outlined:hover, .button.is-yellow-200.is-inverted.is-outlined.is-hovered, .button.is-yellow-200.is-inverted.is-outlined:focus, .button.is-yellow-200.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fcd988;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-200.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-200.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-200.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fcd988 #fcd988 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-200.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-200.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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400 {
  background-color: #fac547;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400:hover, .button.is-yellow-400.is-hovered {
  background-color: #fac13b;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400:focus, .button.is-yellow-400.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400:focus:not(:active), .button.is-yellow-400.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(250, 197, 71, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400:active, .button.is-yellow-400.is-active {
  background-color: #fabd2e;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400[disabled], fieldset[disabled] .button.is-yellow-400 {
  background-color: #fac547;
  border-color: #fac547;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fac547;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-inverted:hover, .button.is-yellow-400.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-inverted[disabled], fieldset[disabled] .button.is-yellow-400.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #fac547;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-outlined {
  background-color: transparent;
  border-color: #fac547;
  color: #fac547;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-outlined:hover, .button.is-yellow-400.is-outlined.is-hovered, .button.is-yellow-400.is-outlined:focus, .button.is-yellow-400.is-outlined.is-focused {
  background-color: #fac547;
  border-color: #fac547;
  color: rgba(0, 0, 0, 0.7);
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-outlined.is-loading::after {
  border-color: transparent transparent #fac547 #fac547 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-outlined.is-loading:hover::after, .button.is-yellow-400.is-outlined.is-loading.is-hovered::after, .button.is-yellow-400.is-outlined.is-loading:focus::after, .button.is-yellow-400.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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-outlined[disabled], fieldset[disabled] .button.is-yellow-400.is-outlined {
  background-color: transparent;
  border-color: #fac547;
  box-shadow: none;
  color: #fac547;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-inverted.is-outlined:hover, .button.is-yellow-400.is-inverted.is-outlined.is-hovered, .button.is-yellow-400.is-inverted.is-outlined:focus, .button.is-yellow-400.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fac547;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-400.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-400.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-400.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fac547 #fac547 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-400.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-400.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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500 {
  background-color: #f9b81f;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500:hover, .button.is-yellow-500.is-hovered {
  background-color: #f9b413;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500:focus, .button.is-yellow-500.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500:focus:not(:active), .button.is-yellow-500.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500:active, .button.is-yellow-500.is-active {
  background-color: #f9b006;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500[disabled], fieldset[disabled] .button.is-yellow-500 {
  background-color: #f9b81f;
  border-color: #f9b81f;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f9b81f;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-inverted:hover, .button.is-yellow-500.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-inverted[disabled], fieldset[disabled] .button.is-yellow-500.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #f9b81f;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-outlined {
  background-color: transparent;
  border-color: #f9b81f;
  color: #f9b81f;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-outlined:hover, .button.is-yellow-500.is-outlined.is-hovered, .button.is-yellow-500.is-outlined:focus, .button.is-yellow-500.is-outlined.is-focused {
  background-color: #f9b81f;
  border-color: #f9b81f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-outlined.is-loading::after {
  border-color: transparent transparent #f9b81f #f9b81f !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-outlined.is-loading:hover::after, .button.is-yellow-500.is-outlined.is-loading.is-hovered::after, .button.is-yellow-500.is-outlined.is-loading:focus::after, .button.is-yellow-500.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 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-outlined[disabled], fieldset[disabled] .button.is-yellow-500.is-outlined {
  background-color: transparent;
  border-color: #f9b81f;
  box-shadow: none;
  color: #f9b81f;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-inverted.is-outlined:hover, .button.is-yellow-500.is-inverted.is-outlined.is-hovered, .button.is-yellow-500.is-inverted.is-outlined:focus, .button.is-yellow-500.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f9b81f;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-500.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-500.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-500.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f9b81f #f9b81f !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-500.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-500.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 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600 {
  background-color: #f4ac06;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600:hover, .button.is-yellow-600.is-hovered {
  background-color: #e7a406;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600:focus, .button.is-yellow-600.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600:focus:not(:active), .button.is-yellow-600.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244, 172, 6, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600:active, .button.is-yellow-600.is-active {
  background-color: #db9b06;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600[disabled], fieldset[disabled] .button.is-yellow-600 {
  background-color: #f4ac06;
  border-color: #f4ac06;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-inverted {
  background-color: #fff;
  color: #f4ac06;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-inverted:hover, .button.is-yellow-600.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-inverted[disabled], fieldset[disabled] .button.is-yellow-600.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f4ac06;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-outlined {
  background-color: transparent;
  border-color: #f4ac06;
  color: #f4ac06;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-outlined:hover, .button.is-yellow-600.is-outlined.is-hovered, .button.is-yellow-600.is-outlined:focus, .button.is-yellow-600.is-outlined.is-focused {
  background-color: #f4ac06;
  border-color: #f4ac06;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-outlined.is-loading::after {
  border-color: transparent transparent #f4ac06 #f4ac06 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-outlined.is-loading:hover::after, .button.is-yellow-600.is-outlined.is-loading.is-hovered::after, .button.is-yellow-600.is-outlined.is-loading:focus::after, .button.is-yellow-600.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-outlined[disabled], fieldset[disabled] .button.is-yellow-600.is-outlined {
  background-color: transparent;
  border-color: #f4ac06;
  box-shadow: none;
  color: #f4ac06;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-inverted.is-outlined:hover, .button.is-yellow-600.is-inverted.is-outlined.is-hovered, .button.is-yellow-600.is-inverted.is-outlined:focus, .button.is-yellow-600.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f4ac06;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-600.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-600.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-600.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f4ac06 #f4ac06 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-600.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-600.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700 {
  background-color: #db9b06;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700:hover, .button.is-yellow-700.is-hovered {
  background-color: #ce9205;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700:focus, .button.is-yellow-700.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700:focus:not(:active), .button.is-yellow-700.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(219, 155, 6, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700:active, .button.is-yellow-700.is-active {
  background-color: #c28905;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700[disabled], fieldset[disabled] .button.is-yellow-700 {
  background-color: #db9b06;
  border-color: #db9b06;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-inverted {
  background-color: #fff;
  color: #db9b06;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-inverted:hover, .button.is-yellow-700.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-inverted[disabled], fieldset[disabled] .button.is-yellow-700.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #db9b06;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-outlined {
  background-color: transparent;
  border-color: #db9b06;
  color: #db9b06;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-outlined:hover, .button.is-yellow-700.is-outlined.is-hovered, .button.is-yellow-700.is-outlined:focus, .button.is-yellow-700.is-outlined.is-focused {
  background-color: #db9b06;
  border-color: #db9b06;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-outlined.is-loading::after {
  border-color: transparent transparent #db9b06 #db9b06 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-outlined.is-loading:hover::after, .button.is-yellow-700.is-outlined.is-loading.is-hovered::after, .button.is-yellow-700.is-outlined.is-loading:focus::after, .button.is-yellow-700.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-outlined[disabled], fieldset[disabled] .button.is-yellow-700.is-outlined {
  background-color: transparent;
  border-color: #db9b06;
  box-shadow: none;
  color: #db9b06;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-inverted.is-outlined:hover, .button.is-yellow-700.is-inverted.is-outlined.is-hovered, .button.is-yellow-700.is-inverted.is-outlined:focus, .button.is-yellow-700.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #db9b06;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-700.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-700.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-700.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #db9b06 #db9b06 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-700.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800 {
  background-color: #c28905;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800:hover, .button.is-yellow-800.is-hovered {
  background-color: #b58005;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800:focus, .button.is-yellow-800.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800:focus:not(:active), .button.is-yellow-800.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(194, 137, 5, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800:active, .button.is-yellow-800.is-active {
  background-color: #a97804;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800[disabled], fieldset[disabled] .button.is-yellow-800 {
  background-color: #c28905;
  border-color: #c28905;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-inverted {
  background-color: #fff;
  color: #c28905;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-inverted:hover, .button.is-yellow-800.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-inverted[disabled], fieldset[disabled] .button.is-yellow-800.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #c28905;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-outlined {
  background-color: transparent;
  border-color: #c28905;
  color: #c28905;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-outlined:hover, .button.is-yellow-800.is-outlined.is-hovered, .button.is-yellow-800.is-outlined:focus, .button.is-yellow-800.is-outlined.is-focused {
  background-color: #c28905;
  border-color: #c28905;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-outlined.is-loading::after {
  border-color: transparent transparent #c28905 #c28905 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-outlined.is-loading:hover::after, .button.is-yellow-800.is-outlined.is-loading.is-hovered::after, .button.is-yellow-800.is-outlined.is-loading:focus::after, .button.is-yellow-800.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-outlined[disabled], fieldset[disabled] .button.is-yellow-800.is-outlined {
  background-color: transparent;
  border-color: #c28905;
  box-shadow: none;
  color: #c28905;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-inverted.is-outlined:hover, .button.is-yellow-800.is-inverted.is-outlined.is-hovered, .button.is-yellow-800.is-inverted.is-outlined:focus, .button.is-yellow-800.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #c28905;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-800.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-800.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-800.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #c28905 #c28905 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-800.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-800.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900 {
  background-color: #956a04;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900:hover, .button.is-yellow-900.is-hovered {
  background-color: #896104;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900:focus, .button.is-yellow-900.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900:focus:not(:active), .button.is-yellow-900.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(149, 106, 4, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900:active, .button.is-yellow-900.is-active {
  background-color: #7c5803;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900[disabled], fieldset[disabled] .button.is-yellow-900 {
  background-color: #956a04;
  border-color: #956a04;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-inverted {
  background-color: #fff;
  color: #956a04;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-inverted:hover, .button.is-yellow-900.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-inverted[disabled], fieldset[disabled] .button.is-yellow-900.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #956a04;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-outlined {
  background-color: transparent;
  border-color: #956a04;
  color: #956a04;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-outlined:hover, .button.is-yellow-900.is-outlined.is-hovered, .button.is-yellow-900.is-outlined:focus, .button.is-yellow-900.is-outlined.is-focused {
  background-color: #956a04;
  border-color: #956a04;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-outlined.is-loading::after {
  border-color: transparent transparent #956a04 #956a04 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-outlined.is-loading:hover::after, .button.is-yellow-900.is-outlined.is-loading.is-hovered::after, .button.is-yellow-900.is-outlined.is-loading:focus::after, .button.is-yellow-900.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-outlined[disabled], fieldset[disabled] .button.is-yellow-900.is-outlined {
  background-color: transparent;
  border-color: #956a04;
  box-shadow: none;
  color: #956a04;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-inverted.is-outlined:hover, .button.is-yellow-900.is-inverted.is-outlined.is-hovered, .button.is-yellow-900.is-inverted.is-outlined:focus, .button.is-yellow-900.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #956a04;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-900.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-900.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-900.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #956a04 #956a04 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-yellow-900.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-yellow-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200 {
  background-color: #ff9999;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200:hover, .button.is-red-200.is-hovered {
  background-color: #ff8c8c;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200:focus, .button.is-red-200.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200:focus:not(:active), .button.is-red-200.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 153, 153, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200:active, .button.is-red-200.is-active {
  background-color: #ff8080;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200[disabled], fieldset[disabled] .button.is-red-200 {
  background-color: #ff9999;
  border-color: #ff9999;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-inverted {
  background-color: #fff;
  color: #ff9999;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-inverted:hover, .button.is-red-200.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-inverted[disabled], fieldset[disabled] .button.is-red-200.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff9999;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-outlined {
  background-color: transparent;
  border-color: #ff9999;
  color: #ff9999;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-outlined:hover, .button.is-red-200.is-outlined.is-hovered, .button.is-red-200.is-outlined:focus, .button.is-red-200.is-outlined.is-focused {
  background-color: #ff9999;
  border-color: #ff9999;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-outlined.is-loading::after {
  border-color: transparent transparent #ff9999 #ff9999 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-outlined.is-loading:hover::after, .button.is-red-200.is-outlined.is-loading.is-hovered::after, .button.is-red-200.is-outlined.is-loading:focus::after, .button.is-red-200.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-outlined[disabled], fieldset[disabled] .button.is-red-200.is-outlined {
  background-color: transparent;
  border-color: #ff9999;
  box-shadow: none;
  color: #ff9999;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-inverted.is-outlined:hover, .button.is-red-200.is-inverted.is-outlined.is-hovered, .button.is-red-200.is-inverted.is-outlined:focus, .button.is-red-200.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ff9999;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-inverted.is-outlined.is-loading:hover::after, .button.is-red-200.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-red-200.is-inverted.is-outlined.is-loading:focus::after, .button.is-red-200.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ff9999 #ff9999 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-200.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-red-200.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300 {
  background-color: #f86868;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300:hover, .button.is-red-300.is-hovered {
  background-color: #f75c5c;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300:focus, .button.is-red-300.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300:focus:not(:active), .button.is-red-300.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(248, 104, 104, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300:active, .button.is-red-300.is-active {
  background-color: #f75050;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300[disabled], fieldset[disabled] .button.is-red-300 {
  background-color: #f86868;
  border-color: #f86868;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-inverted {
  background-color: #fff;
  color: #f86868;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-inverted:hover, .button.is-red-300.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-inverted[disabled], fieldset[disabled] .button.is-red-300.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f86868;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-outlined {
  background-color: transparent;
  border-color: #f86868;
  color: #f86868;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-outlined:hover, .button.is-red-300.is-outlined.is-hovered, .button.is-red-300.is-outlined:focus, .button.is-red-300.is-outlined.is-focused {
  background-color: #f86868;
  border-color: #f86868;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-outlined.is-loading::after {
  border-color: transparent transparent #f86868 #f86868 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-outlined.is-loading:hover::after, .button.is-red-300.is-outlined.is-loading.is-hovered::after, .button.is-red-300.is-outlined.is-loading:focus::after, .button.is-red-300.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-outlined[disabled], fieldset[disabled] .button.is-red-300.is-outlined {
  background-color: transparent;
  border-color: #f86868;
  box-shadow: none;
  color: #f86868;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-inverted.is-outlined:hover, .button.is-red-300.is-inverted.is-outlined.is-hovered, .button.is-red-300.is-inverted.is-outlined:focus, .button.is-red-300.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f86868;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-inverted.is-outlined.is-loading:hover::after, .button.is-red-300.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-red-300.is-inverted.is-outlined.is-loading:focus::after, .button.is-red-300.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f86868 #f86868 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-300.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-red-300.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400 {
  background-color: #ef4e4e;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400:hover, .button.is-red-400.is-hovered {
  background-color: #ed4242;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400:focus, .button.is-red-400.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400:focus:not(:active), .button.is-red-400.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(239, 78, 78, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400:active, .button.is-red-400.is-active {
  background-color: #ec3636;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400[disabled], fieldset[disabled] .button.is-red-400 {
  background-color: #ef4e4e;
  border-color: #ef4e4e;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-inverted {
  background-color: #fff;
  color: #ef4e4e;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-inverted:hover, .button.is-red-400.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-inverted[disabled], fieldset[disabled] .button.is-red-400.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ef4e4e;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-outlined {
  background-color: transparent;
  border-color: #ef4e4e;
  color: #ef4e4e;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-outlined:hover, .button.is-red-400.is-outlined.is-hovered, .button.is-red-400.is-outlined:focus, .button.is-red-400.is-outlined.is-focused {
  background-color: #ef4e4e;
  border-color: #ef4e4e;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-outlined.is-loading::after {
  border-color: transparent transparent #ef4e4e #ef4e4e !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-outlined.is-loading:hover::after, .button.is-red-400.is-outlined.is-loading.is-hovered::after, .button.is-red-400.is-outlined.is-loading:focus::after, .button.is-red-400.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-outlined[disabled], fieldset[disabled] .button.is-red-400.is-outlined {
  background-color: transparent;
  border-color: #ef4e4e;
  box-shadow: none;
  color: #ef4e4e;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-inverted.is-outlined:hover, .button.is-red-400.is-inverted.is-outlined.is-hovered, .button.is-red-400.is-inverted.is-outlined:focus, .button.is-red-400.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ef4e4e;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-inverted.is-outlined.is-loading:hover::after, .button.is-red-400.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-red-400.is-inverted.is-outlined.is-loading:focus::after, .button.is-red-400.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ef4e4e #ef4e4e !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-400.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-red-400.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500 {
  background-color: #e12d39;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500:hover, .button.is-red-500.is-hovered {
  background-color: #df222f;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500:focus, .button.is-red-500.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500:focus:not(:active), .button.is-red-500.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(225, 45, 57, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500:active, .button.is-red-500.is-active {
  background-color: #d61f2b;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500[disabled], fieldset[disabled] .button.is-red-500 {
  background-color: #e12d39;
  border-color: #e12d39;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-inverted {
  background-color: #fff;
  color: #e12d39;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-inverted:hover, .button.is-red-500.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-inverted[disabled], fieldset[disabled] .button.is-red-500.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #e12d39;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-outlined {
  background-color: transparent;
  border-color: #e12d39;
  color: #e12d39;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-outlined:hover, .button.is-red-500.is-outlined.is-hovered, .button.is-red-500.is-outlined:focus, .button.is-red-500.is-outlined.is-focused {
  background-color: #e12d39;
  border-color: #e12d39;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-outlined.is-loading::after {
  border-color: transparent transparent #e12d39 #e12d39 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-outlined.is-loading:hover::after, .button.is-red-500.is-outlined.is-loading.is-hovered::after, .button.is-red-500.is-outlined.is-loading:focus::after, .button.is-red-500.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-outlined[disabled], fieldset[disabled] .button.is-red-500.is-outlined {
  background-color: transparent;
  border-color: #e12d39;
  box-shadow: none;
  color: #e12d39;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-inverted.is-outlined:hover, .button.is-red-500.is-inverted.is-outlined.is-hovered, .button.is-red-500.is-inverted.is-outlined:focus, .button.is-red-500.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #e12d39;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-inverted.is-outlined.is-loading:hover::after, .button.is-red-500.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-red-500.is-inverted.is-outlined.is-loading:focus::after, .button.is-red-500.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #e12d39 #e12d39 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-500.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-red-500.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700 {
  background-color: #aa091e;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700:hover, .button.is-red-700.is-hovered {
  background-color: #9d081c;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700:focus, .button.is-red-700.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700:focus:not(:active), .button.is-red-700.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(170, 9, 30, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700:active, .button.is-red-700.is-active {
  background-color: #91081a;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700[disabled], fieldset[disabled] .button.is-red-700 {
  background-color: #aa091e;
  border-color: #aa091e;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-inverted {
  background-color: #fff;
  color: #aa091e;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-inverted:hover, .button.is-red-700.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-inverted[disabled], fieldset[disabled] .button.is-red-700.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #aa091e;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-outlined {
  background-color: transparent;
  border-color: #aa091e;
  color: #aa091e;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-outlined:hover, .button.is-red-700.is-outlined.is-hovered, .button.is-red-700.is-outlined:focus, .button.is-red-700.is-outlined.is-focused {
  background-color: #aa091e;
  border-color: #aa091e;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-outlined.is-loading::after {
  border-color: transparent transparent #aa091e #aa091e !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-outlined.is-loading:hover::after, .button.is-red-700.is-outlined.is-loading.is-hovered::after, .button.is-red-700.is-outlined.is-loading:focus::after, .button.is-red-700.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-outlined[disabled], fieldset[disabled] .button.is-red-700.is-outlined {
  background-color: transparent;
  border-color: #aa091e;
  box-shadow: none;
  color: #aa091e;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-inverted.is-outlined:hover, .button.is-red-700.is-inverted.is-outlined.is-hovered, .button.is-red-700.is-inverted.is-outlined:focus, .button.is-red-700.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #aa091e;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-inverted.is-outlined.is-loading:hover::after, .button.is-red-700.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-red-700.is-inverted.is-outlined.is-loading:focus::after, .button.is-red-700.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #aa091e #aa091e !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-700.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-red-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800 {
  background-color: #8b041b;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800:hover, .button.is-red-800.is-hovered {
  background-color: #7e0418;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800:focus, .button.is-red-800.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800:focus:not(:active), .button.is-red-800.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(139, 4, 27, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800:active, .button.is-red-800.is-active {
  background-color: #720416;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800[disabled], fieldset[disabled] .button.is-red-800 {
  background-color: #8b041b;
  border-color: #8b041b;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-inverted {
  background-color: #fff;
  color: #8b041b;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-inverted:hover, .button.is-red-800.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-inverted[disabled], fieldset[disabled] .button.is-red-800.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #8b041b;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-outlined {
  background-color: transparent;
  border-color: #8b041b;
  color: #8b041b;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-outlined:hover, .button.is-red-800.is-outlined.is-hovered, .button.is-red-800.is-outlined:focus, .button.is-red-800.is-outlined.is-focused {
  background-color: #8b041b;
  border-color: #8b041b;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-outlined.is-loading::after {
  border-color: transparent transparent #8b041b #8b041b !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-outlined.is-loading:hover::after, .button.is-red-800.is-outlined.is-loading.is-hovered::after, .button.is-red-800.is-outlined.is-loading:focus::after, .button.is-red-800.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-outlined[disabled], fieldset[disabled] .button.is-red-800.is-outlined {
  background-color: transparent;
  border-color: #8b041b;
  box-shadow: none;
  color: #8b041b;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-inverted.is-outlined:hover, .button.is-red-800.is-inverted.is-outlined.is-hovered, .button.is-red-800.is-inverted.is-outlined:focus, .button.is-red-800.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #8b041b;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-inverted.is-outlined.is-loading:hover::after, .button.is-red-800.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-red-800.is-inverted.is-outlined.is-loading:focus::after, .button.is-red-800.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #8b041b #8b041b !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-800.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-red-800.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900 {
  background-color: #630316;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900:hover, .button.is-red-900.is-hovered {
  background-color: #570313;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900:focus, .button.is-red-900.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900:focus:not(:active), .button.is-red-900.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(99, 3, 22, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900:active, .button.is-red-900.is-active {
  background-color: #4a0211;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900[disabled], fieldset[disabled] .button.is-red-900 {
  background-color: #630316;
  border-color: #630316;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-inverted {
  background-color: #fff;
  color: #630316;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-inverted:hover, .button.is-red-900.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-inverted[disabled], fieldset[disabled] .button.is-red-900.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #630316;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-outlined {
  background-color: transparent;
  border-color: #630316;
  color: #630316;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-outlined:hover, .button.is-red-900.is-outlined.is-hovered, .button.is-red-900.is-outlined:focus, .button.is-red-900.is-outlined.is-focused {
  background-color: #630316;
  border-color: #630316;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-outlined.is-loading::after {
  border-color: transparent transparent #630316 #630316 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-outlined.is-loading:hover::after, .button.is-red-900.is-outlined.is-loading.is-hovered::after, .button.is-red-900.is-outlined.is-loading:focus::after, .button.is-red-900.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-outlined[disabled], fieldset[disabled] .button.is-red-900.is-outlined {
  background-color: transparent;
  border-color: #630316;
  box-shadow: none;
  color: #630316;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-inverted.is-outlined:hover, .button.is-red-900.is-inverted.is-outlined.is-hovered, .button.is-red-900.is-inverted.is-outlined:focus, .button.is-red-900.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #630316;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-inverted.is-outlined.is-loading:hover::after, .button.is-red-900.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-red-900.is-inverted.is-outlined.is-loading:focus::after, .button.is-red-900.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #630316 #630316 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-red-900.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-red-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400 {
  background-color: #3dbd92;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400:hover, .button.is-teal-400.is-hovered {
  background-color: #3ab38b;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400:focus, .button.is-teal-400.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400:focus:not(:active), .button.is-teal-400.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(61, 189, 146, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400:active, .button.is-teal-400.is-active {
  background-color: #37a983;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400[disabled], fieldset[disabled] .button.is-teal-400 {
  background-color: #3dbd92;
  border-color: #3dbd92;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-inverted {
  background-color: #fff;
  color: #3dbd92;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-inverted:hover, .button.is-teal-400.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-inverted[disabled], fieldset[disabled] .button.is-teal-400.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3dbd92;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-outlined {
  background-color: transparent;
  border-color: #3dbd92;
  color: #3dbd92;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-outlined:hover, .button.is-teal-400.is-outlined.is-hovered, .button.is-teal-400.is-outlined:focus, .button.is-teal-400.is-outlined.is-focused {
  background-color: #3dbd92;
  border-color: #3dbd92;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-outlined.is-loading::after {
  border-color: transparent transparent #3dbd92 #3dbd92 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-outlined.is-loading:hover::after, .button.is-teal-400.is-outlined.is-loading.is-hovered::after, .button.is-teal-400.is-outlined.is-loading:focus::after, .button.is-teal-400.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-outlined[disabled], fieldset[disabled] .button.is-teal-400.is-outlined {
  background-color: transparent;
  border-color: #3dbd92;
  box-shadow: none;
  color: #3dbd92;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-inverted.is-outlined:hover, .button.is-teal-400.is-inverted.is-outlined.is-hovered, .button.is-teal-400.is-inverted.is-outlined:focus, .button.is-teal-400.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3dbd92;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-inverted.is-outlined.is-loading:hover::after, .button.is-teal-400.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-teal-400.is-inverted.is-outlined.is-loading:focus::after, .button.is-teal-400.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3dbd92 #3dbd92 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-400.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-teal-400.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500 {
  background-color: #27aa83;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500:hover, .button.is-teal-500.is-hovered {
  background-color: #24a07b;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500:focus, .button.is-teal-500.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500:focus:not(:active), .button.is-teal-500.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(39, 170, 131, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500:active, .button.is-teal-500.is-active {
  background-color: #229673;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500[disabled], fieldset[disabled] .button.is-teal-500 {
  background-color: #27aa83;
  border-color: #27aa83;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-inverted {
  background-color: #fff;
  color: #27aa83;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-inverted:hover, .button.is-teal-500.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-inverted[disabled], fieldset[disabled] .button.is-teal-500.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #27aa83;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-outlined {
  background-color: transparent;
  border-color: #27aa83;
  color: #27aa83;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-outlined:hover, .button.is-teal-500.is-outlined.is-hovered, .button.is-teal-500.is-outlined:focus, .button.is-teal-500.is-outlined.is-focused {
  background-color: #27aa83;
  border-color: #27aa83;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-outlined.is-loading::after {
  border-color: transparent transparent #27aa83 #27aa83 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-outlined.is-loading:hover::after, .button.is-teal-500.is-outlined.is-loading.is-hovered::after, .button.is-teal-500.is-outlined.is-loading:focus::after, .button.is-teal-500.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-outlined[disabled], fieldset[disabled] .button.is-teal-500.is-outlined {
  background-color: transparent;
  border-color: #27aa83;
  box-shadow: none;
  color: #27aa83;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-inverted.is-outlined:hover, .button.is-teal-500.is-inverted.is-outlined.is-hovered, .button.is-teal-500.is-inverted.is-outlined:focus, .button.is-teal-500.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #27aa83;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-inverted.is-outlined.is-loading:hover::after, .button.is-teal-500.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-teal-500.is-inverted.is-outlined.is-loading:focus::after, .button.is-teal-500.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #27aa83 #27aa83 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-500.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-teal-500.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600 {
  background-color: #199473;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600:hover, .button.is-teal-600.is-hovered {
  background-color: #17896b;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600:focus, .button.is-teal-600.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600:focus:not(:active), .button.is-teal-600.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(25, 148, 115, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600:active, .button.is-teal-600.is-active {
  background-color: #157e62;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600[disabled], fieldset[disabled] .button.is-teal-600 {
  background-color: #199473;
  border-color: #199473;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-inverted {
  background-color: #fff;
  color: #199473;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-inverted:hover, .button.is-teal-600.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-inverted[disabled], fieldset[disabled] .button.is-teal-600.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #199473;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-outlined {
  background-color: transparent;
  border-color: #199473;
  color: #199473;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-outlined:hover, .button.is-teal-600.is-outlined.is-hovered, .button.is-teal-600.is-outlined:focus, .button.is-teal-600.is-outlined.is-focused {
  background-color: #199473;
  border-color: #199473;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-outlined.is-loading::after {
  border-color: transparent transparent #199473 #199473 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-outlined.is-loading:hover::after, .button.is-teal-600.is-outlined.is-loading.is-hovered::after, .button.is-teal-600.is-outlined.is-loading:focus::after, .button.is-teal-600.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-outlined[disabled], fieldset[disabled] .button.is-teal-600.is-outlined {
  background-color: transparent;
  border-color: #199473;
  box-shadow: none;
  color: #199473;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-inverted.is-outlined:hover, .button.is-teal-600.is-inverted.is-outlined.is-hovered, .button.is-teal-600.is-inverted.is-outlined:focus, .button.is-teal-600.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #199473;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-inverted.is-outlined.is-loading:hover::after, .button.is-teal-600.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-teal-600.is-inverted.is-outlined.is-loading:focus::after, .button.is-teal-600.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #199473 #199473 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-600.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-teal-600.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700 {
  background-color: #147b63;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700:hover, .button.is-teal-700.is-hovered {
  background-color: #12705a;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700:focus, .button.is-teal-700.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700:focus:not(:active), .button.is-teal-700.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(20, 123, 99, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700:active, .button.is-teal-700.is-active {
  background-color: #106551;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700[disabled], fieldset[disabled] .button.is-teal-700 {
  background-color: #147b63;
  border-color: #147b63;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-inverted {
  background-color: #fff;
  color: #147b63;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-inverted:hover, .button.is-teal-700.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-inverted[disabled], fieldset[disabled] .button.is-teal-700.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #147b63;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-outlined {
  background-color: transparent;
  border-color: #147b63;
  color: #147b63;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-outlined:hover, .button.is-teal-700.is-outlined.is-hovered, .button.is-teal-700.is-outlined:focus, .button.is-teal-700.is-outlined.is-focused {
  background-color: #147b63;
  border-color: #147b63;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-outlined.is-loading::after {
  border-color: transparent transparent #147b63 #147b63 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-outlined.is-loading:hover::after, .button.is-teal-700.is-outlined.is-loading.is-hovered::after, .button.is-teal-700.is-outlined.is-loading:focus::after, .button.is-teal-700.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-outlined[disabled], fieldset[disabled] .button.is-teal-700.is-outlined {
  background-color: transparent;
  border-color: #147b63;
  box-shadow: none;
  color: #147b63;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-inverted.is-outlined:hover, .button.is-teal-700.is-inverted.is-outlined.is-hovered, .button.is-teal-700.is-inverted.is-outlined:focus, .button.is-teal-700.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #147b63;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-inverted.is-outlined.is-loading:hover::after, .button.is-teal-700.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-teal-700.is-inverted.is-outlined.is-loading:focus::after, .button.is-teal-700.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #147b63 #147b63 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-700.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-teal-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800 {
  background-color: #0c6a57;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800:hover, .button.is-teal-800.is-hovered {
  background-color: #0a5e4d;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800:focus, .button.is-teal-800.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800:focus:not(:active), .button.is-teal-800.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(12, 106, 87, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800:active, .button.is-teal-800.is-active {
  background-color: #095344;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800[disabled], fieldset[disabled] .button.is-teal-800 {
  background-color: #0c6a57;
  border-color: #0c6a57;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-inverted {
  background-color: #fff;
  color: #0c6a57;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-inverted:hover, .button.is-teal-800.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-inverted[disabled], fieldset[disabled] .button.is-teal-800.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0c6a57;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-outlined {
  background-color: transparent;
  border-color: #0c6a57;
  color: #0c6a57;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-outlined:hover, .button.is-teal-800.is-outlined.is-hovered, .button.is-teal-800.is-outlined:focus, .button.is-teal-800.is-outlined.is-focused {
  background-color: #0c6a57;
  border-color: #0c6a57;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-outlined.is-loading::after {
  border-color: transparent transparent #0c6a57 #0c6a57 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-outlined.is-loading:hover::after, .button.is-teal-800.is-outlined.is-loading.is-hovered::after, .button.is-teal-800.is-outlined.is-loading:focus::after, .button.is-teal-800.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-outlined[disabled], fieldset[disabled] .button.is-teal-800.is-outlined {
  background-color: transparent;
  border-color: #0c6a57;
  box-shadow: none;
  color: #0c6a57;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-inverted.is-outlined:hover, .button.is-teal-800.is-inverted.is-outlined.is-hovered, .button.is-teal-800.is-inverted.is-outlined:focus, .button.is-teal-800.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #0c6a57;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-inverted.is-outlined.is-loading:hover::after, .button.is-teal-800.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-teal-800.is-inverted.is-outlined.is-loading:focus::after, .button.is-teal-800.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0c6a57 #0c6a57 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-800.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-teal-800.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900 {
  background-color: #014b3f;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900:hover, .button.is-teal-900.is-hovered {
  background-color: #013f34;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900:focus, .button.is-teal-900.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900:focus:not(:active), .button.is-teal-900.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(1, 75, 63, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900:active, .button.is-teal-900.is-active {
  background-color: #01322a;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900[disabled], fieldset[disabled] .button.is-teal-900 {
  background-color: #014b3f;
  border-color: #014b3f;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-inverted {
  background-color: #fff;
  color: #014b3f;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-inverted:hover, .button.is-teal-900.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-inverted[disabled], fieldset[disabled] .button.is-teal-900.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #014b3f;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-outlined {
  background-color: transparent;
  border-color: #014b3f;
  color: #014b3f;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-outlined:hover, .button.is-teal-900.is-outlined.is-hovered, .button.is-teal-900.is-outlined:focus, .button.is-teal-900.is-outlined.is-focused {
  background-color: #014b3f;
  border-color: #014b3f;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-outlined.is-loading::after {
  border-color: transparent transparent #014b3f #014b3f !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-outlined.is-loading:hover::after, .button.is-teal-900.is-outlined.is-loading.is-hovered::after, .button.is-teal-900.is-outlined.is-loading:focus::after, .button.is-teal-900.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-outlined[disabled], fieldset[disabled] .button.is-teal-900.is-outlined {
  background-color: transparent;
  border-color: #014b3f;
  box-shadow: none;
  color: #014b3f;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-inverted.is-outlined:hover, .button.is-teal-900.is-inverted.is-outlined.is-hovered, .button.is-teal-900.is-inverted.is-outlined:focus, .button.is-teal-900.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #014b3f;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-inverted.is-outlined.is-loading:hover::after, .button.is-teal-900.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-teal-900.is-inverted.is-outlined.is-loading:focus::after, .button.is-teal-900.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #014b3f #014b3f !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-teal-900.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-teal-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300 {
  background-color: #ad86da;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300:hover, .button.is-purple-300.is-hovered {
  background-color: #a77cd7;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300:focus, .button.is-purple-300.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300:focus:not(:active), .button.is-purple-300.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(173, 134, 218, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300:active, .button.is-purple-300.is-active {
  background-color: #a073d4;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300[disabled], fieldset[disabled] .button.is-purple-300 {
  background-color: #ad86da;
  border-color: #ad86da;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-inverted {
  background-color: #fff;
  color: #ad86da;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-inverted:hover, .button.is-purple-300.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-inverted[disabled], fieldset[disabled] .button.is-purple-300.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ad86da;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-outlined {
  background-color: transparent;
  border-color: #ad86da;
  color: #ad86da;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-outlined:hover, .button.is-purple-300.is-outlined.is-hovered, .button.is-purple-300.is-outlined:focus, .button.is-purple-300.is-outlined.is-focused {
  background-color: #ad86da;
  border-color: #ad86da;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-outlined.is-loading::after {
  border-color: transparent transparent #ad86da #ad86da !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-outlined.is-loading:hover::after, .button.is-purple-300.is-outlined.is-loading.is-hovered::after, .button.is-purple-300.is-outlined.is-loading:focus::after, .button.is-purple-300.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-outlined[disabled], fieldset[disabled] .button.is-purple-300.is-outlined {
  background-color: transparent;
  border-color: #ad86da;
  box-shadow: none;
  color: #ad86da;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-inverted.is-outlined:hover, .button.is-purple-300.is-inverted.is-outlined.is-hovered, .button.is-purple-300.is-inverted.is-outlined:focus, .button.is-purple-300.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ad86da;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-inverted.is-outlined.is-loading:hover::after, .button.is-purple-300.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-purple-300.is-inverted.is-outlined.is-loading:focus::after, .button.is-purple-300.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ad86da #ad86da !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-300.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-purple-300.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400 {
  background-color: #9b6bd1;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400:hover, .button.is-purple-400.is-hovered {
  background-color: #9461ce;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400:focus, .button.is-purple-400.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400:focus:not(:active), .button.is-purple-400.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(155, 107, 209, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400:active, .button.is-purple-400.is-active {
  background-color: #8d57cb;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400[disabled], fieldset[disabled] .button.is-purple-400 {
  background-color: #9b6bd1;
  border-color: #9b6bd1;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-inverted {
  background-color: #fff;
  color: #9b6bd1;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-inverted:hover, .button.is-purple-400.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-inverted[disabled], fieldset[disabled] .button.is-purple-400.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #9b6bd1;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-outlined {
  background-color: transparent;
  border-color: #9b6bd1;
  color: #9b6bd1;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-outlined:hover, .button.is-purple-400.is-outlined.is-hovered, .button.is-purple-400.is-outlined:focus, .button.is-purple-400.is-outlined.is-focused {
  background-color: #9b6bd1;
  border-color: #9b6bd1;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-outlined.is-loading::after {
  border-color: transparent transparent #9b6bd1 #9b6bd1 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-outlined.is-loading:hover::after, .button.is-purple-400.is-outlined.is-loading.is-hovered::after, .button.is-purple-400.is-outlined.is-loading:focus::after, .button.is-purple-400.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-outlined[disabled], fieldset[disabled] .button.is-purple-400.is-outlined {
  background-color: transparent;
  border-color: #9b6bd1;
  box-shadow: none;
  color: #9b6bd1;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-inverted.is-outlined:hover, .button.is-purple-400.is-inverted.is-outlined.is-hovered, .button.is-purple-400.is-inverted.is-outlined:focus, .button.is-purple-400.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #9b6bd1;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-inverted.is-outlined.is-loading:hover::after, .button.is-purple-400.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-purple-400.is-inverted.is-outlined.is-loading:focus::after, .button.is-purple-400.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #9b6bd1 #9b6bd1 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-400.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-purple-400.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700 {
  background-color: #4f267d;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700:hover, .button.is-purple-700.is-hovered {
  background-color: #492373;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700:focus, .button.is-purple-700.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700:focus:not(:active), .button.is-purple-700.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(79, 38, 125, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700:active, .button.is-purple-700.is-active {
  background-color: #422069;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700[disabled], fieldset[disabled] .button.is-purple-700 {
  background-color: #4f267d;
  border-color: #4f267d;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-inverted {
  background-color: #fff;
  color: #4f267d;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-inverted:hover, .button.is-purple-700.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-inverted[disabled], fieldset[disabled] .button.is-purple-700.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #4f267d;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-outlined {
  background-color: transparent;
  border-color: #4f267d;
  color: #4f267d;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-outlined:hover, .button.is-purple-700.is-outlined.is-hovered, .button.is-purple-700.is-outlined:focus, .button.is-purple-700.is-outlined.is-focused {
  background-color: #4f267d;
  border-color: #4f267d;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-outlined.is-loading::after {
  border-color: transparent transparent #4f267d #4f267d !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-outlined.is-loading:hover::after, .button.is-purple-700.is-outlined.is-loading.is-hovered::after, .button.is-purple-700.is-outlined.is-loading:focus::after, .button.is-purple-700.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-outlined[disabled], fieldset[disabled] .button.is-purple-700.is-outlined {
  background-color: transparent;
  border-color: #4f267d;
  box-shadow: none;
  color: #4f267d;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-inverted.is-outlined:hover, .button.is-purple-700.is-inverted.is-outlined.is-hovered, .button.is-purple-700.is-inverted.is-outlined:focus, .button.is-purple-700.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #4f267d;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-inverted.is-outlined.is-loading:hover::after, .button.is-purple-700.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-purple-700.is-inverted.is-outlined.is-loading:focus::after, .button.is-purple-700.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #4f267d #4f267d !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-700.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-purple-700.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800 {
  background-color: #391c5a;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800:hover, .button.is-purple-800.is-hovered {
  background-color: #321950;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800:focus, .button.is-purple-800.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800:focus:not(:active), .button.is-purple-800.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(57, 28, 90, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800:active, .button.is-purple-800.is-active {
  background-color: #2c1646;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800[disabled], fieldset[disabled] .button.is-purple-800 {
  background-color: #391c5a;
  border-color: #391c5a;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-inverted {
  background-color: #fff;
  color: #391c5a;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-inverted:hover, .button.is-purple-800.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-inverted[disabled], fieldset[disabled] .button.is-purple-800.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #391c5a;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-outlined {
  background-color: transparent;
  border-color: #391c5a;
  color: #391c5a;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-outlined:hover, .button.is-purple-800.is-outlined.is-hovered, .button.is-purple-800.is-outlined:focus, .button.is-purple-800.is-outlined.is-focused {
  background-color: #391c5a;
  border-color: #391c5a;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-outlined.is-loading::after {
  border-color: transparent transparent #391c5a #391c5a !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-outlined.is-loading:hover::after, .button.is-purple-800.is-outlined.is-loading.is-hovered::after, .button.is-purple-800.is-outlined.is-loading:focus::after, .button.is-purple-800.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-outlined[disabled], fieldset[disabled] .button.is-purple-800.is-outlined {
  background-color: transparent;
  border-color: #391c5a;
  box-shadow: none;
  color: #391c5a;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-inverted.is-outlined:hover, .button.is-purple-800.is-inverted.is-outlined.is-hovered, .button.is-purple-800.is-inverted.is-outlined:focus, .button.is-purple-800.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #391c5a;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-inverted.is-outlined.is-loading:hover::after, .button.is-purple-800.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-purple-800.is-inverted.is-outlined.is-loading:focus::after, .button.is-purple-800.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #391c5a #391c5a !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-800.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-purple-800.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900 {
  background-color: #201033;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900:hover, .button.is-purple-900.is-hovered {
  background-color: #1a0d29;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900:focus, .button.is-purple-900.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900:focus:not(:active), .button.is-purple-900.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 16, 51, 0.25);
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900:active, .button.is-purple-900.is-active {
  background-color: #140a1f;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900[disabled], fieldset[disabled] .button.is-purple-900 {
  background-color: #201033;
  border-color: #201033;
  box-shadow: none;
}

/* line 169, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-inverted {
  background-color: #fff;
  color: #201033;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-inverted:hover, .button.is-purple-900.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-inverted[disabled], fieldset[disabled] .button.is-purple-900.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #201033;
}

/* line 182, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-outlined {
  background-color: transparent;
  border-color: #201033;
  color: #201033;
}

/* line 188, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-outlined:hover, .button.is-purple-900.is-outlined.is-hovered, .button.is-purple-900.is-outlined:focus, .button.is-purple-900.is-outlined.is-focused {
  background-color: #201033;
  border-color: #201033;
  color: #fff;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-outlined.is-loading::after {
  border-color: transparent transparent #201033 #201033 !important;
}

/* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-outlined.is-loading:hover::after, .button.is-purple-900.is-outlined.is-loading.is-hovered::after, .button.is-purple-900.is-outlined.is-loading:focus::after, .button.is-purple-900.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-outlined[disabled], fieldset[disabled] .button.is-purple-900.is-outlined {
  background-color: transparent;
  border-color: #201033;
  box-shadow: none;
  color: #201033;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-inverted.is-outlined:hover, .button.is-purple-900.is-inverted.is-outlined.is-hovered, .button.is-purple-900.is-inverted.is-outlined:focus, .button.is-purple-900.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #201033;
}

/* line 225, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-inverted.is-outlined.is-loading:hover::after, .button.is-purple-900.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-purple-900.is-inverted.is-outlined.is-loading:focus::after, .button.is-purple-900.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #201033 #201033 !important;
}

/* line 227, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-purple-900.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-purple-900.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 251, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-small {
  font-size: 0.75rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}

/* line 253, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-normal {
  font-size: 1rem;
}

/* line 255, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-medium {
  font-size: 1.25rem;
}

/* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-large {
  font-size: 1.5rem;
}

/* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

/* line 266, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}

/* line 269, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

/* line 272, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}

/* line 276, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

/* line 282, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

/* line 287, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 292, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons .button {
  margin-bottom: 0.5rem;
}

/* line 294, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

/* line 296, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 298, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 302, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}

/* line 305, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

/* line 308, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

/* line 312, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

/* line 319, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}

/* line 321, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

/* line 324, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 330, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 332, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 335, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-centered {
  justify-content: center;
}

/* line 338, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 341, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-right {
  justify-content: flex-end;
}

/* line 344, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 352, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }
  /* line 355, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive,
.button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }
  /* line 352, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }
  /* line 352, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 352, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }
  /* line 355, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive,
.button.is-responsive.is-normal {
    font-size: 0.75rem;
  }
  /* line 352, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-medium {
    font-size: 1rem;
  }
  /* line 352, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  /* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  /* line 22, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  /* line 25, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  /* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content li + li {
  margin-top: 0.25em;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 40, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h1:not(:first-child) {
  margin-top: 1em;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

/* line 57, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

/* line 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

/* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

/* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

/* line 70, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

/* line 77, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]) {
  list-style-type: decimal;
}

/* line 83, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol.is-lower-alpha:not([type]) {
  list-style-type: lower-alpha;
}

/* line 85, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol.is-lower-roman:not([type]) {
  list-style-type: lower-roman;
}

/* line 87, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol.is-upper-alpha:not([type]) {
  list-style-type: upper-alpha;
}

/* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol.is-upper-roman:not([type]) {
  list-style-type: upper-roman;
}

/* line 91, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 95, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

/* line 98, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul ul ul {
  list-style-type: square;
}

/* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content dd {
  margin-left: 2em;
}

/* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

/* line 106, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure:not(:first-child) {
  margin-top: 2em;
}

/* line 108, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}

/* line 110, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure img {
  display: inline-block;
}

/* line 112, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure figcaption {
  font-style: italic;
}

/* line 114, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

/* line 120, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content sup,
.content sub {
  font-size: 75%;
}

/* line 123, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table {
  width: 100%;
}

/* line 125, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 131, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table th {
  color: #363636;
}

/* line 133, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table th:not([align]) {
  text-align: inherit;
}

/* line 136, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 141, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 152, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content .tabs li + li {
  margin-top: 0;
}

/* line 155, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-small {
  font-size: 0.75rem;
}

/* line 157, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-normal {
  font-size: 1rem;
}

/* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-medium {
  font-size: 1.25rem;
}

/* line 161, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-large {
  font-size: 1.5rem;
}

/* line 7, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 14, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
div.icon-text {
  display: flex;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image {
  display: block;
  position: relative;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image img.is-rounded {
  border-radius: 9999px;
}

/* line 14, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-fullwidth {
  width: 100%;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-5by4 {
  padding-top: 80%;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-4by3 {
  padding-top: 75%;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by2 {
  padding-top: 66.6666%;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-5by3 {
  padding-top: 60%;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-16by9 {
  padding-top: 56.25%;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-2by1 {
  padding-top: 50%;
}

/* line 53, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by1 {
  padding-top: 33.3333%;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-4by5 {
  padding-top: 125%;
}

/* line 57, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by4 {
  padding-top: 133.3333%;
}

/* line 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-2by3 {
  padding-top: 150%;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by5 {
  padding-top: 166.6666%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-9by16 {
  padding-top: 177.7777%;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-1by2 {
  padding-top: 200%;
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-1by3 {
  padding-top: 300%;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-16x16 {
  height: 16px;
  width: 16px;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-24x24 {
  height: 24px;
  width: 24px;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-32x32 {
  height: 32px;
  width: 32px;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-48x48 {
  height: 48px;
  width: 48px;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-64x64 {
  height: 64px;
  width: 64px;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

/* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification strong {
  color: currentColor;
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification code,
.notification pre {
  background: white;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification pre code {
  background: transparent;
}

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-primary {
  background-color: #035287;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-link {
  background-color: #035287;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-info {
  background-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-success {
  background-color: #27aa83;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-warning {
  background-color: #81defd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-danger {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-caution {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-secondary {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-add {
  background-color: #147b63;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-save {
  background-color: #199473;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-saveNew {
  background-color: #1280bf;
  color: white;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-saveClose {
  background-color: #db9b06;
  color: #0a0a0a;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-archive {
  background-color: #1280bf;
  color: white;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-restore {
  background-color: #035287;
  color: white;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-delete {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-blue-050 {
  background-color: #e6f9ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-blue-700 {
  background-color: #1280bf;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-blue-900 {
  background-color: #035287;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-050 {
  background-color: #fef9eb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-100 {
  background-color: #fdecc3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-200 {
  background-color: #fcd988;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-400 {
  background-color: #fac547;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-500 {
  background-color: #f9b81f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-600 {
  background-color: #f4ac06;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-700 {
  background-color: #db9b06;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-800 {
  background-color: #c28905;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-yellow-900 {
  background-color: #956a04;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-red-200 {
  background-color: #ff9999;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-red-300 {
  background-color: #f86868;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-red-400 {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-red-500 {
  background-color: #e12d39;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-red-700 {
  background-color: #aa091e;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-red-800 {
  background-color: #8b041b;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-red-900 {
  background-color: #630316;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-teal-400 {
  background-color: #3dbd92;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-teal-500 {
  background-color: #27aa83;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-teal-600 {
  background-color: #199473;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-teal-700 {
  background-color: #147b63;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-teal-800 {
  background-color: #0c6a57;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-teal-900 {
  background-color: #014b3f;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-purple-300 {
  background-color: #ad86da;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-purple-400 {
  background-color: #9b6bd1;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-purple-700 {
  background-color: #4f267d;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-purple-800 {
  background-color: #391c5a;
  color: #fff;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-purple-900 {
  background-color: #201033;
  color: #fff;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 22, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-webkit-progress-bar {
  background-color: #ededed;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-webkit-progress-value {
  background-color: white;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-moz-progress-bar {
  background-color: white;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-ms-fill {
  background-color: white;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-ms-fill {
  background-color: #363636;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-webkit-progress-value {
  background-color: #035287;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-moz-progress-bar {
  background-color: #035287;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-ms-fill {
  background-color: #035287;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #035287 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-webkit-progress-value {
  background-color: #035287;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-moz-progress-bar {
  background-color: #035287;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-ms-fill {
  background-color: #035287;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #035287 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-webkit-progress-value {
  background-color: #e6f9ff;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-moz-progress-bar {
  background-color: #e6f9ff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-ms-fill {
  background-color: #e6f9ff;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #e6f9ff 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-webkit-progress-value {
  background-color: #27aa83;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-moz-progress-bar {
  background-color: #27aa83;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-ms-fill {
  background-color: #27aa83;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #27aa83 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-webkit-progress-value {
  background-color: #81defd;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-moz-progress-bar {
  background-color: #81defd;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-ms-fill {
  background-color: #81defd;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #81defd 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-webkit-progress-value {
  background-color: #ef4e4e;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-moz-progress-bar {
  background-color: #ef4e4e;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-ms-fill {
  background-color: #ef4e4e;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #ef4e4e 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-caution::-webkit-progress-value {
  background-color: #f9b81f;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-caution::-moz-progress-bar {
  background-color: #f9b81f;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-caution::-ms-fill {
  background-color: #f9b81f;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-caution:indeterminate {
  background-image: linear-gradient(to right, #f9b81f 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-secondary::-webkit-progress-value {
  background-color: #f9b81f;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-secondary::-moz-progress-bar {
  background-color: #f9b81f;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-secondary::-ms-fill {
  background-color: #f9b81f;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-secondary:indeterminate {
  background-image: linear-gradient(to right, #f9b81f 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-add::-webkit-progress-value {
  background-color: #147b63;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-add::-moz-progress-bar {
  background-color: #147b63;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-add::-ms-fill {
  background-color: #147b63;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-add:indeterminate {
  background-image: linear-gradient(to right, #147b63 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-save::-webkit-progress-value {
  background-color: #199473;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-save::-moz-progress-bar {
  background-color: #199473;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-save::-ms-fill {
  background-color: #199473;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-save:indeterminate {
  background-image: linear-gradient(to right, #199473 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-saveNew::-webkit-progress-value {
  background-color: #1280bf;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-saveNew::-moz-progress-bar {
  background-color: #1280bf;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-saveNew::-ms-fill {
  background-color: #1280bf;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-saveNew:indeterminate {
  background-image: linear-gradient(to right, #1280bf 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-saveClose::-webkit-progress-value {
  background-color: #db9b06;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-saveClose::-moz-progress-bar {
  background-color: #db9b06;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-saveClose::-ms-fill {
  background-color: #db9b06;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-saveClose:indeterminate {
  background-image: linear-gradient(to right, #db9b06 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-archive::-webkit-progress-value {
  background-color: #1280bf;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-archive::-moz-progress-bar {
  background-color: #1280bf;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-archive::-ms-fill {
  background-color: #1280bf;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-archive:indeterminate {
  background-image: linear-gradient(to right, #1280bf 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-restore::-webkit-progress-value {
  background-color: #035287;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-restore::-moz-progress-bar {
  background-color: #035287;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-restore::-ms-fill {
  background-color: #035287;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-restore:indeterminate {
  background-image: linear-gradient(to right, #035287 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-delete::-webkit-progress-value {
  background-color: #ef4e4e;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-delete::-moz-progress-bar {
  background-color: #ef4e4e;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-delete::-ms-fill {
  background-color: #ef4e4e;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-delete:indeterminate {
  background-image: linear-gradient(to right, #ef4e4e 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-050::-webkit-progress-value {
  background-color: #e6f9ff;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-050::-moz-progress-bar {
  background-color: #e6f9ff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-050::-ms-fill {
  background-color: #e6f9ff;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-050:indeterminate {
  background-image: linear-gradient(to right, #e6f9ff 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-700::-webkit-progress-value {
  background-color: #1280bf;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-700::-moz-progress-bar {
  background-color: #1280bf;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-700::-ms-fill {
  background-color: #1280bf;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-700:indeterminate {
  background-image: linear-gradient(to right, #1280bf 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-900::-webkit-progress-value {
  background-color: #035287;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-900::-moz-progress-bar {
  background-color: #035287;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-900::-ms-fill {
  background-color: #035287;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-blue-900:indeterminate {
  background-image: linear-gradient(to right, #035287 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-050::-webkit-progress-value {
  background-color: #fef9eb;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-050::-moz-progress-bar {
  background-color: #fef9eb;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-050::-ms-fill {
  background-color: #fef9eb;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-050:indeterminate {
  background-image: linear-gradient(to right, #fef9eb 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-100::-webkit-progress-value {
  background-color: #fdecc3;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-100::-moz-progress-bar {
  background-color: #fdecc3;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-100::-ms-fill {
  background-color: #fdecc3;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-100:indeterminate {
  background-image: linear-gradient(to right, #fdecc3 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-200::-webkit-progress-value {
  background-color: #fcd988;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-200::-moz-progress-bar {
  background-color: #fcd988;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-200::-ms-fill {
  background-color: #fcd988;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-200:indeterminate {
  background-image: linear-gradient(to right, #fcd988 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-400::-webkit-progress-value {
  background-color: #fac547;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-400::-moz-progress-bar {
  background-color: #fac547;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-400::-ms-fill {
  background-color: #fac547;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-400:indeterminate {
  background-image: linear-gradient(to right, #fac547 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-500::-webkit-progress-value {
  background-color: #f9b81f;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-500::-moz-progress-bar {
  background-color: #f9b81f;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-500::-ms-fill {
  background-color: #f9b81f;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-500:indeterminate {
  background-image: linear-gradient(to right, #f9b81f 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-600::-webkit-progress-value {
  background-color: #f4ac06;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-600::-moz-progress-bar {
  background-color: #f4ac06;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-600::-ms-fill {
  background-color: #f4ac06;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-600:indeterminate {
  background-image: linear-gradient(to right, #f4ac06 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-700::-webkit-progress-value {
  background-color: #db9b06;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-700::-moz-progress-bar {
  background-color: #db9b06;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-700::-ms-fill {
  background-color: #db9b06;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-700:indeterminate {
  background-image: linear-gradient(to right, #db9b06 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-800::-webkit-progress-value {
  background-color: #c28905;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-800::-moz-progress-bar {
  background-color: #c28905;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-800::-ms-fill {
  background-color: #c28905;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-800:indeterminate {
  background-image: linear-gradient(to right, #c28905 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-900::-webkit-progress-value {
  background-color: #956a04;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-900::-moz-progress-bar {
  background-color: #956a04;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-900::-ms-fill {
  background-color: #956a04;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-yellow-900:indeterminate {
  background-image: linear-gradient(to right, #956a04 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-200::-webkit-progress-value {
  background-color: #ff9999;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-200::-moz-progress-bar {
  background-color: #ff9999;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-200::-ms-fill {
  background-color: #ff9999;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-200:indeterminate {
  background-image: linear-gradient(to right, #ff9999 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-300::-webkit-progress-value {
  background-color: #f86868;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-300::-moz-progress-bar {
  background-color: #f86868;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-300::-ms-fill {
  background-color: #f86868;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-300:indeterminate {
  background-image: linear-gradient(to right, #f86868 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-400::-webkit-progress-value {
  background-color: #ef4e4e;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-400::-moz-progress-bar {
  background-color: #ef4e4e;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-400::-ms-fill {
  background-color: #ef4e4e;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-400:indeterminate {
  background-image: linear-gradient(to right, #ef4e4e 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-500::-webkit-progress-value {
  background-color: #e12d39;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-500::-moz-progress-bar {
  background-color: #e12d39;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-500::-ms-fill {
  background-color: #e12d39;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-500:indeterminate {
  background-image: linear-gradient(to right, #e12d39 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-700::-webkit-progress-value {
  background-color: #aa091e;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-700::-moz-progress-bar {
  background-color: #aa091e;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-700::-ms-fill {
  background-color: #aa091e;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-700:indeterminate {
  background-image: linear-gradient(to right, #aa091e 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-800::-webkit-progress-value {
  background-color: #8b041b;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-800::-moz-progress-bar {
  background-color: #8b041b;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-800::-ms-fill {
  background-color: #8b041b;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-800:indeterminate {
  background-image: linear-gradient(to right, #8b041b 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-900::-webkit-progress-value {
  background-color: #630316;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-900::-moz-progress-bar {
  background-color: #630316;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-900::-ms-fill {
  background-color: #630316;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-red-900:indeterminate {
  background-image: linear-gradient(to right, #630316 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-400::-webkit-progress-value {
  background-color: #3dbd92;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-400::-moz-progress-bar {
  background-color: #3dbd92;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-400::-ms-fill {
  background-color: #3dbd92;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-400:indeterminate {
  background-image: linear-gradient(to right, #3dbd92 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-500::-webkit-progress-value {
  background-color: #27aa83;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-500::-moz-progress-bar {
  background-color: #27aa83;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-500::-ms-fill {
  background-color: #27aa83;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-500:indeterminate {
  background-image: linear-gradient(to right, #27aa83 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-600::-webkit-progress-value {
  background-color: #199473;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-600::-moz-progress-bar {
  background-color: #199473;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-600::-ms-fill {
  background-color: #199473;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-600:indeterminate {
  background-image: linear-gradient(to right, #199473 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-700::-webkit-progress-value {
  background-color: #147b63;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-700::-moz-progress-bar {
  background-color: #147b63;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-700::-ms-fill {
  background-color: #147b63;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-700:indeterminate {
  background-image: linear-gradient(to right, #147b63 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-800::-webkit-progress-value {
  background-color: #0c6a57;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-800::-moz-progress-bar {
  background-color: #0c6a57;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-800::-ms-fill {
  background-color: #0c6a57;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-800:indeterminate {
  background-image: linear-gradient(to right, #0c6a57 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-900::-webkit-progress-value {
  background-color: #014b3f;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-900::-moz-progress-bar {
  background-color: #014b3f;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-900::-ms-fill {
  background-color: #014b3f;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-teal-900:indeterminate {
  background-image: linear-gradient(to right, #014b3f 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-300::-webkit-progress-value {
  background-color: #ad86da;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-300::-moz-progress-bar {
  background-color: #ad86da;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-300::-ms-fill {
  background-color: #ad86da;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-300:indeterminate {
  background-image: linear-gradient(to right, #ad86da 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-400::-webkit-progress-value {
  background-color: #9b6bd1;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-400::-moz-progress-bar {
  background-color: #9b6bd1;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-400::-ms-fill {
  background-color: #9b6bd1;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-400:indeterminate {
  background-image: linear-gradient(to right, #9b6bd1 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-700::-webkit-progress-value {
  background-color: #4f267d;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-700::-moz-progress-bar {
  background-color: #4f267d;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-700::-ms-fill {
  background-color: #4f267d;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-700:indeterminate {
  background-image: linear-gradient(to right, #4f267d 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-800::-webkit-progress-value {
  background-color: #391c5a;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-800::-moz-progress-bar {
  background-color: #391c5a;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-800::-ms-fill {
  background-color: #391c5a;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-800:indeterminate {
  background-image: linear-gradient(to right, #391c5a 30%, #ededed 30%);
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-900::-webkit-progress-value {
  background-color: #201033;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-900::-moz-progress-bar {
  background-color: #201033;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-900::-ms-fill {
  background-color: #201033;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-purple-900:indeterminate {
  background-image: linear-gradient(to right, #201033 30%, #ededed 30%);
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

/* line 56, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-ms-fill {
  animation-name: none;
}

/* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-small {
  height: 0.75rem;
}

/* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-medium {
  height: 1.25rem;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-large {
  height: 1.5rem;
}

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

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table {
  background-color: white;
  color: #363636;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-primary,
.table th.is-primary {
  background-color: #035287;
  border-color: #035287;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-link,
.table th.is-link {
  background-color: #035287;
  border-color: #035287;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-info,
.table th.is-info {
  background-color: #e6f9ff;
  border-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-success,
.table th.is-success {
  background-color: #27aa83;
  border-color: #27aa83;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-warning,
.table th.is-warning {
  background-color: #81defd;
  border-color: #81defd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-danger,
.table th.is-danger {
  background-color: #ef4e4e;
  border-color: #ef4e4e;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-caution,
.table th.is-caution {
  background-color: #f9b81f;
  border-color: #f9b81f;
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-secondary,
.table th.is-secondary {
  background-color: #f9b81f;
  border-color: #f9b81f;
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-add,
.table th.is-add {
  background-color: #147b63;
  border-color: #147b63;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-save,
.table th.is-save {
  background-color: #199473;
  border-color: #199473;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-saveNew,
.table th.is-saveNew {
  background-color: #1280bf;
  border-color: #1280bf;
  color: white;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-saveClose,
.table th.is-saveClose {
  background-color: #db9b06;
  border-color: #db9b06;
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-archive,
.table th.is-archive {
  background-color: #1280bf;
  border-color: #1280bf;
  color: white;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-restore,
.table th.is-restore {
  background-color: #035287;
  border-color: #035287;
  color: white;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-delete,
.table th.is-delete {
  background-color: #ef4e4e;
  border-color: #ef4e4e;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-blue-050,
.table th.is-blue-050 {
  background-color: #e6f9ff;
  border-color: #e6f9ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-blue-700,
.table th.is-blue-700 {
  background-color: #1280bf;
  border-color: #1280bf;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-blue-900,
.table th.is-blue-900 {
  background-color: #035287;
  border-color: #035287;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-050,
.table th.is-yellow-050 {
  background-color: #fef9eb;
  border-color: #fef9eb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-100,
.table th.is-yellow-100 {
  background-color: #fdecc3;
  border-color: #fdecc3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-200,
.table th.is-yellow-200 {
  background-color: #fcd988;
  border-color: #fcd988;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-400,
.table th.is-yellow-400 {
  background-color: #fac547;
  border-color: #fac547;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-500,
.table th.is-yellow-500 {
  background-color: #f9b81f;
  border-color: #f9b81f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-600,
.table th.is-yellow-600 {
  background-color: #f4ac06;
  border-color: #f4ac06;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-700,
.table th.is-yellow-700 {
  background-color: #db9b06;
  border-color: #db9b06;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-800,
.table th.is-yellow-800 {
  background-color: #c28905;
  border-color: #c28905;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-yellow-900,
.table th.is-yellow-900 {
  background-color: #956a04;
  border-color: #956a04;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-red-200,
.table th.is-red-200 {
  background-color: #ff9999;
  border-color: #ff9999;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-red-300,
.table th.is-red-300 {
  background-color: #f86868;
  border-color: #f86868;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-red-400,
.table th.is-red-400 {
  background-color: #ef4e4e;
  border-color: #ef4e4e;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-red-500,
.table th.is-red-500 {
  background-color: #e12d39;
  border-color: #e12d39;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-red-700,
.table th.is-red-700 {
  background-color: #aa091e;
  border-color: #aa091e;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-red-800,
.table th.is-red-800 {
  background-color: #8b041b;
  border-color: #8b041b;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-red-900,
.table th.is-red-900 {
  background-color: #630316;
  border-color: #630316;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-teal-400,
.table th.is-teal-400 {
  background-color: #3dbd92;
  border-color: #3dbd92;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-teal-500,
.table th.is-teal-500 {
  background-color: #27aa83;
  border-color: #27aa83;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-teal-600,
.table th.is-teal-600 {
  background-color: #199473;
  border-color: #199473;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-teal-700,
.table th.is-teal-700 {
  background-color: #147b63;
  border-color: #147b63;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-teal-800,
.table th.is-teal-800 {
  background-color: #0c6a57;
  border-color: #0c6a57;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-teal-900,
.table th.is-teal-900 {
  background-color: #014b3f;
  border-color: #014b3f;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-purple-300,
.table th.is-purple-300 {
  background-color: #ad86da;
  border-color: #ad86da;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-purple-400,
.table th.is-purple-400 {
  background-color: #9b6bd1;
  border-color: #9b6bd1;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-purple-700,
.table th.is-purple-700 {
  background-color: #4f267d;
  border-color: #4f267d;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-purple-800,
.table th.is-purple-800 {
  background-color: #391c5a;
  border-color: #391c5a;
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-purple-900,
.table th.is-purple-900 {
  background-color: #201033;
  border-color: #201033;
  color: #fff;
}

/* line 50, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

/* line 53, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-selected,
.table th.is-selected {
  background-color: #035287;
  color: #fff;
}

/* line 56, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table th {
  color: #363636;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table th:not([align]) {
  text-align: left;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected {
  background-color: #035287;
  color: #fff;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

/* line 72, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table thead {
  background-color: transparent;
}

/* line 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tfoot {
  background-color: transparent;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 88, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tbody {
  background-color: transparent;
}

/* line 92, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 97, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

/* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

/* line 105, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-fullwidth {
  width: 100%;
}

/* line 110, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 115, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 117, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

/* line 120, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

/* line 126, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 129, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* line 10, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags .tag {
  margin-bottom: 0.5rem;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags:last-child {
  margin-bottom: -0.5rem;
}

/* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 25, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

/* line 30, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-centered {
  justify-content: center;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right {
  justify-content: flex-end;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

/* line 40, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag {
  margin-right: 0;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 53, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 74, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-white:not(body) {
  background-color: white;
  color: #0a0a0a;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-black:not(body) {
  background-color: #0a0a0a;
  color: white;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-light:not(body) {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-dark:not(body) {
  background-color: #363636;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-primary:not(body) {
  background-color: #035287;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-link:not(body) {
  background-color: #035287;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-info:not(body) {
  background-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-success:not(body) {
  background-color: #27aa83;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-warning:not(body) {
  background-color: #81defd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-danger:not(body) {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-caution:not(body) {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-secondary:not(body) {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-add:not(body) {
  background-color: #147b63;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-save:not(body) {
  background-color: #199473;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-saveNew:not(body) {
  background-color: #1280bf;
  color: white;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-saveClose:not(body) {
  background-color: #db9b06;
  color: #0a0a0a;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-archive:not(body) {
  background-color: #1280bf;
  color: white;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-restore:not(body) {
  background-color: #035287;
  color: white;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body) {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-blue-050:not(body) {
  background-color: #e6f9ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-blue-700:not(body) {
  background-color: #1280bf;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-blue-900:not(body) {
  background-color: #035287;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-050:not(body) {
  background-color: #fef9eb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-100:not(body) {
  background-color: #fdecc3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-200:not(body) {
  background-color: #fcd988;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-400:not(body) {
  background-color: #fac547;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-500:not(body) {
  background-color: #f9b81f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-600:not(body) {
  background-color: #f4ac06;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-700:not(body) {
  background-color: #db9b06;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-800:not(body) {
  background-color: #c28905;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-yellow-900:not(body) {
  background-color: #956a04;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-red-200:not(body) {
  background-color: #ff9999;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-red-300:not(body) {
  background-color: #f86868;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-red-400:not(body) {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-red-500:not(body) {
  background-color: #e12d39;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-red-700:not(body) {
  background-color: #aa091e;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-red-800:not(body) {
  background-color: #8b041b;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-red-900:not(body) {
  background-color: #630316;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-teal-400:not(body) {
  background-color: #3dbd92;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-teal-500:not(body) {
  background-color: #27aa83;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-teal-600:not(body) {
  background-color: #199473;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-teal-700:not(body) {
  background-color: #147b63;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-teal-800:not(body) {
  background-color: #0c6a57;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-teal-900:not(body) {
  background-color: #014b3f;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-purple-300:not(body) {
  background-color: #ad86da;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-purple-400:not(body) {
  background-color: #9b6bd1;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-purple-700:not(body) {
  background-color: #4f267d;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-purple-800:not(body) {
  background-color: #391c5a;
  color: #fff;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-purple-900:not(body) {
  background-color: #201033;
  color: #fff;
}

/* line 92, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-normal:not(body) {
  font-size: 0.75rem;
}

/* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-medium:not(body) {
  font-size: 1rem;
}

/* line 96, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-large:not(body) {
  font-size: 1.25rem;
}

/* line 99, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

/* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

/* line 105, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

/* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body) {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

/* line 114, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body)::before {
  height: 1px;
  width: 50%;
}

/* line 127, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body)::after {
  height: 50%;
  width: 1px;
}

/* line 130, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body):hover, .tag.is-delete:not(body):focus {
  background-color: #e8e8e8;
}

/* line 133, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body):active {
  background-color: #dbdbdb;
}

/* line 135, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-rounded:not(body) {
  border-radius: 9999px;
}

/* line 139, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
a.tag:hover {
  text-decoration: underline;
}

/* line 22, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title,
.subtitle {
  word-break: break-word;
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title sub,
.subtitle sub {
  font-size: 0.75em;
}

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title sup,
.subtitle sup {
  font-size: 0.75em;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title strong {
  color: inherit;
  font-weight: inherit;
}

/* line 46, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-1 {
  font-size: 3rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-2 {
  font-size: 2.5rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-3 {
  font-size: 2rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-4 {
  font-size: 1.5rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-5 {
  font-size: 1.25rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-6 {
  font-size: 1rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-7 {
  font-size: 0.75rem;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle strong {
  color: #363636;
  font-weight: 600;
}

/* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-1 {
  font-size: 3rem;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-2 {
  font-size: 2.5rem;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-3 {
  font-size: 2rem;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-4 {
  font-size: 1.5rem;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-5 {
  font-size: 1.25rem;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-6 {
  font-size: 1rem;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-7 {
  font-size: 0.75rem;
}

/* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/other.sass */
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/other.sass */
.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 9999px;
  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;
}

/* Bulma Form */
/* line 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.select select, .textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 50, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../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 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../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 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../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 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../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 7, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea[readonly], .input[readonly] {
  box-shadow: none;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-white.textarea, .is-white.input {
  border-color: white;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-dark.textarea, .is-dark.input {
  border-color: #363636;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-primary.textarea, .is-primary.input {
  border-color: #035287;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(3, 82, 135, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-link.textarea, .is-link.input {
  border-color: #035287;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(3, 82, 135, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-info.textarea, .is-info.input {
  border-color: #e6f9ff;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(230, 249, 255, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-success.textarea, .is-success.input {
  border-color: #27aa83;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(39, 170, 131, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-warning.textarea, .is-warning.input {
  border-color: #81defd;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(129, 222, 253, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-danger.textarea, .is-danger.input {
  border-color: #ef4e4e;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(239, 78, 78, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-caution.textarea, .is-caution.input {
  border-color: #f9b81f;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-caution.textarea:focus, .is-caution.input:focus, .is-caution.is-focused.textarea, .is-caution.is-focused.input, .is-caution.textarea:active, .is-caution.input:active, .is-caution.is-active.textarea, .is-caution.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-secondary.textarea, .is-secondary.input {
  border-color: #f9b81f;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-secondary.textarea:focus, .is-secondary.input:focus, .is-secondary.is-focused.textarea, .is-secondary.is-focused.input, .is-secondary.textarea:active, .is-secondary.input:active, .is-secondary.is-active.textarea, .is-secondary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-add.textarea, .is-add.input {
  border-color: #147b63;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-add.textarea:focus, .is-add.input:focus, .is-add.is-focused.textarea, .is-add.is-focused.input, .is-add.textarea:active, .is-add.input:active, .is-add.is-active.textarea, .is-add.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(20, 123, 99, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-save.textarea, .is-save.input {
  border-color: #199473;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-save.textarea:focus, .is-save.input:focus, .is-save.is-focused.textarea, .is-save.is-focused.input, .is-save.textarea:active, .is-save.input:active, .is-save.is-active.textarea, .is-save.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(25, 148, 115, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-saveNew.textarea, .is-saveNew.input {
  border-color: #1280bf;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-saveNew.textarea:focus, .is-saveNew.input:focus, .is-saveNew.is-focused.textarea, .is-saveNew.is-focused.input, .is-saveNew.textarea:active, .is-saveNew.input:active, .is-saveNew.is-active.textarea, .is-saveNew.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-saveClose.textarea, .is-saveClose.input {
  border-color: #db9b06;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-saveClose.textarea:focus, .is-saveClose.input:focus, .is-saveClose.is-focused.textarea, .is-saveClose.is-focused.input, .is-saveClose.textarea:active, .is-saveClose.input:active, .is-saveClose.is-active.textarea, .is-saveClose.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(219, 155, 6, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-archive.textarea, .is-archive.input {
  border-color: #1280bf;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-archive.textarea:focus, .is-archive.input:focus, .is-archive.is-focused.textarea, .is-archive.is-focused.input, .is-archive.textarea:active, .is-archive.input:active, .is-archive.is-active.textarea, .is-archive.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-restore.textarea, .is-restore.input {
  border-color: #035287;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-restore.textarea:focus, .is-restore.input:focus, .is-restore.is-focused.textarea, .is-restore.is-focused.input, .is-restore.textarea:active, .is-restore.input:active, .is-restore.is-active.textarea, .is-restore.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-delete.textarea, .is-delete.input {
  border-color: #ef4e4e;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-delete.textarea:focus, .is-delete.input:focus, .is-delete.is-focused.textarea, .is-delete.is-focused.input, .is-delete.textarea:active, .is-delete.input:active, .is-delete.is-active.textarea, .is-delete.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(239, 78, 78, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-blue-050.textarea, .is-blue-050.input {
  border-color: #e6f9ff;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-blue-050.textarea:focus, .is-blue-050.input:focus, .is-blue-050.is-focused.textarea, .is-blue-050.is-focused.input, .is-blue-050.textarea:active, .is-blue-050.input:active, .is-blue-050.is-active.textarea, .is-blue-050.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(230, 249, 255, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-blue-700.textarea, .is-blue-700.input {
  border-color: #1280bf;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-blue-700.textarea:focus, .is-blue-700.input:focus, .is-blue-700.is-focused.textarea, .is-blue-700.is-focused.input, .is-blue-700.textarea:active, .is-blue-700.input:active, .is-blue-700.is-active.textarea, .is-blue-700.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-blue-900.textarea, .is-blue-900.input {
  border-color: #035287;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-blue-900.textarea:focus, .is-blue-900.input:focus, .is-blue-900.is-focused.textarea, .is-blue-900.is-focused.input, .is-blue-900.textarea:active, .is-blue-900.input:active, .is-blue-900.is-active.textarea, .is-blue-900.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-050.textarea, .is-yellow-050.input {
  border-color: #fef9eb;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-050.textarea:focus, .is-yellow-050.input:focus, .is-yellow-050.is-focused.textarea, .is-yellow-050.is-focused.input, .is-yellow-050.textarea:active, .is-yellow-050.input:active, .is-yellow-050.is-active.textarea, .is-yellow-050.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(254, 249, 235, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-100.textarea, .is-yellow-100.input {
  border-color: #fdecc3;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-100.textarea:focus, .is-yellow-100.input:focus, .is-yellow-100.is-focused.textarea, .is-yellow-100.is-focused.input, .is-yellow-100.textarea:active, .is-yellow-100.input:active, .is-yellow-100.is-active.textarea, .is-yellow-100.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(253, 236, 195, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-200.textarea, .is-yellow-200.input {
  border-color: #fcd988;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-200.textarea:focus, .is-yellow-200.input:focus, .is-yellow-200.is-focused.textarea, .is-yellow-200.is-focused.input, .is-yellow-200.textarea:active, .is-yellow-200.input:active, .is-yellow-200.is-active.textarea, .is-yellow-200.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(252, 217, 136, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-400.textarea, .is-yellow-400.input {
  border-color: #fac547;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-400.textarea:focus, .is-yellow-400.input:focus, .is-yellow-400.is-focused.textarea, .is-yellow-400.is-focused.input, .is-yellow-400.textarea:active, .is-yellow-400.input:active, .is-yellow-400.is-active.textarea, .is-yellow-400.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(250, 197, 71, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-500.textarea, .is-yellow-500.input {
  border-color: #f9b81f;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-500.textarea:focus, .is-yellow-500.input:focus, .is-yellow-500.is-focused.textarea, .is-yellow-500.is-focused.input, .is-yellow-500.textarea:active, .is-yellow-500.input:active, .is-yellow-500.is-active.textarea, .is-yellow-500.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-600.textarea, .is-yellow-600.input {
  border-color: #f4ac06;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-600.textarea:focus, .is-yellow-600.input:focus, .is-yellow-600.is-focused.textarea, .is-yellow-600.is-focused.input, .is-yellow-600.textarea:active, .is-yellow-600.input:active, .is-yellow-600.is-active.textarea, .is-yellow-600.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(244, 172, 6, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-700.textarea, .is-yellow-700.input {
  border-color: #db9b06;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-700.textarea:focus, .is-yellow-700.input:focus, .is-yellow-700.is-focused.textarea, .is-yellow-700.is-focused.input, .is-yellow-700.textarea:active, .is-yellow-700.input:active, .is-yellow-700.is-active.textarea, .is-yellow-700.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(219, 155, 6, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-800.textarea, .is-yellow-800.input {
  border-color: #c28905;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-800.textarea:focus, .is-yellow-800.input:focus, .is-yellow-800.is-focused.textarea, .is-yellow-800.is-focused.input, .is-yellow-800.textarea:active, .is-yellow-800.input:active, .is-yellow-800.is-active.textarea, .is-yellow-800.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(194, 137, 5, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-900.textarea, .is-yellow-900.input {
  border-color: #956a04;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-yellow-900.textarea:focus, .is-yellow-900.input:focus, .is-yellow-900.is-focused.textarea, .is-yellow-900.is-focused.input, .is-yellow-900.textarea:active, .is-yellow-900.input:active, .is-yellow-900.is-active.textarea, .is-yellow-900.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(149, 106, 4, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-200.textarea, .is-red-200.input {
  border-color: #ff9999;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-200.textarea:focus, .is-red-200.input:focus, .is-red-200.is-focused.textarea, .is-red-200.is-focused.input, .is-red-200.textarea:active, .is-red-200.input:active, .is-red-200.is-active.textarea, .is-red-200.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 153, 153, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-300.textarea, .is-red-300.input {
  border-color: #f86868;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-300.textarea:focus, .is-red-300.input:focus, .is-red-300.is-focused.textarea, .is-red-300.is-focused.input, .is-red-300.textarea:active, .is-red-300.input:active, .is-red-300.is-active.textarea, .is-red-300.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(248, 104, 104, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-400.textarea, .is-red-400.input {
  border-color: #ef4e4e;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-400.textarea:focus, .is-red-400.input:focus, .is-red-400.is-focused.textarea, .is-red-400.is-focused.input, .is-red-400.textarea:active, .is-red-400.input:active, .is-red-400.is-active.textarea, .is-red-400.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(239, 78, 78, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-500.textarea, .is-red-500.input {
  border-color: #e12d39;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-500.textarea:focus, .is-red-500.input:focus, .is-red-500.is-focused.textarea, .is-red-500.is-focused.input, .is-red-500.textarea:active, .is-red-500.input:active, .is-red-500.is-active.textarea, .is-red-500.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(225, 45, 57, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-700.textarea, .is-red-700.input {
  border-color: #aa091e;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-700.textarea:focus, .is-red-700.input:focus, .is-red-700.is-focused.textarea, .is-red-700.is-focused.input, .is-red-700.textarea:active, .is-red-700.input:active, .is-red-700.is-active.textarea, .is-red-700.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(170, 9, 30, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-800.textarea, .is-red-800.input {
  border-color: #8b041b;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-800.textarea:focus, .is-red-800.input:focus, .is-red-800.is-focused.textarea, .is-red-800.is-focused.input, .is-red-800.textarea:active, .is-red-800.input:active, .is-red-800.is-active.textarea, .is-red-800.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(139, 4, 27, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-900.textarea, .is-red-900.input {
  border-color: #630316;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-red-900.textarea:focus, .is-red-900.input:focus, .is-red-900.is-focused.textarea, .is-red-900.is-focused.input, .is-red-900.textarea:active, .is-red-900.input:active, .is-red-900.is-active.textarea, .is-red-900.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(99, 3, 22, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-400.textarea, .is-teal-400.input {
  border-color: #3dbd92;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-400.textarea:focus, .is-teal-400.input:focus, .is-teal-400.is-focused.textarea, .is-teal-400.is-focused.input, .is-teal-400.textarea:active, .is-teal-400.input:active, .is-teal-400.is-active.textarea, .is-teal-400.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(61, 189, 146, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-500.textarea, .is-teal-500.input {
  border-color: #27aa83;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-500.textarea:focus, .is-teal-500.input:focus, .is-teal-500.is-focused.textarea, .is-teal-500.is-focused.input, .is-teal-500.textarea:active, .is-teal-500.input:active, .is-teal-500.is-active.textarea, .is-teal-500.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(39, 170, 131, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-600.textarea, .is-teal-600.input {
  border-color: #199473;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-600.textarea:focus, .is-teal-600.input:focus, .is-teal-600.is-focused.textarea, .is-teal-600.is-focused.input, .is-teal-600.textarea:active, .is-teal-600.input:active, .is-teal-600.is-active.textarea, .is-teal-600.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(25, 148, 115, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-700.textarea, .is-teal-700.input {
  border-color: #147b63;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-700.textarea:focus, .is-teal-700.input:focus, .is-teal-700.is-focused.textarea, .is-teal-700.is-focused.input, .is-teal-700.textarea:active, .is-teal-700.input:active, .is-teal-700.is-active.textarea, .is-teal-700.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(20, 123, 99, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-800.textarea, .is-teal-800.input {
  border-color: #0c6a57;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-800.textarea:focus, .is-teal-800.input:focus, .is-teal-800.is-focused.textarea, .is-teal-800.is-focused.input, .is-teal-800.textarea:active, .is-teal-800.input:active, .is-teal-800.is-active.textarea, .is-teal-800.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(12, 106, 87, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-900.textarea, .is-teal-900.input {
  border-color: #014b3f;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-teal-900.textarea:focus, .is-teal-900.input:focus, .is-teal-900.is-focused.textarea, .is-teal-900.is-focused.input, .is-teal-900.textarea:active, .is-teal-900.input:active, .is-teal-900.is-active.textarea, .is-teal-900.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(1, 75, 63, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-300.textarea, .is-purple-300.input {
  border-color: #ad86da;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-300.textarea:focus, .is-purple-300.input:focus, .is-purple-300.is-focused.textarea, .is-purple-300.is-focused.input, .is-purple-300.textarea:active, .is-purple-300.input:active, .is-purple-300.is-active.textarea, .is-purple-300.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(173, 134, 218, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-400.textarea, .is-purple-400.input {
  border-color: #9b6bd1;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-400.textarea:focus, .is-purple-400.input:focus, .is-purple-400.is-focused.textarea, .is-purple-400.is-focused.input, .is-purple-400.textarea:active, .is-purple-400.input:active, .is-purple-400.is-active.textarea, .is-purple-400.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(155, 107, 209, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-700.textarea, .is-purple-700.input {
  border-color: #4f267d;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-700.textarea:focus, .is-purple-700.input:focus, .is-purple-700.is-focused.textarea, .is-purple-700.is-focused.input, .is-purple-700.textarea:active, .is-purple-700.input:active, .is-purple-700.is-active.textarea, .is-purple-700.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(79, 38, 125, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-800.textarea, .is-purple-800.input {
  border-color: #391c5a;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-800.textarea:focus, .is-purple-800.input:focus, .is-purple-800.is-focused.textarea, .is-purple-800.is-focused.input, .is-purple-800.textarea:active, .is-purple-800.input:active, .is-purple-800.is-active.textarea, .is-purple-800.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(57, 28, 90, 0.25);
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-900.textarea, .is-purple-900.input {
  border-color: #201033;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-purple-900.textarea:focus, .is-purple-900.input:focus, .is-purple-900.is-focused.textarea, .is-purple-900.is-focused.input, .is-purple-900.textarea:active, .is-purple-900.input:active, .is-purple-900.is-active.textarea, .is-purple-900.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(32, 16, 51, 0.25);
}

/* line 25, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

/* line 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

/* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea[rows] {
  height: initial;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea.has-fixed-size {
  resize: none;
}

/* line 1, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio input, .checkbox input {
  cursor: pointer;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio:hover, .checkbox:hover {
  color: #363636;
}

/* line 10, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio[disabled], .checkbox[disabled], fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

/* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio + .radio {
  margin-left: 0.5em;
}

/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple) {
  height: 2.5em;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #035287;
  right: 1.125em;
  z-index: 4;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select::-ms-expand {
  display: none;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select:not([multiple]) {
  padding-right: 2.5em;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[multiple] {
  height: auto;
  padding: 0;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[multiple] option {
  padding: 0.5em 1em;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white:not(:hover)::after {
  border-color: white;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select {
  border-color: white;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select {
  border-color: #0a0a0a;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select {
  border-color: whitesmoke;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select {
  border-color: #363636;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary:not(:hover)::after {
  border-color: #035287;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select {
  border-color: #035287;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #02436e;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(3, 82, 135, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link:not(:hover)::after {
  border-color: #035287;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select {
  border-color: #035287;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #02436e;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(3, 82, 135, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info:not(:hover)::after {
  border-color: #e6f9ff;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select {
  border-color: #e6f9ff;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #ccf2ff;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(230, 249, 255, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success:not(:hover)::after {
  border-color: #27aa83;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select {
  border-color: #27aa83;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #229673;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(39, 170, 131, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning:not(:hover)::after {
  border-color: #81defd;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select {
  border-color: #81defd;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #68d8fd;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(129, 222, 253, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger:not(:hover)::after {
  border-color: #ef4e4e;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select {
  border-color: #ef4e4e;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ec3636;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(239, 78, 78, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-caution:not(:hover)::after {
  border-color: #f9b81f;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-caution select {
  border-color: #f9b81f;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-caution select:hover, .select.is-caution select.is-hovered {
  border-color: #f9b006;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-caution select:focus, .select.is-caution select.is-focused, .select.is-caution select:active, .select.is-caution select.is-active {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-secondary:not(:hover)::after {
  border-color: #f9b81f;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-secondary select {
  border-color: #f9b81f;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-secondary select:hover, .select.is-secondary select.is-hovered {
  border-color: #f9b006;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-secondary select:focus, .select.is-secondary select.is-focused, .select.is-secondary select:active, .select.is-secondary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-add:not(:hover)::after {
  border-color: #147b63;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-add select {
  border-color: #147b63;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-add select:hover, .select.is-add select.is-hovered {
  border-color: #106551;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-add select:focus, .select.is-add select.is-focused, .select.is-add select:active, .select.is-add select.is-active {
  box-shadow: 0 0 0 0.125em rgba(20, 123, 99, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-save:not(:hover)::after {
  border-color: #199473;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-save select {
  border-color: #199473;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-save select:hover, .select.is-save select.is-hovered {
  border-color: #157e62;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-save select:focus, .select.is-save select.is-focused, .select.is-save select:active, .select.is-save select.is-active {
  box-shadow: 0 0 0 0.125em rgba(25, 148, 115, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-saveNew:not(:hover)::after {
  border-color: #1280bf;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-saveNew select {
  border-color: #1280bf;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-saveNew select:hover, .select.is-saveNew select.is-hovered {
  border-color: #1070a8;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-saveNew select:focus, .select.is-saveNew select.is-focused, .select.is-saveNew select:active, .select.is-saveNew select.is-active {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-saveClose:not(:hover)::after {
  border-color: #db9b06;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-saveClose select {
  border-color: #db9b06;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-saveClose select:hover, .select.is-saveClose select.is-hovered {
  border-color: #c28905;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-saveClose select:focus, .select.is-saveClose select.is-focused, .select.is-saveClose select:active, .select.is-saveClose select.is-active {
  box-shadow: 0 0 0 0.125em rgba(219, 155, 6, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-archive:not(:hover)::after {
  border-color: #1280bf;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-archive select {
  border-color: #1280bf;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-archive select:hover, .select.is-archive select.is-hovered {
  border-color: #1070a8;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-archive select:focus, .select.is-archive select.is-focused, .select.is-archive select:active, .select.is-archive select.is-active {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-restore:not(:hover)::after {
  border-color: #035287;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-restore select {
  border-color: #035287;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-restore select:hover, .select.is-restore select.is-hovered {
  border-color: #02436e;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-restore select:focus, .select.is-restore select.is-focused, .select.is-restore select:active, .select.is-restore select.is-active {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-delete:not(:hover)::after {
  border-color: #ef4e4e;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-delete select {
  border-color: #ef4e4e;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-delete select:hover, .select.is-delete select.is-hovered {
  border-color: #ec3636;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-delete select:focus, .select.is-delete select.is-focused, .select.is-delete select:active, .select.is-delete select.is-active {
  box-shadow: 0 0 0 0.125em rgba(239, 78, 78, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-050:not(:hover)::after {
  border-color: #e6f9ff;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-050 select {
  border-color: #e6f9ff;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-050 select:hover, .select.is-blue-050 select.is-hovered {
  border-color: #ccf2ff;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-050 select:focus, .select.is-blue-050 select.is-focused, .select.is-blue-050 select:active, .select.is-blue-050 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 249, 255, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-700:not(:hover)::after {
  border-color: #1280bf;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-700 select {
  border-color: #1280bf;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-700 select:hover, .select.is-blue-700 select.is-hovered {
  border-color: #1070a8;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-700 select:focus, .select.is-blue-700 select.is-focused, .select.is-blue-700 select:active, .select.is-blue-700 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(18, 128, 191, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-900:not(:hover)::after {
  border-color: #035287;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-900 select {
  border-color: #035287;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-900 select:hover, .select.is-blue-900 select.is-hovered {
  border-color: #02436e;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-blue-900 select:focus, .select.is-blue-900 select.is-focused, .select.is-blue-900 select:active, .select.is-blue-900 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(3, 82, 135, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-050:not(:hover)::after {
  border-color: #fef9eb;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-050 select {
  border-color: #fef9eb;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-050 select:hover, .select.is-yellow-050 select.is-hovered {
  border-color: #fef1d2;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-050 select:focus, .select.is-yellow-050 select.is-focused, .select.is-yellow-050 select:active, .select.is-yellow-050 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(254, 249, 235, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-100:not(:hover)::after {
  border-color: #fdecc3;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-100 select {
  border-color: #fdecc3;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-100 select:hover, .select.is-yellow-100 select.is-hovered {
  border-color: #fde4aa;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-100 select:focus, .select.is-yellow-100 select.is-focused, .select.is-yellow-100 select:active, .select.is-yellow-100 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(253, 236, 195, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-200:not(:hover)::after {
  border-color: #fcd988;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-200 select {
  border-color: #fcd988;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-200 select:hover, .select.is-yellow-200 select.is-hovered {
  border-color: #fbd16f;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-200 select:focus, .select.is-yellow-200 select.is-focused, .select.is-yellow-200 select:active, .select.is-yellow-200 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(252, 217, 136, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-400:not(:hover)::after {
  border-color: #fac547;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-400 select {
  border-color: #fac547;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-400 select:hover, .select.is-yellow-400 select.is-hovered {
  border-color: #fabd2e;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-400 select:focus, .select.is-yellow-400 select.is-focused, .select.is-yellow-400 select:active, .select.is-yellow-400 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(250, 197, 71, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-500:not(:hover)::after {
  border-color: #f9b81f;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-500 select {
  border-color: #f9b81f;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-500 select:hover, .select.is-yellow-500 select.is-hovered {
  border-color: #f9b006;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-500 select:focus, .select.is-yellow-500 select.is-focused, .select.is-yellow-500 select:active, .select.is-yellow-500 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(249, 184, 31, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-600:not(:hover)::after {
  border-color: #f4ac06;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-600 select {
  border-color: #f4ac06;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-600 select:hover, .select.is-yellow-600 select.is-hovered {
  border-color: #db9b06;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-600 select:focus, .select.is-yellow-600 select.is-focused, .select.is-yellow-600 select:active, .select.is-yellow-600 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(244, 172, 6, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-700:not(:hover)::after {
  border-color: #db9b06;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-700 select {
  border-color: #db9b06;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-700 select:hover, .select.is-yellow-700 select.is-hovered {
  border-color: #c28905;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-700 select:focus, .select.is-yellow-700 select.is-focused, .select.is-yellow-700 select:active, .select.is-yellow-700 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(219, 155, 6, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-800:not(:hover)::after {
  border-color: #c28905;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-800 select {
  border-color: #c28905;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-800 select:hover, .select.is-yellow-800 select.is-hovered {
  border-color: #a97804;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-800 select:focus, .select.is-yellow-800 select.is-focused, .select.is-yellow-800 select:active, .select.is-yellow-800 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(194, 137, 5, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-900:not(:hover)::after {
  border-color: #956a04;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-900 select {
  border-color: #956a04;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-900 select:hover, .select.is-yellow-900 select.is-hovered {
  border-color: #7c5803;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-yellow-900 select:focus, .select.is-yellow-900 select.is-focused, .select.is-yellow-900 select:active, .select.is-yellow-900 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(149, 106, 4, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-200:not(:hover)::after {
  border-color: #ff9999;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-200 select {
  border-color: #ff9999;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-200 select:hover, .select.is-red-200 select.is-hovered {
  border-color: #ff8080;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-200 select:focus, .select.is-red-200 select.is-focused, .select.is-red-200 select:active, .select.is-red-200 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 153, 153, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-300:not(:hover)::after {
  border-color: #f86868;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-300 select {
  border-color: #f86868;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-300 select:hover, .select.is-red-300 select.is-hovered {
  border-color: #f75050;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-300 select:focus, .select.is-red-300 select.is-focused, .select.is-red-300 select:active, .select.is-red-300 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(248, 104, 104, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-400:not(:hover)::after {
  border-color: #ef4e4e;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-400 select {
  border-color: #ef4e4e;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-400 select:hover, .select.is-red-400 select.is-hovered {
  border-color: #ec3636;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-400 select:focus, .select.is-red-400 select.is-focused, .select.is-red-400 select:active, .select.is-red-400 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(239, 78, 78, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-500:not(:hover)::after {
  border-color: #e12d39;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-500 select {
  border-color: #e12d39;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-500 select:hover, .select.is-red-500 select.is-hovered {
  border-color: #d61f2b;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-500 select:focus, .select.is-red-500 select.is-focused, .select.is-red-500 select:active, .select.is-red-500 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(225, 45, 57, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-700:not(:hover)::after {
  border-color: #aa091e;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-700 select {
  border-color: #aa091e;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-700 select:hover, .select.is-red-700 select.is-hovered {
  border-color: #91081a;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-700 select:focus, .select.is-red-700 select.is-focused, .select.is-red-700 select:active, .select.is-red-700 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(170, 9, 30, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-800:not(:hover)::after {
  border-color: #8b041b;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-800 select {
  border-color: #8b041b;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-800 select:hover, .select.is-red-800 select.is-hovered {
  border-color: #720416;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-800 select:focus, .select.is-red-800 select.is-focused, .select.is-red-800 select:active, .select.is-red-800 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(139, 4, 27, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-900:not(:hover)::after {
  border-color: #630316;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-900 select {
  border-color: #630316;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-900 select:hover, .select.is-red-900 select.is-hovered {
  border-color: #4a0211;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-red-900 select:focus, .select.is-red-900 select.is-focused, .select.is-red-900 select:active, .select.is-red-900 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(99, 3, 22, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-400:not(:hover)::after {
  border-color: #3dbd92;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-400 select {
  border-color: #3dbd92;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-400 select:hover, .select.is-teal-400 select.is-hovered {
  border-color: #37a983;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-400 select:focus, .select.is-teal-400 select.is-focused, .select.is-teal-400 select:active, .select.is-teal-400 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(61, 189, 146, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-500:not(:hover)::after {
  border-color: #27aa83;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-500 select {
  border-color: #27aa83;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-500 select:hover, .select.is-teal-500 select.is-hovered {
  border-color: #229673;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-500 select:focus, .select.is-teal-500 select.is-focused, .select.is-teal-500 select:active, .select.is-teal-500 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(39, 170, 131, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-600:not(:hover)::after {
  border-color: #199473;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-600 select {
  border-color: #199473;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-600 select:hover, .select.is-teal-600 select.is-hovered {
  border-color: #157e62;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-600 select:focus, .select.is-teal-600 select.is-focused, .select.is-teal-600 select:active, .select.is-teal-600 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(25, 148, 115, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-700:not(:hover)::after {
  border-color: #147b63;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-700 select {
  border-color: #147b63;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-700 select:hover, .select.is-teal-700 select.is-hovered {
  border-color: #106551;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-700 select:focus, .select.is-teal-700 select.is-focused, .select.is-teal-700 select:active, .select.is-teal-700 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(20, 123, 99, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-800:not(:hover)::after {
  border-color: #0c6a57;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-800 select {
  border-color: #0c6a57;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-800 select:hover, .select.is-teal-800 select.is-hovered {
  border-color: #095344;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-800 select:focus, .select.is-teal-800 select.is-focused, .select.is-teal-800 select:active, .select.is-teal-800 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(12, 106, 87, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-900:not(:hover)::after {
  border-color: #014b3f;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-900 select {
  border-color: #014b3f;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-900 select:hover, .select.is-teal-900 select.is-hovered {
  border-color: #01322a;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-teal-900 select:focus, .select.is-teal-900 select.is-focused, .select.is-teal-900 select:active, .select.is-teal-900 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(1, 75, 63, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-300:not(:hover)::after {
  border-color: #ad86da;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-300 select {
  border-color: #ad86da;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-300 select:hover, .select.is-purple-300 select.is-hovered {
  border-color: #a073d4;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-300 select:focus, .select.is-purple-300 select.is-focused, .select.is-purple-300 select:active, .select.is-purple-300 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(173, 134, 218, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-400:not(:hover)::after {
  border-color: #9b6bd1;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-400 select {
  border-color: #9b6bd1;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-400 select:hover, .select.is-purple-400 select.is-hovered {
  border-color: #8d57cb;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-400 select:focus, .select.is-purple-400 select.is-focused, .select.is-purple-400 select:active, .select.is-purple-400 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(155, 107, 209, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-700:not(:hover)::after {
  border-color: #4f267d;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-700 select {
  border-color: #4f267d;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-700 select:hover, .select.is-purple-700 select.is-hovered {
  border-color: #422069;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-700 select:focus, .select.is-purple-700 select.is-focused, .select.is-purple-700 select:active, .select.is-purple-700 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(79, 38, 125, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-800:not(:hover)::after {
  border-color: #391c5a;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-800 select {
  border-color: #391c5a;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-800 select:hover, .select.is-purple-800 select.is-hovered {
  border-color: #2c1646;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-800 select:focus, .select.is-purple-800 select.is-focused, .select.is-purple-800 select:active, .select.is-purple-800 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(57, 28, 90, 0.25);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-900:not(:hover)::after {
  border-color: #201033;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-900 select {
  border-color: #201033;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-900 select:hover, .select.is-purple-900 select.is-hovered {
  border-color: #140a1f;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-purple-900 select:focus, .select.is-purple-900 select.is-focused, .select.is-purple-900 select:active, .select.is-purple-900 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 16, 51, 0.25);
}

/* line 60, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-medium {
  font-size: 1.25rem;
}

/* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-large {
  font-size: 1.5rem;
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-disabled::after {
  border-color: #7a7a7a !important;
  opacity: 0.5;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-fullwidth {
  width: 100%;
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-fullwidth select {
  width: 100%;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

/* line 83, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 85, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 87, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary .file-cta {
  background-color: #035287;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #024a7a;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(3, 82, 135, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #02436e;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link .file-cta {
  background-color: #035287;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #024a7a;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(3, 82, 135, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #02436e;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info .file-cta {
  background-color: #e6f9ff;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #d9f5ff;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(230, 249, 255, 0.25);
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #ccf2ff;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success .file-cta {
  background-color: #27aa83;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #24a07b;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(39, 170, 131, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #229673;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning .file-cta {
  background-color: #81defd;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #75dbfd;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(129, 222, 253, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #68d8fd;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger .file-cta {
  background-color: #ef4e4e;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #ed4242;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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(239, 78, 78, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ec3636;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-caution .file-cta {
  background-color: #f9b81f;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-caution:hover .file-cta, .file.is-caution.is-hovered .file-cta {
  background-color: #f9b413;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-caution:focus .file-cta, .file.is-caution.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(249, 184, 31, 0.25);
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-caution:active .file-cta, .file.is-caution.is-active .file-cta {
  background-color: #f9b006;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-secondary .file-cta {
  background-color: #f9b81f;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-secondary:hover .file-cta, .file.is-secondary.is-hovered .file-cta {
  background-color: #f9b413;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-secondary:focus .file-cta, .file.is-secondary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(249, 184, 31, 0.25);
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-secondary:active .file-cta, .file.is-secondary.is-active .file-cta {
  background-color: #f9b006;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-add .file-cta {
  background-color: #147b63;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-add:hover .file-cta, .file.is-add.is-hovered .file-cta {
  background-color: #12705a;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-add:focus .file-cta, .file.is-add.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(20, 123, 99, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-add:active .file-cta, .file.is-add.is-active .file-cta {
  background-color: #106551;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-save .file-cta {
  background-color: #199473;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-save:hover .file-cta, .file.is-save.is-hovered .file-cta {
  background-color: #17896b;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-save:focus .file-cta, .file.is-save.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(25, 148, 115, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-save:active .file-cta, .file.is-save.is-active .file-cta {
  background-color: #157e62;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-saveNew .file-cta {
  background-color: #1280bf;
  border-color: transparent;
  color: white;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-saveNew:hover .file-cta, .file.is-saveNew.is-hovered .file-cta {
  background-color: #1178b4;
  border-color: transparent;
  color: white;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-saveNew:focus .file-cta, .file.is-saveNew.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(18, 128, 191, 0.25);
  color: white;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-saveNew:active .file-cta, .file.is-saveNew.is-active .file-cta {
  background-color: #1070a8;
  border-color: transparent;
  color: white;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-saveClose .file-cta {
  background-color: #db9b06;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-saveClose:hover .file-cta, .file.is-saveClose.is-hovered .file-cta {
  background-color: #ce9205;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-saveClose:focus .file-cta, .file.is-saveClose.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(219, 155, 6, 0.25);
  color: #0a0a0a;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-saveClose:active .file-cta, .file.is-saveClose.is-active .file-cta {
  background-color: #c28905;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-archive .file-cta {
  background-color: #1280bf;
  border-color: transparent;
  color: white;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-archive:hover .file-cta, .file.is-archive.is-hovered .file-cta {
  background-color: #1178b4;
  border-color: transparent;
  color: white;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-archive:focus .file-cta, .file.is-archive.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(18, 128, 191, 0.25);
  color: white;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-archive:active .file-cta, .file.is-archive.is-active .file-cta {
  background-color: #1070a8;
  border-color: transparent;
  color: white;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-restore .file-cta {
  background-color: #035287;
  border-color: transparent;
  color: white;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-restore:hover .file-cta, .file.is-restore.is-hovered .file-cta {
  background-color: #024a7a;
  border-color: transparent;
  color: white;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-restore:focus .file-cta, .file.is-restore.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(3, 82, 135, 0.25);
  color: white;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-restore:active .file-cta, .file.is-restore.is-active .file-cta {
  background-color: #02436e;
  border-color: transparent;
  color: white;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-delete .file-cta {
  background-color: #ef4e4e;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-delete:hover .file-cta, .file.is-delete.is-hovered .file-cta {
  background-color: #ed4242;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-delete:focus .file-cta, .file.is-delete.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(239, 78, 78, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-delete:active .file-cta, .file.is-delete.is-active .file-cta {
  background-color: #ec3636;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-050 .file-cta {
  background-color: #e6f9ff;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-050:hover .file-cta, .file.is-blue-050.is-hovered .file-cta {
  background-color: #d9f5ff;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-050:focus .file-cta, .file.is-blue-050.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(230, 249, 255, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-050:active .file-cta, .file.is-blue-050.is-active .file-cta {
  background-color: #ccf2ff;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-700 .file-cta {
  background-color: #1280bf;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-700:hover .file-cta, .file.is-blue-700.is-hovered .file-cta {
  background-color: #1178b4;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-700:focus .file-cta, .file.is-blue-700.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(18, 128, 191, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-700:active .file-cta, .file.is-blue-700.is-active .file-cta {
  background-color: #1070a8;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-900 .file-cta {
  background-color: #035287;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-900:hover .file-cta, .file.is-blue-900.is-hovered .file-cta {
  background-color: #024a7a;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-900:focus .file-cta, .file.is-blue-900.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(3, 82, 135, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-blue-900:active .file-cta, .file.is-blue-900.is-active .file-cta {
  background-color: #02436e;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-050 .file-cta {
  background-color: #fef9eb;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-050:hover .file-cta, .file.is-yellow-050.is-hovered .file-cta {
  background-color: #fef5df;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-050:focus .file-cta, .file.is-yellow-050.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(254, 249, 235, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-050:active .file-cta, .file.is-yellow-050.is-active .file-cta {
  background-color: #fef1d2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-100 .file-cta {
  background-color: #fdecc3;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-100:hover .file-cta, .file.is-yellow-100.is-hovered .file-cta {
  background-color: #fde8b7;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-100:focus .file-cta, .file.is-yellow-100.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(253, 236, 195, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-100:active .file-cta, .file.is-yellow-100.is-active .file-cta {
  background-color: #fde4aa;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-200 .file-cta {
  background-color: #fcd988;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-200:hover .file-cta, .file.is-yellow-200.is-hovered .file-cta {
  background-color: #fcd57b;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-200:focus .file-cta, .file.is-yellow-200.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(252, 217, 136, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-200:active .file-cta, .file.is-yellow-200.is-active .file-cta {
  background-color: #fbd16f;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-400 .file-cta {
  background-color: #fac547;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-400:hover .file-cta, .file.is-yellow-400.is-hovered .file-cta {
  background-color: #fac13b;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-400:focus .file-cta, .file.is-yellow-400.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(250, 197, 71, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-400:active .file-cta, .file.is-yellow-400.is-active .file-cta {
  background-color: #fabd2e;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-500 .file-cta {
  background-color: #f9b81f;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-500:hover .file-cta, .file.is-yellow-500.is-hovered .file-cta {
  background-color: #f9b413;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-500:focus .file-cta, .file.is-yellow-500.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(249, 184, 31, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-500:active .file-cta, .file.is-yellow-500.is-active .file-cta {
  background-color: #f9b006;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-600 .file-cta {
  background-color: #f4ac06;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-600:hover .file-cta, .file.is-yellow-600.is-hovered .file-cta {
  background-color: #e7a406;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-600:focus .file-cta, .file.is-yellow-600.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244, 172, 6, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-600:active .file-cta, .file.is-yellow-600.is-active .file-cta {
  background-color: #db9b06;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-700 .file-cta {
  background-color: #db9b06;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-700:hover .file-cta, .file.is-yellow-700.is-hovered .file-cta {
  background-color: #ce9205;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-700:focus .file-cta, .file.is-yellow-700.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(219, 155, 6, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-700:active .file-cta, .file.is-yellow-700.is-active .file-cta {
  background-color: #c28905;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-800 .file-cta {
  background-color: #c28905;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-800:hover .file-cta, .file.is-yellow-800.is-hovered .file-cta {
  background-color: #b58005;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-800:focus .file-cta, .file.is-yellow-800.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(194, 137, 5, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-800:active .file-cta, .file.is-yellow-800.is-active .file-cta {
  background-color: #a97804;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-900 .file-cta {
  background-color: #956a04;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-900:hover .file-cta, .file.is-yellow-900.is-hovered .file-cta {
  background-color: #896104;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-900:focus .file-cta, .file.is-yellow-900.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(149, 106, 4, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-yellow-900:active .file-cta, .file.is-yellow-900.is-active .file-cta {
  background-color: #7c5803;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-200 .file-cta {
  background-color: #ff9999;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-200:hover .file-cta, .file.is-red-200.is-hovered .file-cta {
  background-color: #ff8c8c;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-200:focus .file-cta, .file.is-red-200.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 153, 153, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-200:active .file-cta, .file.is-red-200.is-active .file-cta {
  background-color: #ff8080;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-300 .file-cta {
  background-color: #f86868;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-300:hover .file-cta, .file.is-red-300.is-hovered .file-cta {
  background-color: #f75c5c;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-300:focus .file-cta, .file.is-red-300.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(248, 104, 104, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-300:active .file-cta, .file.is-red-300.is-active .file-cta {
  background-color: #f75050;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-400 .file-cta {
  background-color: #ef4e4e;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-400:hover .file-cta, .file.is-red-400.is-hovered .file-cta {
  background-color: #ed4242;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-400:focus .file-cta, .file.is-red-400.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(239, 78, 78, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-400:active .file-cta, .file.is-red-400.is-active .file-cta {
  background-color: #ec3636;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-500 .file-cta {
  background-color: #e12d39;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-500:hover .file-cta, .file.is-red-500.is-hovered .file-cta {
  background-color: #df222f;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-500:focus .file-cta, .file.is-red-500.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(225, 45, 57, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-500:active .file-cta, .file.is-red-500.is-active .file-cta {
  background-color: #d61f2b;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-700 .file-cta {
  background-color: #aa091e;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-700:hover .file-cta, .file.is-red-700.is-hovered .file-cta {
  background-color: #9d081c;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-700:focus .file-cta, .file.is-red-700.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(170, 9, 30, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-700:active .file-cta, .file.is-red-700.is-active .file-cta {
  background-color: #91081a;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-800 .file-cta {
  background-color: #8b041b;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-800:hover .file-cta, .file.is-red-800.is-hovered .file-cta {
  background-color: #7e0418;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-800:focus .file-cta, .file.is-red-800.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(139, 4, 27, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-800:active .file-cta, .file.is-red-800.is-active .file-cta {
  background-color: #720416;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-900 .file-cta {
  background-color: #630316;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-900:hover .file-cta, .file.is-red-900.is-hovered .file-cta {
  background-color: #570313;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-900:focus .file-cta, .file.is-red-900.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(99, 3, 22, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-red-900:active .file-cta, .file.is-red-900.is-active .file-cta {
  background-color: #4a0211;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-400 .file-cta {
  background-color: #3dbd92;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-400:hover .file-cta, .file.is-teal-400.is-hovered .file-cta {
  background-color: #3ab38b;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-400:focus .file-cta, .file.is-teal-400.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(61, 189, 146, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-400:active .file-cta, .file.is-teal-400.is-active .file-cta {
  background-color: #37a983;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-500 .file-cta {
  background-color: #27aa83;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-500:hover .file-cta, .file.is-teal-500.is-hovered .file-cta {
  background-color: #24a07b;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-500:focus .file-cta, .file.is-teal-500.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(39, 170, 131, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-500:active .file-cta, .file.is-teal-500.is-active .file-cta {
  background-color: #229673;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-600 .file-cta {
  background-color: #199473;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-600:hover .file-cta, .file.is-teal-600.is-hovered .file-cta {
  background-color: #17896b;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-600:focus .file-cta, .file.is-teal-600.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(25, 148, 115, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-600:active .file-cta, .file.is-teal-600.is-active .file-cta {
  background-color: #157e62;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-700 .file-cta {
  background-color: #147b63;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-700:hover .file-cta, .file.is-teal-700.is-hovered .file-cta {
  background-color: #12705a;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-700:focus .file-cta, .file.is-teal-700.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(20, 123, 99, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-700:active .file-cta, .file.is-teal-700.is-active .file-cta {
  background-color: #106551;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-800 .file-cta {
  background-color: #0c6a57;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-800:hover .file-cta, .file.is-teal-800.is-hovered .file-cta {
  background-color: #0a5e4d;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-800:focus .file-cta, .file.is-teal-800.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(12, 106, 87, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-800:active .file-cta, .file.is-teal-800.is-active .file-cta {
  background-color: #095344;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-900 .file-cta {
  background-color: #014b3f;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-900:hover .file-cta, .file.is-teal-900.is-hovered .file-cta {
  background-color: #013f34;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-900:focus .file-cta, .file.is-teal-900.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(1, 75, 63, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-teal-900:active .file-cta, .file.is-teal-900.is-active .file-cta {
  background-color: #01322a;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-300 .file-cta {
  background-color: #ad86da;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-300:hover .file-cta, .file.is-purple-300.is-hovered .file-cta {
  background-color: #a77cd7;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-300:focus .file-cta, .file.is-purple-300.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(173, 134, 218, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-300:active .file-cta, .file.is-purple-300.is-active .file-cta {
  background-color: #a073d4;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-400 .file-cta {
  background-color: #9b6bd1;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-400:hover .file-cta, .file.is-purple-400.is-hovered .file-cta {
  background-color: #9461ce;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-400:focus .file-cta, .file.is-purple-400.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(155, 107, 209, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-400:active .file-cta, .file.is-purple-400.is-active .file-cta {
  background-color: #8d57cb;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-700 .file-cta {
  background-color: #4f267d;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-700:hover .file-cta, .file.is-purple-700.is-hovered .file-cta {
  background-color: #492373;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-700:focus .file-cta, .file.is-purple-700.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(79, 38, 125, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-700:active .file-cta, .file.is-purple-700.is-active .file-cta {
  background-color: #422069;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-800 .file-cta {
  background-color: #391c5a;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-800:hover .file-cta, .file.is-purple-800.is-hovered .file-cta {
  background-color: #321950;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-800:focus .file-cta, .file.is-purple-800.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(57, 28, 90, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-800:active .file-cta, .file.is-purple-800.is-active .file-cta {
  background-color: #2c1646;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-900 .file-cta {
  background-color: #201033;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-900:hover .file-cta, .file.is-purple-900.is-hovered .file-cta {
  background-color: #1a0d29;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-900:focus .file-cta, .file.is-purple-900.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 16, 51, 0.25);
  color: #fff;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-purple-900:active .file-cta, .file.is-purple-900.is-active .file-cta {
  background-color: #140a1f;
  border-color: transparent;
  color: #fff;
}

/* line 50, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-small {
  font-size: 0.75rem;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-normal {
  font-size: 1rem;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-medium {
  font-size: 1.25rem;
}

/* line 57, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}

/* line 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-large {
  font-size: 1.5rem;
}

/* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-large .file-icon .fa {
  font-size: 28px;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name.is-empty .file-name {
  display: none;
}

/* line 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-label {
  flex-direction: column;
}

/* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

/* line 86, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

/* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

/* line 92, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

/* line 95, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

/* line 98, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

/* line 101, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

/* line 103, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

/* line 106, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-centered {
  justify-content: center;
}

/* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-fullwidth .file-label {
  width: 100%;
}

/* line 111, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

/* line 114, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right {
  justify-content: flex-end;
}

/* line 116, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

/* line 118, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

/* line 123, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

/* line 131, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

/* line 134, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:hover .file-name {
  border-color: #d5d5d5;
}

/* line 137, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 140, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:active .file-name {
  border-color: #cfcfcf;
}

/* line 143, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 152, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 162, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

/* line 166, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 176, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

/* line 183, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-icon .fa {
  font-size: 14px;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-small {
  font-size: 0.75rem;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-medium {
  font-size: 1.25rem;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-large {
  font-size: 1.5rem;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-white {
  color: white;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-black {
  color: #0a0a0a;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-light {
  color: whitesmoke;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-dark {
  color: #363636;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-primary {
  color: #035287;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-link {
  color: #035287;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-info {
  color: #e6f9ff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-success {
  color: #27aa83;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-warning {
  color: #81defd;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-danger {
  color: #ef4e4e;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-caution {
  color: #f9b81f;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-secondary {
  color: #f9b81f;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-add {
  color: #147b63;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-save {
  color: #199473;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-saveNew {
  color: #1280bf;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-saveClose {
  color: #db9b06;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-archive {
  color: #1280bf;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-restore {
  color: #035287;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-delete {
  color: #ef4e4e;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-blue-050 {
  color: #e6f9ff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-blue-700 {
  color: #1280bf;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-blue-900 {
  color: #035287;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-050 {
  color: #fef9eb;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-100 {
  color: #fdecc3;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-200 {
  color: #fcd988;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-400 {
  color: #fac547;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-500 {
  color: #f9b81f;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-600 {
  color: #f4ac06;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-700 {
  color: #db9b06;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-800 {
  color: #c28905;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-yellow-900 {
  color: #956a04;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-red-200 {
  color: #ff9999;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-red-300 {
  color: #f86868;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-red-400 {
  color: #ef4e4e;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-red-500 {
  color: #e12d39;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-red-700 {
  color: #aa091e;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-red-800 {
  color: #8b041b;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-red-900 {
  color: #630316;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-teal-400 {
  color: #3dbd92;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-teal-500 {
  color: #27aa83;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-teal-600 {
  color: #199473;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-teal-700 {
  color: #147b63;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-teal-800 {
  color: #0c6a57;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-teal-900 {
  color: #014b3f;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-purple-300 {
  color: #ad86da;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-purple-400 {
  color: #9b6bd1;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-purple-700 {
  color: #4f267d;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-purple-800 {
  color: #391c5a;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-purple-900 {
  color: #201033;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 50, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 60, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 83, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 86, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-centered {
  justify-content: center;
}

/* line 88, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

/* line 91, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

/* line 97, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control {
  flex-shrink: 0;
}

/* line 99, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 105, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

/* line 107, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

/* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

/* line 112, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 115, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

/* line 117, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 119, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  /* line 123, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 123, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 134, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 137, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  /* line 139, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  /* line 142, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 147, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 146, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 154, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 156, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 158, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 160, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 163, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 177, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 179, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 181, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 183, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 192, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

/* line 195, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .icon.is-left {
  left: 0;
}

/* line 198, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

/* line 201, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-right .icon.is-right {
  right: 0;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

/* line 210, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 212, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
/* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb a {
  align-items: center;
  color: #035287;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb a:hover {
  color: #363636;
}

/* line 25, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li {
  align-items: center;
  display: flex;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li:first-child a {
  padding-left: 0;
}

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

/* line 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-small {
  font-size: 0.75rem;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-large {
  font-size: 1.5rem;
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-arrow-separator li + li::before {
  content: "\02192";
}

/* line 70, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-bullet-separator li + li::before {
  content: "\02022";
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-dot-separator li + li::before {
  content: "\000b7";
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "\0227B";
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 46, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

/* line 53, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-title.is-centered {
  justify-content: center;
}

/* line 56, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

/* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image {
  display: block;
  position: relative;
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 72, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

/* line 88, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 96, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

/* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 22, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

/* line 50, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 57, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 74, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #035287;
  color: #fff;
}

/* line 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level {
  align-items: center;
  justify-content: space-between;
}

/* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level code {
  border-radius: 4px;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level img {
  display: inline-block;
  vertical-align: top;
}

/* line 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile {
  display: flex;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level {
    display: flex;
  }
  /* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 50, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 57, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  /* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left {
    display: flex;
  }
}

/* line 74, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  /* line 74, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-right {
    display: flex;
  }
}

/* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

/* line 22, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 25, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .media {
  padding-top: 0.5rem;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .media + .media {
  margin-top: 0.5rem;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-left {
  margin-right: 1rem;
}

/* line 48, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-right {
  margin-left: 1rem;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  /* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
  .media-content {
    overflow-x: auto;
  }
}

/* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu {
  font-size: 1rem;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-small {
  font-size: 0.75rem;
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-medium {
  font-size: 1.25rem;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-large {
  font-size: 1.5rem;
}

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list {
  line-height: 1.25;
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a.is-active {
  background-color: #035287;
  color: #fff;
}

/* line 46, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 56, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label:not(:first-child) {
  margin-top: 1em;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message strong {
  color: currentColor;
}

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-small {
  font-size: 0.75rem;
}

/* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-medium {
  font-size: 1.25rem;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-large {
  font-size: 1.5rem;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white {
  background-color: white;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white .message-body {
  border-color: white;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black {
  background-color: #fafafa;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black .message-body {
  border-color: #0a0a0a;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light {
  background-color: #fafafa;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light .message-body {
  border-color: whitesmoke;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark {
  background-color: #fafafa;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark .message-body {
  border-color: #363636;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary {
  background-color: #f5fbff;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary .message-header {
  background-color: #035287;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary .message-body {
  border-color: #035287;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link {
  background-color: #f5fbff;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link .message-header {
  background-color: #035287;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link .message-body {
  border-color: #035287;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info {
  background-color: #f5fcff;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info .message-header {
  background-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info .message-body {
  border-color: #e6f9ff;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success {
  background-color: #f7fdfb;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success .message-header {
  background-color: #27aa83;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success .message-body {
  border-color: #27aa83;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning {
  background-color: #f5fcff;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning .message-header {
  background-color: #81defd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning .message-body {
  border-color: #81defd;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger {
  background-color: #fef6f6;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger .message-header {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger .message-body {
  border-color: #ef4e4e;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-caution {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-caution .message-header {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-caution .message-body {
  border-color: #f9b81f;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-secondary {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-secondary .message-header {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-secondary .message-body {
  border-color: #f9b81f;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-add {
  background-color: #f6fefc;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-add .message-header {
  background-color: #147b63;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-add .message-body {
  border-color: #147b63;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-save {
  background-color: #f6fefc;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-save .message-header {
  background-color: #199473;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-save .message-body {
  border-color: #199473;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-saveNew {
  background-color: #f6fbfe;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-saveNew .message-header {
  background-color: #1280bf;
  color: white;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-saveNew .message-body {
  border-color: #1280bf;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-saveClose {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-saveClose .message-header {
  background-color: #db9b06;
  color: #0a0a0a;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-saveClose .message-body {
  border-color: #db9b06;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-archive {
  background-color: #f6fbfe;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-archive .message-header {
  background-color: #1280bf;
  color: white;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-archive .message-body {
  border-color: #1280bf;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-restore {
  background-color: #f5fbff;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-restore .message-header {
  background-color: #035287;
  color: white;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-restore .message-body {
  border-color: #035287;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-delete {
  background-color: #fef6f6;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-delete .message-header {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-delete .message-body {
  border-color: #ef4e4e;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-050 {
  background-color: #f5fcff;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-050 .message-header {
  background-color: #e6f9ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-050 .message-body {
  border-color: #e6f9ff;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-700 {
  background-color: #f6fbfe;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-700 .message-header {
  background-color: #1280bf;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-700 .message-body {
  border-color: #1280bf;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-900 {
  background-color: #f5fbff;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-900 .message-header {
  background-color: #035287;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-blue-900 .message-body {
  border-color: #035287;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-050 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-050 .message-header {
  background-color: #fef9eb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-050 .message-body {
  border-color: #fef9eb;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-100 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-100 .message-header {
  background-color: #fdecc3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-100 .message-body {
  border-color: #fdecc3;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-200 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-200 .message-header {
  background-color: #fcd988;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-200 .message-body {
  border-color: #fcd988;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-400 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-400 .message-header {
  background-color: #fac547;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-400 .message-body {
  border-color: #fac547;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-500 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-500 .message-header {
  background-color: #f9b81f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-500 .message-body {
  border-color: #f9b81f;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-600 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-600 .message-header {
  background-color: #f4ac06;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-600 .message-body {
  border-color: #f4ac06;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-700 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-700 .message-header {
  background-color: #db9b06;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-700 .message-body {
  border-color: #db9b06;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-800 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-800 .message-header {
  background-color: #c28905;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-800 .message-body {
  border-color: #c28905;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-900 {
  background-color: #fffcf5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-900 .message-header {
  background-color: #956a04;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-yellow-900 .message-body {
  border-color: #956a04;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-200 {
  background-color: #fff5f5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-200 .message-header {
  background-color: #ff9999;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-200 .message-body {
  border-color: #ff9999;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-300 {
  background-color: #fff5f5;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-300 .message-header {
  background-color: #f86868;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-300 .message-body {
  border-color: #f86868;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-400 {
  background-color: #fef6f6;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-400 .message-header {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-400 .message-body {
  border-color: #ef4e4e;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-500 {
  background-color: #fef6f7;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-500 .message-header {
  background-color: #e12d39;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-500 .message-body {
  border-color: #e12d39;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-700 {
  background-color: #fef5f7;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-700 .message-header {
  background-color: #aa091e;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-700 .message-body {
  border-color: #aa091e;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-800 {
  background-color: #fff5f7;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-800 .message-header {
  background-color: #8b041b;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-800 .message-body {
  border-color: #8b041b;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-900 {
  background-color: #fff5f7;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-900 .message-header {
  background-color: #630316;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-red-900 .message-body {
  border-color: #630316;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-400 {
  background-color: #f7fdfb;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-400 .message-header {
  background-color: #3dbd92;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-400 .message-body {
  border-color: #3dbd92;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-500 {
  background-color: #f7fdfb;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-500 .message-header {
  background-color: #27aa83;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-500 .message-body {
  border-color: #27aa83;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-600 {
  background-color: #f6fefc;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-600 .message-header {
  background-color: #199473;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-600 .message-body {
  border-color: #199473;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-700 {
  background-color: #f6fefc;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-700 .message-header {
  background-color: #147b63;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-700 .message-body {
  border-color: #147b63;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-800 {
  background-color: #f6fefc;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-800 .message-header {
  background-color: #0c6a57;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-800 .message-body {
  border-color: #0c6a57;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-900 {
  background-color: #f5fffd;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-900 .message-header {
  background-color: #014b3f;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-teal-900 .message-body {
  border-color: #014b3f;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-300 {
  background-color: #faf7fd;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-300 .message-header {
  background-color: #ad86da;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-300 .message-body {
  border-color: #ad86da;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-400 {
  background-color: #faf7fd;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-400 .message-header {
  background-color: #9b6bd1;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-400 .message-body {
  border-color: #9b6bd1;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-700 {
  background-color: #faf7fd;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-700 .message-header {
  background-color: #4f267d;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-700 .message-body {
  border-color: #4f267d;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-800 {
  background-color: #faf7fd;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-800 .message-header {
  background-color: #391c5a;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-800 .message-body {
  border-color: #391c5a;
}

/* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-900 {
  background-color: #faf7fd;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-900 .message-header {
  background-color: #201033;
  color: #fff;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-purple-900 .message-body {
  border-color: #201033;
}

/* line 70, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

/* line 85, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 90, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 97, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-body code,
.message-body pre {
  background-color: white;
}

/* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-body pre code {
  background-color: transparent;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal.is-active {
  display: flex;
}

/* line 48, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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) {
  /* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

/* line 74, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 91, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 96, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 103, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

/* line 108, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

/* line 111, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* line 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary {
  background-color: #035287;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #02436e;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #02436e;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #02436e;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #035287;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link {
  background-color: #035287;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #02436e;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #02436e;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #02436e;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #035287;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info {
  background-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ccf2ff;
  color: #0a0a0a;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #0a0a0a;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ccf2ff;
    color: #0a0a0a;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ccf2ff;
    color: #0a0a0a;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #e6f9ff;
    color: #0a0a0a;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success {
  background-color: #27aa83;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #229673;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #229673;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #229673;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #27aa83;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning {
  background-color: #81defd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #68d8fd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #68d8fd;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #68d8fd;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #81defd;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ec3636;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ec3636;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ec3636;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ef4e4e;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-caution {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-caution .navbar-brand > .navbar-item,
.navbar.is-caution .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-caution .navbar-brand > a.navbar-item:focus, .navbar.is-caution .navbar-brand > a.navbar-item:hover, .navbar.is-caution .navbar-brand > a.navbar-item.is-active,
.navbar.is-caution .navbar-brand .navbar-link:focus,
.navbar.is-caution .navbar-brand .navbar-link:hover,
.navbar.is-caution .navbar-brand .navbar-link.is-active {
  background-color: #f9b006;
  color: #0a0a0a;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-caution .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-caution .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-caution .navbar-start > .navbar-item,
.navbar.is-caution .navbar-start .navbar-link,
.navbar.is-caution .navbar-end > .navbar-item,
.navbar.is-caution .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-caution .navbar-start > a.navbar-item:focus, .navbar.is-caution .navbar-start > a.navbar-item:hover, .navbar.is-caution .navbar-start > a.navbar-item.is-active,
.navbar.is-caution .navbar-start .navbar-link:focus,
.navbar.is-caution .navbar-start .navbar-link:hover,
.navbar.is-caution .navbar-start .navbar-link.is-active,
.navbar.is-caution .navbar-end > a.navbar-item:focus,
.navbar.is-caution .navbar-end > a.navbar-item:hover,
.navbar.is-caution .navbar-end > a.navbar-item.is-active,
.navbar.is-caution .navbar-end .navbar-link:focus,
.navbar.is-caution .navbar-end .navbar-link:hover,
.navbar.is-caution .navbar-end .navbar-link.is-active {
    background-color: #f9b006;
    color: #0a0a0a;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-caution .navbar-start .navbar-link::after,
.navbar.is-caution .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-caution .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-caution .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-caution .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f9b006;
    color: #0a0a0a;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-caution .navbar-dropdown a.navbar-item.is-active {
    background-color: #f9b81f;
    color: #0a0a0a;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-secondary {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-secondary .navbar-brand > .navbar-item,
.navbar.is-secondary .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-secondary .navbar-brand > a.navbar-item:focus, .navbar.is-secondary .navbar-brand > a.navbar-item:hover, .navbar.is-secondary .navbar-brand > a.navbar-item.is-active,
.navbar.is-secondary .navbar-brand .navbar-link:focus,
.navbar.is-secondary .navbar-brand .navbar-link:hover,
.navbar.is-secondary .navbar-brand .navbar-link.is-active {
  background-color: #f9b006;
  color: #0a0a0a;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-secondary .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-secondary .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-secondary .navbar-start > .navbar-item,
.navbar.is-secondary .navbar-start .navbar-link,
.navbar.is-secondary .navbar-end > .navbar-item,
.navbar.is-secondary .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-secondary .navbar-start > a.navbar-item:focus, .navbar.is-secondary .navbar-start > a.navbar-item:hover, .navbar.is-secondary .navbar-start > a.navbar-item.is-active,
.navbar.is-secondary .navbar-start .navbar-link:focus,
.navbar.is-secondary .navbar-start .navbar-link:hover,
.navbar.is-secondary .navbar-start .navbar-link.is-active,
.navbar.is-secondary .navbar-end > a.navbar-item:focus,
.navbar.is-secondary .navbar-end > a.navbar-item:hover,
.navbar.is-secondary .navbar-end > a.navbar-item.is-active,
.navbar.is-secondary .navbar-end .navbar-link:focus,
.navbar.is-secondary .navbar-end .navbar-link:hover,
.navbar.is-secondary .navbar-end .navbar-link.is-active {
    background-color: #f9b006;
    color: #0a0a0a;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-secondary .navbar-start .navbar-link::after,
.navbar.is-secondary .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-secondary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-secondary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f9b006;
    color: #0a0a0a;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
    background-color: #f9b81f;
    color: #0a0a0a;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-add {
  background-color: #147b63;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-add .navbar-brand > .navbar-item,
.navbar.is-add .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-add .navbar-brand > a.navbar-item:focus, .navbar.is-add .navbar-brand > a.navbar-item:hover, .navbar.is-add .navbar-brand > a.navbar-item.is-active,
.navbar.is-add .navbar-brand .navbar-link:focus,
.navbar.is-add .navbar-brand .navbar-link:hover,
.navbar.is-add .navbar-brand .navbar-link.is-active {
  background-color: #106551;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-add .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-add .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-add .navbar-start > .navbar-item,
.navbar.is-add .navbar-start .navbar-link,
.navbar.is-add .navbar-end > .navbar-item,
.navbar.is-add .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-add .navbar-start > a.navbar-item:focus, .navbar.is-add .navbar-start > a.navbar-item:hover, .navbar.is-add .navbar-start > a.navbar-item.is-active,
.navbar.is-add .navbar-start .navbar-link:focus,
.navbar.is-add .navbar-start .navbar-link:hover,
.navbar.is-add .navbar-start .navbar-link.is-active,
.navbar.is-add .navbar-end > a.navbar-item:focus,
.navbar.is-add .navbar-end > a.navbar-item:hover,
.navbar.is-add .navbar-end > a.navbar-item.is-active,
.navbar.is-add .navbar-end .navbar-link:focus,
.navbar.is-add .navbar-end .navbar-link:hover,
.navbar.is-add .navbar-end .navbar-link.is-active {
    background-color: #106551;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-add .navbar-start .navbar-link::after,
.navbar.is-add .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-add .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-add .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-add .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #106551;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-add .navbar-dropdown a.navbar-item.is-active {
    background-color: #147b63;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-save {
  background-color: #199473;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-save .navbar-brand > .navbar-item,
.navbar.is-save .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-save .navbar-brand > a.navbar-item:focus, .navbar.is-save .navbar-brand > a.navbar-item:hover, .navbar.is-save .navbar-brand > a.navbar-item.is-active,
.navbar.is-save .navbar-brand .navbar-link:focus,
.navbar.is-save .navbar-brand .navbar-link:hover,
.navbar.is-save .navbar-brand .navbar-link.is-active {
  background-color: #157e62;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-save .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-save .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-save .navbar-start > .navbar-item,
.navbar.is-save .navbar-start .navbar-link,
.navbar.is-save .navbar-end > .navbar-item,
.navbar.is-save .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-save .navbar-start > a.navbar-item:focus, .navbar.is-save .navbar-start > a.navbar-item:hover, .navbar.is-save .navbar-start > a.navbar-item.is-active,
.navbar.is-save .navbar-start .navbar-link:focus,
.navbar.is-save .navbar-start .navbar-link:hover,
.navbar.is-save .navbar-start .navbar-link.is-active,
.navbar.is-save .navbar-end > a.navbar-item:focus,
.navbar.is-save .navbar-end > a.navbar-item:hover,
.navbar.is-save .navbar-end > a.navbar-item.is-active,
.navbar.is-save .navbar-end .navbar-link:focus,
.navbar.is-save .navbar-end .navbar-link:hover,
.navbar.is-save .navbar-end .navbar-link.is-active {
    background-color: #157e62;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-save .navbar-start .navbar-link::after,
.navbar.is-save .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-save .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-save .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-save .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #157e62;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-save .navbar-dropdown a.navbar-item.is-active {
    background-color: #199473;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveNew {
  background-color: #1280bf;
  color: white;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveNew .navbar-brand > .navbar-item,
.navbar.is-saveNew .navbar-brand .navbar-link {
  color: white;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveNew .navbar-brand > a.navbar-item:focus, .navbar.is-saveNew .navbar-brand > a.navbar-item:hover, .navbar.is-saveNew .navbar-brand > a.navbar-item.is-active,
.navbar.is-saveNew .navbar-brand .navbar-link:focus,
.navbar.is-saveNew .navbar-brand .navbar-link:hover,
.navbar.is-saveNew .navbar-brand .navbar-link.is-active {
  background-color: #1070a8;
  color: white;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveNew .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveNew .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveNew .navbar-start > .navbar-item,
.navbar.is-saveNew .navbar-start .navbar-link,
.navbar.is-saveNew .navbar-end > .navbar-item,
.navbar.is-saveNew .navbar-end .navbar-link {
    color: white;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveNew .navbar-start > a.navbar-item:focus, .navbar.is-saveNew .navbar-start > a.navbar-item:hover, .navbar.is-saveNew .navbar-start > a.navbar-item.is-active,
.navbar.is-saveNew .navbar-start .navbar-link:focus,
.navbar.is-saveNew .navbar-start .navbar-link:hover,
.navbar.is-saveNew .navbar-start .navbar-link.is-active,
.navbar.is-saveNew .navbar-end > a.navbar-item:focus,
.navbar.is-saveNew .navbar-end > a.navbar-item:hover,
.navbar.is-saveNew .navbar-end > a.navbar-item.is-active,
.navbar.is-saveNew .navbar-end .navbar-link:focus,
.navbar.is-saveNew .navbar-end .navbar-link:hover,
.navbar.is-saveNew .navbar-end .navbar-link.is-active {
    background-color: #1070a8;
    color: white;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveNew .navbar-start .navbar-link::after,
.navbar.is-saveNew .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveNew .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-saveNew .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-saveNew .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #1070a8;
    color: white;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveNew .navbar-dropdown a.navbar-item.is-active {
    background-color: #1280bf;
    color: white;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveClose {
  background-color: #db9b06;
  color: #0a0a0a;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveClose .navbar-brand > .navbar-item,
.navbar.is-saveClose .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveClose .navbar-brand > a.navbar-item:focus, .navbar.is-saveClose .navbar-brand > a.navbar-item:hover, .navbar.is-saveClose .navbar-brand > a.navbar-item.is-active,
.navbar.is-saveClose .navbar-brand .navbar-link:focus,
.navbar.is-saveClose .navbar-brand .navbar-link:hover,
.navbar.is-saveClose .navbar-brand .navbar-link.is-active {
  background-color: #c28905;
  color: #0a0a0a;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveClose .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-saveClose .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveClose .navbar-start > .navbar-item,
.navbar.is-saveClose .navbar-start .navbar-link,
.navbar.is-saveClose .navbar-end > .navbar-item,
.navbar.is-saveClose .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveClose .navbar-start > a.navbar-item:focus, .navbar.is-saveClose .navbar-start > a.navbar-item:hover, .navbar.is-saveClose .navbar-start > a.navbar-item.is-active,
.navbar.is-saveClose .navbar-start .navbar-link:focus,
.navbar.is-saveClose .navbar-start .navbar-link:hover,
.navbar.is-saveClose .navbar-start .navbar-link.is-active,
.navbar.is-saveClose .navbar-end > a.navbar-item:focus,
.navbar.is-saveClose .navbar-end > a.navbar-item:hover,
.navbar.is-saveClose .navbar-end > a.navbar-item.is-active,
.navbar.is-saveClose .navbar-end .navbar-link:focus,
.navbar.is-saveClose .navbar-end .navbar-link:hover,
.navbar.is-saveClose .navbar-end .navbar-link.is-active {
    background-color: #c28905;
    color: #0a0a0a;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveClose .navbar-start .navbar-link::after,
.navbar.is-saveClose .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveClose .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-saveClose .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-saveClose .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #c28905;
    color: #0a0a0a;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-saveClose .navbar-dropdown a.navbar-item.is-active {
    background-color: #db9b06;
    color: #0a0a0a;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-archive {
  background-color: #1280bf;
  color: white;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-archive .navbar-brand > .navbar-item,
.navbar.is-archive .navbar-brand .navbar-link {
  color: white;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-archive .navbar-brand > a.navbar-item:focus, .navbar.is-archive .navbar-brand > a.navbar-item:hover, .navbar.is-archive .navbar-brand > a.navbar-item.is-active,
.navbar.is-archive .navbar-brand .navbar-link:focus,
.navbar.is-archive .navbar-brand .navbar-link:hover,
.navbar.is-archive .navbar-brand .navbar-link.is-active {
  background-color: #1070a8;
  color: white;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-archive .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-archive .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-archive .navbar-start > .navbar-item,
.navbar.is-archive .navbar-start .navbar-link,
.navbar.is-archive .navbar-end > .navbar-item,
.navbar.is-archive .navbar-end .navbar-link {
    color: white;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-archive .navbar-start > a.navbar-item:focus, .navbar.is-archive .navbar-start > a.navbar-item:hover, .navbar.is-archive .navbar-start > a.navbar-item.is-active,
.navbar.is-archive .navbar-start .navbar-link:focus,
.navbar.is-archive .navbar-start .navbar-link:hover,
.navbar.is-archive .navbar-start .navbar-link.is-active,
.navbar.is-archive .navbar-end > a.navbar-item:focus,
.navbar.is-archive .navbar-end > a.navbar-item:hover,
.navbar.is-archive .navbar-end > a.navbar-item.is-active,
.navbar.is-archive .navbar-end .navbar-link:focus,
.navbar.is-archive .navbar-end .navbar-link:hover,
.navbar.is-archive .navbar-end .navbar-link.is-active {
    background-color: #1070a8;
    color: white;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-archive .navbar-start .navbar-link::after,
.navbar.is-archive .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-archive .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-archive .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-archive .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #1070a8;
    color: white;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-archive .navbar-dropdown a.navbar-item.is-active {
    background-color: #1280bf;
    color: white;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-restore {
  background-color: #035287;
  color: white;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-restore .navbar-brand > .navbar-item,
.navbar.is-restore .navbar-brand .navbar-link {
  color: white;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-restore .navbar-brand > a.navbar-item:focus, .navbar.is-restore .navbar-brand > a.navbar-item:hover, .navbar.is-restore .navbar-brand > a.navbar-item.is-active,
.navbar.is-restore .navbar-brand .navbar-link:focus,
.navbar.is-restore .navbar-brand .navbar-link:hover,
.navbar.is-restore .navbar-brand .navbar-link.is-active {
  background-color: #02436e;
  color: white;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-restore .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-restore .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-restore .navbar-start > .navbar-item,
.navbar.is-restore .navbar-start .navbar-link,
.navbar.is-restore .navbar-end > .navbar-item,
.navbar.is-restore .navbar-end .navbar-link {
    color: white;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-restore .navbar-start > a.navbar-item:focus, .navbar.is-restore .navbar-start > a.navbar-item:hover, .navbar.is-restore .navbar-start > a.navbar-item.is-active,
.navbar.is-restore .navbar-start .navbar-link:focus,
.navbar.is-restore .navbar-start .navbar-link:hover,
.navbar.is-restore .navbar-start .navbar-link.is-active,
.navbar.is-restore .navbar-end > a.navbar-item:focus,
.navbar.is-restore .navbar-end > a.navbar-item:hover,
.navbar.is-restore .navbar-end > a.navbar-item.is-active,
.navbar.is-restore .navbar-end .navbar-link:focus,
.navbar.is-restore .navbar-end .navbar-link:hover,
.navbar.is-restore .navbar-end .navbar-link.is-active {
    background-color: #02436e;
    color: white;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-restore .navbar-start .navbar-link::after,
.navbar.is-restore .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-restore .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-restore .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-restore .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #02436e;
    color: white;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-restore .navbar-dropdown a.navbar-item.is-active {
    background-color: #035287;
    color: white;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-delete {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-delete .navbar-brand > .navbar-item,
.navbar.is-delete .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-delete .navbar-brand > a.navbar-item:focus, .navbar.is-delete .navbar-brand > a.navbar-item:hover, .navbar.is-delete .navbar-brand > a.navbar-item.is-active,
.navbar.is-delete .navbar-brand .navbar-link:focus,
.navbar.is-delete .navbar-brand .navbar-link:hover,
.navbar.is-delete .navbar-brand .navbar-link.is-active {
  background-color: #ec3636;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-delete .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-delete .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-delete .navbar-start > .navbar-item,
.navbar.is-delete .navbar-start .navbar-link,
.navbar.is-delete .navbar-end > .navbar-item,
.navbar.is-delete .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-delete .navbar-start > a.navbar-item:focus, .navbar.is-delete .navbar-start > a.navbar-item:hover, .navbar.is-delete .navbar-start > a.navbar-item.is-active,
.navbar.is-delete .navbar-start .navbar-link:focus,
.navbar.is-delete .navbar-start .navbar-link:hover,
.navbar.is-delete .navbar-start .navbar-link.is-active,
.navbar.is-delete .navbar-end > a.navbar-item:focus,
.navbar.is-delete .navbar-end > a.navbar-item:hover,
.navbar.is-delete .navbar-end > a.navbar-item.is-active,
.navbar.is-delete .navbar-end .navbar-link:focus,
.navbar.is-delete .navbar-end .navbar-link:hover,
.navbar.is-delete .navbar-end .navbar-link.is-active {
    background-color: #ec3636;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-delete .navbar-start .navbar-link::after,
.navbar.is-delete .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-delete .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-delete .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-delete .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ec3636;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-delete .navbar-dropdown a.navbar-item.is-active {
    background-color: #ef4e4e;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-050 {
  background-color: #e6f9ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-050 .navbar-brand > .navbar-item,
.navbar.is-blue-050 .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-050 .navbar-brand > a.navbar-item:focus, .navbar.is-blue-050 .navbar-brand > a.navbar-item:hover, .navbar.is-blue-050 .navbar-brand > a.navbar-item.is-active,
.navbar.is-blue-050 .navbar-brand .navbar-link:focus,
.navbar.is-blue-050 .navbar-brand .navbar-link:hover,
.navbar.is-blue-050 .navbar-brand .navbar-link.is-active {
  background-color: #ccf2ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-050 .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-050 .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-050 .navbar-start > .navbar-item,
.navbar.is-blue-050 .navbar-start .navbar-link,
.navbar.is-blue-050 .navbar-end > .navbar-item,
.navbar.is-blue-050 .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-050 .navbar-start > a.navbar-item:focus, .navbar.is-blue-050 .navbar-start > a.navbar-item:hover, .navbar.is-blue-050 .navbar-start > a.navbar-item.is-active,
.navbar.is-blue-050 .navbar-start .navbar-link:focus,
.navbar.is-blue-050 .navbar-start .navbar-link:hover,
.navbar.is-blue-050 .navbar-start .navbar-link.is-active,
.navbar.is-blue-050 .navbar-end > a.navbar-item:focus,
.navbar.is-blue-050 .navbar-end > a.navbar-item:hover,
.navbar.is-blue-050 .navbar-end > a.navbar-item.is-active,
.navbar.is-blue-050 .navbar-end .navbar-link:focus,
.navbar.is-blue-050 .navbar-end .navbar-link:hover,
.navbar.is-blue-050 .navbar-end .navbar-link.is-active {
    background-color: #ccf2ff;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-050 .navbar-start .navbar-link::after,
.navbar.is-blue-050 .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-050 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-blue-050 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-blue-050 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ccf2ff;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-050 .navbar-dropdown a.navbar-item.is-active {
    background-color: #e6f9ff;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-700 {
  background-color: #1280bf;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-700 .navbar-brand > .navbar-item,
.navbar.is-blue-700 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-700 .navbar-brand > a.navbar-item:focus, .navbar.is-blue-700 .navbar-brand > a.navbar-item:hover, .navbar.is-blue-700 .navbar-brand > a.navbar-item.is-active,
.navbar.is-blue-700 .navbar-brand .navbar-link:focus,
.navbar.is-blue-700 .navbar-brand .navbar-link:hover,
.navbar.is-blue-700 .navbar-brand .navbar-link.is-active {
  background-color: #1070a8;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-700 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-700 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-700 .navbar-start > .navbar-item,
.navbar.is-blue-700 .navbar-start .navbar-link,
.navbar.is-blue-700 .navbar-end > .navbar-item,
.navbar.is-blue-700 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-700 .navbar-start > a.navbar-item:focus, .navbar.is-blue-700 .navbar-start > a.navbar-item:hover, .navbar.is-blue-700 .navbar-start > a.navbar-item.is-active,
.navbar.is-blue-700 .navbar-start .navbar-link:focus,
.navbar.is-blue-700 .navbar-start .navbar-link:hover,
.navbar.is-blue-700 .navbar-start .navbar-link.is-active,
.navbar.is-blue-700 .navbar-end > a.navbar-item:focus,
.navbar.is-blue-700 .navbar-end > a.navbar-item:hover,
.navbar.is-blue-700 .navbar-end > a.navbar-item.is-active,
.navbar.is-blue-700 .navbar-end .navbar-link:focus,
.navbar.is-blue-700 .navbar-end .navbar-link:hover,
.navbar.is-blue-700 .navbar-end .navbar-link.is-active {
    background-color: #1070a8;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-700 .navbar-start .navbar-link::after,
.navbar.is-blue-700 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-700 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-blue-700 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-blue-700 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #1070a8;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-700 .navbar-dropdown a.navbar-item.is-active {
    background-color: #1280bf;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-900 {
  background-color: #035287;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-900 .navbar-brand > .navbar-item,
.navbar.is-blue-900 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-900 .navbar-brand > a.navbar-item:focus, .navbar.is-blue-900 .navbar-brand > a.navbar-item:hover, .navbar.is-blue-900 .navbar-brand > a.navbar-item.is-active,
.navbar.is-blue-900 .navbar-brand .navbar-link:focus,
.navbar.is-blue-900 .navbar-brand .navbar-link:hover,
.navbar.is-blue-900 .navbar-brand .navbar-link.is-active {
  background-color: #02436e;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-900 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-blue-900 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-900 .navbar-start > .navbar-item,
.navbar.is-blue-900 .navbar-start .navbar-link,
.navbar.is-blue-900 .navbar-end > .navbar-item,
.navbar.is-blue-900 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-900 .navbar-start > a.navbar-item:focus, .navbar.is-blue-900 .navbar-start > a.navbar-item:hover, .navbar.is-blue-900 .navbar-start > a.navbar-item.is-active,
.navbar.is-blue-900 .navbar-start .navbar-link:focus,
.navbar.is-blue-900 .navbar-start .navbar-link:hover,
.navbar.is-blue-900 .navbar-start .navbar-link.is-active,
.navbar.is-blue-900 .navbar-end > a.navbar-item:focus,
.navbar.is-blue-900 .navbar-end > a.navbar-item:hover,
.navbar.is-blue-900 .navbar-end > a.navbar-item.is-active,
.navbar.is-blue-900 .navbar-end .navbar-link:focus,
.navbar.is-blue-900 .navbar-end .navbar-link:hover,
.navbar.is-blue-900 .navbar-end .navbar-link.is-active {
    background-color: #02436e;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-900 .navbar-start .navbar-link::after,
.navbar.is-blue-900 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-900 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-blue-900 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-blue-900 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #02436e;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-blue-900 .navbar-dropdown a.navbar-item.is-active {
    background-color: #035287;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-050 {
  background-color: #fef9eb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-050 .navbar-brand > .navbar-item,
.navbar.is-yellow-050 .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-050 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-050 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-050 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-050 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-050 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-050 .navbar-brand .navbar-link.is-active {
  background-color: #fef1d2;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-050 .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-050 .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-050 .navbar-start > .navbar-item,
.navbar.is-yellow-050 .navbar-start .navbar-link,
.navbar.is-yellow-050 .navbar-end > .navbar-item,
.navbar.is-yellow-050 .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-050 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-050 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-050 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-050 .navbar-start .navbar-link:focus,
.navbar.is-yellow-050 .navbar-start .navbar-link:hover,
.navbar.is-yellow-050 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-050 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-050 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-050 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-050 .navbar-end .navbar-link:focus,
.navbar.is-yellow-050 .navbar-end .navbar-link:hover,
.navbar.is-yellow-050 .navbar-end .navbar-link.is-active {
    background-color: #fef1d2;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-050 .navbar-start .navbar-link::after,
.navbar.is-yellow-050 .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-050 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-050 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-050 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fef1d2;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-050 .navbar-dropdown a.navbar-item.is-active {
    background-color: #fef9eb;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-100 {
  background-color: #fdecc3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-100 .navbar-brand > .navbar-item,
.navbar.is-yellow-100 .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-100 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-100 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-100 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-100 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-100 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-100 .navbar-brand .navbar-link.is-active {
  background-color: #fde4aa;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-100 .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-100 .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-100 .navbar-start > .navbar-item,
.navbar.is-yellow-100 .navbar-start .navbar-link,
.navbar.is-yellow-100 .navbar-end > .navbar-item,
.navbar.is-yellow-100 .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-100 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-100 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-100 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-100 .navbar-start .navbar-link:focus,
.navbar.is-yellow-100 .navbar-start .navbar-link:hover,
.navbar.is-yellow-100 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-100 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-100 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-100 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-100 .navbar-end .navbar-link:focus,
.navbar.is-yellow-100 .navbar-end .navbar-link:hover,
.navbar.is-yellow-100 .navbar-end .navbar-link.is-active {
    background-color: #fde4aa;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-100 .navbar-start .navbar-link::after,
.navbar.is-yellow-100 .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-100 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-100 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-100 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fde4aa;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-100 .navbar-dropdown a.navbar-item.is-active {
    background-color: #fdecc3;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-200 {
  background-color: #fcd988;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-200 .navbar-brand > .navbar-item,
.navbar.is-yellow-200 .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-200 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-200 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-200 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-200 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-200 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-200 .navbar-brand .navbar-link.is-active {
  background-color: #fbd16f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-200 .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-200 .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-200 .navbar-start > .navbar-item,
.navbar.is-yellow-200 .navbar-start .navbar-link,
.navbar.is-yellow-200 .navbar-end > .navbar-item,
.navbar.is-yellow-200 .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-200 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-200 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-200 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-200 .navbar-start .navbar-link:focus,
.navbar.is-yellow-200 .navbar-start .navbar-link:hover,
.navbar.is-yellow-200 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-200 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-200 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-200 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-200 .navbar-end .navbar-link:focus,
.navbar.is-yellow-200 .navbar-end .navbar-link:hover,
.navbar.is-yellow-200 .navbar-end .navbar-link.is-active {
    background-color: #fbd16f;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-200 .navbar-start .navbar-link::after,
.navbar.is-yellow-200 .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-200 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-200 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-200 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fbd16f;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-200 .navbar-dropdown a.navbar-item.is-active {
    background-color: #fcd988;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-400 {
  background-color: #fac547;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-400 .navbar-brand > .navbar-item,
.navbar.is-yellow-400 .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-400 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-400 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-400 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-400 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-400 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-400 .navbar-brand .navbar-link.is-active {
  background-color: #fabd2e;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-400 .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-400 .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-400 .navbar-start > .navbar-item,
.navbar.is-yellow-400 .navbar-start .navbar-link,
.navbar.is-yellow-400 .navbar-end > .navbar-item,
.navbar.is-yellow-400 .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-400 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-400 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-400 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-400 .navbar-start .navbar-link:focus,
.navbar.is-yellow-400 .navbar-start .navbar-link:hover,
.navbar.is-yellow-400 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-400 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-400 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-400 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-400 .navbar-end .navbar-link:focus,
.navbar.is-yellow-400 .navbar-end .navbar-link:hover,
.navbar.is-yellow-400 .navbar-end .navbar-link.is-active {
    background-color: #fabd2e;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-400 .navbar-start .navbar-link::after,
.navbar.is-yellow-400 .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-400 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-400 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-400 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fabd2e;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-400 .navbar-dropdown a.navbar-item.is-active {
    background-color: #fac547;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-500 {
  background-color: #f9b81f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-500 .navbar-brand > .navbar-item,
.navbar.is-yellow-500 .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-500 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-500 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-500 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-500 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-500 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-500 .navbar-brand .navbar-link.is-active {
  background-color: #f9b006;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-500 .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-500 .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-500 .navbar-start > .navbar-item,
.navbar.is-yellow-500 .navbar-start .navbar-link,
.navbar.is-yellow-500 .navbar-end > .navbar-item,
.navbar.is-yellow-500 .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-500 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-500 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-500 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-500 .navbar-start .navbar-link:focus,
.navbar.is-yellow-500 .navbar-start .navbar-link:hover,
.navbar.is-yellow-500 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-500 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-500 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-500 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-500 .navbar-end .navbar-link:focus,
.navbar.is-yellow-500 .navbar-end .navbar-link:hover,
.navbar.is-yellow-500 .navbar-end .navbar-link.is-active {
    background-color: #f9b006;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-500 .navbar-start .navbar-link::after,
.navbar.is-yellow-500 .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-500 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-500 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-500 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f9b006;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-500 .navbar-dropdown a.navbar-item.is-active {
    background-color: #f9b81f;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-600 {
  background-color: #f4ac06;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-600 .navbar-brand > .navbar-item,
.navbar.is-yellow-600 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-600 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-600 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-600 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-600 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-600 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-600 .navbar-brand .navbar-link.is-active {
  background-color: #db9b06;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-600 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-600 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-600 .navbar-start > .navbar-item,
.navbar.is-yellow-600 .navbar-start .navbar-link,
.navbar.is-yellow-600 .navbar-end > .navbar-item,
.navbar.is-yellow-600 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-600 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-600 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-600 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-600 .navbar-start .navbar-link:focus,
.navbar.is-yellow-600 .navbar-start .navbar-link:hover,
.navbar.is-yellow-600 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-600 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-600 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-600 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-600 .navbar-end .navbar-link:focus,
.navbar.is-yellow-600 .navbar-end .navbar-link:hover,
.navbar.is-yellow-600 .navbar-end .navbar-link.is-active {
    background-color: #db9b06;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-600 .navbar-start .navbar-link::after,
.navbar.is-yellow-600 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-600 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-600 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-600 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #db9b06;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-600 .navbar-dropdown a.navbar-item.is-active {
    background-color: #f4ac06;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-700 {
  background-color: #db9b06;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-700 .navbar-brand > .navbar-item,
.navbar.is-yellow-700 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-700 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-700 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-700 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-700 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-700 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-700 .navbar-brand .navbar-link.is-active {
  background-color: #c28905;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-700 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-700 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-700 .navbar-start > .navbar-item,
.navbar.is-yellow-700 .navbar-start .navbar-link,
.navbar.is-yellow-700 .navbar-end > .navbar-item,
.navbar.is-yellow-700 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-700 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-700 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-700 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-700 .navbar-start .navbar-link:focus,
.navbar.is-yellow-700 .navbar-start .navbar-link:hover,
.navbar.is-yellow-700 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-700 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-700 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-700 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-700 .navbar-end .navbar-link:focus,
.navbar.is-yellow-700 .navbar-end .navbar-link:hover,
.navbar.is-yellow-700 .navbar-end .navbar-link.is-active {
    background-color: #c28905;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-700 .navbar-start .navbar-link::after,
.navbar.is-yellow-700 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-700 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-700 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-700 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #c28905;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-700 .navbar-dropdown a.navbar-item.is-active {
    background-color: #db9b06;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-800 {
  background-color: #c28905;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-800 .navbar-brand > .navbar-item,
.navbar.is-yellow-800 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-800 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-800 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-800 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-800 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-800 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-800 .navbar-brand .navbar-link.is-active {
  background-color: #a97804;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-800 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-800 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-800 .navbar-start > .navbar-item,
.navbar.is-yellow-800 .navbar-start .navbar-link,
.navbar.is-yellow-800 .navbar-end > .navbar-item,
.navbar.is-yellow-800 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-800 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-800 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-800 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-800 .navbar-start .navbar-link:focus,
.navbar.is-yellow-800 .navbar-start .navbar-link:hover,
.navbar.is-yellow-800 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-800 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-800 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-800 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-800 .navbar-end .navbar-link:focus,
.navbar.is-yellow-800 .navbar-end .navbar-link:hover,
.navbar.is-yellow-800 .navbar-end .navbar-link.is-active {
    background-color: #a97804;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-800 .navbar-start .navbar-link::after,
.navbar.is-yellow-800 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-800 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-800 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-800 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #a97804;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-800 .navbar-dropdown a.navbar-item.is-active {
    background-color: #c28905;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-900 {
  background-color: #956a04;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-900 .navbar-brand > .navbar-item,
.navbar.is-yellow-900 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-900 .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-900 .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-900 .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow-900 .navbar-brand .navbar-link:focus,
.navbar.is-yellow-900 .navbar-brand .navbar-link:hover,
.navbar.is-yellow-900 .navbar-brand .navbar-link.is-active {
  background-color: #7c5803;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-900 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-yellow-900 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-900 .navbar-start > .navbar-item,
.navbar.is-yellow-900 .navbar-start .navbar-link,
.navbar.is-yellow-900 .navbar-end > .navbar-item,
.navbar.is-yellow-900 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-900 .navbar-start > a.navbar-item:focus, .navbar.is-yellow-900 .navbar-start > a.navbar-item:hover, .navbar.is-yellow-900 .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow-900 .navbar-start .navbar-link:focus,
.navbar.is-yellow-900 .navbar-start .navbar-link:hover,
.navbar.is-yellow-900 .navbar-start .navbar-link.is-active,
.navbar.is-yellow-900 .navbar-end > a.navbar-item:focus,
.navbar.is-yellow-900 .navbar-end > a.navbar-item:hover,
.navbar.is-yellow-900 .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow-900 .navbar-end .navbar-link:focus,
.navbar.is-yellow-900 .navbar-end .navbar-link:hover,
.navbar.is-yellow-900 .navbar-end .navbar-link.is-active {
    background-color: #7c5803;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-900 .navbar-start .navbar-link::after,
.navbar.is-yellow-900 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-900 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-yellow-900 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow-900 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #7c5803;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-yellow-900 .navbar-dropdown a.navbar-item.is-active {
    background-color: #956a04;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-200 {
  background-color: #ff9999;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-200 .navbar-brand > .navbar-item,
.navbar.is-red-200 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-200 .navbar-brand > a.navbar-item:focus, .navbar.is-red-200 .navbar-brand > a.navbar-item:hover, .navbar.is-red-200 .navbar-brand > a.navbar-item.is-active,
.navbar.is-red-200 .navbar-brand .navbar-link:focus,
.navbar.is-red-200 .navbar-brand .navbar-link:hover,
.navbar.is-red-200 .navbar-brand .navbar-link.is-active {
  background-color: #ff8080;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-200 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-200 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-200 .navbar-start > .navbar-item,
.navbar.is-red-200 .navbar-start .navbar-link,
.navbar.is-red-200 .navbar-end > .navbar-item,
.navbar.is-red-200 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-200 .navbar-start > a.navbar-item:focus, .navbar.is-red-200 .navbar-start > a.navbar-item:hover, .navbar.is-red-200 .navbar-start > a.navbar-item.is-active,
.navbar.is-red-200 .navbar-start .navbar-link:focus,
.navbar.is-red-200 .navbar-start .navbar-link:hover,
.navbar.is-red-200 .navbar-start .navbar-link.is-active,
.navbar.is-red-200 .navbar-end > a.navbar-item:focus,
.navbar.is-red-200 .navbar-end > a.navbar-item:hover,
.navbar.is-red-200 .navbar-end > a.navbar-item.is-active,
.navbar.is-red-200 .navbar-end .navbar-link:focus,
.navbar.is-red-200 .navbar-end .navbar-link:hover,
.navbar.is-red-200 .navbar-end .navbar-link.is-active {
    background-color: #ff8080;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-200 .navbar-start .navbar-link::after,
.navbar.is-red-200 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-200 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-red-200 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red-200 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff8080;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-200 .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff9999;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-300 {
  background-color: #f86868;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-300 .navbar-brand > .navbar-item,
.navbar.is-red-300 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-300 .navbar-brand > a.navbar-item:focus, .navbar.is-red-300 .navbar-brand > a.navbar-item:hover, .navbar.is-red-300 .navbar-brand > a.navbar-item.is-active,
.navbar.is-red-300 .navbar-brand .navbar-link:focus,
.navbar.is-red-300 .navbar-brand .navbar-link:hover,
.navbar.is-red-300 .navbar-brand .navbar-link.is-active {
  background-color: #f75050;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-300 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-300 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-300 .navbar-start > .navbar-item,
.navbar.is-red-300 .navbar-start .navbar-link,
.navbar.is-red-300 .navbar-end > .navbar-item,
.navbar.is-red-300 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-300 .navbar-start > a.navbar-item:focus, .navbar.is-red-300 .navbar-start > a.navbar-item:hover, .navbar.is-red-300 .navbar-start > a.navbar-item.is-active,
.navbar.is-red-300 .navbar-start .navbar-link:focus,
.navbar.is-red-300 .navbar-start .navbar-link:hover,
.navbar.is-red-300 .navbar-start .navbar-link.is-active,
.navbar.is-red-300 .navbar-end > a.navbar-item:focus,
.navbar.is-red-300 .navbar-end > a.navbar-item:hover,
.navbar.is-red-300 .navbar-end > a.navbar-item.is-active,
.navbar.is-red-300 .navbar-end .navbar-link:focus,
.navbar.is-red-300 .navbar-end .navbar-link:hover,
.navbar.is-red-300 .navbar-end .navbar-link.is-active {
    background-color: #f75050;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-300 .navbar-start .navbar-link::after,
.navbar.is-red-300 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-300 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-red-300 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red-300 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f75050;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-300 .navbar-dropdown a.navbar-item.is-active {
    background-color: #f86868;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-400 {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-400 .navbar-brand > .navbar-item,
.navbar.is-red-400 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-400 .navbar-brand > a.navbar-item:focus, .navbar.is-red-400 .navbar-brand > a.navbar-item:hover, .navbar.is-red-400 .navbar-brand > a.navbar-item.is-active,
.navbar.is-red-400 .navbar-brand .navbar-link:focus,
.navbar.is-red-400 .navbar-brand .navbar-link:hover,
.navbar.is-red-400 .navbar-brand .navbar-link.is-active {
  background-color: #ec3636;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-400 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-400 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-400 .navbar-start > .navbar-item,
.navbar.is-red-400 .navbar-start .navbar-link,
.navbar.is-red-400 .navbar-end > .navbar-item,
.navbar.is-red-400 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-400 .navbar-start > a.navbar-item:focus, .navbar.is-red-400 .navbar-start > a.navbar-item:hover, .navbar.is-red-400 .navbar-start > a.navbar-item.is-active,
.navbar.is-red-400 .navbar-start .navbar-link:focus,
.navbar.is-red-400 .navbar-start .navbar-link:hover,
.navbar.is-red-400 .navbar-start .navbar-link.is-active,
.navbar.is-red-400 .navbar-end > a.navbar-item:focus,
.navbar.is-red-400 .navbar-end > a.navbar-item:hover,
.navbar.is-red-400 .navbar-end > a.navbar-item.is-active,
.navbar.is-red-400 .navbar-end .navbar-link:focus,
.navbar.is-red-400 .navbar-end .navbar-link:hover,
.navbar.is-red-400 .navbar-end .navbar-link.is-active {
    background-color: #ec3636;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-400 .navbar-start .navbar-link::after,
.navbar.is-red-400 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-400 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-red-400 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red-400 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ec3636;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-400 .navbar-dropdown a.navbar-item.is-active {
    background-color: #ef4e4e;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-500 {
  background-color: #e12d39;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-500 .navbar-brand > .navbar-item,
.navbar.is-red-500 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-500 .navbar-brand > a.navbar-item:focus, .navbar.is-red-500 .navbar-brand > a.navbar-item:hover, .navbar.is-red-500 .navbar-brand > a.navbar-item.is-active,
.navbar.is-red-500 .navbar-brand .navbar-link:focus,
.navbar.is-red-500 .navbar-brand .navbar-link:hover,
.navbar.is-red-500 .navbar-brand .navbar-link.is-active {
  background-color: #d61f2b;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-500 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-500 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-500 .navbar-start > .navbar-item,
.navbar.is-red-500 .navbar-start .navbar-link,
.navbar.is-red-500 .navbar-end > .navbar-item,
.navbar.is-red-500 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-500 .navbar-start > a.navbar-item:focus, .navbar.is-red-500 .navbar-start > a.navbar-item:hover, .navbar.is-red-500 .navbar-start > a.navbar-item.is-active,
.navbar.is-red-500 .navbar-start .navbar-link:focus,
.navbar.is-red-500 .navbar-start .navbar-link:hover,
.navbar.is-red-500 .navbar-start .navbar-link.is-active,
.navbar.is-red-500 .navbar-end > a.navbar-item:focus,
.navbar.is-red-500 .navbar-end > a.navbar-item:hover,
.navbar.is-red-500 .navbar-end > a.navbar-item.is-active,
.navbar.is-red-500 .navbar-end .navbar-link:focus,
.navbar.is-red-500 .navbar-end .navbar-link:hover,
.navbar.is-red-500 .navbar-end .navbar-link.is-active {
    background-color: #d61f2b;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-500 .navbar-start .navbar-link::after,
.navbar.is-red-500 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-500 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-red-500 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red-500 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #d61f2b;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-500 .navbar-dropdown a.navbar-item.is-active {
    background-color: #e12d39;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-700 {
  background-color: #aa091e;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-700 .navbar-brand > .navbar-item,
.navbar.is-red-700 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-700 .navbar-brand > a.navbar-item:focus, .navbar.is-red-700 .navbar-brand > a.navbar-item:hover, .navbar.is-red-700 .navbar-brand > a.navbar-item.is-active,
.navbar.is-red-700 .navbar-brand .navbar-link:focus,
.navbar.is-red-700 .navbar-brand .navbar-link:hover,
.navbar.is-red-700 .navbar-brand .navbar-link.is-active {
  background-color: #91081a;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-700 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-700 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-700 .navbar-start > .navbar-item,
.navbar.is-red-700 .navbar-start .navbar-link,
.navbar.is-red-700 .navbar-end > .navbar-item,
.navbar.is-red-700 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-700 .navbar-start > a.navbar-item:focus, .navbar.is-red-700 .navbar-start > a.navbar-item:hover, .navbar.is-red-700 .navbar-start > a.navbar-item.is-active,
.navbar.is-red-700 .navbar-start .navbar-link:focus,
.navbar.is-red-700 .navbar-start .navbar-link:hover,
.navbar.is-red-700 .navbar-start .navbar-link.is-active,
.navbar.is-red-700 .navbar-end > a.navbar-item:focus,
.navbar.is-red-700 .navbar-end > a.navbar-item:hover,
.navbar.is-red-700 .navbar-end > a.navbar-item.is-active,
.navbar.is-red-700 .navbar-end .navbar-link:focus,
.navbar.is-red-700 .navbar-end .navbar-link:hover,
.navbar.is-red-700 .navbar-end .navbar-link.is-active {
    background-color: #91081a;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-700 .navbar-start .navbar-link::after,
.navbar.is-red-700 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-700 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-red-700 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red-700 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #91081a;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-700 .navbar-dropdown a.navbar-item.is-active {
    background-color: #aa091e;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-800 {
  background-color: #8b041b;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-800 .navbar-brand > .navbar-item,
.navbar.is-red-800 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-800 .navbar-brand > a.navbar-item:focus, .navbar.is-red-800 .navbar-brand > a.navbar-item:hover, .navbar.is-red-800 .navbar-brand > a.navbar-item.is-active,
.navbar.is-red-800 .navbar-brand .navbar-link:focus,
.navbar.is-red-800 .navbar-brand .navbar-link:hover,
.navbar.is-red-800 .navbar-brand .navbar-link.is-active {
  background-color: #720416;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-800 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-800 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-800 .navbar-start > .navbar-item,
.navbar.is-red-800 .navbar-start .navbar-link,
.navbar.is-red-800 .navbar-end > .navbar-item,
.navbar.is-red-800 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-800 .navbar-start > a.navbar-item:focus, .navbar.is-red-800 .navbar-start > a.navbar-item:hover, .navbar.is-red-800 .navbar-start > a.navbar-item.is-active,
.navbar.is-red-800 .navbar-start .navbar-link:focus,
.navbar.is-red-800 .navbar-start .navbar-link:hover,
.navbar.is-red-800 .navbar-start .navbar-link.is-active,
.navbar.is-red-800 .navbar-end > a.navbar-item:focus,
.navbar.is-red-800 .navbar-end > a.navbar-item:hover,
.navbar.is-red-800 .navbar-end > a.navbar-item.is-active,
.navbar.is-red-800 .navbar-end .navbar-link:focus,
.navbar.is-red-800 .navbar-end .navbar-link:hover,
.navbar.is-red-800 .navbar-end .navbar-link.is-active {
    background-color: #720416;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-800 .navbar-start .navbar-link::after,
.navbar.is-red-800 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-800 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-red-800 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red-800 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #720416;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-800 .navbar-dropdown a.navbar-item.is-active {
    background-color: #8b041b;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-900 {
  background-color: #630316;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-900 .navbar-brand > .navbar-item,
.navbar.is-red-900 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-900 .navbar-brand > a.navbar-item:focus, .navbar.is-red-900 .navbar-brand > a.navbar-item:hover, .navbar.is-red-900 .navbar-brand > a.navbar-item.is-active,
.navbar.is-red-900 .navbar-brand .navbar-link:focus,
.navbar.is-red-900 .navbar-brand .navbar-link:hover,
.navbar.is-red-900 .navbar-brand .navbar-link.is-active {
  background-color: #4a0211;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-900 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-red-900 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-900 .navbar-start > .navbar-item,
.navbar.is-red-900 .navbar-start .navbar-link,
.navbar.is-red-900 .navbar-end > .navbar-item,
.navbar.is-red-900 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-900 .navbar-start > a.navbar-item:focus, .navbar.is-red-900 .navbar-start > a.navbar-item:hover, .navbar.is-red-900 .navbar-start > a.navbar-item.is-active,
.navbar.is-red-900 .navbar-start .navbar-link:focus,
.navbar.is-red-900 .navbar-start .navbar-link:hover,
.navbar.is-red-900 .navbar-start .navbar-link.is-active,
.navbar.is-red-900 .navbar-end > a.navbar-item:focus,
.navbar.is-red-900 .navbar-end > a.navbar-item:hover,
.navbar.is-red-900 .navbar-end > a.navbar-item.is-active,
.navbar.is-red-900 .navbar-end .navbar-link:focus,
.navbar.is-red-900 .navbar-end .navbar-link:hover,
.navbar.is-red-900 .navbar-end .navbar-link.is-active {
    background-color: #4a0211;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-900 .navbar-start .navbar-link::after,
.navbar.is-red-900 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-900 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-red-900 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red-900 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #4a0211;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-red-900 .navbar-dropdown a.navbar-item.is-active {
    background-color: #630316;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-400 {
  background-color: #3dbd92;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-400 .navbar-brand > .navbar-item,
.navbar.is-teal-400 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-400 .navbar-brand > a.navbar-item:focus, .navbar.is-teal-400 .navbar-brand > a.navbar-item:hover, .navbar.is-teal-400 .navbar-brand > a.navbar-item.is-active,
.navbar.is-teal-400 .navbar-brand .navbar-link:focus,
.navbar.is-teal-400 .navbar-brand .navbar-link:hover,
.navbar.is-teal-400 .navbar-brand .navbar-link.is-active {
  background-color: #37a983;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-400 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-400 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-400 .navbar-start > .navbar-item,
.navbar.is-teal-400 .navbar-start .navbar-link,
.navbar.is-teal-400 .navbar-end > .navbar-item,
.navbar.is-teal-400 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-400 .navbar-start > a.navbar-item:focus, .navbar.is-teal-400 .navbar-start > a.navbar-item:hover, .navbar.is-teal-400 .navbar-start > a.navbar-item.is-active,
.navbar.is-teal-400 .navbar-start .navbar-link:focus,
.navbar.is-teal-400 .navbar-start .navbar-link:hover,
.navbar.is-teal-400 .navbar-start .navbar-link.is-active,
.navbar.is-teal-400 .navbar-end > a.navbar-item:focus,
.navbar.is-teal-400 .navbar-end > a.navbar-item:hover,
.navbar.is-teal-400 .navbar-end > a.navbar-item.is-active,
.navbar.is-teal-400 .navbar-end .navbar-link:focus,
.navbar.is-teal-400 .navbar-end .navbar-link:hover,
.navbar.is-teal-400 .navbar-end .navbar-link.is-active {
    background-color: #37a983;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-400 .navbar-start .navbar-link::after,
.navbar.is-teal-400 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-400 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-teal-400 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-teal-400 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #37a983;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-400 .navbar-dropdown a.navbar-item.is-active {
    background-color: #3dbd92;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-500 {
  background-color: #27aa83;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-500 .navbar-brand > .navbar-item,
.navbar.is-teal-500 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-500 .navbar-brand > a.navbar-item:focus, .navbar.is-teal-500 .navbar-brand > a.navbar-item:hover, .navbar.is-teal-500 .navbar-brand > a.navbar-item.is-active,
.navbar.is-teal-500 .navbar-brand .navbar-link:focus,
.navbar.is-teal-500 .navbar-brand .navbar-link:hover,
.navbar.is-teal-500 .navbar-brand .navbar-link.is-active {
  background-color: #229673;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-500 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-500 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-500 .navbar-start > .navbar-item,
.navbar.is-teal-500 .navbar-start .navbar-link,
.navbar.is-teal-500 .navbar-end > .navbar-item,
.navbar.is-teal-500 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-500 .navbar-start > a.navbar-item:focus, .navbar.is-teal-500 .navbar-start > a.navbar-item:hover, .navbar.is-teal-500 .navbar-start > a.navbar-item.is-active,
.navbar.is-teal-500 .navbar-start .navbar-link:focus,
.navbar.is-teal-500 .navbar-start .navbar-link:hover,
.navbar.is-teal-500 .navbar-start .navbar-link.is-active,
.navbar.is-teal-500 .navbar-end > a.navbar-item:focus,
.navbar.is-teal-500 .navbar-end > a.navbar-item:hover,
.navbar.is-teal-500 .navbar-end > a.navbar-item.is-active,
.navbar.is-teal-500 .navbar-end .navbar-link:focus,
.navbar.is-teal-500 .navbar-end .navbar-link:hover,
.navbar.is-teal-500 .navbar-end .navbar-link.is-active {
    background-color: #229673;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-500 .navbar-start .navbar-link::after,
.navbar.is-teal-500 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-500 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-teal-500 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-teal-500 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #229673;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-500 .navbar-dropdown a.navbar-item.is-active {
    background-color: #27aa83;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-600 {
  background-color: #199473;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-600 .navbar-brand > .navbar-item,
.navbar.is-teal-600 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-600 .navbar-brand > a.navbar-item:focus, .navbar.is-teal-600 .navbar-brand > a.navbar-item:hover, .navbar.is-teal-600 .navbar-brand > a.navbar-item.is-active,
.navbar.is-teal-600 .navbar-brand .navbar-link:focus,
.navbar.is-teal-600 .navbar-brand .navbar-link:hover,
.navbar.is-teal-600 .navbar-brand .navbar-link.is-active {
  background-color: #157e62;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-600 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-600 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-600 .navbar-start > .navbar-item,
.navbar.is-teal-600 .navbar-start .navbar-link,
.navbar.is-teal-600 .navbar-end > .navbar-item,
.navbar.is-teal-600 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-600 .navbar-start > a.navbar-item:focus, .navbar.is-teal-600 .navbar-start > a.navbar-item:hover, .navbar.is-teal-600 .navbar-start > a.navbar-item.is-active,
.navbar.is-teal-600 .navbar-start .navbar-link:focus,
.navbar.is-teal-600 .navbar-start .navbar-link:hover,
.navbar.is-teal-600 .navbar-start .navbar-link.is-active,
.navbar.is-teal-600 .navbar-end > a.navbar-item:focus,
.navbar.is-teal-600 .navbar-end > a.navbar-item:hover,
.navbar.is-teal-600 .navbar-end > a.navbar-item.is-active,
.navbar.is-teal-600 .navbar-end .navbar-link:focus,
.navbar.is-teal-600 .navbar-end .navbar-link:hover,
.navbar.is-teal-600 .navbar-end .navbar-link.is-active {
    background-color: #157e62;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-600 .navbar-start .navbar-link::after,
.navbar.is-teal-600 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-600 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-teal-600 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-teal-600 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #157e62;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-600 .navbar-dropdown a.navbar-item.is-active {
    background-color: #199473;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-700 {
  background-color: #147b63;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-700 .navbar-brand > .navbar-item,
.navbar.is-teal-700 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-700 .navbar-brand > a.navbar-item:focus, .navbar.is-teal-700 .navbar-brand > a.navbar-item:hover, .navbar.is-teal-700 .navbar-brand > a.navbar-item.is-active,
.navbar.is-teal-700 .navbar-brand .navbar-link:focus,
.navbar.is-teal-700 .navbar-brand .navbar-link:hover,
.navbar.is-teal-700 .navbar-brand .navbar-link.is-active {
  background-color: #106551;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-700 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-700 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-700 .navbar-start > .navbar-item,
.navbar.is-teal-700 .navbar-start .navbar-link,
.navbar.is-teal-700 .navbar-end > .navbar-item,
.navbar.is-teal-700 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-700 .navbar-start > a.navbar-item:focus, .navbar.is-teal-700 .navbar-start > a.navbar-item:hover, .navbar.is-teal-700 .navbar-start > a.navbar-item.is-active,
.navbar.is-teal-700 .navbar-start .navbar-link:focus,
.navbar.is-teal-700 .navbar-start .navbar-link:hover,
.navbar.is-teal-700 .navbar-start .navbar-link.is-active,
.navbar.is-teal-700 .navbar-end > a.navbar-item:focus,
.navbar.is-teal-700 .navbar-end > a.navbar-item:hover,
.navbar.is-teal-700 .navbar-end > a.navbar-item.is-active,
.navbar.is-teal-700 .navbar-end .navbar-link:focus,
.navbar.is-teal-700 .navbar-end .navbar-link:hover,
.navbar.is-teal-700 .navbar-end .navbar-link.is-active {
    background-color: #106551;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-700 .navbar-start .navbar-link::after,
.navbar.is-teal-700 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-700 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-teal-700 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-teal-700 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #106551;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-700 .navbar-dropdown a.navbar-item.is-active {
    background-color: #147b63;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-800 {
  background-color: #0c6a57;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-800 .navbar-brand > .navbar-item,
.navbar.is-teal-800 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-800 .navbar-brand > a.navbar-item:focus, .navbar.is-teal-800 .navbar-brand > a.navbar-item:hover, .navbar.is-teal-800 .navbar-brand > a.navbar-item.is-active,
.navbar.is-teal-800 .navbar-brand .navbar-link:focus,
.navbar.is-teal-800 .navbar-brand .navbar-link:hover,
.navbar.is-teal-800 .navbar-brand .navbar-link.is-active {
  background-color: #095344;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-800 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-800 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-800 .navbar-start > .navbar-item,
.navbar.is-teal-800 .navbar-start .navbar-link,
.navbar.is-teal-800 .navbar-end > .navbar-item,
.navbar.is-teal-800 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-800 .navbar-start > a.navbar-item:focus, .navbar.is-teal-800 .navbar-start > a.navbar-item:hover, .navbar.is-teal-800 .navbar-start > a.navbar-item.is-active,
.navbar.is-teal-800 .navbar-start .navbar-link:focus,
.navbar.is-teal-800 .navbar-start .navbar-link:hover,
.navbar.is-teal-800 .navbar-start .navbar-link.is-active,
.navbar.is-teal-800 .navbar-end > a.navbar-item:focus,
.navbar.is-teal-800 .navbar-end > a.navbar-item:hover,
.navbar.is-teal-800 .navbar-end > a.navbar-item.is-active,
.navbar.is-teal-800 .navbar-end .navbar-link:focus,
.navbar.is-teal-800 .navbar-end .navbar-link:hover,
.navbar.is-teal-800 .navbar-end .navbar-link.is-active {
    background-color: #095344;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-800 .navbar-start .navbar-link::after,
.navbar.is-teal-800 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-800 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-teal-800 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-teal-800 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #095344;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-800 .navbar-dropdown a.navbar-item.is-active {
    background-color: #0c6a57;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-900 {
  background-color: #014b3f;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-900 .navbar-brand > .navbar-item,
.navbar.is-teal-900 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-900 .navbar-brand > a.navbar-item:focus, .navbar.is-teal-900 .navbar-brand > a.navbar-item:hover, .navbar.is-teal-900 .navbar-brand > a.navbar-item.is-active,
.navbar.is-teal-900 .navbar-brand .navbar-link:focus,
.navbar.is-teal-900 .navbar-brand .navbar-link:hover,
.navbar.is-teal-900 .navbar-brand .navbar-link.is-active {
  background-color: #01322a;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-900 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-teal-900 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-900 .navbar-start > .navbar-item,
.navbar.is-teal-900 .navbar-start .navbar-link,
.navbar.is-teal-900 .navbar-end > .navbar-item,
.navbar.is-teal-900 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-900 .navbar-start > a.navbar-item:focus, .navbar.is-teal-900 .navbar-start > a.navbar-item:hover, .navbar.is-teal-900 .navbar-start > a.navbar-item.is-active,
.navbar.is-teal-900 .navbar-start .navbar-link:focus,
.navbar.is-teal-900 .navbar-start .navbar-link:hover,
.navbar.is-teal-900 .navbar-start .navbar-link.is-active,
.navbar.is-teal-900 .navbar-end > a.navbar-item:focus,
.navbar.is-teal-900 .navbar-end > a.navbar-item:hover,
.navbar.is-teal-900 .navbar-end > a.navbar-item.is-active,
.navbar.is-teal-900 .navbar-end .navbar-link:focus,
.navbar.is-teal-900 .navbar-end .navbar-link:hover,
.navbar.is-teal-900 .navbar-end .navbar-link.is-active {
    background-color: #01322a;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-900 .navbar-start .navbar-link::after,
.navbar.is-teal-900 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-900 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-teal-900 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-teal-900 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #01322a;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-teal-900 .navbar-dropdown a.navbar-item.is-active {
    background-color: #014b3f;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-300 {
  background-color: #ad86da;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-300 .navbar-brand > .navbar-item,
.navbar.is-purple-300 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-300 .navbar-brand > a.navbar-item:focus, .navbar.is-purple-300 .navbar-brand > a.navbar-item:hover, .navbar.is-purple-300 .navbar-brand > a.navbar-item.is-active,
.navbar.is-purple-300 .navbar-brand .navbar-link:focus,
.navbar.is-purple-300 .navbar-brand .navbar-link:hover,
.navbar.is-purple-300 .navbar-brand .navbar-link.is-active {
  background-color: #a073d4;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-300 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-300 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-300 .navbar-start > .navbar-item,
.navbar.is-purple-300 .navbar-start .navbar-link,
.navbar.is-purple-300 .navbar-end > .navbar-item,
.navbar.is-purple-300 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-300 .navbar-start > a.navbar-item:focus, .navbar.is-purple-300 .navbar-start > a.navbar-item:hover, .navbar.is-purple-300 .navbar-start > a.navbar-item.is-active,
.navbar.is-purple-300 .navbar-start .navbar-link:focus,
.navbar.is-purple-300 .navbar-start .navbar-link:hover,
.navbar.is-purple-300 .navbar-start .navbar-link.is-active,
.navbar.is-purple-300 .navbar-end > a.navbar-item:focus,
.navbar.is-purple-300 .navbar-end > a.navbar-item:hover,
.navbar.is-purple-300 .navbar-end > a.navbar-item.is-active,
.navbar.is-purple-300 .navbar-end .navbar-link:focus,
.navbar.is-purple-300 .navbar-end .navbar-link:hover,
.navbar.is-purple-300 .navbar-end .navbar-link.is-active {
    background-color: #a073d4;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-300 .navbar-start .navbar-link::after,
.navbar.is-purple-300 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-300 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-purple-300 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-purple-300 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #a073d4;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-300 .navbar-dropdown a.navbar-item.is-active {
    background-color: #ad86da;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-400 {
  background-color: #9b6bd1;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-400 .navbar-brand > .navbar-item,
.navbar.is-purple-400 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-400 .navbar-brand > a.navbar-item:focus, .navbar.is-purple-400 .navbar-brand > a.navbar-item:hover, .navbar.is-purple-400 .navbar-brand > a.navbar-item.is-active,
.navbar.is-purple-400 .navbar-brand .navbar-link:focus,
.navbar.is-purple-400 .navbar-brand .navbar-link:hover,
.navbar.is-purple-400 .navbar-brand .navbar-link.is-active {
  background-color: #8d57cb;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-400 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-400 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-400 .navbar-start > .navbar-item,
.navbar.is-purple-400 .navbar-start .navbar-link,
.navbar.is-purple-400 .navbar-end > .navbar-item,
.navbar.is-purple-400 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-400 .navbar-start > a.navbar-item:focus, .navbar.is-purple-400 .navbar-start > a.navbar-item:hover, .navbar.is-purple-400 .navbar-start > a.navbar-item.is-active,
.navbar.is-purple-400 .navbar-start .navbar-link:focus,
.navbar.is-purple-400 .navbar-start .navbar-link:hover,
.navbar.is-purple-400 .navbar-start .navbar-link.is-active,
.navbar.is-purple-400 .navbar-end > a.navbar-item:focus,
.navbar.is-purple-400 .navbar-end > a.navbar-item:hover,
.navbar.is-purple-400 .navbar-end > a.navbar-item.is-active,
.navbar.is-purple-400 .navbar-end .navbar-link:focus,
.navbar.is-purple-400 .navbar-end .navbar-link:hover,
.navbar.is-purple-400 .navbar-end .navbar-link.is-active {
    background-color: #8d57cb;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-400 .navbar-start .navbar-link::after,
.navbar.is-purple-400 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-400 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-purple-400 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-purple-400 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #8d57cb;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-400 .navbar-dropdown a.navbar-item.is-active {
    background-color: #9b6bd1;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-700 {
  background-color: #4f267d;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-700 .navbar-brand > .navbar-item,
.navbar.is-purple-700 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-700 .navbar-brand > a.navbar-item:focus, .navbar.is-purple-700 .navbar-brand > a.navbar-item:hover, .navbar.is-purple-700 .navbar-brand > a.navbar-item.is-active,
.navbar.is-purple-700 .navbar-brand .navbar-link:focus,
.navbar.is-purple-700 .navbar-brand .navbar-link:hover,
.navbar.is-purple-700 .navbar-brand .navbar-link.is-active {
  background-color: #422069;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-700 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-700 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-700 .navbar-start > .navbar-item,
.navbar.is-purple-700 .navbar-start .navbar-link,
.navbar.is-purple-700 .navbar-end > .navbar-item,
.navbar.is-purple-700 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-700 .navbar-start > a.navbar-item:focus, .navbar.is-purple-700 .navbar-start > a.navbar-item:hover, .navbar.is-purple-700 .navbar-start > a.navbar-item.is-active,
.navbar.is-purple-700 .navbar-start .navbar-link:focus,
.navbar.is-purple-700 .navbar-start .navbar-link:hover,
.navbar.is-purple-700 .navbar-start .navbar-link.is-active,
.navbar.is-purple-700 .navbar-end > a.navbar-item:focus,
.navbar.is-purple-700 .navbar-end > a.navbar-item:hover,
.navbar.is-purple-700 .navbar-end > a.navbar-item.is-active,
.navbar.is-purple-700 .navbar-end .navbar-link:focus,
.navbar.is-purple-700 .navbar-end .navbar-link:hover,
.navbar.is-purple-700 .navbar-end .navbar-link.is-active {
    background-color: #422069;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-700 .navbar-start .navbar-link::after,
.navbar.is-purple-700 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-700 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-purple-700 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-purple-700 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #422069;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-700 .navbar-dropdown a.navbar-item.is-active {
    background-color: #4f267d;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-800 {
  background-color: #391c5a;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-800 .navbar-brand > .navbar-item,
.navbar.is-purple-800 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-800 .navbar-brand > a.navbar-item:focus, .navbar.is-purple-800 .navbar-brand > a.navbar-item:hover, .navbar.is-purple-800 .navbar-brand > a.navbar-item.is-active,
.navbar.is-purple-800 .navbar-brand .navbar-link:focus,
.navbar.is-purple-800 .navbar-brand .navbar-link:hover,
.navbar.is-purple-800 .navbar-brand .navbar-link.is-active {
  background-color: #2c1646;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-800 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-800 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-800 .navbar-start > .navbar-item,
.navbar.is-purple-800 .navbar-start .navbar-link,
.navbar.is-purple-800 .navbar-end > .navbar-item,
.navbar.is-purple-800 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-800 .navbar-start > a.navbar-item:focus, .navbar.is-purple-800 .navbar-start > a.navbar-item:hover, .navbar.is-purple-800 .navbar-start > a.navbar-item.is-active,
.navbar.is-purple-800 .navbar-start .navbar-link:focus,
.navbar.is-purple-800 .navbar-start .navbar-link:hover,
.navbar.is-purple-800 .navbar-start .navbar-link.is-active,
.navbar.is-purple-800 .navbar-end > a.navbar-item:focus,
.navbar.is-purple-800 .navbar-end > a.navbar-item:hover,
.navbar.is-purple-800 .navbar-end > a.navbar-item.is-active,
.navbar.is-purple-800 .navbar-end .navbar-link:focus,
.navbar.is-purple-800 .navbar-end .navbar-link:hover,
.navbar.is-purple-800 .navbar-end .navbar-link.is-active {
    background-color: #2c1646;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-800 .navbar-start .navbar-link::after,
.navbar.is-purple-800 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-800 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-purple-800 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-purple-800 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2c1646;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-800 .navbar-dropdown a.navbar-item.is-active {
    background-color: #391c5a;
    color: #fff;
  }
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-900 {
  background-color: #201033;
  color: #fff;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-900 .navbar-brand > .navbar-item,
.navbar.is-purple-900 .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-900 .navbar-brand > a.navbar-item:focus, .navbar.is-purple-900 .navbar-brand > a.navbar-item:hover, .navbar.is-purple-900 .navbar-brand > a.navbar-item.is-active,
.navbar.is-purple-900 .navbar-brand .navbar-link:focus,
.navbar.is-purple-900 .navbar-brand .navbar-link:hover,
.navbar.is-purple-900 .navbar-brand .navbar-link.is-active {
  background-color: #140a1f;
  color: #fff;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-900 .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-purple-900 .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-900 .navbar-start > .navbar-item,
.navbar.is-purple-900 .navbar-start .navbar-link,
.navbar.is-purple-900 .navbar-end > .navbar-item,
.navbar.is-purple-900 .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-900 .navbar-start > a.navbar-item:focus, .navbar.is-purple-900 .navbar-start > a.navbar-item:hover, .navbar.is-purple-900 .navbar-start > a.navbar-item.is-active,
.navbar.is-purple-900 .navbar-start .navbar-link:focus,
.navbar.is-purple-900 .navbar-start .navbar-link:hover,
.navbar.is-purple-900 .navbar-start .navbar-link.is-active,
.navbar.is-purple-900 .navbar-end > a.navbar-item:focus,
.navbar.is-purple-900 .navbar-end > a.navbar-item:hover,
.navbar.is-purple-900 .navbar-end > a.navbar-item.is-active,
.navbar.is-purple-900 .navbar-end .navbar-link:focus,
.navbar.is-purple-900 .navbar-end .navbar-link:hover,
.navbar.is-purple-900 .navbar-end .navbar-link.is-active {
    background-color: #140a1f;
    color: #fff;
  }
  /* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-900 .navbar-start .navbar-link::after,
.navbar.is-purple-900 .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-900 .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-purple-900 .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-purple-900 .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #140a1f;
    color: #fff;
  }
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-purple-900 .navbar-dropdown a.navbar-item.is-active {
    background-color: #201033;
    color: #fff;
  }
}

/* line 112, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

/* line 117, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

/* line 119, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

/* line 122, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom {
  bottom: 0;
}

/* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

/* line 126, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-top {
  top: 0;
}

/* line 131, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

/* line 133, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

/* line 136, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 145, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

/* line 149, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 155, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-burger {
  color: #4a4a4a;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../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 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

/* line 51, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

/* line 53, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 60, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

/* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

/* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* line 161, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-menu {
  display: none;
}

/* line 164, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

/* line 172, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 176, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
a.navbar-item,
.navbar-link {
  cursor: pointer;
}

/* line 179, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
}

/* line 186, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 189, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item img {
  max-height: 1.75rem;
}

/* line 191, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.has-dropdown {
  padding: 0;
}

/* line 193, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 196, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

/* line 200, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #035287;
}

/* line 204, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #035287;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #035287;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 212, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 216, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

/* line 218, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-link:not(.is-arrowless)::after {
  border-color: #035287;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 224, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 228, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 232, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 240, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container {
    display: block;
  }
  /* line 244, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  /* line 248, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-link::after {
    display: none;
  }
  /* line 250, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  /* line 254, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu.is-active {
    display: block;
  }
  /* line 258, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 261, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 263, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 265, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 269, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 275, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  /* line 277, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 281, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }
  /* line 287, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar {
    min-height: 3.25rem;
  }
  /* line 289, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 291, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  /* line 294, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  /* line 300, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 309, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 313, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 317, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #035287;
  }
  /* line 320, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-burger {
    display: none;
  }
  /* line 322, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }
  /* line 327, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 330, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 332, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 343, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 345, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 350, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  /* line 353, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  /* line 356, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 359, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 372, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 375, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 377, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 381, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #035287;
  }
  /* line 384, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 396, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  /* line 399, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-divider {
    display: block;
  }
  /* line 403, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  /* line 405, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  /* line 409, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 412, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 414, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 416, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  /* line 420, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  /* line 422, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  /* line 424, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  /* line 426, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 433, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  /* line 439, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 445, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

/* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-small {
  font-size: 0.75rem;
}

/* line 45, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-medium {
  font-size: 1.25rem;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-large {
  font-size: 1.5rem;
}

/* line 50, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 87, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #485fc7;
}

/* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 91, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 99, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 106, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-link.is-current {
  background-color: #035287;
  border-color: #035287;
  color: #fff;
}

/* line 111, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 115, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-list {
  flex-wrap: wrap;
}

/* line 117, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination {
    flex-wrap: wrap;
  }
  /* line 123, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 128, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  /* line 133, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  /* line 138, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 144, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous {
    order: 2;
  }
  /* line 146, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-next {
    order: 3;
  }
  /* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 153, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 155, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 158, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 161, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 163, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 165, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

/* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-heading {
  background-color: #035287;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #035287;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #035287;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-heading {
  background-color: #035287;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #035287;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-block.is-active .panel-icon {
  color: #035287;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-heading {
  background-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #e6f9ff;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-block.is-active .panel-icon {
  color: #e6f9ff;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-heading {
  background-color: #27aa83;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #27aa83;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-block.is-active .panel-icon {
  color: #27aa83;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-heading {
  background-color: #81defd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #81defd;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #81defd;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-heading {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #ef4e4e;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #ef4e4e;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-caution .panel-heading {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-caution .panel-tabs a.is-active {
  border-bottom-color: #f9b81f;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-caution .panel-block.is-active .panel-icon {
  color: #f9b81f;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-secondary .panel-heading {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-secondary .panel-tabs a.is-active {
  border-bottom-color: #f9b81f;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-secondary .panel-block.is-active .panel-icon {
  color: #f9b81f;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-add .panel-heading {
  background-color: #147b63;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-add .panel-tabs a.is-active {
  border-bottom-color: #147b63;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-add .panel-block.is-active .panel-icon {
  color: #147b63;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-save .panel-heading {
  background-color: #199473;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-save .panel-tabs a.is-active {
  border-bottom-color: #199473;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-save .panel-block.is-active .panel-icon {
  color: #199473;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-saveNew .panel-heading {
  background-color: #1280bf;
  color: white;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-saveNew .panel-tabs a.is-active {
  border-bottom-color: #1280bf;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-saveNew .panel-block.is-active .panel-icon {
  color: #1280bf;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-saveClose .panel-heading {
  background-color: #db9b06;
  color: #0a0a0a;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-saveClose .panel-tabs a.is-active {
  border-bottom-color: #db9b06;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-saveClose .panel-block.is-active .panel-icon {
  color: #db9b06;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-archive .panel-heading {
  background-color: #1280bf;
  color: white;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-archive .panel-tabs a.is-active {
  border-bottom-color: #1280bf;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-archive .panel-block.is-active .panel-icon {
  color: #1280bf;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-restore .panel-heading {
  background-color: #035287;
  color: white;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-restore .panel-tabs a.is-active {
  border-bottom-color: #035287;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-restore .panel-block.is-active .panel-icon {
  color: #035287;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-delete .panel-heading {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-delete .panel-tabs a.is-active {
  border-bottom-color: #ef4e4e;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-delete .panel-block.is-active .panel-icon {
  color: #ef4e4e;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-050 .panel-heading {
  background-color: #e6f9ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-050 .panel-tabs a.is-active {
  border-bottom-color: #e6f9ff;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-050 .panel-block.is-active .panel-icon {
  color: #e6f9ff;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-700 .panel-heading {
  background-color: #1280bf;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-700 .panel-tabs a.is-active {
  border-bottom-color: #1280bf;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-700 .panel-block.is-active .panel-icon {
  color: #1280bf;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-900 .panel-heading {
  background-color: #035287;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-900 .panel-tabs a.is-active {
  border-bottom-color: #035287;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-blue-900 .panel-block.is-active .panel-icon {
  color: #035287;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-050 .panel-heading {
  background-color: #fef9eb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-050 .panel-tabs a.is-active {
  border-bottom-color: #fef9eb;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-050 .panel-block.is-active .panel-icon {
  color: #fef9eb;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-100 .panel-heading {
  background-color: #fdecc3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-100 .panel-tabs a.is-active {
  border-bottom-color: #fdecc3;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-100 .panel-block.is-active .panel-icon {
  color: #fdecc3;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-200 .panel-heading {
  background-color: #fcd988;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-200 .panel-tabs a.is-active {
  border-bottom-color: #fcd988;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-200 .panel-block.is-active .panel-icon {
  color: #fcd988;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-400 .panel-heading {
  background-color: #fac547;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-400 .panel-tabs a.is-active {
  border-bottom-color: #fac547;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-400 .panel-block.is-active .panel-icon {
  color: #fac547;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-500 .panel-heading {
  background-color: #f9b81f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-500 .panel-tabs a.is-active {
  border-bottom-color: #f9b81f;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-500 .panel-block.is-active .panel-icon {
  color: #f9b81f;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-600 .panel-heading {
  background-color: #f4ac06;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-600 .panel-tabs a.is-active {
  border-bottom-color: #f4ac06;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-600 .panel-block.is-active .panel-icon {
  color: #f4ac06;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-700 .panel-heading {
  background-color: #db9b06;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-700 .panel-tabs a.is-active {
  border-bottom-color: #db9b06;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-700 .panel-block.is-active .panel-icon {
  color: #db9b06;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-800 .panel-heading {
  background-color: #c28905;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-800 .panel-tabs a.is-active {
  border-bottom-color: #c28905;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-800 .panel-block.is-active .panel-icon {
  color: #c28905;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-900 .panel-heading {
  background-color: #956a04;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-900 .panel-tabs a.is-active {
  border-bottom-color: #956a04;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-yellow-900 .panel-block.is-active .panel-icon {
  color: #956a04;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-200 .panel-heading {
  background-color: #ff9999;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-200 .panel-tabs a.is-active {
  border-bottom-color: #ff9999;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-200 .panel-block.is-active .panel-icon {
  color: #ff9999;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-300 .panel-heading {
  background-color: #f86868;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-300 .panel-tabs a.is-active {
  border-bottom-color: #f86868;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-300 .panel-block.is-active .panel-icon {
  color: #f86868;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-400 .panel-heading {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-400 .panel-tabs a.is-active {
  border-bottom-color: #ef4e4e;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-400 .panel-block.is-active .panel-icon {
  color: #ef4e4e;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-500 .panel-heading {
  background-color: #e12d39;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-500 .panel-tabs a.is-active {
  border-bottom-color: #e12d39;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-500 .panel-block.is-active .panel-icon {
  color: #e12d39;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-700 .panel-heading {
  background-color: #aa091e;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-700 .panel-tabs a.is-active {
  border-bottom-color: #aa091e;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-700 .panel-block.is-active .panel-icon {
  color: #aa091e;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-800 .panel-heading {
  background-color: #8b041b;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-800 .panel-tabs a.is-active {
  border-bottom-color: #8b041b;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-800 .panel-block.is-active .panel-icon {
  color: #8b041b;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-900 .panel-heading {
  background-color: #630316;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-900 .panel-tabs a.is-active {
  border-bottom-color: #630316;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-red-900 .panel-block.is-active .panel-icon {
  color: #630316;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-400 .panel-heading {
  background-color: #3dbd92;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-400 .panel-tabs a.is-active {
  border-bottom-color: #3dbd92;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-400 .panel-block.is-active .panel-icon {
  color: #3dbd92;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-500 .panel-heading {
  background-color: #27aa83;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-500 .panel-tabs a.is-active {
  border-bottom-color: #27aa83;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-500 .panel-block.is-active .panel-icon {
  color: #27aa83;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-600 .panel-heading {
  background-color: #199473;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-600 .panel-tabs a.is-active {
  border-bottom-color: #199473;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-600 .panel-block.is-active .panel-icon {
  color: #199473;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-700 .panel-heading {
  background-color: #147b63;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-700 .panel-tabs a.is-active {
  border-bottom-color: #147b63;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-700 .panel-block.is-active .panel-icon {
  color: #147b63;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-800 .panel-heading {
  background-color: #0c6a57;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-800 .panel-tabs a.is-active {
  border-bottom-color: #0c6a57;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-800 .panel-block.is-active .panel-icon {
  color: #0c6a57;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-900 .panel-heading {
  background-color: #014b3f;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-900 .panel-tabs a.is-active {
  border-bottom-color: #014b3f;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-teal-900 .panel-block.is-active .panel-icon {
  color: #014b3f;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-300 .panel-heading {
  background-color: #ad86da;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-300 .panel-tabs a.is-active {
  border-bottom-color: #ad86da;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-300 .panel-block.is-active .panel-icon {
  color: #ad86da;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-400 .panel-heading {
  background-color: #9b6bd1;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-400 .panel-tabs a.is-active {
  border-bottom-color: #9b6bd1;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-400 .panel-block.is-active .panel-icon {
  color: #9b6bd1;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-700 .panel-heading {
  background-color: #4f267d;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-700 .panel-tabs a.is-active {
  border-bottom-color: #4f267d;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-700 .panel-block.is-active .panel-icon {
  color: #4f267d;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-800 .panel-heading {
  background-color: #391c5a;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-800 .panel-tabs a.is-active {
  border-bottom-color: #391c5a;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-800 .panel-block.is-active .panel-icon {
  color: #391c5a;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-900 .panel-heading {
  background-color: #201033;
  color: #fff;
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-900 .panel-tabs a.is-active {
  border-bottom-color: #201033;
}

/* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-purple-900 .panel-block.is-active .panel-icon {
  color: #201033;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

/* line 57, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

/* line 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-list a {
  color: #4a4a4a;
}

/* line 83, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-list a:hover {
  color: #035287;
}

/* line 86, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

/* line 92, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

/* line 94, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

/* line 98, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}

/* line 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-active {
  border-left-color: #035287;
  color: #363636;
}

/* line 103, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-active .panel-icon {
  color: #035287;
}

/* line 105, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
a.panel-block,
label.panel-block {
  cursor: pointer;
}

/* line 112, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 115, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 119, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 53, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

/* line 56, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs li {
  display: block;
}

/* line 59, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs li.is-active a {
  border-bottom-color: #035287;
  color: #035287;
}

/* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 71, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-left {
  padding-right: 0.75em;
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/* line 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

/* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs .icon:first-child {
  margin-right: 0.5em;
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs .icon:last-child {
  margin-left: 0.5em;
}

/* line 88, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-centered ul {
  justify-content: center;
}

/* line 91, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-right ul {
  justify-content: flex-end;
}

/* line 95, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 101, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

/* line 106, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

/* line 111, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 115, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

/* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

/* line 126, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li + li {
  margin-left: -1px;
}

/* line 128, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 135, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 143, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li.is-active a {
  background-color: #035287;
  border-color: #035287;
  color: #fff;
  z-index: 1;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle ul {
  border-bottom: none;
}

/* line 152, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}

/* line 161, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}

/* line 171, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-small {
  font-size: 0.75rem;
}

/* line 173, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-medium {
  font-size: 1.25rem;
}

/* line 175, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}

/* line 14, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

/* line 35, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

/* line 41, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

/* line 44, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

/* line 46, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

/* line 48, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

/* line 50, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

/* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

/* line 56, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

/* line 60, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

/* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  /* line 69, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  /* line 72, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 87, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 90, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  /* line 93, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  /* line 96, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  /* line 99, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  /* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  /* line 104, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  /* line 106, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  /* line 108, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  /* line 110, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  /* line 112, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  /* line 114, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  /* line 116, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  /* line 118, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  /* line 124, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  /* line 127, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  /* line 131, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 135, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 139, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 143, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 147, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 151, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 155, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  /* line 159, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  /* line 163, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  /* line 167, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  /* line 171, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  /* line 174, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  /* line 177, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  /* line 180, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  /* line 183, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  /* line 186, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  /* line 189, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  /* line 192, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  /* line 195, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  /* line 199, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  /* line 202, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 205, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  /* line 208, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 211, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 214, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 217, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 220, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 223, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 226, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  /* line 229, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  /* line 232, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  /* line 235, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  /* line 238, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  /* line 240, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  /* line 242, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  /* line 244, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  /* line 246, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  /* line 248, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  /* line 250, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  /* line 252, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  /* line 254, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  /* line 257, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  /* line 260, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 263, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  /* line 266, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 269, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 272, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 275, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 278, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 281, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 284, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  /* line 287, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  /* line 290, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  /* line 293, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  /* line 296, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  /* line 298, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  /* line 300, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  /* line 302, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  /* line 304, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  /* line 306, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  /* line 308, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  /* line 310, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  /* line 312, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  /* line 315, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  /* line 318, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  /* line 321, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  /* line 324, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 327, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 330, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 333, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 336, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 339, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 342, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  /* line 345, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  /* line 348, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  /* line 351, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  /* line 354, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  /* line 356, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  /* line 358, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  /* line 360, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  /* line 362, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  /* line 364, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  /* line 366, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  /* line 368, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  /* line 370, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  /* line 373, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 376, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  /* line 379, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  /* line 382, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 385, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 388, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 391, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 394, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 397, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 400, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  /* line 403, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  /* line 406, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  /* line 409, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  /* line 412, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  /* line 414, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  /* line 416, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  /* line 418, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  /* line 420, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  /* line 422, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  /* line 424, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  /* line 426, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  /* line 428, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  /* line 431, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 434, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 437, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 441, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns:last-child {
  margin-bottom: -0.75rem;
}

/* line 443, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

/* line 446, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-centered {
  justify-content: center;
}

/* line 448, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* line 452, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

/* line 455, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 457, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}

/* line 459, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile {
  display: flex;
}

/* line 461, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-multiline {
  flex-wrap: wrap;
}

/* line 463, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  /* line 467, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 471, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 475, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

/* line 479, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

/* line 483, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

/* line 19, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-child {
  margin: 0 !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-parent {
  padding: 0.75rem;
}

/* line 25, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-vertical {
  flex-direction: column;
}

/* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 31, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  /* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white {
  color: white !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white {
  background-color: white !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black {
  color: #0a0a0a !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black {
  background-color: #0a0a0a !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-light {
  color: whitesmoke !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-light {
  background-color: whitesmoke !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-dark {
  color: #363636 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-dark {
  background-color: #363636 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-primary {
  color: #035287 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #023455 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-primary {
  background-color: #035287 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-link {
  color: #035287 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-link:hover, a.has-text-link:focus {
  color: #023455 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-link {
  background-color: #035287 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-info {
  color: #e6f9ff !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-info:hover, a.has-text-info:focus {
  color: #b3ecff !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-info {
  background-color: #e6f9ff !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-success {
  color: #27aa83 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-success:hover, a.has-text-success:focus {
  color: #1d8163 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-success {
  background-color: #27aa83 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-warning {
  color: #81defd !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #4fd1fc !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-warning {
  background-color: #81defd !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-danger {
  color: #ef4e4e !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ea1f1f !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-danger {
  background-color: #ef4e4e !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-caution {
  color: #f9b81f !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-caution:hover, a.has-text-caution:focus {
  color: #e09e06 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-caution {
  background-color: #f9b81f !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-secondary {
  color: #f9b81f !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-secondary:hover, a.has-text-secondary:focus {
  color: #e09e06 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-secondary {
  background-color: #f9b81f !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-add {
  color: #147b63 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-add:hover, a.has-text-add:focus {
  color: #0d4f40 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-add {
  background-color: #147b63 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-save {
  color: #199473 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-save:hover, a.has-text-save:focus {
  color: #126951 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-save {
  background-color: #199473 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-saveNew {
  color: #1280bf !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-saveNew:hover, a.has-text-saveNew:focus {
  color: #0d6191 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-saveNew {
  background-color: #1280bf !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-saveClose {
  color: #db9b06 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-saveClose:hover, a.has-text-saveClose:focus {
  color: #a97804 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-saveClose {
  background-color: #db9b06 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-archive {
  color: #1280bf !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-archive:hover, a.has-text-archive:focus {
  color: #0d6191 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-archive {
  background-color: #1280bf !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-restore {
  color: #035287 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-restore:hover, a.has-text-restore:focus {
  color: #023455 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-restore {
  background-color: #035287 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-delete {
  color: #ef4e4e !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-delete:hover, a.has-text-delete:focus {
  color: #ea1f1f !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-delete {
  background-color: #ef4e4e !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-blue-050 {
  color: #e6f9ff !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-blue-050:hover, a.has-text-blue-050:focus {
  color: #b3ecff !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-blue-050 {
  background-color: #e6f9ff !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-blue-700 {
  color: #1280bf !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-blue-700:hover, a.has-text-blue-700:focus {
  color: #0d6191 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-blue-700 {
  background-color: #1280bf !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-blue-900 {
  color: #035287 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-blue-900:hover, a.has-text-blue-900:focus {
  color: #023455 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-blue-900 {
  background-color: #035287 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-050 {
  color: #fef9eb !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-050:hover, a.has-text-yellow-050:focus {
  color: #fde9b9 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-050 {
  background-color: #fef9eb !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-100 {
  color: #fdecc3 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-100:hover, a.has-text-yellow-100:focus {
  color: #fcdc92 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-100 {
  background-color: #fdecc3 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-200 {
  color: #fcd988 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-200:hover, a.has-text-yellow-200:focus {
  color: #fbc956 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-200 {
  background-color: #fcd988 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-400 {
  color: #fac547 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-400:hover, a.has-text-yellow-400:focus {
  color: #f9b515 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-400 {
  background-color: #fac547 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-500 {
  color: #f9b81f !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-500:hover, a.has-text-yellow-500:focus {
  color: #e09e06 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-500 {
  background-color: #f9b81f !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-600 {
  color: #f4ac06 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-600:hover, a.has-text-yellow-600:focus {
  color: #c28905 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-600 {
  background-color: #f4ac06 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-700 {
  color: #db9b06 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-700:hover, a.has-text-yellow-700:focus {
  color: #a97804 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-700 {
  background-color: #db9b06 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-800 {
  color: #c28905 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-800:hover, a.has-text-yellow-800:focus {
  color: #906604 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-800 {
  background-color: #c28905 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-yellow-900 {
  color: #956a04 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-yellow-900:hover, a.has-text-yellow-900:focus {
  color: #634603 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-yellow-900 {
  background-color: #956a04 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-red-200 {
  color: #ff9999 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-red-200:hover, a.has-text-red-200:focus {
  color: #ff6666 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-red-200 {
  background-color: #ff9999 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-red-300 {
  color: #f86868 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-red-300:hover, a.has-text-red-300:focus {
  color: #f63737 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-red-300 {
  background-color: #f86868 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-red-400 {
  color: #ef4e4e !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-red-400:hover, a.has-text-red-400:focus {
  color: #ea1f1f !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-red-400 {
  background-color: #ef4e4e !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-red-500 {
  color: #e12d39 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-red-500:hover, a.has-text-red-500:focus {
  color: #c01b26 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-red-500 {
  background-color: #e12d39 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-red-700 {
  color: #aa091e !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-red-700:hover, a.has-text-red-700:focus {
  color: #790616 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-red-700 {
  background-color: #aa091e !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-red-800 {
  color: #8b041b !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-red-800:hover, a.has-text-red-800:focus {
  color: #590311 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-red-800 {
  background-color: #8b041b !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-red-900 {
  color: #630316 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-red-900:hover, a.has-text-red-900:focus {
  color: #31020b !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-red-900 {
  background-color: #630316 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-teal-400 {
  color: #3dbd92 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-teal-400:hover, a.has-text-teal-400:focus {
  color: #319674 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-teal-400 {
  background-color: #3dbd92 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-teal-500 {
  color: #27aa83 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-teal-500:hover, a.has-text-teal-500:focus {
  color: #1d8163 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-teal-500 {
  background-color: #27aa83 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-teal-600 {
  color: #199473 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-teal-600:hover, a.has-text-teal-600:focus {
  color: #126951 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-teal-600 {
  background-color: #199473 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-teal-700 {
  color: #147b63 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-teal-700:hover, a.has-text-teal-700:focus {
  color: #0d4f40 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-teal-700 {
  background-color: #147b63 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-teal-800 {
  color: #0c6a57 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-teal-800:hover, a.has-text-teal-800:focus {
  color: #073c31 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-teal-800 {
  background-color: #0c6a57 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-teal-900 {
  color: #014b3f !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-teal-900:hover, a.has-text-teal-900:focus {
  color: #001915 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-teal-900 {
  background-color: #014b3f !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-purple-300 {
  color: #ad86da !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-purple-300:hover, a.has-text-purple-300:focus {
  color: #935fce !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-purple-300 {
  background-color: #ad86da !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-purple-400 {
  color: #9b6bd1 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-purple-400:hover, a.has-text-purple-400:focus {
  color: #8044c5 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-purple-400 {
  background-color: #9b6bd1 !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-purple-700 {
  color: #4f267d !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-purple-700:hover, a.has-text-purple-700:focus {
  color: #361a56 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-purple-700 {
  background-color: #4f267d !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-purple-800 {
  color: #391c5a !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-purple-800:hover, a.has-text-purple-800:focus {
  color: #201033 !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-purple-800 {
  background-color: #391c5a !important;
}

/* line 5, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-purple-900 {
  color: #201033 !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-purple-900:hover, a.has-text-purple-900:focus {
  color: #07040c !important;
}

/* line 11, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-purple-900 {
  background-color: #201033 !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black-bis {
  color: #121212 !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black-bis {
  background-color: #121212 !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black-ter {
  color: #242424 !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black-ter {
  background-color: #242424 !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-darker {
  color: #363636 !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-darker {
  background-color: #363636 !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-dark {
  color: #4a4a4a !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey {
  color: #7a7a7a !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey {
  background-color: #7a7a7a !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-light {
  color: #b5b5b5 !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-lighter {
  color: #dbdbdb !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white-ter {
  color: whitesmoke !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white-ter {
  background-color: whitesmoke !important;
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white-bis {
  color: #fafafa !important;
}

/* line 38, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white-bis {
  background-color: #fafafa !important;
}

/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-row {
  flex-direction: row !important;
}

/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-column {
  flex-direction: column !important;
}

/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-center {
  justify-content: center !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-between {
  justify-content: space-between !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-around {
  justify-content: space-around !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-start {
  justify-content: start !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-end {
  justify-content: end !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-left {
  justify-content: left !important;
}

/* line 13, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-right {
  justify-content: right !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-flex-start {
  align-content: flex-start !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-flex-end {
  align-content: flex-end !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-center {
  align-content: center !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-between {
  align-content: space-between !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-around {
  align-content: space-around !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-stretch {
  align-content: stretch !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-start {
  align-content: start !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-end {
  align-content: end !important;
}

/* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-baseline {
  align-content: baseline !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-stretch {
  align-items: stretch !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-flex-start {
  align-items: flex-start !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-flex-end {
  align-items: flex-end !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-center {
  align-items: center !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-baseline {
  align-items: baseline !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-start {
  align-items: start !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-end {
  align-items: end !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-self-start {
  align-items: self-start !important;
}

/* line 23, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-self-end {
  align-items: self-end !important;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-auto {
  align-self: auto !important;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-flex-start {
  align-self: flex-start !important;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-flex-end {
  align-self: flex-end !important;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-center {
  align-self: center !important;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-baseline {
  align-self: baseline !important;
}

/* line 28, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-stretch {
  align-self: stretch !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-2 {
  flex-grow: 2 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-3 {
  flex-grow: 3 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-4 {
  flex-grow: 4 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-5 {
  flex-grow: 5 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

/* line 4, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/../utilities/mixins.sass */
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/float.sass */
.is-pulled-left {
  float: left !important;
}

/* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/float.sass */
.is-pulled-right {
  float: right !important;
}

/* line 3, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-shadowless {
  box-shadow: none !important;
}

/* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

/* line 1, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/overflow.sass */
.is-clipped {
  overflow: hidden !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/position.sass */
.is-relative {
  position: relative !important;
}

/* line 1, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.is-marginless {
  margin: 0 !important;
}

/* line 4, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.is-paddingless {
  padding: 0 !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-0 {
  margin: 0 !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-0 {
  margin-top: 0 !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-0 {
  margin-right: 0 !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-0 {
  margin-left: 0 !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-1 {
  margin: 0.25rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-2 {
  margin: 0.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-3 {
  margin: 0.75rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-3 {
  margin-right: 0.75rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-3 {
  margin-left: 0.75rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-4 {
  margin: 1rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-5 {
  margin: 1.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-5 {
  margin-right: 1.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-5 {
  margin-left: 1.5rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-6 {
  margin: 3rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-6 {
  margin-top: 3rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-6 {
  margin-right: 3rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-6 {
  margin-bottom: 3rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-6 {
  margin-left: 3rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-auto {
  margin: auto !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-auto {
  margin-top: auto !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-auto {
  margin-right: auto !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-auto {
  margin-left: auto !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-0 {
  padding: 0 !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-0 {
  padding-top: 0 !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-0 {
  padding-right: 0 !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-0 {
  padding-left: 0 !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-1 {
  padding: 0.25rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-2 {
  padding: 0.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-3 {
  padding: 0.75rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-3 {
  padding-right: 0.75rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-3 {
  padding-left: 0.75rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-4 {
  padding: 1rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-5 {
  padding: 1.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-5 {
  padding-right: 1.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-5 {
  padding-left: 1.5rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-6 {
  padding: 3rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-6 {
  padding-top: 3rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-6 {
  padding-right: 3rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-6 {
  padding-bottom: 3rem !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-6 {
  padding-left: 3rem !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-auto {
  padding: auto !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-auto {
  padding-top: auto !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-auto {
  padding-right: auto !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-auto {
  padding-bottom: auto !important;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-auto {
  padding-left: auto !important;
}

/* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-1 {
  font-size: 3rem !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  /* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-centered {
  text-align: center !important;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-justified {
  text-align: justify !important;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-left {
  text-align: left !important;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

/* line 64, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 67, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 70, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 73, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-italic {
  font-style: italic !important;
}

/* line 76, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-underlined {
  text-decoration: underline !important;
}

/* line 79, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 81, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 83, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-medium {
  font-weight: 500 !important;
}

/* line 85, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 87, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 90, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-primary {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 93, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-secondary {
  font-family: veranda, sans-serif !important;
}

/* line 96, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-sans-serif {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 99, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-monospace {
  font-family: monospace !important;
}

/* line 102, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-code {
  font-family: monospace !important;
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-fullhd {
    display: block !important;
  }
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-fullhd {
    display: flex !important;
  }
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-fullhd {
    display: inline !important;
  }
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

/* line 6, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-hidden {
  display: none !important;
}

/* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 54, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 62, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 66, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 70, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 74, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 78, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 82, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-fullhd {
    display: none !important;
  }
}

/* line 85, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 89, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 93, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 97, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 101, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 105, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 109, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 113, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 117, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* Bulma Layout */
/* line 12, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 17, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero .navbar {
  background: none;
}

/* line 20, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero .tabs ul {
  border-bottom: none;
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .title {
  color: #0a0a0a;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs li.is-active a {
  color: white !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .title {
  color: white;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs li.is-active a {
  color: #363636 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary {
  background-color: #035287;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-primary .navbar-menu {
    background-color: #035287;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #02436e;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs li.is-active a {
  color: #035287 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #004257 0%, #035287 71%, #0047a3 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #004257 0%, #035287 71%, #0047a3 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link {
  background-color: #035287;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-link .navbar-menu {
    background-color: #035287;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #02436e;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs li.is-active a {
  color: #035287 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #035287;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #004257 0%, #035287 71%, #0047a3 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #004257 0%, #035287 71%, #0047a3 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info {
  background-color: #e6f9ff;
  color: #0a0a0a;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .title {
  color: #0a0a0a;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-info .navbar-menu {
    background-color: #e6f9ff;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ccf2ff;
  color: #0a0a0a;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs li.is-active a {
  color: #e6f9ff !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6f9ff;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #b3f9ff 0%, #e6f9ff 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #b3f9ff 0%, #e6f9ff 71%, white 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success {
  background-color: #27aa83;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-success .navbar-menu {
    background-color: #27aa83;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #229673;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs li.is-active a {
  color: #27aa83 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #27aa83;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #158953 0%, #27aa83 71%, #26c5b0 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #158953 0%, #27aa83 71%, #26c5b0 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning {
  background-color: #81defd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-warning .navbar-menu {
    background-color: #81defd;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #68d8fd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs li.is-active a {
  color: #81defd !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #81defd;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #4df0ff 0%, #81defd 71%, #99d5ff 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #4df0ff 0%, #81defd 71%, #99d5ff 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-danger .navbar-menu {
    background-color: #ef4e4e;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ec3636;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs li.is-active a {
  color: #ef4e4e !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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: #ef4e4e;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #f61339 0%, #ef4e4e 71%, #f57961 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #f61339 0%, #ef4e4e 71%, #f57961 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-caution strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .title {
  color: #0a0a0a;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .subtitle a:not(.button),
.hero.is-caution .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-caution .navbar-menu {
    background-color: #f9b81f;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .navbar-item,
.hero.is-caution .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution a.navbar-item:hover, .hero.is-caution a.navbar-item.is-active,
.hero.is-caution .navbar-link:hover,
.hero.is-caution .navbar-link.is-active {
  background-color: #f9b006;
  color: #0a0a0a;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .tabs li.is-active a {
  color: #f9b81f !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .tabs.is-boxed a, .hero.is-caution .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .tabs.is-boxed a:hover, .hero.is-caution .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution .tabs.is-boxed li.is-active a, .hero.is-caution .tabs.is-boxed li.is-active a:hover, .hero.is-caution .tabs.is-toggle li.is-active a, .hero.is-caution .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #f9b81f;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-caution.is-bold {
  background-image: linear-gradient(141deg, #e67a00 0%, #f9b81f 71%, #ffe433 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-caution.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e67a00 0%, #f9b81f 71%, #ffe433 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary {
  background-color: #f9b81f;
  color: #0a0a0a;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-secondary strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .title {
  color: #0a0a0a;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .subtitle a:not(.button),
.hero.is-secondary .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-secondary .navbar-menu {
    background-color: #f9b81f;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .navbar-item,
.hero.is-secondary .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary a.navbar-item:hover, .hero.is-secondary a.navbar-item.is-active,
.hero.is-secondary .navbar-link:hover,
.hero.is-secondary .navbar-link.is-active {
  background-color: #f9b006;
  color: #0a0a0a;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .tabs li.is-active a {
  color: #f9b81f !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .tabs.is-boxed a, .hero.is-secondary .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .tabs.is-boxed a:hover, .hero.is-secondary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary .tabs.is-boxed li.is-active a, .hero.is-secondary .tabs.is-boxed li.is-active a:hover, .hero.is-secondary .tabs.is-toggle li.is-active a, .hero.is-secondary .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #f9b81f;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-secondary.is-bold {
  background-image: linear-gradient(141deg, #e67a00 0%, #f9b81f 71%, #ffe433 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-secondary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e67a00 0%, #f9b81f 71%, #ffe433 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add {
  background-color: #147b63;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-add strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .subtitle a:not(.button),
.hero.is-add .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-add .navbar-menu {
    background-color: #147b63;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .navbar-item,
.hero.is-add .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add a.navbar-item:hover, .hero.is-add a.navbar-item.is-active,
.hero.is-add .navbar-link:hover,
.hero.is-add .navbar-link.is-active {
  background-color: #106551;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .tabs li.is-active a {
  color: #147b63 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .tabs.is-boxed a, .hero.is-add .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .tabs.is-boxed a:hover, .hero.is-add .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add .tabs.is-boxed li.is-active a, .hero.is-add .tabs.is-boxed li.is-active a:hover, .hero.is-add .tabs.is-toggle li.is-active a, .hero.is-add .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #147b63;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-add.is-bold {
  background-image: linear-gradient(141deg, #085435 0%, #147b63 71%, #13958c 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-add.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #085435 0%, #147b63 71%, #13958c 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save {
  background-color: #199473;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-save strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .subtitle a:not(.button),
.hero.is-save .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-save .navbar-menu {
    background-color: #199473;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .navbar-item,
.hero.is-save .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save a.navbar-item:hover, .hero.is-save a.navbar-item.is-active,
.hero.is-save .navbar-link:hover,
.hero.is-save .navbar-link.is-active {
  background-color: #157e62;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .tabs li.is-active a {
  color: #199473 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .tabs.is-boxed a, .hero.is-save .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .tabs.is-boxed a:hover, .hero.is-save .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save .tabs.is-boxed li.is-active a, .hero.is-save .tabs.is-boxed li.is-active a:hover, .hero.is-save .tabs.is-toggle li.is-active a, .hero.is-save .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #199473;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-save.is-bold {
  background-image: linear-gradient(141deg, #0c6f44 0%, #199473 71%, #18afa0 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-save.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0c6f44 0%, #199473 71%, #18afa0 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew {
  background-color: #1280bf;
  color: white;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-saveNew strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .title {
  color: white;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .subtitle a:not(.button),
.hero.is-saveNew .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-saveNew .navbar-menu {
    background-color: #1280bf;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .navbar-item,
.hero.is-saveNew .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew a.navbar-item:hover, .hero.is-saveNew a.navbar-item.is-active,
.hero.is-saveNew .navbar-link:hover,
.hero.is-saveNew .navbar-link.is-active {
  background-color: #1070a8;
  color: white;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .tabs li.is-active a {
  color: #1280bf !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .tabs.is-boxed a, .hero.is-saveNew .tabs.is-toggle a {
  color: white;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .tabs.is-boxed a:hover, .hero.is-saveNew .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew .tabs.is-boxed li.is-active a, .hero.is-saveNew .tabs.is-boxed li.is-active a:hover, .hero.is-saveNew .tabs.is-toggle li.is-active a, .hero.is-saveNew .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #1280bf;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveNew.is-bold {
  background-image: linear-gradient(141deg, #067b99 0%, #1280bf 71%, #0e6edd 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-saveNew.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #067b99 0%, #1280bf 71%, #0e6edd 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose {
  background-color: #db9b06;
  color: #0a0a0a;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-saveClose strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .title {
  color: #0a0a0a;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .subtitle a:not(.button),
.hero.is-saveClose .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-saveClose .navbar-menu {
    background-color: #db9b06;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .navbar-item,
.hero.is-saveClose .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose a.navbar-item:hover, .hero.is-saveClose a.navbar-item.is-active,
.hero.is-saveClose .navbar-link:hover,
.hero.is-saveClose .navbar-link.is-active {
  background-color: #c28905;
  color: #0a0a0a;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .tabs li.is-active a {
  color: #db9b06 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .tabs.is-boxed a, .hero.is-saveClose .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .tabs.is-boxed a:hover, .hero.is-saveClose .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose .tabs.is-boxed li.is-active a, .hero.is-saveClose .tabs.is-boxed li.is-active a:hover, .hero.is-saveClose .tabs.is-toggle li.is-active a, .hero.is-saveClose .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #db9b06;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-saveClose.is-bold {
  background-image: linear-gradient(141deg, #ad5c00 0%, #db9b06 71%, #fad900 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-saveClose.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ad5c00 0%, #db9b06 71%, #fad900 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive {
  background-color: #1280bf;
  color: white;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-archive strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .title {
  color: white;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .subtitle a:not(.button),
.hero.is-archive .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-archive .navbar-menu {
    background-color: #1280bf;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .navbar-item,
.hero.is-archive .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive a.navbar-item:hover, .hero.is-archive a.navbar-item.is-active,
.hero.is-archive .navbar-link:hover,
.hero.is-archive .navbar-link.is-active {
  background-color: #1070a8;
  color: white;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .tabs li.is-active a {
  color: #1280bf !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .tabs.is-boxed a, .hero.is-archive .tabs.is-toggle a {
  color: white;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .tabs.is-boxed a:hover, .hero.is-archive .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive .tabs.is-boxed li.is-active a, .hero.is-archive .tabs.is-boxed li.is-active a:hover, .hero.is-archive .tabs.is-toggle li.is-active a, .hero.is-archive .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #1280bf;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-archive.is-bold {
  background-image: linear-gradient(141deg, #067b99 0%, #1280bf 71%, #0e6edd 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-archive.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #067b99 0%, #1280bf 71%, #0e6edd 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore {
  background-color: #035287;
  color: white;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-restore strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .title {
  color: white;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .subtitle a:not(.button),
.hero.is-restore .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-restore .navbar-menu {
    background-color: #035287;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .navbar-item,
.hero.is-restore .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore a.navbar-item:hover, .hero.is-restore a.navbar-item.is-active,
.hero.is-restore .navbar-link:hover,
.hero.is-restore .navbar-link.is-active {
  background-color: #02436e;
  color: white;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .tabs li.is-active a {
  color: #035287 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .tabs.is-boxed a, .hero.is-restore .tabs.is-toggle a {
  color: white;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .tabs.is-boxed a:hover, .hero.is-restore .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore .tabs.is-boxed li.is-active a, .hero.is-restore .tabs.is-boxed li.is-active a:hover, .hero.is-restore .tabs.is-toggle li.is-active a, .hero.is-restore .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #035287;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-restore.is-bold {
  background-image: linear-gradient(141deg, #004257 0%, #035287 71%, #0047a3 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-restore.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #004257 0%, #035287 71%, #0047a3 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-delete strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .subtitle a:not(.button),
.hero.is-delete .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-delete .navbar-menu {
    background-color: #ef4e4e;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .navbar-item,
.hero.is-delete .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete a.navbar-item:hover, .hero.is-delete a.navbar-item.is-active,
.hero.is-delete .navbar-link:hover,
.hero.is-delete .navbar-link.is-active {
  background-color: #ec3636;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .tabs li.is-active a {
  color: #ef4e4e !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .tabs.is-boxed a, .hero.is-delete .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .tabs.is-boxed a:hover, .hero.is-delete .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete .tabs.is-boxed li.is-active a, .hero.is-delete .tabs.is-boxed li.is-active a:hover, .hero.is-delete .tabs.is-toggle li.is-active a, .hero.is-delete .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ef4e4e;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-delete.is-bold {
  background-image: linear-gradient(141deg, #f61339 0%, #ef4e4e 71%, #f57961 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-delete.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #f61339 0%, #ef4e4e 71%, #f57961 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 {
  background-color: #e6f9ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-blue-050 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .subtitle a:not(.button),
.hero.is-blue-050 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-blue-050 .navbar-menu {
    background-color: #e6f9ff;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .navbar-item,
.hero.is-blue-050 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 a.navbar-item:hover, .hero.is-blue-050 a.navbar-item.is-active,
.hero.is-blue-050 .navbar-link:hover,
.hero.is-blue-050 .navbar-link.is-active {
  background-color: #ccf2ff;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .tabs li.is-active a {
  color: #e6f9ff !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .tabs.is-boxed a, .hero.is-blue-050 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .tabs.is-boxed a:hover, .hero.is-blue-050 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050 .tabs.is-boxed li.is-active a, .hero.is-blue-050 .tabs.is-boxed li.is-active a:hover, .hero.is-blue-050 .tabs.is-toggle li.is-active a, .hero.is-blue-050 .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: #e6f9ff;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-050.is-bold {
  background-image: linear-gradient(141deg, #b3f9ff 0%, #e6f9ff 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-blue-050.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #b3f9ff 0%, #e6f9ff 71%, white 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 {
  background-color: #1280bf;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-blue-700 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .subtitle a:not(.button),
.hero.is-blue-700 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-blue-700 .navbar-menu {
    background-color: #1280bf;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .navbar-item,
.hero.is-blue-700 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 a.navbar-item:hover, .hero.is-blue-700 a.navbar-item.is-active,
.hero.is-blue-700 .navbar-link:hover,
.hero.is-blue-700 .navbar-link.is-active {
  background-color: #1070a8;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .tabs li.is-active a {
  color: #1280bf !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .tabs.is-boxed a, .hero.is-blue-700 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .tabs.is-boxed a:hover, .hero.is-blue-700 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700 .tabs.is-boxed li.is-active a, .hero.is-blue-700 .tabs.is-boxed li.is-active a:hover, .hero.is-blue-700 .tabs.is-toggle li.is-active a, .hero.is-blue-700 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1280bf;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-700.is-bold {
  background-image: linear-gradient(141deg, #067b99 0%, #1280bf 71%, #0e6edd 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-blue-700.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #067b99 0%, #1280bf 71%, #0e6edd 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 {
  background-color: #035287;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-blue-900 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .subtitle a:not(.button),
.hero.is-blue-900 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-blue-900 .navbar-menu {
    background-color: #035287;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .navbar-item,
.hero.is-blue-900 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 a.navbar-item:hover, .hero.is-blue-900 a.navbar-item.is-active,
.hero.is-blue-900 .navbar-link:hover,
.hero.is-blue-900 .navbar-link.is-active {
  background-color: #02436e;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .tabs li.is-active a {
  color: #035287 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .tabs.is-boxed a, .hero.is-blue-900 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .tabs.is-boxed a:hover, .hero.is-blue-900 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900 .tabs.is-boxed li.is-active a, .hero.is-blue-900 .tabs.is-boxed li.is-active a:hover, .hero.is-blue-900 .tabs.is-toggle li.is-active a, .hero.is-blue-900 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #035287;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-blue-900.is-bold {
  background-image: linear-gradient(141deg, #004257 0%, #035287 71%, #0047a3 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-blue-900.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #004257 0%, #035287 71%, #0047a3 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 {
  background-color: #fef9eb;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-050 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .subtitle a:not(.button),
.hero.is-yellow-050 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-050 .navbar-menu {
    background-color: #fef9eb;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .navbar-item,
.hero.is-yellow-050 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 a.navbar-item:hover, .hero.is-yellow-050 a.navbar-item.is-active,
.hero.is-yellow-050 .navbar-link:hover,
.hero.is-yellow-050 .navbar-link.is-active {
  background-color: #fef1d2;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .tabs li.is-active a {
  color: #fef9eb !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .tabs.is-boxed a, .hero.is-yellow-050 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .tabs.is-boxed a:hover, .hero.is-yellow-050 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050 .tabs.is-boxed li.is-active a, .hero.is-yellow-050 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-050 .tabs.is-toggle li.is-active a, .hero.is-yellow-050 .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: #fef9eb;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-050.is-bold {
  background-image: linear-gradient(141deg, #ffdeb8 0%, #fef9eb 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-050.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffdeb8 0%, #fef9eb 71%, white 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 {
  background-color: #fdecc3;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-100 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .subtitle a:not(.button),
.hero.is-yellow-100 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-100 .navbar-menu {
    background-color: #fdecc3;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .navbar-item,
.hero.is-yellow-100 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 a.navbar-item:hover, .hero.is-yellow-100 a.navbar-item.is-active,
.hero.is-yellow-100 .navbar-link:hover,
.hero.is-yellow-100 .navbar-link.is-active {
  background-color: #fde4aa;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .tabs li.is-active a {
  color: #fdecc3 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .tabs.is-boxed a, .hero.is-yellow-100 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .tabs.is-boxed a:hover, .hero.is-yellow-100 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100 .tabs.is-boxed li.is-active a, .hero.is-yellow-100 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-100 .tabs.is-toggle li.is-active a, .hero.is-yellow-100 .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: #fdecc3;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-100.is-bold {
  background-image: linear-gradient(141deg, #ffcb8f 0%, #fdecc3 71%, #fffadb 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-100.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffcb8f 0%, #fdecc3 71%, #fffadb 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 {
  background-color: #fcd988;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-200 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .subtitle a:not(.button),
.hero.is-yellow-200 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-200 .navbar-menu {
    background-color: #fcd988;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .navbar-item,
.hero.is-yellow-200 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 a.navbar-item:hover, .hero.is-yellow-200 a.navbar-item.is-active,
.hero.is-yellow-200 .navbar-link:hover,
.hero.is-yellow-200 .navbar-link.is-active {
  background-color: #fbd16f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .tabs li.is-active a {
  color: #fcd988 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .tabs.is-boxed a, .hero.is-yellow-200 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .tabs.is-boxed a:hover, .hero.is-yellow-200 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200 .tabs.is-boxed li.is-active a, .hero.is-yellow-200 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-200 .tabs.is-toggle li.is-active a, .hero.is-yellow-200 .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: #fcd988;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-200.is-bold {
  background-image: linear-gradient(141deg, #ffae52 0%, #fcd988 71%, #fff29e 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-200.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffae52 0%, #fcd988 71%, #fff29e 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 {
  background-color: #fac547;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-400 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .subtitle a:not(.button),
.hero.is-yellow-400 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-400 .navbar-menu {
    background-color: #fac547;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .navbar-item,
.hero.is-yellow-400 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 a.navbar-item:hover, .hero.is-yellow-400 a.navbar-item.is-active,
.hero.is-yellow-400 .navbar-link:hover,
.hero.is-yellow-400 .navbar-link.is-active {
  background-color: #fabd2e;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .tabs li.is-active a {
  color: #fac547 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .tabs.is-boxed a, .hero.is-yellow-400 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .tabs.is-boxed a:hover, .hero.is-yellow-400 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400 .tabs.is-boxed li.is-active a, .hero.is-yellow-400 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-400 .tabs.is-toggle li.is-active a, .hero.is-yellow-400 .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: #fac547;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-400.is-bold {
  background-image: linear-gradient(141deg, #ff8f0f 0%, #fac547 71%, #ffe95c 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-400.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff8f0f 0%, #fac547 71%, #ffe95c 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 {
  background-color: #f9b81f;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-500 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .subtitle a:not(.button),
.hero.is-yellow-500 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-500 .navbar-menu {
    background-color: #f9b81f;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .navbar-item,
.hero.is-yellow-500 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 a.navbar-item:hover, .hero.is-yellow-500 a.navbar-item.is-active,
.hero.is-yellow-500 .navbar-link:hover,
.hero.is-yellow-500 .navbar-link.is-active {
  background-color: #f9b006;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .tabs li.is-active a {
  color: #f9b81f !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .tabs.is-boxed a, .hero.is-yellow-500 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .tabs.is-boxed a:hover, .hero.is-yellow-500 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500 .tabs.is-boxed li.is-active a, .hero.is-yellow-500 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-500 .tabs.is-toggle li.is-active a, .hero.is-yellow-500 .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: #f9b81f;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-500.is-bold {
  background-image: linear-gradient(141deg, #e67a00 0%, #f9b81f 71%, #ffe433 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-500.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e67a00 0%, #f9b81f 71%, #ffe433 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 {
  background-color: #f4ac06;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-600 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .subtitle a:not(.button),
.hero.is-yellow-600 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-600 .navbar-menu {
    background-color: #f4ac06;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .navbar-item,
.hero.is-yellow-600 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 a.navbar-item:hover, .hero.is-yellow-600 a.navbar-item.is-active,
.hero.is-yellow-600 .navbar-link:hover,
.hero.is-yellow-600 .navbar-link.is-active {
  background-color: #db9b06;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .tabs li.is-active a {
  color: #f4ac06 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .tabs.is-boxed a, .hero.is-yellow-600 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .tabs.is-boxed a:hover, .hero.is-yellow-600 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600 .tabs.is-boxed li.is-active a, .hero.is-yellow-600 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-600 .tabs.is-toggle li.is-active a, .hero.is-yellow-600 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f4ac06;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-600.is-bold {
  background-image: linear-gradient(141deg, #c76a00 0%, #f4ac06 71%, #ffe014 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-600.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #c76a00 0%, #f4ac06 71%, #ffe014 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 {
  background-color: #db9b06;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-700 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .subtitle a:not(.button),
.hero.is-yellow-700 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-700 .navbar-menu {
    background-color: #db9b06;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .navbar-item,
.hero.is-yellow-700 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 a.navbar-item:hover, .hero.is-yellow-700 a.navbar-item.is-active,
.hero.is-yellow-700 .navbar-link:hover,
.hero.is-yellow-700 .navbar-link.is-active {
  background-color: #c28905;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .tabs li.is-active a {
  color: #db9b06 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .tabs.is-boxed a, .hero.is-yellow-700 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .tabs.is-boxed a:hover, .hero.is-yellow-700 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700 .tabs.is-boxed li.is-active a, .hero.is-yellow-700 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-700 .tabs.is-toggle li.is-active a, .hero.is-yellow-700 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #db9b06;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-700.is-bold {
  background-image: linear-gradient(141deg, #ad5c00 0%, #db9b06 71%, #fad900 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-700.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ad5c00 0%, #db9b06 71%, #fad900 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 {
  background-color: #c28905;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-800 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .subtitle a:not(.button),
.hero.is-yellow-800 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-800 .navbar-menu {
    background-color: #c28905;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .navbar-item,
.hero.is-yellow-800 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 a.navbar-item:hover, .hero.is-yellow-800 a.navbar-item.is-active,
.hero.is-yellow-800 .navbar-link:hover,
.hero.is-yellow-800 .navbar-link.is-active {
  background-color: #a97804;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .tabs li.is-active a {
  color: #c28905 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .tabs.is-boxed a, .hero.is-yellow-800 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .tabs.is-boxed a:hover, .hero.is-yellow-800 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800 .tabs.is-boxed li.is-active a, .hero.is-yellow-800 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-800 .tabs.is-toggle li.is-active a, .hero.is-yellow-800 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c28905;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-800.is-bold {
  background-image: linear-gradient(141deg, #944f00 0%, #c28905 71%, #e0c200 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-800.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #944f00 0%, #c28905 71%, #e0c200 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 {
  background-color: #956a04;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow-900 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .subtitle a:not(.button),
.hero.is-yellow-900 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-900 .navbar-menu {
    background-color: #956a04;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .navbar-item,
.hero.is-yellow-900 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 a.navbar-item:hover, .hero.is-yellow-900 a.navbar-item.is-active,
.hero.is-yellow-900 .navbar-link:hover,
.hero.is-yellow-900 .navbar-link.is-active {
  background-color: #7c5803;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .tabs li.is-active a {
  color: #956a04 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .tabs.is-boxed a, .hero.is-yellow-900 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .tabs.is-boxed a:hover, .hero.is-yellow-900 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900 .tabs.is-boxed li.is-active a, .hero.is-yellow-900 .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-900 .tabs.is-toggle li.is-active a, .hero.is-yellow-900 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #956a04;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-yellow-900.is-bold {
  background-image: linear-gradient(141deg, #663600 0%, #956a04 71%, #b39b00 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-yellow-900.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #663600 0%, #956a04 71%, #b39b00 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 {
  background-color: #ff9999;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red-200 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .subtitle a:not(.button),
.hero.is-red-200 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-200 .navbar-menu {
    background-color: #ff9999;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .navbar-item,
.hero.is-red-200 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 a.navbar-item:hover, .hero.is-red-200 a.navbar-item.is-active,
.hero.is-red-200 .navbar-link:hover,
.hero.is-red-200 .navbar-link.is-active {
  background-color: #ff8080;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .tabs li.is-active a {
  color: #ff9999 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .tabs.is-boxed a, .hero.is-red-200 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .tabs.is-boxed a:hover, .hero.is-red-200 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200 .tabs.is-boxed li.is-active a, .hero.is-red-200 .tabs.is-boxed li.is-active a:hover, .hero.is-red-200 .tabs.is-toggle li.is-active a, .hero.is-red-200 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff9999;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-200.is-bold {
  background-image: linear-gradient(141deg, #ff6680 0%, #ff9999 71%, #ffbfb3 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-200.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff6680 0%, #ff9999 71%, #ffbfb3 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 {
  background-color: #f86868;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red-300 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .subtitle a:not(.button),
.hero.is-red-300 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-300 .navbar-menu {
    background-color: #f86868;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .navbar-item,
.hero.is-red-300 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 a.navbar-item:hover, .hero.is-red-300 a.navbar-item.is-active,
.hero.is-red-300 .navbar-link:hover,
.hero.is-red-300 .navbar-link.is-active {
  background-color: #f75050;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .tabs li.is-active a {
  color: #f86868 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .tabs.is-boxed a, .hero.is-red-300 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .tabs.is-boxed a:hover, .hero.is-red-300 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300 .tabs.is-boxed li.is-active a, .hero.is-red-300 .tabs.is-boxed li.is-active a:hover, .hero.is-red-300 .tabs.is-toggle li.is-active a, .hero.is-red-300 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f86868;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-300.is-bold {
  background-image: linear-gradient(141deg, #ff2e51 0%, #f86868 71%, #fc927d 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-300.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff2e51 0%, #f86868 71%, #fc927d 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 {
  background-color: #ef4e4e;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red-400 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .subtitle a:not(.button),
.hero.is-red-400 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-400 .navbar-menu {
    background-color: #ef4e4e;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .navbar-item,
.hero.is-red-400 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 a.navbar-item:hover, .hero.is-red-400 a.navbar-item.is-active,
.hero.is-red-400 .navbar-link:hover,
.hero.is-red-400 .navbar-link.is-active {
  background-color: #ec3636;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .tabs li.is-active a {
  color: #ef4e4e !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .tabs.is-boxed a, .hero.is-red-400 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .tabs.is-boxed a:hover, .hero.is-red-400 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400 .tabs.is-boxed li.is-active a, .hero.is-red-400 .tabs.is-boxed li.is-active a:hover, .hero.is-red-400 .tabs.is-toggle li.is-active a, .hero.is-red-400 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ef4e4e;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-400.is-bold {
  background-image: linear-gradient(141deg, #f61339 0%, #ef4e4e 71%, #f57961 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-400.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #f61339 0%, #ef4e4e 71%, #f57961 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 {
  background-color: #e12d39;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red-500 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .subtitle a:not(.button),
.hero.is-red-500 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-500 .navbar-menu {
    background-color: #e12d39;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .navbar-item,
.hero.is-red-500 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 a.navbar-item:hover, .hero.is-red-500 a.navbar-item.is-active,
.hero.is-red-500 .navbar-link:hover,
.hero.is-red-500 .navbar-link.is-active {
  background-color: #d61f2b;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .tabs li.is-active a {
  color: #e12d39 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .tabs.is-boxed a, .hero.is-red-500 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .tabs.is-boxed a:hover, .hero.is-red-500 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500 .tabs.is-boxed li.is-active a, .hero.is-red-500 .tabs.is-boxed li.is-active a:hover, .hero.is-red-500 .tabs.is-toggle li.is-active a, .hero.is-red-500 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e12d39;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-500.is-bold {
  background-image: linear-gradient(141deg, #cb103c 0%, #e12d39 71%, #ea4f3e 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-500.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #cb103c 0%, #e12d39 71%, #ea4f3e 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 {
  background-color: #aa091e;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red-700 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .subtitle a:not(.button),
.hero.is-red-700 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-700 .navbar-menu {
    background-color: #aa091e;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .navbar-item,
.hero.is-red-700 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 a.navbar-item:hover, .hero.is-red-700 a.navbar-item.is-active,
.hero.is-red-700 .navbar-link:hover,
.hero.is-red-700 .navbar-link.is-active {
  background-color: #91081a;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .tabs li.is-active a {
  color: #aa091e !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .tabs.is-boxed a, .hero.is-red-700 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .tabs.is-boxed a:hover, .hero.is-red-700 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700 .tabs.is-boxed li.is-active a, .hero.is-red-700 .tabs.is-boxed li.is-active a:hover, .hero.is-red-700 .tabs.is-toggle li.is-active a, .hero.is-red-700 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #aa091e;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-700.is-bold {
  background-image: linear-gradient(141deg, #800026 0%, #aa091e 71%, #c70c05 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-700.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #800026 0%, #aa091e 71%, #c70c05 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 {
  background-color: #8b041b;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red-800 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .subtitle a:not(.button),
.hero.is-red-800 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-800 .navbar-menu {
    background-color: #8b041b;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .navbar-item,
.hero.is-red-800 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 a.navbar-item:hover, .hero.is-red-800 a.navbar-item.is-active,
.hero.is-red-800 .navbar-link:hover,
.hero.is-red-800 .navbar-link.is-active {
  background-color: #720416;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .tabs li.is-active a {
  color: #8b041b !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .tabs.is-boxed a, .hero.is-red-800 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .tabs.is-boxed a:hover, .hero.is-red-800 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800 .tabs.is-boxed li.is-active a, .hero.is-red-800 .tabs.is-boxed li.is-active a:hover, .hero.is-red-800 .tabs.is-toggle li.is-active a, .hero.is-red-800 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #8b041b;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-800.is-bold {
  background-image: linear-gradient(141deg, #5c001f 0%, #8b041b 71%, #a70101 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-800.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #5c001f 0%, #8b041b 71%, #a70101 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 {
  background-color: #630316;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red-900 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .subtitle a:not(.button),
.hero.is-red-900 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-900 .navbar-menu {
    background-color: #630316;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .navbar-item,
.hero.is-red-900 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 a.navbar-item:hover, .hero.is-red-900 a.navbar-item.is-active,
.hero.is-red-900 .navbar-link:hover,
.hero.is-red-900 .navbar-link.is-active {
  background-color: #4a0211;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .tabs li.is-active a {
  color: #630316 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .tabs.is-boxed a, .hero.is-red-900 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .tabs.is-boxed a:hover, .hero.is-red-900 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900 .tabs.is-boxed li.is-active a, .hero.is-red-900 .tabs.is-boxed li.is-active a:hover, .hero.is-red-900 .tabs.is-toggle li.is-active a, .hero.is-red-900 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #630316;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-red-900.is-bold {
  background-image: linear-gradient(141deg, #330013 0%, #630316 71%, #7f0105 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-red-900.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #330013 0%, #630316 71%, #7f0105 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 {
  background-color: #3dbd92;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-teal-400 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .subtitle a:not(.button),
.hero.is-teal-400 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-400 .navbar-menu {
    background-color: #3dbd92;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .navbar-item,
.hero.is-teal-400 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 a.navbar-item:hover, .hero.is-teal-400 a.navbar-item.is-active,
.hero.is-teal-400 .navbar-link:hover,
.hero.is-teal-400 .navbar-link.is-active {
  background-color: #37a983;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .tabs li.is-active a {
  color: #3dbd92 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .tabs.is-boxed a, .hero.is-teal-400 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .tabs.is-boxed a:hover, .hero.is-teal-400 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400 .tabs.is-boxed li.is-active a, .hero.is-teal-400 .tabs.is-boxed li.is-active a:hover, .hero.is-teal-400 .tabs.is-toggle li.is-active a, .hero.is-teal-400 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3dbd92;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-400.is-bold {
  background-image: linear-gradient(141deg, #27a063 0%, #3dbd92 71%, #48cbb5 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-400.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #27a063 0%, #3dbd92 71%, #48cbb5 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 {
  background-color: #27aa83;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-teal-500 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .subtitle a:not(.button),
.hero.is-teal-500 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-500 .navbar-menu {
    background-color: #27aa83;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .navbar-item,
.hero.is-teal-500 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 a.navbar-item:hover, .hero.is-teal-500 a.navbar-item.is-active,
.hero.is-teal-500 .navbar-link:hover,
.hero.is-teal-500 .navbar-link.is-active {
  background-color: #229673;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .tabs li.is-active a {
  color: #27aa83 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .tabs.is-boxed a, .hero.is-teal-500 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .tabs.is-boxed a:hover, .hero.is-teal-500 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500 .tabs.is-boxed li.is-active a, .hero.is-teal-500 .tabs.is-boxed li.is-active a:hover, .hero.is-teal-500 .tabs.is-toggle li.is-active a, .hero.is-teal-500 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #27aa83;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-500.is-bold {
  background-image: linear-gradient(141deg, #158953 0%, #27aa83 71%, #26c5b0 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-500.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #158953 0%, #27aa83 71%, #26c5b0 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 {
  background-color: #199473;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-teal-600 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .subtitle a:not(.button),
.hero.is-teal-600 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-600 .navbar-menu {
    background-color: #199473;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .navbar-item,
.hero.is-teal-600 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 a.navbar-item:hover, .hero.is-teal-600 a.navbar-item.is-active,
.hero.is-teal-600 .navbar-link:hover,
.hero.is-teal-600 .navbar-link.is-active {
  background-color: #157e62;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .tabs li.is-active a {
  color: #199473 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .tabs.is-boxed a, .hero.is-teal-600 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .tabs.is-boxed a:hover, .hero.is-teal-600 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600 .tabs.is-boxed li.is-active a, .hero.is-teal-600 .tabs.is-boxed li.is-active a:hover, .hero.is-teal-600 .tabs.is-toggle li.is-active a, .hero.is-teal-600 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #199473;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-600.is-bold {
  background-image: linear-gradient(141deg, #0c6f44 0%, #199473 71%, #18afa0 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-600.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0c6f44 0%, #199473 71%, #18afa0 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 {
  background-color: #147b63;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-teal-700 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .subtitle a:not(.button),
.hero.is-teal-700 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-700 .navbar-menu {
    background-color: #147b63;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .navbar-item,
.hero.is-teal-700 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 a.navbar-item:hover, .hero.is-teal-700 a.navbar-item.is-active,
.hero.is-teal-700 .navbar-link:hover,
.hero.is-teal-700 .navbar-link.is-active {
  background-color: #106551;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .tabs li.is-active a {
  color: #147b63 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .tabs.is-boxed a, .hero.is-teal-700 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .tabs.is-boxed a:hover, .hero.is-teal-700 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700 .tabs.is-boxed li.is-active a, .hero.is-teal-700 .tabs.is-boxed li.is-active a:hover, .hero.is-teal-700 .tabs.is-toggle li.is-active a, .hero.is-teal-700 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #147b63;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-700.is-bold {
  background-image: linear-gradient(141deg, #085435 0%, #147b63 71%, #13958c 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-700.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #085435 0%, #147b63 71%, #13958c 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 {
  background-color: #0c6a57;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-teal-800 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .subtitle a:not(.button),
.hero.is-teal-800 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-800 .navbar-menu {
    background-color: #0c6a57;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .navbar-item,
.hero.is-teal-800 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 a.navbar-item:hover, .hero.is-teal-800 a.navbar-item.is-active,
.hero.is-teal-800 .navbar-link:hover,
.hero.is-teal-800 .navbar-link.is-active {
  background-color: #095344;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .tabs li.is-active a {
  color: #0c6a57 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .tabs.is-boxed a, .hero.is-teal-800 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .tabs.is-boxed a:hover, .hero.is-teal-800 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800 .tabs.is-boxed li.is-active a, .hero.is-teal-800 .tabs.is-boxed li.is-active a:hover, .hero.is-teal-800 .tabs.is-toggle li.is-active a, .hero.is-teal-800 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0c6a57;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-800.is-bold {
  background-image: linear-gradient(141deg, #033f29 0%, #0c6a57 71%, #0b8480 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-800.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #033f29 0%, #0c6a57 71%, #0b8480 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 {
  background-color: #014b3f;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-teal-900 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .subtitle a:not(.button),
.hero.is-teal-900 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-900 .navbar-menu {
    background-color: #014b3f;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .navbar-item,
.hero.is-teal-900 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 a.navbar-item:hover, .hero.is-teal-900 a.navbar-item.is-active,
.hero.is-teal-900 .navbar-link:hover,
.hero.is-teal-900 .navbar-link.is-active {
  background-color: #01322a;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .tabs li.is-active a {
  color: #014b3f !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .tabs.is-boxed a, .hero.is-teal-900 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .tabs.is-boxed a:hover, .hero.is-teal-900 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900 .tabs.is-boxed li.is-active a, .hero.is-teal-900 .tabs.is-boxed li.is-active a:hover, .hero.is-teal-900 .tabs.is-toggle li.is-active a, .hero.is-teal-900 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #014b3f;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-teal-900.is-bold {
  background-image: linear-gradient(141deg, #001a11 0%, #014b3f 71%, #006666 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-teal-900.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #001a11 0%, #014b3f 71%, #006666 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 {
  background-color: #ad86da;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-purple-300 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .subtitle a:not(.button),
.hero.is-purple-300 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-300 .navbar-menu {
    background-color: #ad86da;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .navbar-item,
.hero.is-purple-300 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 a.navbar-item:hover, .hero.is-purple-300 a.navbar-item.is-active,
.hero.is-purple-300 .navbar-link:hover,
.hero.is-purple-300 .navbar-link.is-active {
  background-color: #a073d4;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .tabs li.is-active a {
  color: #ad86da !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .tabs.is-boxed a, .hero.is-purple-300 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .tabs.is-boxed a:hover, .hero.is-purple-300 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300 .tabs.is-boxed li.is-active a, .hero.is-purple-300 .tabs.is-boxed li.is-active a:hover, .hero.is-purple-300 .tabs.is-toggle li.is-active a, .hero.is-purple-300 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ad86da;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-300.is-bold {
  background-image: linear-gradient(141deg, #7c55d8 0%, #ad86da 71%, #c796e3 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-300.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #7c55d8 0%, #ad86da 71%, #c796e3 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 {
  background-color: #9b6bd1;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-purple-400 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .subtitle a:not(.button),
.hero.is-purple-400 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-400 .navbar-menu {
    background-color: #9b6bd1;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .navbar-item,
.hero.is-purple-400 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 a.navbar-item:hover, .hero.is-purple-400 a.navbar-item.is-active,
.hero.is-purple-400 .navbar-link:hover,
.hero.is-purple-400 .navbar-link.is-active {
  background-color: #8d57cb;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .tabs li.is-active a {
  color: #9b6bd1 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .tabs.is-boxed a, .hero.is-purple-400 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .tabs.is-boxed a:hover, .hero.is-purple-400 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400 .tabs.is-boxed li.is-active a, .hero.is-purple-400 .tabs.is-boxed li.is-active a:hover, .hero.is-purple-400 .tabs.is-toggle li.is-active a, .hero.is-purple-400 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #9b6bd1;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-400.is-bold {
  background-image: linear-gradient(141deg, #6637d2 0%, #9b6bd1 71%, #b87adc 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-400.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #6637d2 0%, #9b6bd1 71%, #b87adc 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 {
  background-color: #4f267d;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-purple-700 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .subtitle a:not(.button),
.hero.is-purple-700 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-700 .navbar-menu {
    background-color: #4f267d;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .navbar-item,
.hero.is-purple-700 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 a.navbar-item:hover, .hero.is-purple-700 a.navbar-item.is-active,
.hero.is-purple-700 .navbar-link:hover,
.hero.is-purple-700 .navbar-link.is-active {
  background-color: #422069;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .tabs li.is-active a {
  color: #4f267d !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .tabs.is-boxed a, .hero.is-purple-700 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .tabs.is-boxed a:hover, .hero.is-purple-700 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700 .tabs.is-boxed li.is-active a, .hero.is-purple-700 .tabs.is-boxed li.is-active a:hover, .hero.is-purple-700 .tabs.is-toggle li.is-active a, .hero.is-purple-700 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4f267d;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-700.is-bold {
  background-image: linear-gradient(141deg, #2a155b 0%, #4f267d 71%, #6d2895 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-700.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2a155b 0%, #4f267d 71%, #6d2895 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 {
  background-color: #391c5a;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-purple-800 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .subtitle a:not(.button),
.hero.is-purple-800 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-800 .navbar-menu {
    background-color: #391c5a;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .navbar-item,
.hero.is-purple-800 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 a.navbar-item:hover, .hero.is-purple-800 a.navbar-item.is-active,
.hero.is-purple-800 .navbar-link:hover,
.hero.is-purple-800 .navbar-link.is-active {
  background-color: #2c1646;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .tabs li.is-active a {
  color: #391c5a !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .tabs.is-boxed a, .hero.is-purple-800 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .tabs.is-boxed a:hover, .hero.is-purple-800 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800 .tabs.is-boxed li.is-active a, .hero.is-purple-800 .tabs.is-boxed li.is-active a:hover, .hero.is-purple-800 .tabs.is-toggle li.is-active a, .hero.is-purple-800 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #391c5a;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-800.is-bold {
  background-image: linear-gradient(141deg, #190c36 0%, #391c5a 71%, #521e71 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-800.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #190c36 0%, #391c5a 71%, #521e71 100%);
  }
}

/* line 26, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 {
  background-color: #201033;
  color: #fff;
}

/* line 29, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-purple-900 strong {
  color: inherit;
}

/* line 32, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .title {
  color: #fff;
}

/* line 34, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .subtitle a:not(.button),
.hero.is-purple-900 .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-900 .navbar-menu {
    background-color: #201033;
  }
}

/* line 42, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .navbar-item,
.hero.is-purple-900 .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 a.navbar-item:hover, .hero.is-purple-900 a.navbar-item.is-active,
.hero.is-purple-900 .navbar-link:hover,
.hero.is-purple-900 .navbar-link.is-active {
  background-color: #140a1f;
  color: #fff;
}

/* line 52, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .tabs a:hover {
  opacity: 1;
}

/* line 58, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .tabs li.is-active a {
  color: #201033 !important;
  opacity: 1;
}

/* line 63, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .tabs.is-boxed a, .hero.is-purple-900 .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .tabs.is-boxed a:hover, .hero.is-purple-900 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900 .tabs.is-boxed li.is-active a, .hero.is-purple-900 .tabs.is-boxed li.is-active a:hover, .hero.is-purple-900 .tabs.is-toggle li.is-active a, .hero.is-purple-900 .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #201033;
}

/* line 75, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-purple-900.is-bold {
  background-image: linear-gradient(141deg, #06030c 0%, #201033 71%, #351349 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-purple-900.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #06030c 0%, #201033 71%, #351349 100%);
  }
}

/* line 84, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-small .hero-body {
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 88, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 92, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}

/* line 97, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 100, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/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 103, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight {
  min-height: 50vh;
}

/* line 105, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 110, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video {
  overflow: hidden;
}

/* line 113, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 121, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  /* line 110, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-video {
    display: none;
  }
}

/* line 127, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 131, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button {
    display: flex;
  }
  /* line 133, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 127, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 138, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 143, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 148, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-body {
    padding: 3rem 3rem;
  }
}

/* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  /* line 8, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section {
    padding: 3rem 3rem;
  }
  /* line 14, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  /* line 16, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section.is-large {
    padding: 18rem 6rem;
  }
}

/* line 7, ../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/footer.sass */
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

/* line 8, assets/stylesheets/site.css.scss */
.navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
  margin-left: -1rem;
}

@media screen and (min-width: 1024px) {
  /* line 8, assets/stylesheets/site.css.scss */
  .navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
    margin-left: -1.75rem;
  }
}

/* line 15, assets/stylesheets/site.css.scss */
.main.navbar {
  border-bottom-color: rgba(24, 24, 24, 0.85);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* line 27, assets/stylesheets/site.css.scss */
.navbar-item img {
  max-height: none;
}

/* line 31, assets/stylesheets/site.css.scss */
.narrow {
  max-width: 875px !important;
  margin: 0 auto;
}

/* line 36, assets/stylesheets/site.css.scss */
.light-blue-section {
  width: 100vw;
  background-color: #e6f9ff;
  position: relative;
  left: calc(-50vw + 50%);
}

/* line 43, assets/stylesheets/site.css.scss */
.homepage-hero {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  background-image: url(/assets/shopflow-sewing-head-bg-390bdcd0e04d7addeaa24f76a20ba5bf1e4dc9b6de96fbcaf66b2caba6d9660f.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  border-top-color: #e6f9ff;
  border-top-style: solid;
  border-top-width: 4px;
  border-bottom-color: #e6f9ff;
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

/* line 66, assets/stylesheets/site.css.scss */
.full-width-section {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  background-image: url(/assets/shopflow-sewing-head-bg-390bdcd0e04d7addeaa24f76a20ba5bf1e4dc9b6de96fbcaf66b2caba6d9660f.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

/* line 81, assets/stylesheets/site.css.scss */
.has-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 88, assets/stylesheets/site.css.scss */
.member-logos {
  justify-content: center;
}
