@charset "UTF-8";
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/* line 1, app/assets/stylesheets/_bulma.scss */
.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: .25rem;
  box-shadow: none;
  display: inline-flex;
  font-size: .75rem;
  height: 3.3em;
  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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: .625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: .625em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
/* line 1, app/assets/stylesheets/_bulma.scss */
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 1, app/assets/stylesheets/_bulma.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
ul {
  list-style: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
html {
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
*, *::before, *::after {
  box-sizing: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
img, video {
  height: auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
iframe {
  border: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
td, th {
  padding: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
td:not([align]), th:not([align]) {
  text-align: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
html {
  background-color: #f1f5fb;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
article, aside, figure, footer, header, hgroup, section {
  display: block;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
body, button, input, optgroup, select, textarea {
  font-family: "DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* line 1, app/assets/stylesheets/_bulma.scss */
code, pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
body {
  color: #15181c;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a {
  color: #382cdd;
  cursor: pointer;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a strong {
  color: currentColor;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a:hover {
  color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
code {
  background-color: #f1f5fb;
  color: #c72a18;
  font-size: .875em;
  font-weight: normal;
  padding: .25em .5em .25em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
hr {
  background-color: #f1f5fb;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
input[type=checkbox], input[type=radio] {
  vertical-align: baseline;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
small {
  font-size: .875em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
strong {
  color: #15181c;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
fieldset {
  border: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f1f5fb;
  color: #15181c;
  font-size: .875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
table td, table th {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
table td:not([align]), table th:not([align]) {
  text-align: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
table th {
  color: #15181c;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.box {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0px 4px 8px -4px #15181C14;
  color: #15181c;
  display: block;
  padding: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button {
  background-color: #fff;
  border-color: #c2c9d2;
  border-width: 1px;
  color: #15181c;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(.9em - 1px);
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: calc(.9em - 1px);
  text-align: center;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375rem - 1px);
  margin-right: .1875rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button .icon:last-child:not(:first-child) {
  margin-left: .1875rem;
  margin-right: calc(-0.375rem - 1px);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button .icon:first-child:last-child {
  margin-left: calc(-0.375rem - 1px);
  margin-right: calc(-0.375rem - 1px);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button:hover, .button.is-hovered {
  border-color: #2d23b1;
  color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button:focus, .button.is-focused {
  border-color: #2d23b1;
  color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(56, 44, 221, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button:active, .button.is-active {
  border-color: #2d23b1;
  color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #15181c;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: #f1f5fb;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-text:active, .button.is-text.is-active {
  background-color: #dde7f5;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #382cdd;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #382cdd;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: #000;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #fff;
  border-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-black:active, .button.is-black.is-active {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black.is-inverted {
  background-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light {
  background-color: #e1e4e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #dadee2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(225, 228, 232, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light:active, .button.is-light.is-active {
  background-color: #d3d7dd;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: #e1e4e8;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #e1e4e8;
  color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #e1e4e8;
  border-color: #e1e4e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent #e1e4e8 #e1e4e8 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: #e1e4e8;
  box-shadow: none;
  color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #e1e4e8 #e1e4e8 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark {
  background-color: #293039;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #242a32;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(41, 48, 57, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #1e242a;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #293039;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #293039;
  color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #293039;
  border-color: #293039;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #293039 #293039 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #293039;
  box-shadow: none;
  color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #293039 #293039 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary {
  background-color: #382cdd;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #2f23d9;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(56, 44, 221, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #2d21ce;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #382cdd;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #382cdd;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #382cdd;
  border-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #382cdd #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #382cdd;
  box-shadow: none;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #382cdd #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-light {
  background-color: #eeedfc;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #e4e2fa;
  border-color: transparent;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #dad7f9;
  border-color: transparent;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link {
  background-color: #382cdd;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #2f23d9;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(56, 44, 221, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link:active, .button.is-link.is-active {
  background-color: #2d21ce;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #382cdd;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #382cdd;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #382cdd;
  border-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #382cdd #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #382cdd;
  box-shadow: none;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #382cdd #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-light {
  background-color: #eeedfc;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e4e2fa;
  border-color: transparent;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #dad7f9;
  border-color: transparent;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info {
  background-color: #2d70f5;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #2168f4;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(45, 112, 245, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info:active, .button.is-info.is-active {
  background-color: #155ff4;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #2d70f5;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #2d70f5;
  color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #2d70f5;
  border-color: #2d70f5;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #2d70f5 #2d70f5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #2d70f5;
  box-shadow: none;
  color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #2d70f5 #2d70f5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-light {
  background-color: #ecf2fe;
  color: #0a50db;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #dfe9fd;
  border-color: transparent;
  color: #0a50db;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d3e1fd;
  border-color: transparent;
  color: #0a50db;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success {
  background-color: #17bb84;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #16b07c;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(23, 187, 132, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success:active, .button.is-success.is-active {
  background-color: #14a474;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #17bb84;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #17bb84;
  color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #17bb84;
  border-color: #17bb84;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #17bb84 #17bb84 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #17bb84;
  box-shadow: none;
  color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #17bb84 #17bb84 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-light {
  background-color: #edfdf7;
  color: #149f70;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e1fbf3;
  border-color: transparent;
  color: #149f70;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #d6faee;
  border-color: transparent;
  color: #149f70;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning {
  background-color: #f67a28;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #f5721c;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(246, 122, 40, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #f56b10;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #f67a28;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-inverted {
  background-color: #fff;
  color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #f67a28;
  color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #f67a28;
  border-color: #f67a28;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #f67a28 #f67a28 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #f67a28;
  box-shadow: none;
  color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #f67a28 #f67a28 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-light {
  background-color: #fef3eb;
  color: #b54d08;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #feebdf;
  border-color: transparent;
  color: #b54d08;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fde4d3;
  border-color: transparent;
  color: #b54d08;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger {
  background-color: #e85444;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #e74a39;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(232, 84, 68, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #e53f2d;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #e85444;
  border-color: transparent;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #e85444;
  color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #e85444;
  border-color: #e85444;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #e85444 #e85444 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #e85444;
  box-shadow: none;
  color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 #e85444 #e85444 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-light {
  background-color: #fdeeed;
  color: #bf2817;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fbe4e1;
  border-color: transparent;
  color: #bf2817;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fadad6;
  border-color: transparent;
  color: #bf2817;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-small:not(.is-rounded) {
  border-radius: .125rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-normal {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button[disabled], fieldset[disabled] .button {
  background-color: #fff;
  border-color: #c2c9d2;
  box-shadow: none;
  opacity: .5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-static {
  background-color: #f1f5fb;
  border-color: #c2c9d2;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(0.75rem + 0.25em);
  padding-right: calc(0.75rem + 0.25em);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons .button {
  margin-bottom: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: .125rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.is-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: .25rem;
  margin-right: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.is-right {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: .25rem;
  margin-right: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content li + li {
  margin-top: .25em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #15181c;
  font-weight: 600;
  line-height: 1.125;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h1 {
  font-size: 2em;
  margin-bottom: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h1:not(:first-child) {
  margin-top: 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h2 {
  font-size: 1.75em;
  margin-bottom: .5714em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h3 {
  font-size: 1.5em;
  margin-bottom: .6666em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h4 {
  font-size: 1.25em;
  margin-bottom: .8em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h5 {
  font-size: 1.125em;
  margin-bottom: .8888em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content blockquote {
  background-color: #f1f5fb;
  border-left: 5px solid #c2c9d2;
  padding: 1.25em 1.5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ol:not([type]) {
  list-style-type: decimal;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ol.is-lower-alpha:not([type]) {
  list-style-type: lower-alpha;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ol.is-lower-roman:not([type]) {
  list-style-type: lower-roman;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ol.is-upper-alpha:not([type]) {
  list-style-type: upper-alpha;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ol.is-upper-roman:not([type]) {
  list-style-type: upper-roman;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ul ul {
  list-style-type: circle;
  margin-top: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content ul ul ul {
  list-style-type: square;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content dd {
  margin-left: 2em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content figure:not(:first-child) {
  margin-top: 2em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content figure img {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content figure figcaption {
  font-style: italic;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content sup, .content sub {
  font-size: 75%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content table {
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content table td, .content table th {
  border: 1px solid #c2c9d2;
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content table th {
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content table th:not([align]) {
  text-align: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content table thead td, .content table thead th {
  border-width: 0 0 2px;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content table tfoot td, .content table tfoot th {
  border-width: 2px 0 0;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content table tbody tr:last-child td, .content table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content .tabs li + li {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content.is-normal {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.content.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.icon-text .icon:not(:last-child) {
  margin-right: .25em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.icon-text .icon:not(:first-child) {
  margin-left: .25em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
div.icon-text {
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image {
  display: block;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image img.is-rounded {
  border-radius: 9999px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-fullwidth {
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-5by4 {
  padding-top: 80%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-4by3 {
  padding-top: 75%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-3by2 {
  padding-top: 66.6666%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-5by3 {
  padding-top: 60%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-16by9 {
  padding-top: 56.25%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-2by1 {
  padding-top: 50%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-3by1 {
  padding-top: 33.3333%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-4by5 {
  padding-top: 125%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-3by4 {
  padding-top: 133.3333%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-2by3 {
  padding-top: 150%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-3by5 {
  padding-top: 166.6666%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-9by16 {
  padding-top: 177.7777%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-1by2 {
  padding-top: 200%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-1by3 {
  padding-top: 300%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-16x16 {
  height: 16px;
  width: 16px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-24x24 {
  height: 24px;
  width: 24px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-32x32 {
  height: 32px;
  width: 32px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-48x48 {
  height: 48px;
  width: 48px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-64x64 {
  height: 64px;
  width: 64px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification {
  background-color: #f1f5fb;
  border-radius: .25rem;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification strong {
  color: currentColor;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification code, .notification pre {
  background: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification pre code {
  background: transparent;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification > .delete {
  right: .5rem;
  position: absolute;
  top: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification .title, .notification .subtitle, .notification .content {
  color: currentColor;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-white {
  background-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-black {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-light {
  background-color: #e1e4e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-dark {
  background-color: #293039;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-primary {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-primary.is-light {
  background-color: #eeedfc;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-link {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-link.is-light {
  background-color: #eeedfc;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-info {
  background-color: #2d70f5;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-info.is-light {
  background-color: #ecf2fe;
  color: #0a50db;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-success {
  background-color: #17bb84;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-success.is-light {
  background-color: #edfdf7;
  color: #149f70;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-warning {
  background-color: #f67a28;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-warning.is-light {
  background-color: #fef3eb;
  color: #b54d08;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-danger {
  background-color: #e85444;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.notification.is-danger.is-light {
  background-color: #fdeeed;
  color: #bf2817;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: .75rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress::-webkit-progress-bar {
  background-color: #f1f5fb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress::-webkit-progress-value {
  background-color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress::-moz-progress-bar {
  background-color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress::-ms-fill {
  background-color: #15181c;
  border: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-white::-webkit-progress-value {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-white::-moz-progress-bar {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-white::-ms-fill {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-light::-webkit-progress-value {
  background-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-light::-moz-progress-bar {
  background-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-light::-ms-fill {
  background-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, #E1E4E8 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-dark::-webkit-progress-value {
  background-color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-dark::-moz-progress-bar {
  background-color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-dark::-ms-fill {
  background-color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #293039 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-primary::-webkit-progress-value {
  background-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-primary::-moz-progress-bar {
  background-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-primary::-ms-fill {
  background-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #382CDD 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-link::-webkit-progress-value {
  background-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-link::-moz-progress-bar {
  background-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-link::-ms-fill {
  background-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #382CDD 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-info::-webkit-progress-value {
  background-color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-info::-moz-progress-bar {
  background-color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-info::-ms-fill {
  background-color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #2D70F5 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-success::-webkit-progress-value {
  background-color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-success::-moz-progress-bar {
  background-color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-success::-ms-fill {
  background-color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #17BB84 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-warning::-webkit-progress-value {
  background-color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-warning::-moz-progress-bar {
  background-color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-warning::-ms-fill {
  background-color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #F67A28 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-danger::-webkit-progress-value {
  background-color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-danger::-moz-progress-bar {
  background-color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-danger::-ms-fill {
  background-color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #E85444 30%, #F1F5FB 30%);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #f1f5fb;
  background-image: linear-gradient(to right, #15181C 30%, #F1F5FB 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress:indeterminate::-ms-fill {
  animation-name: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-small {
  height: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-medium {
  height: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.progress.is-large {
  height: 1.25rem;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.table {
  background-color: #fff;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td, .table th {
  border: 1px solid #c2c9d2;
  border-width: 0 0 1px;
  padding: .5em .75em;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-white, .table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-black, .table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-light, .table th.is-light {
  background-color: #e1e4e8;
  border-color: #e1e4e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-dark, .table th.is-dark {
  background-color: #293039;
  border-color: #293039;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-primary, .table th.is-primary {
  background-color: #382cdd;
  border-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-link, .table th.is-link {
  background-color: #382cdd;
  border-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-info, .table th.is-info {
  background-color: #2d70f5;
  border-color: #2d70f5;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-success, .table th.is-success {
  background-color: #17bb84;
  border-color: #17bb84;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-warning, .table th.is-warning {
  background-color: #f67a28;
  border-color: #f67a28;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-danger, .table th.is-danger {
  background-color: #e85444;
  border-color: #e85444;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-narrow, .table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-selected, .table th.is-selected {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-selected a, .table td.is-selected strong, .table th.is-selected a, .table th.is-selected strong {
  color: currentColor;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table td.is-vcentered, .table th.is-vcentered {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table th {
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table th:not([align]) {
  text-align: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table tr.is-selected {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table tr.is-selected a, .table tr.is-selected strong {
  color: currentColor;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table tr.is-selected td, .table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table thead {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table thead td, .table thead th {
  border-width: 0 0 2px;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table tfoot {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table tfoot td, .table tfoot th {
  border-width: 2px 0 0;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table tbody {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table tbody tr:last-child td, .table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table.is-bordered td, .table.is-bordered th {
  border-width: 1px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table.is-fullwidth {
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table.is-narrow td, .table.is-narrow th {
  padding: .25em .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #f1f5fb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags .tag {
  margin-bottom: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags .tag:not(:last-child) {
  margin-right: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags:last-child {
  margin-bottom: -0.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.is-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.is-centered .tag {
  margin-right: .25rem;
  margin-left: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.is-right {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.is-right .tag:not(:first-child) {
  margin-left: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.has-addons .tag {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag:not(body) {
  align-items: center;
  background-color: #f1f5fb;
  border-radius: 9999px;
  color: #fff;
  display: inline-flex;
  font-size: .75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag:not(body) .delete {
  margin-left: .25rem;
  margin-right: -0.375rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-white:not(body) {
  background-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-black:not(body) {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-light:not(body) {
  background-color: #e1e4e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-dark:not(body) {
  background-color: #293039;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-primary:not(body) {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-primary.is-light:not(body) {
  background-color: #eeedfc;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-link:not(body) {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-link.is-light:not(body) {
  background-color: #eeedfc;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-info:not(body) {
  background-color: #2d70f5;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-info.is-light:not(body) {
  background-color: #ecf2fe;
  color: #0a50db;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-success:not(body) {
  background-color: #17bb84;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-success.is-light:not(body) {
  background-color: #edfdf7;
  color: #149f70;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-warning:not(body) {
  background-color: #f67a28;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-warning.is-light:not(body) {
  background-color: #fef3eb;
  color: #b54d08;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-danger:not(body) {
  background-color: #e85444;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-danger.is-light:not(body) {
  background-color: #fdeeed;
  color: #bf2817;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-normal:not(body) {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-medium:not(body) {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-large:not(body) {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: .1875em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: -0.375em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.tag.is-delete:not(body)::before {
  height: 1px;
  width: 50%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-delete:not(body)::after {
  height: 50%;
  width: 1px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-delete:not(body):hover, .tag.is-delete:not(body):focus {
  background-color: #dde7f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-delete:not(body):active {
  background-color: #c9d9f0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tag.is-rounded:not(body) {
  border-radius: 9999px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.tag:hover {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title, .subtitle {
  word-break: break-word;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title em, .title span, .subtitle em, .subtitle span {
  font-weight: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title sub, .subtitle sub {
  font-size: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title sup, .subtitle sup {
  font-size: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title .tag, .subtitle .tag {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title {
  color: #15181c;
  font-family: "DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title strong {
  color: inherit;
  font-weight: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title.is-1 {
  font-size: 3.75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title.is-2 {
  font-size: 3rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title.is-3 {
  font-size: 2.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title.is-4 {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title.is-5 {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title.is-6 {
  font-size: .875rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.title.is-7 {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle {
  color: #67798e;
  font-family: "DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle strong {
  color: #15181c;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle.is-1 {
  font-size: 3.75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle.is-2 {
  font-size: 3rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle.is-3 {
  font-size: 2.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle.is-4 {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle.is-5 {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle.is-6 {
  font-size: .875rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.subtitle.is-7 {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.number {
  align-items: center;
  background-color: #f1f5fb;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: .25rem .5rem;
  text-align: center;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select, .textarea, .input {
  background-color: #fff;
  border-color: #c2c9d2;
  border-radius: .25rem;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(21, 24, 28, 0.3);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(21, 24, 28, 0.3);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(21, 24, 28, 0.3);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(21, 24, 28, 0.3);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #382cdd;
  box-shadow: 0 0 0 0.125em rgba(56, 44, 221, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select[disabled], .textarea[disabled], .input[disabled], fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: #f1f5fb;
  border-color: #f1f5fb;
  box-shadow: none;
  color: #7a7a7a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.textarea[readonly], .input[readonly] {
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-white.textarea, .is-white.input {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.is-light.textarea, .is-light.input {
  border-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(225, 228, 232, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-dark.textarea, .is-dark.input {
  border-color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(41, 48, 57, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-primary.textarea, .is-primary.input {
  border-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(56, 44, 221, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-link.textarea, .is-link.input {
  border-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(56, 44, 221, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-info.textarea, .is-info.input {
  border-color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(45, 112, 245, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-success.textarea, .is-success.input {
  border-color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(23, 187, 132, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-warning.textarea, .is-warning.input {
  border-color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(246, 122, 40, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-danger.textarea, .is-danger.input {
  border-color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(232, 84, 68, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-small.textarea, .is-small.input {
  border-radius: .125rem;
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-medium.textarea, .is-medium.input {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-large.textarea, .is-large.input {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.textarea[rows] {
  height: initial;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.textarea.has-fixed-size {
  resize: none;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.radio input, .checkbox input {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.radio:hover, .checkbox:hover {
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.radio[disabled], .checkbox[disabled], fieldset[disabled] .radio, fieldset[disabled] .checkbox, .radio input[disabled], .checkbox input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.radio + .radio {
  margin-left: .5em;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.select:not(.is-multiple) {
  height: 3.3em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #382cdd;
  right: 1.125em;
  z-index: 4;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select::-ms-expand {
  display: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: #f1f5fb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select:not([multiple]) {
  padding-right: 2.5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select[multiple] {
  height: auto;
  padding: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select select[multiple] option {
  padding: .5em 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-white:not(:hover)::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-white select {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-black select {
  border-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: #000;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.select.is-light:not(:hover)::after {
  border-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-light select {
  border-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #d3d7dd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(225, 228, 232, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-dark:not(:hover)::after {
  border-color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-dark select {
  border-color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #1e242a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(41, 48, 57, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-primary:not(:hover)::after {
  border-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-primary select {
  border-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #2d21ce;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(56, 44, 221, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-link:not(:hover)::after {
  border-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-link select {
  border-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #2d21ce;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(56, 44, 221, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-info:not(:hover)::after {
  border-color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-info select {
  border-color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #155ff4;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(45, 112, 245, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-success:not(:hover)::after {
  border-color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-success select {
  border-color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #14a474;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(23, 187, 132, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-warning:not(:hover)::after {
  border-color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-warning select {
  border-color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #f56b10;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(246, 122, 40, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-danger:not(:hover)::after {
  border-color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-danger select {
  border-color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #e53f2d;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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(232, 84, 68, 0.25);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-small {
  border-radius: .125rem;
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-disabled::after {
  border-color: #7a7a7a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-fullwidth {
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-fullwidth select {
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: .625em;
  top: .625em;
  transform: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-loading.is-small:after {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-loading.is-medium:after {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.select.is-loading.is-large:after {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-light .file-cta {
  background-color: #e1e4e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #dadee2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(225, 228, 232, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #d3d7dd;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-dark .file-cta {
  background-color: #293039;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #242a32;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(41, 48, 57, 0.25);
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #1e242a;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-primary .file-cta {
  background-color: #382cdd;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #2f23d9;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(56, 44, 221, 0.25);
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #2d21ce;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-link .file-cta {
  background-color: #382cdd;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #2f23d9;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(56, 44, 221, 0.25);
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #2d21ce;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-info .file-cta {
  background-color: #2d70f5;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #2168f4;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(45, 112, 245, 0.25);
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #155ff4;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-success .file-cta {
  background-color: #17bb84;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #16b07c;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(23, 187, 132, 0.25);
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #14a474;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-warning .file-cta {
  background-color: #f67a28;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #f5721c;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(246, 122, 40, 0.25);
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #f56b10;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-danger .file-cta {
  background-color: #e85444;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #e74a39;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(232, 84, 68, 0.25);
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #e53f2d;
  border-color: transparent;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-normal {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-large .file-icon .fa {
  font-size: 28px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.has-name.is-empty .file-cta {
  border-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.has-name.is-empty .file-name {
  display: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed .file-label {
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed.has-name .file-cta {
  border-radius: .25rem .25rem 0 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 .25rem .25rem;
  border-width: 0 1px 1px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-fullwidth .file-label {
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-right {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-right .file-cta {
  border-radius: 0 .25rem .25rem 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file.is-right .file-name {
  border-radius: .25rem 0 0 .25rem;
  border-width: 1px 0 1px 1px;
  order: -1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-label:hover .file-cta {
  background-color: #e7eef8;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-label:hover .file-name {
  border-color: #bbc3cd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-label:active .file-cta {
  background-color: #dde7f5;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-label:active .file-name {
  border-color: #b3bcc7;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-cta, .file-name {
  border-color: #c2c9d2;
  border-radius: .25rem;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-cta {
  background-color: #f1f5fb;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-name {
  border-color: #c2c9d2;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: .5em;
  width: 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.file-icon .fa {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.label {
  color: #15181c;
  display: block;
  font-size: .75rem;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.label:not(:last-child) {
  margin-bottom: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.label.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.label.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.label.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help {
  display: block;
  font-size: .75rem;
  margin-top: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-white {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-black {
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-light {
  color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-dark {
  color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-primary {
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-link {
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-info {
  color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-success {
  color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-warning {
  color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.help.is-danger {
  color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.has-addons.has-addons-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped > .control {
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-label {
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-label.is-small {
    font-size: .75rem;
    padding-top: .375em;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-label.is-normal {
    padding-top: .375em;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-label.is-medium {
    font-size: 1rem;
    padding-top: .375em;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-label.is-large {
    font-size: 1.25rem;
    padding-top: .375em;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .field-body > .field:not(:last-child) {
    margin-right: .75rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control {
  box-sizing: border-box;
  clear: both;
  font-size: .75rem;
  position: relative;
  text-align: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #c2c9d2;
  height: 3.3em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 3.3em;
  z-index: 4;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.has-icons-left .input, .control.has-icons-left .select select {
  padding-left: 3.3em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.has-icons-left .icon.is-left {
  left: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.has-icons-right .input, .control.has-icons-right .select select {
  padding-right: 3.3em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.has-icons-right .icon.is-right {
  right: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.is-loading::after {
  position: absolute !important;
  right: .625em;
  top: .625em;
  z-index: 4;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.is-loading.is-small:after {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.is-loading.is-medium:after {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.control.is-loading.is-large:after {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb {
  font-size: .75rem;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb a {
  align-items: center;
  color: #382cdd;
  display: flex;
  justify-content: center;
  padding: 0 .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb a:hover {
  color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb li {
  align-items: center;
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb li:first-child a {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb li.is-active a {
  color: #15181c;
  cursor: default;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb li + li::before {
  color: #e1e4e8;
  content: "/";
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb ul, .breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb .icon:first-child {
  margin-right: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb .icon:last-child {
  margin-left: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.is-right ol, .breadcrumb.is-right ul {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0px 4px 8px -4px #15181C14;
  color: #15181c;
  max-width: 100%;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-header-title {
  align-items: center;
  color: #15181c;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: .75rem 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-header-title.is-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: .75rem 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-image {
  display: block;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-image:first-child img {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-image:last-child img {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-footer {
  background-color: transparent;
  border-top: 1px solid #f1f5fb;
  align-items: stretch;
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #f1f5fb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.dropdown-content {
  background-color: #fff;
  border-radius: .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);
  padding-bottom: .5rem;
  padding-top: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.dropdown-item {
  color: #15181c;
  display: block;
  font-size: .875rem;
  line-height: 1.5;
  padding: .375rem 1rem;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.dropdown-item, button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.dropdown-item:hover, button.dropdown-item:hover {
  background-color: #f1f5fb;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.dropdown-item.is-active, button.dropdown-item.is-active {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.dropdown-divider {
  background-color: #f1f5fb;
  border: none;
  display: block;
  height: 1px;
  margin: .5rem 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level {
  align-items: center;
  justify-content: space-between;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level code {
  border-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level img {
  display: inline-block;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level.is-mobile {
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level.is-mobile .level-left, .level.is-mobile .level-right {
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .level {
    display: flex;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level-item .title, .level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .level-item:not(:last-child) {
    margin-bottom: .75rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level-left, .level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level-left .level-item.is-flexible, .level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) {
    margin-right: .75rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .level-left {
    display: flex;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .level-right {
    display: flex;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media .content:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media .media {
  border-top: 1px solid rgba(194, 201, 210, 0.5);
  display: flex;
  padding-top: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media .media .content:not(:last-child), .media .media .control:not(:last-child) {
  margin-bottom: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media .media .media {
  padding-top: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media .media .media + .media {
  margin-top: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media + .media {
  border-top: 1px solid rgba(194, 201, 210, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media-left, .media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media-left {
  margin-right: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media-right {
  margin-left: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .media-content {
    overflow-x: auto;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu-list {
  line-height: 1.25;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu-list a {
  border-radius: .125rem;
  color: #15181c;
  display: block;
  padding: .5em .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu-list a:hover {
  background-color: rgba(21, 24, 28, 0.1);
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu-list a.is-active {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu-list li ul {
  border-left: 1px solid #c2c9d2;
  margin: .75em;
  padding-left: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu-label {
  color: #7a7a7a;
  font-size: .75em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu-label:not(:first-child) {
  margin-top: 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message {
  background-color: #f1f5fb;
  border-radius: .25rem;
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message strong {
  color: currentColor;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-white {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-white .message-header {
  background-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-white .message-body {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-black {
  background-color: #fafafa;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-black .message-body {
  border-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-light {
  background-color: #f9fafb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-light .message-header {
  background-color: #e1e4e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-light .message-body {
  border-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-dark {
  background-color: #f9fafb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-dark .message-header {
  background-color: #293039;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-dark .message-body {
  border-color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-primary {
  background-color: #eeedfc;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-primary .message-header {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-primary .message-body {
  border-color: #382cdd;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-link {
  background-color: #eeedfc;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-link .message-header {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-link .message-body {
  border-color: #382cdd;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-info {
  background-color: #ecf2fe;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-info .message-header {
  background-color: #2d70f5;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-info .message-body {
  border-color: #2d70f5;
  color: #0a50db;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-success {
  background-color: #edfdf7;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-success .message-header {
  background-color: #17bb84;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-success .message-body {
  border-color: #17bb84;
  color: #149f70;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-warning {
  background-color: #fef3eb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-warning .message-header {
  background-color: #f67a28;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-warning .message-body {
  border-color: #f67a28;
  color: #b54d08;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-danger {
  background-color: #fdeeed;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-danger .message-header {
  background-color: #e85444;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message.is-danger .message-body {
  border-color: #e85444;
  color: #bf2817;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message-header {
  align-items: center;
  background-color: #15181c;
  border-radius: .25rem .25rem 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: .75em 1em;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message-body {
  border-color: #c2c9d2;
  border-radius: .25rem;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #15181c;
  padding: 1.25em 1.5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message-body code, .message-body pre {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.message-body pre code {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal.is-active {
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
  .modal-content, .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-card-head, .modal-card-foot {
  align-items: center;
  background-color: #f1f5fb;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-card-head {
  border-bottom: 1px solid #c2c9d2;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-card-title {
  color: #15181c;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-card-foot {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
  border-top: 1px solid #c2c9d2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-card-foot .button:not(:last-child) {
  margin-right: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-white {
  background-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-white .navbar-brand > .navbar-item, .navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-white .navbar-start .navbar-link::after, .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #0a0a0a;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-black {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-black .navbar-brand > .navbar-item, .navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand .navbar-link:focus, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: #000;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-black .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black .navbar-start .navbar-link:focus, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-end > a.navbar-item:focus, .navbar.is-black .navbar-end > a.navbar-item:hover, .navbar.is-black .navbar-end > a.navbar-item.is-active, .navbar.is-black .navbar-end .navbar-link:focus, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: #000;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-black .navbar-start .navbar-link::after, .navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #000;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-light {
  background-color: #e1e4e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #d3d7dd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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: #d3d7dd;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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: #d3d7dd;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: #e1e4e8;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-dark {
  background-color: #293039;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-dark .navbar-brand > .navbar-item, .navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #1e242a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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: #1e242a;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-dark .navbar-start .navbar-link::after, .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #1e242a;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #293039;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-primary {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-primary .navbar-brand > .navbar-item, .navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #2d21ce;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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: #2d21ce;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-primary .navbar-start .navbar-link::after, .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #2d21ce;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #382cdd;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-link {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #2d21ce;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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: #2d21ce;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #2d21ce;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #382cdd;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-info {
  background-color: #2d70f5;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #155ff4;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-info .navbar-start > .navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-end > .navbar-item, .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #155ff4;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-info .navbar-start .navbar-link::after, .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #155ff4;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #2d70f5;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-success {
  background-color: #17bb84;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-success .navbar-brand > .navbar-item, .navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #14a474;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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: #14a474;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-success .navbar-start .navbar-link::after, .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #14a474;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #17bb84;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-warning {
  background-color: #f67a28;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-brand .navbar-link {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #f56b10;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-warning .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-warning .navbar-start > .navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-end > .navbar-item, .navbar.is-warning .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #f56b10;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-warning .navbar-start .navbar-link::after, .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #f56b10;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #f67a28;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-danger {
  background-color: #e85444;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-danger .navbar-brand > .navbar-item, .navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #e53f2d;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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: #e53f2d;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-danger .navbar-start .navbar-link::after, .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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: #e53f2d;
    color: #fff;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #e85444;
    color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #f1f5fb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-fixed-bottom {
  bottom: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 #f1f5fb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar.is-fixed-top {
  top: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
html.has-navbar-fixed-top, body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
html.has-navbar-fixed-bottom, body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-brand, .navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-burger {
  color: #67798e;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-menu {
  display: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item, .navbar-link {
  color: #67798e;
  display: block;
  line-height: 1.5;
  padding: .5rem .75rem;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item .icon:only-child, .navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.navbar-item, .navbar-link {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
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: transparent;
  color: #526172;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item img {
  max-height: 1.75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item.has-dropdown {
  padding: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(.5rem - 1px);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #382cdd;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #382cdd;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-link:not(.is-arrowless)::after {
  border-color: #382cdd;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-dropdown {
  font-size: .875rem;
  padding-bottom: .5rem;
  padding-top: .5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.navbar-divider {
  background-color: #f1f5fb;
  border: none;
  display: none;
  height: 2px;
  margin: .5rem 0;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar > .container {
    display: block;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-link::after {
    display: none;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: .5rem 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-menu.is-active {
    display: block;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  html.has-navbar-fixed-top-touch, body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  html.has-navbar-fixed-bottom-touch, body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar, .navbar-menu, .navbar-start, .navbar-end {
    align-items: stretch;
    display: flex;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar {
    min-height: 3.25rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-spaced .navbar-start, .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-spaced a.navbar-item, .navbar.is-spaced .navbar-link {
    border-radius: .25rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #f1f5fb;
    color: #0a0a0a;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #f1f5fb;
    color: #382cdd;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-burger {
    display: none;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-item, .navbar-link {
    align-items: center;
    display: flex;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #c2c9d2;
    border-radius: .375rem .375rem 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .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 1, app/assets/stylesheets/_bulma.scss */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-top: 2px solid #c2c9d2;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: .875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-dropdown .navbar-item {
    padding: .375rem 1rem;
    white-space: nowrap;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: #f1f5fb;
    color: #0a0a0a;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: #f1f5fb;
    color: #382cdd;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: .375rem;
    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 1, app/assets/stylesheets/_bulma.scss */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-divider {
    display: block;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar > .container .navbar-menu, .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  html.has-navbar-fixed-top-desktop, body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  html.has-navbar-fixed-bottom-desktop, body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  html.has-spaced-navbar-fixed-top, body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  html.has-spaced-navbar-fixed-bottom, body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  a.navbar-item.is-active, .navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  a.navbar-item.is-active:not(:focus):not(:hover), .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination {
  font-size: .75rem;
  margin: -0.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination.is-rounded .pagination-previous, .pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination, .pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: .25rem;
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-previous, .pagination-next, .pagination-link {
  border-color: #c2c9d2;
  color: #15181c;
  min-width: 3.3em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-previous:hover, .pagination-next:hover, .pagination-link:hover {
  border-color: #2d23b1;
  color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-previous:focus, .pagination-next:focus, .pagination-link:focus {
  border-color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-previous:active, .pagination-next:active, .pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-previous[disabled], .pagination-next[disabled], .pagination-link[disabled] {
  background-color: #c2c9d2;
  border-color: #c2c9d2;
  box-shadow: none;
  color: #7a7a7a;
  opacity: .5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-previous, .pagination-next {
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-link.is-current {
  background-color: #382cdd;
  border-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-ellipsis {
  color: #8594a5;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-list {
  flex-wrap: wrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination {
    flex-wrap: wrap;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination-previous, .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination-previous {
    order: 2;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination-next {
    order: 3;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel {
  border-radius: .25rem;
  box-shadow: 0px 4px 8px -4px #15181C14;
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-white .panel-heading {
  background-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-white .panel-block.is-active .panel-icon {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-light .panel-heading {
  background-color: #e1e4e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-light .panel-block.is-active .panel-icon {
  color: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-dark .panel-heading {
  background-color: #293039;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-primary .panel-heading {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-link .panel-heading {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-link .panel-block.is-active .panel-icon {
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-info .panel-heading {
  background-color: #2d70f5;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-info .panel-block.is-active .panel-icon {
  color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-success .panel-heading {
  background-color: #17bb84;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-success .panel-block.is-active .panel-icon {
  color: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-warning .panel-heading {
  background-color: #f67a28;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-danger .panel-heading {
  background-color: #e85444;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-tabs:not(:last-child), .panel-block:not(:last-child) {
  border-bottom: 1px solid #f1f5fb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-heading {
  background-color: #f1f5fb;
  border-radius: .25rem .25rem 0 0;
  color: #15181c;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: .75em 1em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: .875em;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-tabs a {
  border-bottom: 1px solid #c2c9d2;
  margin-bottom: -1px;
  padding: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-tabs a.is-active {
  border-bottom-color: #2d23b1;
  color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-list a {
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-list a:hover {
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-block {
  align-items: center;
  color: #15181c;
  display: flex;
  justify-content: flex-start;
  padding: .5em .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-block input[type=checkbox] {
  margin-right: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-block.is-active {
  border-left-color: #382cdd;
  color: #2d23b1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-block.is-active .panel-icon {
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-block:last-child {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.panel-block, label.panel-block {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.panel-block:hover, label.panel-block:hover {
  background-color: #f1f5fb;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: .75rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs a {
  align-items: center;
  border-bottom-color: #c2c9d2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #15181c;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: .5em 1em;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs a:hover {
  border-bottom-color: #15181c;
  color: #15181c;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs li {
  display: block;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs li.is-active a {
  border-bottom-color: #382cdd;
  color: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs ul {
  align-items: center;
  border-bottom-color: #c2c9d2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs ul.is-left {
  padding-right: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: .75em;
  padding-right: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: .75em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs .icon:first-child {
  margin-right: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs .icon:last-child {
  margin-left: .5em;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-centered ul {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-right ul {
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: .25rem .25rem 0 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-boxed a:hover {
  background-color: #f1f5fb;
  border-bottom-color: #c2c9d2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #c2c9d2;
  border-bottom-color: transparent !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-toggle a {
  border-color: #c2c9d2;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-toggle a:hover {
  background-color: #f1f5fb;
  border-color: #e1e4e8;
  z-index: 2;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-toggle li + li {
  margin-left: -1px;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-toggle li:first-child a {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-toggle li:last-child a {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-toggle li.is-active a {
  background-color: #382cdd;
  border-color: #382cdd;
  color: #fff;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-toggle ul {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-small {
  font-size: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-medium {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tabs.is-large {
  font-size: 1.25rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns:last-child {
  margin-bottom: -0.75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-centered {
  justify-content: center;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-mobile {
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-multiline {
  flex-wrap: wrap;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1*var(--columnGap));
  margin-right: calc(-1*var(--columnGap));
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tile.is-child {
  margin: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tile.is-parent {
  padding: .75rem;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tile.is-vertical {
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-white {
  color: #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-white {
  background-color: #fff !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-black {
  color: #0a0a0a !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-black:hover, a.has-text-black:focus {
  color: #000 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-black {
  background-color: #0a0a0a !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-light {
  color: #e1e4e8 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-light:hover, a.has-text-light:focus {
  color: #c4cad2 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-light {
  background-color: #e1e4e8 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-dark {
  color: #293039 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #14171b !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-dark {
  background-color: #293039 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-primary {
  color: #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #281eb8 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-primary {
  background-color: #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-primary-light {
  color: #eeedfc !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #c5c2f5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-primary-light {
  background-color: #eeedfc !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-primary-dark {
  color: #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #6258e4 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-primary-dark {
  background-color: #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-link {
  color: #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-link:hover, a.has-text-link:focus {
  color: #281eb8 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-link {
  background-color: #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-link-light {
  color: #eeedfc !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c5c2f5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-link-light {
  background-color: #eeedfc !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-link-dark {
  color: #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #6258e4 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-link-dark {
  background-color: #382cdd !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-info {
  color: #2d70f5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-info:hover, a.has-text-info:focus {
  color: #0b54e4 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-info {
  background-color: #2d70f5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-info-light {
  color: #ecf2fe !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #bbd1fc !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-info-light {
  background-color: #ecf2fe !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-info-dark {
  color: #0a50db !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #246af5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-info-dark {
  background-color: #0a50db !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-success {
  color: #17bb84 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-success:hover, a.has-text-success:focus {
  color: #118e64 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-success {
  background-color: #17bb84 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-success-light {
  color: #edfdf7 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #bff7e4 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-success-light {
  background-color: #edfdf7 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-success-dark {
  color: #149f70 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #19cc90 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-success-dark {
  background-color: #149f70 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-warning {
  color: #f67a28 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #e25f09 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-warning {
  background-color: #f67a28 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-warning-light {
  color: #fef3eb !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #fcd5ba !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-warning-light {
  background-color: #fef3eb !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-warning-dark {
  color: #b54d08 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #e6610a !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-warning-dark {
  background-color: #b54d08 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-danger {
  color: #e85444 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #de2e1b !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-danger {
  background-color: #e85444 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-danger-light {
  color: #fdeeed !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #f7c5bf !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-danger-light {
  background-color: #fdeeed !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-danger-dark {
  color: #bf2817 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #e43825 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-danger-dark {
  background-color: #bf2817 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-black-bis {
  color: #293039 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-black-bis {
  background-color: #293039 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-black-ter {
  color: #3e4955 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-black-ter {
  background-color: #3e4955 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-grey-darker {
  color: #526172 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-grey-darker {
  background-color: #526172 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-grey-dark {
  color: #67798e !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-grey-dark {
  background-color: #67798e !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-grey {
  color: #7a7a7a !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-grey {
  background-color: #7a7a7a !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-grey-light {
  color: #8594a5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-grey-light {
  background-color: #8594a5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-grey-lighter {
  color: #a4afbb !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-grey-lighter {
  background-color: #a4afbb !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-white-ter {
  color: #f1f5fb !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-white-ter {
  background-color: #f1f5fb !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-white-bis {
  color: #e1e4e8 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-background-white-bis {
  background-color: #e1e4e8 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-direction-row {
  flex-direction: row !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-direction-column {
  flex-direction: column !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-center {
  justify-content: center !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-space-between {
  justify-content: space-between !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-space-around {
  justify-content: space-around !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-start {
  justify-content: start !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-end {
  justify-content: end !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-left {
  justify-content: left !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-justify-content-right {
  justify-content: right !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-flex-start {
  align-content: flex-start !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-flex-end {
  align-content: flex-end !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-center {
  align-content: center !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-space-between {
  align-content: space-between !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-space-around {
  align-content: space-around !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-stretch {
  align-content: stretch !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-start {
  align-content: start !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-end {
  align-content: end !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-content-baseline {
  align-content: baseline !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-stretch {
  align-items: stretch !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-flex-start {
  align-items: flex-start !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-flex-end {
  align-items: flex-end !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-center {
  align-items: center !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-baseline {
  align-items: baseline !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-start {
  align-items: start !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-end {
  align-items: end !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-self-start {
  align-items: self-start !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-items-self-end {
  align-items: self-end !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-self-auto {
  align-self: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-self-flex-start {
  align-self: flex-start !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-self-flex-end {
  align-self: flex-end !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-self-center {
  align-self: center !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-self-baseline {
  align-self: baseline !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-align-self-stretch {
  align-self: stretch !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-grow-2 {
  flex-grow: 2 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-grow-3 {
  flex-grow: 3 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-grow-4 {
  flex-grow: 4 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-grow-5 {
  flex-grow: 5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-pulled-left {
  float: left !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-pulled-right {
  float: right !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-shadowless {
  box-shadow: none !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-clipped {
  overflow: hidden !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-relative {
  position: relative !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-marginless {
  margin: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-paddingless {
  padding: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.m-0 {
  margin: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.m-1 {
  margin: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mt-1 {
  margin-top: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mr-1 {
  margin-right: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mb-1 {
  margin-bottom: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.ml-1 {
  margin-left: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.m-2 {
  margin: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mt-2 {
  margin-top: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mr-2 {
  margin-right: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mb-2 {
  margin-bottom: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.ml-2 {
  margin-left: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.m-3 {
  margin: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mt-3 {
  margin-top: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mr-3 {
  margin-right: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mb-3 {
  margin-bottom: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.ml-3 {
  margin-left: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mx-3 {
  margin-left: .75rem !important;
  margin-right: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.my-3 {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.m-4 {
  margin: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.m-5 {
  margin: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mr-5 {
  margin-right: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.ml-5 {
  margin-left: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.m-6 {
  margin: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mt-6 {
  margin-top: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mr-6 {
  margin-right: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mb-6 {
  margin-bottom: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.ml-6 {
  margin-left: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.m-auto {
  margin: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mr-auto {
  margin-right: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.ml-auto {
  margin-left: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.p-0 {
  padding: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.p-1 {
  padding: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pt-1 {
  padding-top: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pr-1 {
  padding-right: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pb-1 {
  padding-bottom: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pl-1 {
  padding-left: .25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.p-2 {
  padding: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pt-2 {
  padding-top: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pr-2 {
  padding-right: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pb-2 {
  padding-bottom: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pl-2 {
  padding-left: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.p-3 {
  padding: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pt-3 {
  padding-top: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pr-3 {
  padding-right: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pb-3 {
  padding-bottom: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pl-3 {
  padding-left: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.px-3 {
  padding-left: .75rem !important;
  padding-right: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.p-4 {
  padding: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

/* line 1, app/assets/stylesheets/_bulma.scss */
.p-5 {
  padding: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pr-5 {
  padding-right: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pl-5 {
  padding-left: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.p-6 {
  padding: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pt-6 {
  padding-top: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pr-6 {
  padding-right: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pb-6 {
  padding-bottom: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pl-6 {
  padding-left: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.p-auto {
  padding: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pt-auto {
  padding-top: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pr-auto {
  padding-right: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pb-auto {
  padding-bottom: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.pl-auto {
  padding-left: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-size-1 {
  font-size: 3.75rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-size-2 {
  font-size: 3rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-size-3 {
  font-size: 2.25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-size-4 {
  font-size: 1.25rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-size-5 {
  font-size: 1rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-size-6 {
  font-size: .875rem !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-size-7 {
  font-size: .75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-1-mobile {
    font-size: 3.75rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-2-mobile {
    font-size: 3rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-3-mobile {
    font-size: 2.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-4-mobile {
    font-size: 1.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-5-mobile {
    font-size: 1rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-6-mobile {
    font-size: .875rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-7-mobile {
    font-size: .75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-1-tablet {
    font-size: 3.75rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-2-tablet {
    font-size: 3rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-3-tablet {
    font-size: 2.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-4-tablet {
    font-size: 1.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-5-tablet {
    font-size: 1rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-6-tablet {
    font-size: .875rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-7-tablet {
    font-size: .75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-1-touch {
    font-size: 3.75rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-2-touch {
    font-size: 3rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-3-touch {
    font-size: 2.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-4-touch {
    font-size: 1.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-5-touch {
    font-size: 1rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-6-touch {
    font-size: .875rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-7-touch {
    font-size: .75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-1-desktop {
    font-size: 3.75rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-2-desktop {
    font-size: 3rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-3-desktop {
    font-size: 2.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-4-desktop {
    font-size: 1.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-5-desktop {
    font-size: 1rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-6-desktop {
    font-size: .875rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-7-desktop {
    font-size: .75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-1-widescreen {
    font-size: 3.75rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-2-widescreen {
    font-size: 3rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-3-widescreen {
    font-size: 2.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-4-widescreen {
    font-size: 1.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-5-widescreen {
    font-size: 1rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-6-widescreen {
    font-size: .875rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-7-widescreen {
    font-size: .75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-1-fullhd {
    font-size: 3.75rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-2-fullhd {
    font-size: 3rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-3-fullhd {
    font-size: 2.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-4-fullhd {
    font-size: 1.25rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-5-fullhd {
    font-size: 1rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-6-fullhd {
    font-size: .875rem !important;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-size-7-fullhd {
    font-size: .75rem !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-centered {
  text-align: center !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-justified {
  text-align: justify !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-left {
  text-align: left !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-italic {
  font-style: italic !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-underlined {
  text-decoration: underline !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-weight-medium {
  font-weight: 500 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-family-primary {
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-family-secondary {
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-family-sans-serif {
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-family-monospace {
  font-family: monospace !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-family-code {
  font-family: monospace !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-block-fullhd {
    display: block !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-flex-fullhd {
    display: flex !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-fullhd {
    display: inline !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-hidden {
  display: none !important;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: .01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: .01em !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-hidden-fullhd {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero .navbar {
  background: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero .tabs ul {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white {
  background-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-white strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white .title {
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white .subtitle a:not(.button), .hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-white .navbar-menu {
    background-color: #fff;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white .navbar-item, .hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white .tabs li.is-active a {
  color: #fff !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black {
  background-color: #0a0a0a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-black strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .title {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .subtitle a:not(.button), .hero.is-black .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .navbar-item, .hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, .hero.is-black .navbar-link:hover, .hero.is-black .navbar-link.is-active {
  background-color: #000;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .tabs a {
  color: #fff;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light {
  background-color: #e1e4e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-light .navbar-menu {
    background-color: #e1e4e8;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light .navbar-item, .hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #d3d7dd;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light .tabs li.is-active a {
  color: #e1e4e8 !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: #e1e4e8;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #bfcdd7 0%, #E1E4E8 71%, #eff0f4 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #bfcdd7 0%, #E1E4E8 71%, #eff0f4 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark {
  background-color: #293039;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-dark strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark .title {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark .subtitle a:not(.button), .hero.is-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-dark .navbar-menu {
    background-color: #293039;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark .navbar-item, .hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #1e242a;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark .tabs a {
  color: #fff;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark .tabs li.is-active a {
  color: #293039 !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: #293039;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #11191e 0%, #293039 71%, #31384b 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #11191e 0%, #293039 71%, #31384b 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-primary strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary .title {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary .subtitle a:not(.button), .hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-primary .navbar-menu {
    background-color: #382cdd;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary .navbar-item, .hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #2d21ce;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary .tabs li.is-active a {
  color: #382cdd !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #1324c3 0%, #382CDD 71%, #643ce6 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1324c3 0%, #382CDD 71%, #643ce6 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link {
  background-color: #382cdd;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link .title {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link .subtitle a:not(.button), .hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-link .navbar-menu {
    background-color: #382cdd;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link .navbar-item, .hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #2d21ce;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link .tabs a {
  color: #fff;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link .tabs li.is-active a {
  color: #382cdd !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: #382cdd;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1324c3 0%, #382CDD 71%, #643ce6 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1324c3 0%, #382CDD 71%, #643ce6 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info {
  background-color: #2d70f5;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-info strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .title {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .subtitle a:not(.button), .hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-info .navbar-menu {
    background-color: #2d70f5;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .navbar-item, .hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #155ff4;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .tabs a {
  color: #fff;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .tabs li.is-active a {
  color: #2d70f5 !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2d70f5;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #0078ef 0%, #2D70F5 71%, #4060fb 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0078ef 0%, #2D70F5 71%, #4060fb 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success {
  background-color: #17bb84;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-success strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success .title {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success .subtitle a:not(.button), .hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-success .navbar-menu {
    background-color: #17bb84;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success .navbar-item, .hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #14a474;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success .tabs a {
  color: #fff;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success .tabs li.is-active a {
  color: #17bb84 !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: #17bb84;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #09964f 0%, #17BB84 71%, #14d8b7 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #09964f 0%, #17BB84 71%, #14d8b7 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning {
  background-color: #f67a28;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-warning strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .title {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .subtitle a:not(.button), .hero.is-warning .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-warning .navbar-menu {
    background-color: #f67a28;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .navbar-item, .hero.is-warning .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #f56b10;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .tabs a {
  color: #fff;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .tabs li.is-active a {
  color: #f67a28 !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f67a28;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #eb3600 0%, #F67A28 71%, #fca83c 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #eb3600 0%, #F67A28 71%, #fca83c 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger {
  background-color: #e85444;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-danger strong {
  color: inherit;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger .title {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger .subtitle a:not(.button), .hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-danger .navbar-menu {
    background-color: #e85444;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger .navbar-item, .hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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: #e53f2d;
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: .9;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger .tabs li.is-active a {
  color: #e85444 !important;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.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: #e85444;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ea0f1e 0%, #E85444 71%, #ef7f56 100%);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ea0f1e 0%, #E85444 71%, #ef7f56 100%);
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-small .hero-body {
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.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 1, app/assets/stylesheets/_bulma.scss */
.hero.is-halfheight {
  min-height: 50vh;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero-video {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero-video.is-transparent {
  opacity: .3;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero-video {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero-buttons .button {
    display: flex;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: .75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero-head, .hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .hero-body {
    padding: 3rem 3rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.section {
  padding: 2rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .section {
    padding: 2rem 3rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  /* line 1, app/assets/stylesheets/_bulma.scss */
  .section.is-large {
    padding: 18rem 6rem;
  }
}

/* line 1, app/assets/stylesheets/_bulma.scss */
.footer {
  background-color: #e1e4e8;
  padding: 3rem 1.5rem 6rem;
}

/*!
 * Shuffle CSS Extension for Bulma
 * Copyright 2021 The Shuffle Team
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 5, app/assets/stylesheets/_bulma.scss */
.notification {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-primary {
  border-style: solid;
  border-color: #eeedfc;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-primary.is-light {
  border-style: solid;
  border-color: #382cdd;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-link {
  border-style: solid;
  border-color: #eeedfc;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-link.is-light {
  border-style: solid;
  border-color: #382cdd;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-info {
  border-style: solid;
  border-color: #ecf2fe;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-info.is-light {
  border-style: solid;
  border-color: #0a50db;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-success {
  border-style: solid;
  border-color: #edfdf7;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-success.is-light {
  border-style: solid;
  border-color: #149f70;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-warning {
  border-style: solid;
  border-color: #fef3eb;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-warning.is-light {
  border-style: solid;
  border-color: #b54d08;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-danger {
  border-style: solid;
  border-color: #fdeeed;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.notification.is-danger.is-light {
  border-style: solid;
  border-color: #bf2817;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.navbar-item, .navbar-link {
  padding: 1.5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-absolute {
  position: absolute;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-relative {
  position: relative;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-fixed {
  position: fixed;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-sticky {
  position: sticky;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-top-0 {
  top: 0;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-right-0 {
  right: 0;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-bottom-0 {
  bottom: 0;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-left-0 {
  left: 0;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-cover {
  object-fit: cover;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.is-rounded {
  border-radius: .5rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.box {
  border-width: 0;
  border-color: #c2c9d2;
  border-style: solid;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.button {
  font-weight: 500;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.heading {
  text-transform: none !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.title.has-leading-1 {
  line-height: 1.1;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.title.has-leading-2 {
  line-height: 1.3;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.title.has-leading-3 {
  line-height: 1.5;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.title.has-leading-4 {
  line-height: 1.65;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.title.has-leading-5 {
  line-height: 1.8;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.title.has-leading-6 {
  line-height: 1.8;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.title.has-leading-7 {
  line-height: 1.8;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.subtitle.has-leading-1 {
  line-height: 1.1;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.subtitle.has-leading-2 {
  line-height: 1.3;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.subtitle.has-leading-3 {
  line-height: 1.5;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.subtitle.has-leading-4 {
  line-height: 1.65;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.subtitle.has-leading-5 {
  line-height: 1.8;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.subtitle.has-leading-6 {
  line-height: 1.8;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.subtitle.has-leading-7 {
  line-height: 1.8;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-m-0 {
  margin: -0 !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mt-0 {
  margin-top: -0 !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mr-0 {
  margin-right: -0 !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mb-0 {
  margin-bottom: -0 !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-ml-0 {
  margin-left: -0 !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mx-0 {
  margin-left: -0 !important;
  margin-right: -0 !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-my-0 {
  margin-top: -0 !important;
  margin-bottom: -0 !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-m-1 {
  margin: -0.25rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mt-1 {
  margin-top: -0.25rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mr-1 {
  margin-right: -0.25rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mb-1 {
  margin-bottom: -0.25rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-ml-1 {
  margin-left: -0.25rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-m-2 {
  margin: -0.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mt-2 {
  margin-top: -0.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mr-2 {
  margin-right: -0.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mb-2 {
  margin-bottom: -0.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-ml-2 {
  margin-left: -0.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-m-3 {
  margin: -0.75rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mt-3 {
  margin-top: -0.75rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mr-3 {
  margin-right: -0.75rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mb-3 {
  margin-bottom: -0.75rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-ml-3 {
  margin-left: -0.75rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-m-4 {
  margin: -1rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mt-4 {
  margin-top: -1rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mr-4 {
  margin-right: -1rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mb-4 {
  margin-bottom: -1rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-ml-4 {
  margin-left: -1rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-m-5 {
  margin: -1.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mt-5 {
  margin-top: -1.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mr-5 {
  margin-right: -1.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mb-5 {
  margin-bottom: -1.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-ml-5 {
  margin-left: -1.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mx-5 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-my-5 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-m-6 {
  margin: -3rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mt-6 {
  margin-top: -3rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mr-6 {
  margin-right: -3rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mb-6 {
  margin-bottom: -3rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-ml-6 {
  margin-left: -3rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-mx-6 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.-my-6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

@media screen and (max-width: 768px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-mobile {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-mobile {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-mobile {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-mobile {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-mobile {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-mobile {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-mobile {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-mobile {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-mobile {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-mobile {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-mobile {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-mobile {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-mobile {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-mobile {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-mobile {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-mobile {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-mobile {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-mobile {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-mobile {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-mobile {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-mobile {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-mobile {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-mobile {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-mobile {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-mobile {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-mobile {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-mobile {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-mobile {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-mobile {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-mobile {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-mobile {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-mobile {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-mobile {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-mobile {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-mobile {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-mobile {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-mobile {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-mobile {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-mobile {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-mobile {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-mobile {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-mobile {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-mobile {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-mobile {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-mobile {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-mobile {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-mobile {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-mobile {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-mobile {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-mobile {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-mobile {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-mobile {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-mobile {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-mobile {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-mobile {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-mobile {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-mobile {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-mobile {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-mobile {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-mobile {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-mobile {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-mobile {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-mobile {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-mobile {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-mobile {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-mobile {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-mobile {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-mobile {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-mobile {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-mobile {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-mobile {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-mobile {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-mobile {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-mobile {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-mobile {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-mobile {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-mobile {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-mobile {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-mobile {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-mobile {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-mobile {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-mobile {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-mobile {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-mobile {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-mobile {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-mobile {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-mobile {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-mobile {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-mobile {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-mobile {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-mobile {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-mobile {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-mobile {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-mobile {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-mobile {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-mobile {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-mobile {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-mobile {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-mobile {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-mobile {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-mobile {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-mobile {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-mobile {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-mobile {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-mobile {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-mobile {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-mobile {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-mobile {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-mobile {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-mobile {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-mobile {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-mobile {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-mobile {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-mobile {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-mobile {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-mobile {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-mobile {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-mobile {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-mobile {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-mobile {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-mobile {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-mobile {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-mobile {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-mobile {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-mobile {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-mobile {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-mobile {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-mobile {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-mobile {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-mobile {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-mobile {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-mobile {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-mobile {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-mobile {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-mobile {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-mobile {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-mobile {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-mobile {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-mobile {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-mobile {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-mobile {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-mobile {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-mobile {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-mobile {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-mobile {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-mobile {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-mobile {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-mobile {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-mobile {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-mobile {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-mobile {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-mobile {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-mobile {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-mobile {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-mobile {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-tablet {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-tablet {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-tablet {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-tablet {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-tablet {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-tablet {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-tablet {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-tablet {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-tablet {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-tablet {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-tablet {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-tablet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-tablet {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-tablet {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-tablet {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-tablet {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-tablet {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-tablet {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-tablet {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-tablet {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-tablet {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-tablet {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-tablet {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-tablet {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-tablet {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-tablet {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-tablet {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-tablet {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-tablet {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-tablet {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-tablet {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-tablet {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-tablet {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-tablet {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-tablet {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-tablet {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-tablet {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-tablet {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-tablet {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-tablet {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-tablet {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-tablet {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-tablet {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-tablet {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-tablet {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-tablet {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-tablet {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-tablet {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-tablet {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-tablet {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-tablet {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-tablet {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-tablet {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-tablet {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-tablet {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-tablet {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-tablet {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-tablet {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-tablet {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-tablet {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-tablet {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-tablet {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-tablet {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-tablet {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-tablet {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-tablet {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-tablet {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-tablet {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-tablet {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-tablet {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-tablet {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-tablet {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-tablet {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-tablet {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-tablet {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-tablet {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-tablet {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-tablet {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-tablet {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-tablet {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-tablet {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-tablet {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-tablet {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-tablet {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-tablet {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-tablet {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-tablet {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-tablet {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-tablet {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-tablet {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-tablet {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-tablet {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-tablet {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-tablet {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-tablet {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-tablet {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-tablet {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-tablet {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-tablet {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-tablet {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-tablet {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-tablet {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-tablet {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-tablet {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-tablet {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-tablet {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-tablet {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-tablet {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-tablet {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-tablet {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-tablet {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-tablet {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-tablet {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-tablet {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-tablet {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-tablet {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-tablet {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-tablet {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-tablet {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-tablet {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-tablet {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-tablet {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-tablet {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-tablet {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-tablet {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-tablet {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-tablet {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-tablet {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-tablet {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-tablet {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-tablet {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-tablet {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-tablet {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-tablet {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-tablet {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-tablet {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-tablet {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-tablet {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-tablet {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-tablet {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-tablet {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-tablet {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-tablet {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-tablet {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-tablet {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-tablet {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-tablet {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-tablet {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-tablet {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-tablet {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-tablet {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-tablet {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-tablet {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-tablet {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-tablet {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-tablet {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-tablet {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-tablet {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-tablet-only {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-tablet-only {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-tablet-only {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-tablet-only {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-tablet-only {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-tablet-only {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-tablet-only {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-tablet-only {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-tablet-only {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-tablet-only {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-tablet-only {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-tablet-only {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-tablet-only {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-tablet-only {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-tablet-only {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-tablet-only {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-tablet-only {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-tablet-only {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-tablet-only {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-tablet-only {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-tablet-only {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-tablet-only {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-tablet-only {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-tablet-only {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-tablet-only {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-tablet-only {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-tablet-only {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-tablet-only {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-tablet-only {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-tablet-only {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-tablet-only {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-tablet-only {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-tablet-only {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-tablet-only {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-tablet-only {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-tablet-only {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-tablet-only {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-tablet-only {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-tablet-only {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-tablet-only {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-tablet-only {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-tablet-only {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-tablet-only {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-tablet-only {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-tablet-only {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-tablet-only {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-tablet-only {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-tablet-only {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-tablet-only {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-tablet-only {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-tablet-only {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-tablet-only {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-tablet-only {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-tablet-only {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-tablet-only {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-tablet-only {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-tablet-only {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-tablet-only {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-tablet-only {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-tablet-only {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-tablet-only {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-tablet-only {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-tablet-only {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-tablet-only {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-tablet-only {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-tablet-only {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-tablet-only {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-tablet-only {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-tablet-only {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-tablet-only {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-tablet-only {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-tablet-only {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-tablet-only {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-tablet-only {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-tablet-only {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-tablet-only {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-tablet-only {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-tablet-only {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-tablet-only {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-tablet-only {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-tablet-only {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-tablet-only {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-tablet-only {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-tablet-only {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-tablet-only {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-tablet-only {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-tablet-only {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-tablet-only {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-tablet-only {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-tablet-only {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-tablet-only {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-tablet-only {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-tablet-only {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-tablet-only {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-tablet-only {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-tablet-only {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-tablet-only {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-tablet-only {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-tablet-only {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-tablet-only {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-tablet-only {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-tablet-only {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-tablet-only {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-tablet-only {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-tablet-only {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-tablet-only {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-tablet-only {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-tablet-only {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-tablet-only {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-tablet-only {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-tablet-only {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-tablet-only {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-tablet-only {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-tablet-only {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-tablet-only {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-tablet-only {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-tablet-only {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-tablet-only {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-tablet-only {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-tablet-only {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-tablet-only {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-tablet-only {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-tablet-only {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-tablet-only {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-tablet-only {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-tablet-only {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-tablet-only {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-tablet-only {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-tablet-only {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-tablet-only {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-tablet-only {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-tablet-only {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-tablet-only {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-tablet-only {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-tablet-only {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-tablet-only {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-tablet-only {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-tablet-only {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-tablet-only {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-tablet-only {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-tablet-only {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-tablet-only {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-tablet-only {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-tablet-only {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-tablet-only {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-tablet-only {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-tablet-only {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-tablet-only {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-tablet-only {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-tablet-only {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-tablet-only {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-tablet-only {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-tablet-only {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-tablet-only {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-tablet-only {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-tablet-only {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-tablet-only {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-tablet-only {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-tablet-only {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-tablet-only {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-tablet-only {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-touch {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-touch {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-touch {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-touch {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-touch {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-touch {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-touch {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-touch {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-touch {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-touch {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-touch {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-touch {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-touch {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-touch {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-touch {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-touch {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-touch {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-touch {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-touch {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-touch {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-touch {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-touch {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-touch {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-touch {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-touch {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-touch {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-touch {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-touch {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-touch {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-touch {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-touch {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-touch {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-touch {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-touch {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-touch {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-touch {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-touch {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-touch {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-touch {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-touch {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-touch {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-touch {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-touch {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-touch {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-touch {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-touch {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-touch {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-touch {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-touch {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-touch {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-touch {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-touch {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-touch {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-touch {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-touch {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-touch {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-touch {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-touch {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-touch {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-touch {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-touch {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-touch {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-touch {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-touch {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-touch {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-touch {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-touch {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-touch {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-touch {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-touch {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-touch {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-touch {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-touch {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-touch {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-touch {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-touch {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-touch {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-touch {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-touch {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-touch {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-touch {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-touch {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-touch {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-touch {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-touch {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-touch {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-touch {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-touch {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-touch {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-touch {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-touch {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-touch {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-touch {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-touch {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-touch {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-touch {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-touch {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-touch {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-touch {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-touch {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-touch {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-touch {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-touch {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-touch {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-touch {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-touch {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-touch {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-touch {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-touch {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-touch {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-touch {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-touch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-touch {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-touch {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-touch {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-touch {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-touch {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-touch {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-touch {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-touch {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-touch {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-touch {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-touch {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-touch {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-touch {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-touch {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-touch {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-touch {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-touch {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-touch {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-touch {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-touch {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-touch {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-touch {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-touch {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-touch {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-touch {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-touch {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-touch {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-touch {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-touch {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-touch {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-touch {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-touch {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-touch {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-touch {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-touch {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-touch {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-touch {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-touch {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-touch {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-touch {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-touch {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-touch {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-touch {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-touch {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-touch {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-touch {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-touch {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-touch {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-touch {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-desktop {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-desktop {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-desktop {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-desktop {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-desktop {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-desktop {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-desktop {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-desktop {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-desktop {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-desktop {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-desktop {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-desktop {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-desktop {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-desktop {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-desktop {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-desktop {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-desktop {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-desktop {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-desktop {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-desktop {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-desktop {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-desktop {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-desktop {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-desktop {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-desktop {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-desktop {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-desktop {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-desktop {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-desktop {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-desktop {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-desktop {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-desktop {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-desktop {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-desktop {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-desktop {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-desktop {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-desktop {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-desktop {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-desktop {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-desktop {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-desktop {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-desktop {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-desktop {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-desktop {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-desktop {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-desktop {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-desktop {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-desktop {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-desktop {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-desktop {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-desktop {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-desktop {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-desktop {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-desktop {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-desktop {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-desktop {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-desktop {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-desktop {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-desktop {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-desktop {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-desktop {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-desktop {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-desktop {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-desktop {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-desktop {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-desktop {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-desktop {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-desktop {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-desktop {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-desktop {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-desktop {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-desktop {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-desktop {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-desktop {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-desktop {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-desktop {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-desktop {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-desktop {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-desktop {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-desktop {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-desktop {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-desktop {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-desktop {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-desktop {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-desktop {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-desktop {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-desktop {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-desktop {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-desktop {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-desktop {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-desktop {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-desktop {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-desktop {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-desktop {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-desktop {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-desktop {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-desktop {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-desktop {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-desktop {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-desktop {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-desktop {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-desktop {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-desktop {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-desktop {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-desktop {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-desktop {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-desktop {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-desktop {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-desktop {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-desktop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-desktop {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-desktop {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-desktop {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-desktop {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-desktop {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-desktop {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-desktop {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-desktop {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-desktop {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-desktop {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-desktop {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-desktop {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-desktop {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-desktop {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-desktop {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-desktop {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-desktop {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-desktop {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-desktop {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-desktop {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-desktop {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-desktop {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-desktop {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-desktop {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-desktop {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-desktop {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-desktop {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-desktop {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-desktop {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-desktop {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-desktop {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-desktop {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-desktop {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-desktop {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-desktop {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-desktop {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-desktop {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-desktop {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-desktop {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-desktop {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-desktop {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-desktop {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-desktop {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-desktop {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-desktop {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-desktop {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-desktop {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-desktop {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-desktop-only {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-desktop-only {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-desktop-only {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-desktop-only {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-desktop-only {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-desktop-only {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-desktop-only {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-desktop-only {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-desktop-only {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-desktop-only {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-desktop-only {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-desktop-only {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-desktop-only {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-desktop-only {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-desktop-only {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-desktop-only {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-desktop-only {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-desktop-only {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-desktop-only {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-desktop-only {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-desktop-only {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-desktop-only {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-desktop-only {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-desktop-only {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-desktop-only {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-desktop-only {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-desktop-only {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-desktop-only {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-desktop-only {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-desktop-only {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-desktop-only {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-desktop-only {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-desktop-only {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-desktop-only {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-desktop-only {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-desktop-only {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-desktop-only {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-desktop-only {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-desktop-only {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-desktop-only {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-desktop-only {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-desktop-only {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-desktop-only {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-desktop-only {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-desktop-only {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-desktop-only {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-desktop-only {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-desktop-only {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-desktop-only {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-desktop-only {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-desktop-only {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-desktop-only {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-desktop-only {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-desktop-only {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-desktop-only {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-desktop-only {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-desktop-only {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-desktop-only {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-desktop-only {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-desktop-only {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-desktop-only {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-desktop-only {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-desktop-only {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-desktop-only {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-desktop-only {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-desktop-only {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-desktop-only {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-desktop-only {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-desktop-only {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-desktop-only {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-desktop-only {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-desktop-only {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-desktop-only {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-desktop-only {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-desktop-only {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-desktop-only {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-desktop-only {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-desktop-only {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-desktop-only {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-desktop-only {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-desktop-only {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-desktop-only {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-desktop-only {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-desktop-only {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-desktop-only {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-desktop-only {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-desktop-only {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-desktop-only {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-desktop-only {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-desktop-only {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-desktop-only {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-desktop-only {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-desktop-only {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-desktop-only {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-desktop-only {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-desktop-only {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-desktop-only {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-desktop-only {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-desktop-only {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-desktop-only {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-desktop-only {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-desktop-only {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-desktop-only {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-desktop-only {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-desktop-only {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-desktop-only {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-desktop-only {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-desktop-only {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-desktop-only {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-desktop-only {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-desktop-only {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-desktop-only {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-desktop-only {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-desktop-only {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-desktop-only {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-desktop-only {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-desktop-only {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-desktop-only {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-desktop-only {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-desktop-only {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-desktop-only {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-desktop-only {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-desktop-only {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-desktop-only {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-desktop-only {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-desktop-only {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-desktop-only {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-desktop-only {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-desktop-only {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-desktop-only {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-desktop-only {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-desktop-only {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-desktop-only {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-desktop-only {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-desktop-only {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-desktop-only {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-desktop-only {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-desktop-only {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-desktop-only {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-desktop-only {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-desktop-only {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-desktop-only {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-desktop-only {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-desktop-only {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-desktop-only {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-desktop-only {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-desktop-only {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-desktop-only {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-desktop-only {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-desktop-only {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-desktop-only {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-desktop-only {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-desktop-only {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-desktop-only {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-desktop-only {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-desktop-only {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-desktop-only {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-desktop-only {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-desktop-only {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-desktop-only {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-desktop-only {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-widescreen {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-widescreen {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-widescreen {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-widescreen {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-widescreen {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-widescreen {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-widescreen {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-widescreen {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-widescreen {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-widescreen {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-widescreen {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-widescreen {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-widescreen {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-widescreen {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-widescreen {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-widescreen {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-widescreen {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-widescreen {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-widescreen {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-widescreen {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-widescreen {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-widescreen {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-widescreen {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-widescreen {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-widescreen {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-widescreen {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-widescreen {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-widescreen {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-widescreen {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-widescreen {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-widescreen {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-widescreen {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-widescreen {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-widescreen {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-widescreen {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-widescreen {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-widescreen {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-widescreen {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-widescreen {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-widescreen {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-widescreen {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-widescreen {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-widescreen {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-widescreen {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-widescreen {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-widescreen {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-widescreen {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-widescreen {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-widescreen {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-widescreen {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-widescreen {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-widescreen {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-widescreen {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-widescreen {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-widescreen {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-widescreen {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-widescreen {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-widescreen {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-widescreen {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-widescreen {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-widescreen {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-widescreen {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-widescreen {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-widescreen {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-widescreen {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-widescreen {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-widescreen {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-widescreen {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-widescreen {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-widescreen {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-widescreen {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-widescreen {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-widescreen {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-widescreen {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-widescreen {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-widescreen {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-widescreen {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-widescreen {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-widescreen {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-widescreen {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-widescreen {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-widescreen {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-widescreen {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-widescreen {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-widescreen {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-widescreen {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-widescreen {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-widescreen {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-widescreen {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-widescreen {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-widescreen {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-widescreen {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-widescreen {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-widescreen {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-widescreen {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-widescreen {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-widescreen {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-widescreen {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-widescreen {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-widescreen {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-widescreen {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-widescreen {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-widescreen {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-widescreen {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-widescreen {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-widescreen {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-widescreen {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-widescreen {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-widescreen {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-widescreen {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-widescreen {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-widescreen {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-widescreen {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-widescreen {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-widescreen {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-widescreen {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-widescreen {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-widescreen {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-widescreen {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-widescreen {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-widescreen {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-widescreen {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-widescreen {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-widescreen {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-widescreen {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-widescreen {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-widescreen {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-widescreen {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-widescreen {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-widescreen {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-widescreen {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-widescreen {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-widescreen {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-widescreen {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-widescreen {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-widescreen {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-widescreen {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-widescreen {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-widescreen {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-widescreen {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-widescreen {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-widescreen {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-widescreen {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-widescreen {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-widescreen {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-widescreen {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-widescreen {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-widescreen {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-widescreen {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-widescreen {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-widescreen {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-widescreen {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-widescreen {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-widescreen {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-widescreen {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-widescreen {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-widescreen {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-widescreen {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-widescreen {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-widescreen {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-widescreen {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-widescreen-only {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-widescreen-only {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-widescreen-only {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-widescreen-only {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-widescreen-only {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-widescreen-only {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-widescreen-only {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-widescreen-only {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-widescreen-only {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-widescreen-only {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-widescreen-only {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-widescreen-only {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-widescreen-only {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-widescreen-only {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-widescreen-only {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-widescreen-only {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-widescreen-only {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-widescreen-only {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-widescreen-only {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-widescreen-only {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-widescreen-only {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-widescreen-only {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-widescreen-only {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-widescreen-only {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-widescreen-only {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-widescreen-only {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-widescreen-only {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-widescreen-only {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-widescreen-only {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-widescreen-only {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-widescreen-only {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-widescreen-only {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-widescreen-only {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-widescreen-only {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-widescreen-only {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-widescreen-only {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-widescreen-only {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-widescreen-only {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-widescreen-only {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-widescreen-only {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-widescreen-only {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-widescreen-only {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-widescreen-only {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-widescreen-only {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-widescreen-only {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-widescreen-only {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-widescreen-only {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-widescreen-only {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-widescreen-only {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-widescreen-only {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-widescreen-only {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-widescreen-only {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-widescreen-only {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-widescreen-only {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-widescreen-only {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-widescreen-only {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-widescreen-only {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-widescreen-only {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-widescreen-only {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-widescreen-only {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-widescreen-only {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-widescreen-only {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-widescreen-only {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-widescreen-only {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-widescreen-only {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-widescreen-only {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-widescreen-only {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-widescreen-only {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-widescreen-only {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-widescreen-only {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-widescreen-only {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-widescreen-only {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-widescreen-only {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-widescreen-only {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-widescreen-only {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-widescreen-only {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-widescreen-only {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-widescreen-only {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-widescreen-only {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-widescreen-only {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-widescreen-only {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-widescreen-only {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-widescreen-only {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-widescreen-only {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-widescreen-only {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-widescreen-only {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-widescreen-only {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-widescreen-only {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-widescreen-only {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-widescreen-only {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-widescreen-only {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-widescreen-only {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-widescreen-only {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-widescreen-only {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-widescreen-only {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-widescreen-only {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-widescreen-only {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-widescreen-only {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-widescreen-only {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-widescreen-only {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-widescreen-only {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-widescreen-only {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-widescreen-only {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-widescreen-only {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-widescreen-only {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-widescreen-only {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-widescreen-only {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-widescreen-only {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-widescreen-only {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-widescreen-only {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-widescreen-only {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-widescreen-only {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-widescreen-only {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-widescreen-only {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-widescreen-only {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-widescreen-only {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-widescreen-only {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-widescreen-only {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-widescreen-only {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-widescreen-only {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-widescreen-only {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-widescreen-only {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-widescreen-only {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-widescreen-only {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-widescreen-only {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-widescreen-only {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-widescreen-only {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-widescreen-only {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-widescreen-only {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-widescreen-only {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-widescreen-only {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-widescreen-only {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-widescreen-only {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-widescreen-only {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-widescreen-only {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-widescreen-only {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-widescreen-only {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-widescreen-only {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-widescreen-only {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-widescreen-only {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-widescreen-only {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-widescreen-only {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-widescreen-only {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-widescreen-only {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-widescreen-only {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-widescreen-only {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-widescreen-only {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-widescreen-only {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-widescreen-only {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-widescreen-only {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-widescreen-only {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-widescreen-only {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-widescreen-only {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-widescreen-only {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-widescreen-only {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-widescreen-only {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-widescreen-only {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-widescreen-only {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-widescreen-only {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-widescreen-only {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-widescreen-only {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-0-fullhd {
    margin: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-0-fullhd {
    margin: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-0-fullhd {
    margin-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-0-fullhd {
    margin-top: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-0-fullhd {
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-0-fullhd {
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-0-fullhd {
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-0-fullhd {
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-0-fullhd {
    margin-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-0-fullhd {
    margin-left: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-0-fullhd {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-0-fullhd {
    margin-left: -0 !important;
    margin-right: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-0-fullhd {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-0-fullhd {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-1-fullhd {
    margin: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-1-fullhd {
    margin: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-1-fullhd {
    margin-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-1-fullhd {
    margin-top: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-1-fullhd {
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-1-fullhd {
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-1-fullhd {
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-1-fullhd {
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-1-fullhd {
    margin-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-1-fullhd {
    margin-left: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-1-fullhd {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-1-fullhd {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-1-fullhd {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-1-fullhd {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-2-fullhd {
    margin: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-2-fullhd {
    margin: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-2-fullhd {
    margin-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-2-fullhd {
    margin-top: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-2-fullhd {
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-2-fullhd {
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-2-fullhd {
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-2-fullhd {
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-2-fullhd {
    margin-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-2-fullhd {
    margin-left: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-2-fullhd {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-2-fullhd {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-2-fullhd {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-2-fullhd {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-3-fullhd {
    margin: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-3-fullhd {
    margin: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-3-fullhd {
    margin-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-3-fullhd {
    margin-top: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-3-fullhd {
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-3-fullhd {
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-3-fullhd {
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-3-fullhd {
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-3-fullhd {
    margin-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-3-fullhd {
    margin-left: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-3-fullhd {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-3-fullhd {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-3-fullhd {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-3-fullhd {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-4-fullhd {
    margin: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-4-fullhd {
    margin: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-4-fullhd {
    margin-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-4-fullhd {
    margin-top: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-4-fullhd {
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-4-fullhd {
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-4-fullhd {
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-4-fullhd {
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-4-fullhd {
    margin-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-4-fullhd {
    margin-left: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-4-fullhd {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-4-fullhd {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-4-fullhd {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-4-fullhd {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-5-fullhd {
    margin: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-5-fullhd {
    margin: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-5-fullhd {
    margin-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-5-fullhd {
    margin-top: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-5-fullhd {
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-5-fullhd {
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-5-fullhd {
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-5-fullhd {
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-5-fullhd {
    margin-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-5-fullhd {
    margin-left: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-5-fullhd {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-5-fullhd {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-5-fullhd {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-5-fullhd {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-6-fullhd {
    margin: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-m-6-fullhd {
    margin: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-6-fullhd {
    margin-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mt-6-fullhd {
    margin-top: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-6-fullhd {
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mr-6-fullhd {
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-6-fullhd {
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mb-6-fullhd {
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-6-fullhd {
    margin-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-ml-6-fullhd {
    margin-left: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-6-fullhd {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-mx-6-fullhd {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-6-fullhd {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .-my-6-fullhd {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .m-auto-fullhd {
    margin: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mt-auto-fullhd {
    margin-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mr-auto-fullhd {
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mb-auto-fullhd {
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .ml-auto-fullhd {
    margin-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .mx-auto-fullhd {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .my-auto-fullhd {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-0-fullhd {
    padding: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-0-fullhd {
    padding-top: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-0-fullhd {
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-0-fullhd {
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-0-fullhd {
    padding-left: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-0-fullhd {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-0-fullhd {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-1-fullhd {
    padding: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-1-fullhd {
    padding-top: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-1-fullhd {
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-1-fullhd {
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-1-fullhd {
    padding-left: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-1-fullhd {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-1-fullhd {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-2-fullhd {
    padding: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-2-fullhd {
    padding-top: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-2-fullhd {
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-2-fullhd {
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-2-fullhd {
    padding-left: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-2-fullhd {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-2-fullhd {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-3-fullhd {
    padding: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-3-fullhd {
    padding-top: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-3-fullhd {
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-3-fullhd {
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-3-fullhd {
    padding-left: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-3-fullhd {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-3-fullhd {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-4-fullhd {
    padding: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-4-fullhd {
    padding-top: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-4-fullhd {
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-4-fullhd {
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-4-fullhd {
    padding-left: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-4-fullhd {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-4-fullhd {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-5-fullhd {
    padding: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-5-fullhd {
    padding-top: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-5-fullhd {
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-5-fullhd {
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-5-fullhd {
    padding-left: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-5-fullhd {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-5-fullhd {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-6-fullhd {
    padding: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-6-fullhd {
    padding-top: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-6-fullhd {
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-6-fullhd {
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-6-fullhd {
    padding-left: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-6-fullhd {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-6-fullhd {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .p-auto-fullhd {
    padding: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pt-auto-fullhd {
    padding-top: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pr-auto-fullhd {
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pb-auto-fullhd {
    padding-bottom: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .pl-auto-fullhd {
    padding-left: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .px-auto-fullhd {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .py-auto-fullhd {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-0 {
  max-width: 0rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-none {
  max-width: none;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-xs {
  max-width: 20rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-sm {
  max-width: 24rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-md {
  max-width: 28rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-lg {
  max-width: 32rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-xl {
  max-width: 36rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-2xl {
  max-width: 42rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-3xl {
  max-width: 48rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-4xl {
  max-width: 56rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-5xl {
  max-width: 64rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-6xl {
  max-width: 72rem;
}

/* line 5, app/assets/stylesheets/_bulma.scss */
.has-mw-7xl {
  max-width: 80rem;
}

@media screen and (max-width: 768px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-mobile {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-mobile {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-mobile {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-mobile {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-mobile {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-mobile {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-mobile {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-mobile {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-mobile {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-mobile {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-mobile {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-mobile {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-mobile {
    max-width: 80rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-tablet {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-tablet {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-tablet {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-tablet {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-tablet {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-tablet {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-tablet {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-tablet {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-tablet {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-tablet {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-tablet {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-tablet {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-tablet {
    max-width: 80rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-tablet-only {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-tablet-only {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-tablet-only {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-tablet-only {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-tablet-only {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-tablet-only {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-tablet-only {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-tablet-only {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-tablet-only {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-tablet-only {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-tablet-only {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-tablet-only {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-tablet-only {
    max-width: 80rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-touch {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-touch {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-touch {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-touch {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-touch {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-touch {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-touch {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-touch {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-touch {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-touch {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-touch {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-touch {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-touch {
    max-width: 80rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-desktop {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-desktop {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-desktop {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-desktop {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-desktop {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-desktop {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-desktop {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-desktop {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-desktop {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-desktop {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-desktop {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-desktop {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-desktop {
    max-width: 80rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-desktop-only {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-desktop-only {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-desktop-only {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-desktop-only {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-desktop-only {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-desktop-only {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-desktop-only {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-desktop-only {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-desktop-only {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-desktop-only {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-desktop-only {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-desktop-only {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-desktop-only {
    max-width: 80rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-widescreen {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-widescreen {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-widescreen {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-widescreen {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-widescreen {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-widescreen {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-widescreen {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-widescreen {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-widescreen {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-widescreen {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-widescreen {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-widescreen {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-widescreen {
    max-width: 80rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-widescreen-only {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-widescreen-only {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-widescreen-only {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-widescreen-only {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-widescreen-only {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-widescreen-only {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-widescreen-only {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-widescreen-only {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-widescreen-only {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-widescreen-only {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-widescreen-only {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-widescreen-only {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-widescreen-only {
    max-width: 80rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-0-fullhd {
    max-width: 0rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-none-fullhd {
    max-width: none;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xs-fullhd {
    max-width: 20rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-sm-fullhd {
    max-width: 24rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-md-fullhd {
    max-width: 28rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-lg-fullhd {
    max-width: 32rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-xl-fullhd {
    max-width: 36rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-2xl-fullhd {
    max-width: 42rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-3xl-fullhd {
    max-width: 48rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-4xl-fullhd {
    max-width: 56rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-5xl-fullhd {
    max-width: 64rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-6xl-fullhd {
    max-width: 72rem;
  }
  /* line 5, app/assets/stylesheets/_bulma.scss */
  .has-mw-7xl-fullhd {
    max-width: 80rem;
  }
}
/* line 4, app/assets/stylesheets/stories_domains.scss */
body {
  background-color: #f4f5f6;
}
/*! AUTO-GENERATED — DO NOT EDIT HERE.
 * Vendored from civicos/packages/ui/src/primitives.css (@civicos/ui v0.3.19 @1d50a03) on 2026-08-22.
 * Edit the source in the civicos repo and run `pnpm --filter @civicos/ui sync`.
 * App-specific styles belong in your own namespaced CSS, never in this file. */
/**
 * CivicOS primitives — Layer 1, the cross-product component set.
 *
 * Framework-neutral `.cvc-*` classes on plain HTML → usable from React, Rails ERB,
 * Jinja or vanilla JS. Consumes Layer 0 (tokens.css) only. This is the file that
 * gets vendored into the CMS and council apps alongside tokens.css.
 *
 * What lives here vs in an app: see README.md. Rule of thumb — if two products want
 * it to look the same, it's here; if it's specific to how one product works (the
 * portal's launcher tiles, the council meeting timeline), it stays in that app.
 */

/* ---- Skip link (WCAG 2.4.1) — first focusable control on pages with chrome ---- */
.cvc-skip {
  position: absolute;
  left: var(--cvc-space-3);
  top: var(--cvc-space-3);
  z-index: 4000;
  padding: 8px 14px;
  background: var(--cvc-color-focus);
  color: var(--cvc-color-focus-ink);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
  border-radius: var(--cvc-radius-sm);
  transform: translateY(calc(-100% - 24px));
}
.cvc-skip:focus {
  transform: none;
}

/* ---- Top bar (the standard black brand bar; keeps the logo in one position
   across products). Apps fill their own brand + right-side content. ----
   Secondary labels (council name, Tools, account) share one type spec:
   --cvc-text-sm / 500 / #f2f3f4 / line-height 1.2. Do not restyle that from
   an app — the portal used 0.94rem/600 and the CMS used a 0.875rem name
   override, which is how the two bars drifted. Smoothing is set here so a
   product's body line-height / font-smoothing cannot leak into the bar. */
.cvc-topbar {
  height: 56px; display: flex; align-items: stretch; justify-content: space-between;
  padding: 0 20px; background: var(--cvc-color-text); color: #fff;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.cvc-topbar__brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: #fff; }
/* Buttons keep their intrinsic height. Stretching them fills the 56px bar and
   the 2px GOV.UK bottom edge overflows. Menus still stretch via .cvc-usermenu. */
.cvc-topbar > .cvc-btn { align-self: center; }
.cvc-topbar__mark { width: 28px; height: 28px; display: block; flex: none; }
.cvc-topbar__name { font-weight: 700; letter-spacing: -0.01em; font-size: 1.1rem; color: inherit; }

/* Brand + context on the left, hairline between them. Render .cvc-bar__context
   only when it has content (portal); CMS keeps the wrapper always and hides the
   hairline when the breadcrumb is empty. */
.cvc-bar__left {
  display: flex; align-items: stretch; align-self: stretch; gap: 14px; min-width: 0;
}
.cvc-bar__context {
  display: flex; align-items: stretch; gap: 14px; min-width: 0;
  font-size: var(--cvc-text-sm); font-weight: 500; line-height: 1.2;
  color: #f2f3f4; letter-spacing: normal;
}
.cvc-bar__context:not(:empty)::before {
  content: ""; width: 1px; height: 20px; background: rgba(255, 255, 255, 0.18);
  align-self: center; flex: none;
}
.cvc-context-label { display: flex; align-items: center; color: inherit; }

/* ---- Bar menu + dropdown (account, Tools, More — any product) ----
   Shared contract: the trigger is .cvc-userbtn inside .cvc-usermenu; the panel is
   .cvc-dropdown; it opens ONLY when the panel has .is-open (click). Hover-to-open
   is portal chrome (styles.css), not this file — encoding both here is how
   products drifted (CMS and Committees had to disable hover locally).
   Stretch the topbar (align-items: stretch above) so top: 100% is the bar's
   bottom edge. Don't add vertical padding on .cvc-topbar or the panel sits high.
   .cvc-usermenu stretches itself (align-self) so a centred flex parent cannot
   shrink it to the button's content box — that was how menus sat too high.
   Items: .cvc-dropdown__item. Hang left with .cvc-dropdown--start (More).
   Trigger type size is --cvc-text-sm, same as dropdown items — do not restyle
   the trigger with app nav-link classes or the browser's button font wins. */
.cvc-usermenu { position: relative; display: flex; align-items: stretch; align-self: stretch; }
.cvc-userbtn {
  display: flex; align-items: center; gap: 9px; background: transparent; border: 0;
  cursor: pointer; font: inherit; font-size: var(--cvc-text-sm); font-weight: 500;
  line-height: 1.2; letter-spacing: normal; color: #f2f3f4;
  padding: 0 14px; transition: background 0.12s, color 0.12s;
}
.cvc-usermenu:hover .cvc-userbtn, .cvc-usermenu:focus-within .cvc-userbtn { background: rgba(255,255,255,0.08); color: #fff; }
.cvc-avatar { width: 28px; height: 28px; border-radius: 50%; flex: none; border: 1.5px solid #fff; background: transparent; display: grid; place-items: center; color: #fff; }
.cvc-avatar svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.cvc-caret { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; opacity: 0.85; }
.cvc-dropdown {
  position: absolute; right: 0; top: 100%; min-width: 12rem;
  background: #15181c; border: 1px solid rgba(255,255,255,0.1); border-top: 0; border-radius: 0 0 3px 3px;
  box-shadow: 0 16px 30px rgba(0,0,0,0.45); padding: 4px 0;
  opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-4px); transition: opacity 0.12s, transform 0.12s; z-index: 20;
}
.cvc-dropdown--start { left: 0; right: auto; }
.cvc-dropdown.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.cvc-dropdown__item {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  background: transparent; border: 0; cursor: pointer; font: inherit; font-size: var(--cvc-text-sm); font-weight: 500;
  color: #f2f3f4; text-decoration: none; padding: 9px 18px; transition: background 0.12s, color 0.12s;
}
.cvc-dropdown__item:hover, .cvc-dropdown__item:focus-visible { background: rgba(255,255,255,0.08); color: #fff; text-decoration: none; }
.cvc-dropdown form { margin: 0; }
.cvc-dropdown__item svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* ---- Signed-out landing (portal + Committees; Keycloak theme mirrors the card) ---- */
.cvc-landing {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  background: var(--cvc-color-bg);
  color: var(--cvc-color-text);
  font-family: var(--cvc-font-sans);
  padding: 24px;
  border-top: 3px solid var(--cvc-color-brand);
}
.cvc-signin {
  background: var(--cvc-color-surface);
  border: 1px solid #15181c;
  box-shadow: var(--cvc-shadow);
  max-width: 440px;
  width: 100%;
  overflow: hidden;
}
.cvc-signin__head {
  background: #15181c;
  color: #fff;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cvc-signin__wordmark {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
.cvc-signin__body {
  padding: 32px 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cvc-signin__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
  text-wrap: balance;
}
.cvc-signin__lead {
  color: var(--cvc-color-text-muted);
  margin: 0;
  line-height: 1.5;
}
.cvc-signin__foot {
  color: var(--cvc-color-text-muted);
  font-size: 0.82rem;
  margin: 6px 0 0;
}

/* ---- Buttons (GOV.UK-style solid bottom edge, in indigo) ---- */
.cvc-btn {
  font: inherit; font-weight: 600; font-size: 0.98rem; line-height: 1.1; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid transparent; border-radius: 3px; padding: 11px 18px;
  background: var(--cvc-color-brand); color: var(--cvc-color-brand-contrast);
  text-decoration: none;
  box-shadow: 0 2px 0 #1a1170;
  transition: background 0.14s ease, box-shadow 0.1s ease, transform 0.06s ease, color 0.14s ease, border-color 0.14s ease;
}
/* Icons in buttons — sized to the text, line-style by default (matches the system's icons). */
.cvc-btn svg { width: 1.05em; height: 1.05em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cvc-btn:hover { background: #2f25c4; }
.cvc-btn:active { transform: translateY(2px); box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
.cvc-btn:disabled { opacity: 0.42; cursor: not-allowed; }
.cvc-btn--secondary { background: #e8eaf1; color: var(--cvc-color-text); box-shadow: 0 2px 0 #b2b8c6; }
.cvc-btn--secondary:hover { background: #dbdfea; }
/* Primary on a DARK surface (top bars, CTA bands): white button, ink text, grey edge. */
.cvc-btn--inverse { background: #ffffff; color: var(--cvc-color-text); box-shadow: 0 2px 0 #c2c7d0; }
.cvc-btn--inverse:hover { background: #eef0f6; }
.cvc-btn--ghost { background: transparent; color: var(--cvc-color-brand); box-shadow: none; padding-left: 6px; padding-right: 6px; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; }
.cvc-btn--ghost:hover { color: var(--cvc-color-brand-dark); background: transparent; }
.cvc-btn--danger { background: var(--cvc-color-danger); color: #fff; box-shadow: 0 2px 0 #6e0d07; }
.cvc-btn--danger:hover { background: #9d1109; }
.cvc-btn--sm { padding: 7px 12px; font-size: 0.86rem; }
.cvc-btn--block { display: block; width: 100%; text-align: center; padding: 14px 22px; font-size: 1.02rem; }
.cvc-btn:focus-visible { outline: 3px solid transparent; background: var(--cvc-color-focus); color: var(--cvc-color-focus-ink); box-shadow: 0 2px 0 var(--cvc-color-focus-ink); text-decoration: none; }

/* ---- Panels / cards ---- */
.cvc-panel { background: var(--cvc-color-surface); border: 1px solid var(--cvc-color-border); padding: 20px 22px; }
.cvc-panel h2, .cvc-panel h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 12px; }
.cvc-panel p { margin: 0; color: var(--cvc-color-text-muted); font-size: 0.94rem; line-height: 1.55; }

/* ---- Tag chips (metadata: roles, permissions, categories — NOT status) ----
   Deliberately different from status pills: mono, bordered, squared, no dot. */
.cvc-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--cvc-font-mono); font-size: 0.76rem; font-weight: 500;
  padding: 2px 8px; border-radius: var(--cvc-radius-sm);
  background: var(--cvc-color-muted); color: var(--cvc-color-text-muted);
  border: 1px solid var(--cvc-color-border-strong);
}
.cvc-chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }

/* ---- Status pills (live state of a thing — has a status dot) ---- */
.cvc-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.01em;
  padding: 3px 10px; border-radius: 999px;
  background: var(--cvc-color-border); color: var(--cvc-color-text);
}
.cvc-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.cvc-pill--success { background: var(--cvc-color-success-soft); color: var(--cvc-color-success); }
.cvc-pill--warning { background: var(--cvc-color-warning-soft); color: var(--cvc-color-warning); }
.cvc-pill--danger  { background: var(--cvc-color-danger-soft);  color: var(--cvc-color-danger); }
.cvc-pill--brand   { background: var(--cvc-color-brand-soft);   color: var(--cvc-color-brand-dark); }
/* Cancelled: muted, dot becomes a hollow ring to read as "called off". */
.cvc-pill--cancelled { background: #eceef2; color: #5a6270; }
.cvc-pill--cancelled::before { background: transparent; border: 1.5px solid currentColor; width: 8px; height: 8px; }

/* ---- Form controls ----
   Editable fields always sit on --cvc-color-surface (white), never page ground
   (--cvc-color-bg / muted indigo). Soft brand tint is for focus rings and
   notices — not field fills. Dense UIs (modals, toolbars) use --sm. */
.cvc-field { display: grid; gap: 6px; }
.cvc-label { font-size: 0.86rem; font-weight: 600; color: var(--cvc-color-text); }
.cvc-input, .cvc-select, .cvc-textarea {
  font: inherit; font-size: 0.95rem; color: var(--cvc-color-text);
  background: var(--cvc-color-surface); border: 1px solid var(--cvc-color-border-strong);
  border-radius: var(--cvc-radius-sm); padding: 9px 12px; width: 100%;
  transition: border-color 0.14s, box-shadow 0.14s;
}
.cvc-input:focus, .cvc-select:focus, .cvc-textarea:focus { outline: none; border-color: var(--cvc-color-brand); box-shadow: 0 0 0 3px var(--cvc-color-brand-soft); }
.cvc-input:disabled, .cvc-select:disabled, .cvc-textarea:disabled {
  background: var(--cvc-color-muted); color: var(--cvc-color-text-muted); cursor: not-allowed;
}
.cvc-input--sm, .cvc-select--sm, .cvc-textarea--sm {
  font-size: 0.85rem; padding: 5px 8px;
}
/* Toolbar select matching .cvc-btn--secondary / .cvc-btn--sm (filters next to
   action buttons). Not a full-width form field — width hugs the selected option. */
.cvc-select--btn {
  width: auto;
  max-width: 100%;
  font-weight: 600;
  font-size: 0.86rem;
  line-height: 1.1;
  padding: 7px 28px 7px 12px;
  color: var(--cvc-color-text);
  background-color: #e8eaf1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' fill='none' stroke='%2315181C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 2px 0 #b2b8c6;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.14s ease, box-shadow 0.1s ease, transform 0.06s ease, color 0.14s ease;
}
.cvc-select--btn:hover { background-color: #dbdfea; }
.cvc-select--btn:active { transform: translateY(2px); box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
.cvc-select--btn:focus { outline: none; border-color: transparent; box-shadow: 0 2px 0 #b2b8c6; }
.cvc-select--btn:focus-visible {
  outline: 3px solid transparent;
  background-color: var(--cvc-color-focus);
  color: var(--cvc-color-focus-ink);
  box-shadow: 0 2px 0 var(--cvc-color-focus-ink);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' fill='none' stroke='%2315181C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}
.cvc-select--btn:disabled {
  opacity: 0.42; cursor: not-allowed; transform: none;
  background-color: #e8eaf1; color: var(--cvc-color-text);
}
/* Filter-toolbar text field matching .cvc-select--btn height (search next to
   filter menus). Same padding / type / chrome; full width of its grid cell. */
.cvc-input--btn {
  width: 100%;
  font: inherit;
  font-weight: 600;
  font-size: 0.86rem;
  line-height: 1.1;
  padding: 7px 12px;
  color: var(--cvc-color-text);
  background-color: #e8eaf1;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 2px 0 #b2b8c6;
  box-sizing: border-box;
  transition: background-color 0.14s ease, box-shadow 0.1s ease, color 0.14s ease;
}
.cvc-input--btn:hover { background-color: #dbdfea; }
.cvc-input--btn:focus {
  outline: none; border-color: transparent;
  box-shadow: 0 2px 0 #b2b8c6;
}
.cvc-input--btn:focus-visible {
  outline: 3px solid transparent;
  background-color: var(--cvc-color-focus);
  color: var(--cvc-color-focus-ink);
  box-shadow: 0 2px 0 var(--cvc-color-focus-ink);
}
.cvc-input--btn::placeholder { color: var(--cvc-color-text-muted); font-weight: 500; }
/* Search field — white editable surface with a leading magnifier. This is
   deliberately distinct from the filled .cvc-select--btn filter trigger while
   matching its 34px toolbar height. */
.cvc-search {
  position: relative;
  display: block;
  width: 100%;
}
.cvc-search::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: no-repeat center / 14px 14px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle cx='6' cy='6' r='4.25' fill='none' stroke='%235b6470' stroke-width='1.5'/%3E%3Cpath d='m9.25 9.25 3 3' fill='none' stroke='%235b6470' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  pointer-events: none;
}
.cvc-search__input {
  width: 100%;
  min-height: 34px;
  box-sizing: border-box;
  padding: 7px 12px 7px 34px;
  font: inherit;
  font-size: 0.86rem;
  line-height: 1.1;
  color: var(--cvc-color-text);
  background: var(--cvc-color-surface);
  border: 1px solid var(--cvc-color-border-strong);
  border-radius: var(--cvc-radius-sm);
  transition: border-color 0.14s, box-shadow 0.14s;
}
.cvc-search__input::placeholder { color: var(--cvc-color-text-muted); }
.cvc-search__input:focus {
  outline: none;
  border-color: var(--cvc-color-brand);
  box-shadow: 0 0 0 3px var(--cvc-color-brand-soft);
}
.cvc-search__input:disabled {
  background: var(--cvc-color-muted);
  color: var(--cvc-color-text-muted);
  cursor: not-allowed;
}
.cvc-hint { font-size: 0.82rem; color: var(--cvc-color-text-muted); }
/* Read-only mirror of a textarea (Markdown preview, etc.): same chrome, no edit cue. */
.cvc-input-static {
  font: inherit; font-size: 0.95rem; color: var(--cvc-color-text);
  background: var(--cvc-color-surface); border: 1px solid var(--cvc-color-border);
  border-radius: var(--cvc-radius-sm); padding: 9px 12px; width: 100%;
  line-height: 1.5; box-sizing: border-box;
}
.cvc-input-static--sm { font-size: 0.85rem; padding: 5px 8px; }
.cvc-check {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.9rem; color: var(--cvc-color-text); cursor: pointer; user-select: none;
}
.cvc-check input[type="checkbox"] {
  width: 24px; height: 24px; margin: 0; flex: none;
  accent-color: var(--cvc-color-brand); cursor: pointer;
}

/* ---- Form layout ----
   Stack long forms in .cvc-form. One topic per .cvc-form__section, separated
   by .cvc-form__rule. Field context that is not the value lives in .cvc-tip
   (the (i) badge), not a paragraph under every input. */
.cvc-form { display: flex; flex-direction: column; gap: 28px; }
.cvc-form__section { display: flex; flex-direction: column; gap: 16px; }
.cvc-form__header {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 8px;
}
.cvc-form__title {
  margin: 0; font-size: 1.05rem; font-weight: 650; color: var(--cvc-color-text);
}
.cvc-form__lede {
  margin: 0; font-size: var(--cvc-text-sm); color: var(--cvc-color-text-muted); line-height: 1.45;
}
.cvc-form__rule {
  border: 0; height: 0; margin: 0; border-top: 1px solid var(--cvc-color-border);
}
.cvc-form__row {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;
}
@media (max-width: 640px) {
  .cvc-form__row { grid-template-columns: 1fr; }
}
.cvc-form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.cvc-form__panel {
  display: flex; flex-direction: column; gap: 16px;
  padding: 16px 18px; background: var(--cvc-color-muted);
  border: 1px solid var(--cvc-color-border); border-radius: var(--cvc-radius);
}
.cvc-form__panel--gate { border-style: dashed; }
.cvc-field__title { display: flex; align-items: center; gap: 2px; min-height: 24px; }

/* Multi-select as chips (committee types, categories). The label is the 24×24
   target; the input stays 24px so it matches .cvc-check. */
.cvc-choices { display: flex; flex-wrap: wrap; gap: 8px; }
.cvc-choice {
  display: inline-flex; align-items: center; gap: 6px; margin: 0;
  padding: 4px 10px 4px 8px; background: var(--cvc-color-muted);
  border: 1px solid var(--cvc-color-border); border-radius: var(--cvc-radius-pill);
  font-size: var(--cvc-text-sm); font-weight: 500; color: var(--cvc-color-text);
  cursor: pointer; user-select: none;
}
.cvc-choice:has(:checked) {
  background: var(--cvc-color-brand-soft); border-color: var(--cvc-color-brand);
}
.cvc-choice input {
  width: 24px; height: 24px; margin: 0; flex: none;
  accent-color: var(--cvc-color-brand); cursor: pointer;
}

/* ---- Searchable multi-select (picks) ----
   Selected values are chips in the field. The input filters a listbox.
   `.cvc-picks--open` shows the list. Create-new is a list option
   (`.cvc-picks__create`), not a separate control. */
.cvc-picks { position: relative; display: grid; gap: 6px; }
.cvc-picks__control {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  box-sizing: border-box; min-height: 42px; padding: 5px 8px; width: 100%;
  background: var(--cvc-color-surface); border: 1px solid var(--cvc-color-border-strong);
  border-radius: var(--cvc-radius-sm);
}
.cvc-picks__control:focus-within {
  outline: none; border-color: var(--cvc-color-brand);
  box-shadow: 0 0 0 3px var(--cvc-color-brand-soft);
}
.cvc-picks__chip {
  display: inline-flex; align-items: center; gap: 2px;
  max-width: 100%; padding: 2px 4px 2px 10px;
  background: var(--cvc-color-brand-soft); border: 1px solid var(--cvc-color-brand);
  border-radius: var(--cvc-radius-pill);
  font-size: var(--cvc-text-sm); font-weight: 500; color: var(--cvc-color-brand-dark);
}
.cvc-picks__chip-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cvc-picks__chip-remove {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; margin: 0; padding: 0; border: 0;
  border-radius: 999px; background: transparent; color: inherit;
  font: inherit; font-size: 1rem; line-height: 1; cursor: pointer;
}
.cvc-picks__chip-remove:hover { background: color-mix(in srgb, var(--cvc-color-brand) 16%, transparent); }
.cvc-picks__input {
  flex: 1 1 8rem; min-width: 8rem; min-height: 28px; margin: 0; padding: 2px 4px;
  border: 0; background: transparent; color: var(--cvc-color-text);
  font: inherit; font-size: 0.95rem;
}
.cvc-picks__input:focus { outline: none; }
.cvc-picks__input::placeholder { color: var(--cvc-color-text-muted); }
.cvc-picks__list {
  display: none; position: absolute; z-index: 20; top: calc(100% + 4px); left: 0; right: 0;
  margin: 0; padding: 4px 0; list-style: none; max-height: 16rem; overflow: auto;
  background: var(--cvc-color-surface); border: 1px solid var(--cvc-color-border-strong);
  border-radius: var(--cvc-radius-sm); box-shadow: var(--cvc-shadow-sm);
}
.cvc-picks--open .cvc-picks__list { display: block; }
.cvc-picks__option,
.cvc-picks__empty {
  display: block; width: 100%; margin: 0; padding: 8px 12px; border: 0;
  background: transparent; color: var(--cvc-color-text);
  font: inherit; font-size: 0.92rem; text-align: left; cursor: pointer;
}
.cvc-picks__empty { color: var(--cvc-color-text-muted); cursor: default; }
.cvc-picks__option:hover,
.cvc-picks__option[aria-selected="true"] {
  background: var(--cvc-color-brand-soft); color: var(--cvc-color-brand-dark);
}
.cvc-picks__create { font-weight: 600; }

/* ---- Pipeline (ordered steps as destinations) ----
   Tiles are a fixed size so a chain reads as one system. When they do not
   fit a row they WRAP — do not hide steps in a horizontal scroller. Each
   tile is a real href; numbering keeps the sequence after wrap. */
.cvc-pipeline {
  display: flex; flex-wrap: wrap; align-items: stretch; gap: 8px;
  margin: 0; padding: 0; list-style: none;
}
.cvc-pipeline__item { display: flex; align-items: center; gap: 8px; }
.cvc-pipeline__arrow { flex: none; color: var(--cvc-color-text-muted); font-size: 0.9rem; }
.cvc-pipeline__step {
  box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between;
  gap: 4px; width: 10.5rem; min-height: 5.5rem; padding: 10px 12px;
  background: var(--cvc-color-muted); border: 1px solid var(--cvc-color-border);
  border-radius: var(--cvc-radius); color: var(--cvc-color-text); text-decoration: none;
}
.cvc-pipeline__step:hover { text-decoration: none; border-color: var(--cvc-color-border-strong); }
.cvc-pipeline__step[aria-current="step"] {
  background: var(--cvc-color-brand-soft); border-color: var(--cvc-color-brand);
}
.cvc-pipeline__step--gate { border-style: dashed; }
.cvc-pipeline__kind {
  font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em;
  color: var(--cvc-color-text-muted);
}
.cvc-pipeline__label { font-size: 0.9rem; font-weight: 650; line-height: 1.25; }
.cvc-pipeline__meta { font-size: var(--cvc-text-sm); color: var(--cvc-color-text-muted); }

/* ---- Notices / alerts ---- */
.cvc-notice { border: 1px solid var(--cvc-color-border); border-left-width: 4px; padding: 12px 16px; background: var(--cvc-color-surface); font-size: 0.92rem; line-height: 1.5; }
.cvc-notice strong { font-weight: 700; }
.cvc-notice--success { border-left-color: var(--cvc-color-success); background: var(--cvc-color-success-soft); }
.cvc-notice--warning { border-left-color: var(--cvc-color-warning); background: var(--cvc-color-warning-soft); }
.cvc-notice--danger  { border-left-color: var(--cvc-color-danger);  background: var(--cvc-color-danger-soft); }
.cvc-notice--info    { border-left-color: var(--cvc-color-brand);   background: var(--cvc-color-brand-soft); }

/* ---- Context banner (full-bleed strip: viewing another version, preview mode)
   Distinct from .cvc-notice (in-flow card callout). Use for page/column chrome
   that must stay visible while the user reads a non-current document state. */
.cvc-banner {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid transparent;
  box-shadow: var(--cvc-shadow-sm);
  box-sizing: border-box;
}
.cvc-banner__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  box-sizing: border-box;
}
.cvc-banner__text {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: inherit;
}
.cvc-banner__text strong { font-weight: 700; }
.cvc-banner__link {
  color: var(--cvc-color-brand);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cvc-banner__link:hover { text-decoration: none; }
.cvc-banner__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}
.cvc-banner__dismiss {
  appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.75;
}
.cvc-banner__dismiss:hover { opacity: 1; background: rgba(21, 24, 28, 0.08); }
.cvc-banner--warning {
  background: var(--cvc-color-warning-soft);
  border-bottom-color: color-mix(in srgb, var(--cvc-color-warning) 28%, #ffffff);
  border-left: 4px solid var(--cvc-color-warning);
  color: var(--cvc-color-warning);
}
.cvc-banner--warning .cvc-banner__dismiss:hover {
  background: color-mix(in srgb, var(--cvc-color-warning) 12%, transparent);
}
@media (max-width: 768px) {
  .cvc-banner__inner { padding: 10px 12px; align-items: flex-start; }
  .cvc-banner__text { font-size: 0.8125rem; }
}

/* ---- Hover tip (ink popover on hover/focus) ----
   Wrap a trigger (plain text, a <time>, or the optional .cvc-tip__i badge) and a
   .cvc-tip__pop. Opens on :hover / :focus / :focus-within — no JS required.

   Placement modifiers:
   - .cvc-tip--above  open upward (sticky bars, table action cells)
   - .cvc-tip--end    align the pop's end edge to the trigger (opens leftward in
                      LTR) — use in the last column of a .cvc-table so the pop
                      stays inside the scrollport instead of inflating scrollWidth
*/
.cvc-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: help;
  outline: none;
}
.cvc-tip__i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  opacity: 0.8;
}
.cvc-tip__pop {
  /* display:none when closed so the pop doesn't inflate a parent scrollHeight
     (visibility:hidden absolute boxes still do — that caused phantom vertical
     scrollbars on .cvc-table-scroll). */
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  width: max-content;
  max-width: 280px;
  padding: 8px 11px;
  background: var(--cvc-color-text);
  color: var(--cvc-color-surface);
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.45;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(21, 24, 28, 0.28);
  pointer-events: none;
}
.cvc-tip--above .cvc-tip__pop {
  top: auto;
  bottom: calc(100% + 8px);
}
.cvc-tip--end .cvc-tip__pop {
  left: auto;
  right: 0;
}
.cvc-tip:hover .cvc-tip__pop,
.cvc-tip:focus .cvc-tip__pop,
.cvc-tip:focus-within .cvc-tip__pop {
  display: block;
}
/* Escape scrollport overflow when CSS anchor positioning is available: a
   position:absolute tip inside .cvc-table-scroll otherwise extends scrollWidth
   on hover and flashes a horizontal scrollbar. Fixed + anchor paints over the
   edge without becoming scrollable overflow. */
@supports (anchor-name: --cvc-tip) {
  /* Scope the shared name to each wrapper. Without anchor-scope every pop
     resolves to the same (last) --cvc-tip anchor in the document. */
  .cvc-tip {
    anchor-name: --cvc-tip;
    anchor-scope: --cvc-tip;
  }
  .cvc-tip__pop {
    position: fixed;
    position-anchor: --cvc-tip;
    left: anchor(--cvc-tip left);
    top: anchor(--cvc-tip bottom);
    margin-top: 8px;
    right: auto;
    bottom: auto;
  }
  .cvc-tip--above .cvc-tip__pop {
    top: auto;
    bottom: anchor(--cvc-tip top);
    margin-top: 0;
    margin-bottom: 8px;
  }
  .cvc-tip--end .cvc-tip__pop {
    left: auto;
    right: anchor(--cvc-tip right);
  }
}

/* ---- Data table — ink header (default), hairline rows, on an ink-bordered wrapper.
   `.cvc-table--surface` is the white-header variant for public / reading surfaces. ---- */
.cvc-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.cvc-table th, .cvc-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--cvc-color-border); vertical-align: middle; white-space: nowrap; }
.cvc-table thead th { background: var(--cvc-color-text); color: var(--cvc-color-surface); font-weight: 600; vertical-align: middle; }
.cvc-table--surface thead th {
  background: var(--cvc-color-surface);
  color: var(--cvc-color-text);
  border-bottom: 2px solid var(--cvc-color-text);
}
.cvc-table tbody tr:last-child td { border-bottom: none; }
.cvc-table tbody tr:hover { background: var(--cvc-color-muted); }
/* Bordered container for a .cvc-table (+ optional footer). The table scrolls
   horizontally inside .cvc-table-scroll so an attached footer stays put.
   overflow:visible on the wrap lets tip pops (with .cvc-tip--end / --above, or
   CSS anchor positioning) paint over the ink border without being clipped. */
.cvc-table-wrap { border: 1px solid var(--cvc-color-text); background: var(--cvc-color-surface); overflow: visible; }
/* overflow-x alone makes overflow-y compute to auto (CSS overflow pairing),
   which shows a useless vertical scrollbar when a descendant (e.g. a tip pop)
   extends the scrollHeight. Pin y to clip so only horizontal scroll appears,
   and tips that still escape do so without a phantom y-scrollbar. Prefer
   .cvc-tip--end + .cvc-tip--above in trailing action cells so the open tip
   stays inside this scrollport when CSS anchors are unavailable. */
.cvc-table-scroll { overflow-x: auto; overflow-y: clip; }
/* Footer bar attached inside the wrapper — row count on the left, pager on the right. */
.cvc-table-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 11px 16px; border-top: 1px solid var(--cvc-color-border); background: var(--cvc-color-muted); }
.cvc-table-foot__count { color: var(--cvc-color-text-muted); font-size: 0.86rem; }
.cvc-table-foot .cvc-pagination { margin-top: 0; }

/* ---- Table calendar — month view of dated rows from a data table.
   Lives inside `.cvc-table-wrap`. `.cvc-cal--surface` matches the white
   public table header. Week starts Monday. Products wire prev/next and
   item destinations as real links; keep the current scroll position on
   same-page month / view switches. ---- */
.cvc-cal { background: var(--cvc-color-surface); }
.cvc-cal__nav {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 16px; border-bottom: 1px solid var(--cvc-color-border);
}
.cvc-cal__title { margin: 0; font-size: 1rem; font-weight: 600; }
.cvc-cal__grid {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr));
}
.cvc-cal__dow {
  padding: 10px 12px; background: var(--cvc-color-text); color: var(--cvc-color-surface);
  font-weight: 600; font-size: 0.78rem; letter-spacing: 0.02em;
}
.cvc-cal--surface .cvc-cal__dow {
  background: var(--cvc-color-surface); color: var(--cvc-color-text);
  border-bottom: 2px solid var(--cvc-color-text);
}
.cvc-cal__cell {
  min-height: 7.25rem; padding: 8px 10px 10px; box-sizing: border-box;
  border-bottom: 1px solid var(--cvc-color-border);
  border-right: 1px solid var(--cvc-color-border);
  vertical-align: top;
}
.cvc-cal__cell:nth-child(7n) { border-right: none; }
.cvc-cal__cell.is-out { background: var(--cvc-color-bg); }
.cvc-cal__cell.is-today { box-shadow: inset 0 0 0 2px var(--cvc-color-brand); }
.cvc-cal__day { font-weight: 600; font-size: 0.82rem; margin-bottom: 6px; }
.cvc-cal__cell.is-out .cvc-cal__day { color: var(--cvc-color-text-muted); }
.cvc-cal__items { list-style: none; margin: 0; padding: 0; }
.cvc-cal__items li + li { margin-top: 4px; }
.cvc-cal__item {
  display: block; font-size: 0.82rem; line-height: 1.35; font-weight: 600;
  color: var(--cvc-color-brand); text-decoration: underline; text-underline-offset: 2px;
  white-space: normal; overflow-wrap: break-word;
}
.cvc-cal__item-meta {
  display: block; font-weight: 400; color: var(--cvc-color-text-muted);
}
@media (max-width: 640px) {
  .cvc-cal__nav { flex-wrap: wrap; }
  .cvc-cal__grid { display: flex; flex-direction: column; }
  .cvc-cal__dow { display: none; }
  .cvc-cal__cell { min-height: 0; border-right: none; }
  .cvc-cal__cell.is-out:not(.has-items) { display: none; }
}

/* ---- Pagination ---- */
.cvc-pagination { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 16px; font-size: 0.9rem; }
.cvc-pagination__list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.cvc-pagination__page, .cvc-pagination__step { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 11px; border: 1px solid var(--cvc-color-border-strong); background: var(--cvc-color-surface); color: var(--cvc-color-text); text-decoration: none; font-weight: 600; border-radius: 6px; }
.cvc-pagination__page:hover, .cvc-pagination__step:hover { background: var(--cvc-color-bg); }
.cvc-pagination__page.is-current { background: var(--cvc-color-brand); border-color: var(--cvc-color-brand); color: #fff; }
.cvc-pagination__step.is-disabled { opacity: 0.4; pointer-events: none; }
.cvc-pagination__gap { padding: 0 4px; color: var(--cvc-color-text-muted); }
.cvc-pagination__page:focus-visible, .cvc-pagination__step:focus-visible { outline: 3px solid #ffdd00; outline-offset: 1px; }

/* Mobile: each row collapses into a stacked card. Cells are labelled with their
   column name via `data-label="…"`; a cell with no data-label (e.g. the identity
   or an actions cell) just shows its content. The header row is kept for assistive
   tech but hidden visually. */
@media (max-width: 640px) {
  /* Header hidden visually but kept for assistive tech (cells are labelled via
     data-label below). */
  .cvc-table thead {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
  }
  .cvc-table, .cvc-table tbody, .cvc-table tr, .cvc-table td {
    display: block; width: 100%; box-sizing: border-box;
  }
  .cvc-table tr { padding: 14px 16px; border-bottom: 1px solid var(--cvc-color-border); }
  .cvc-table tbody tr:last-child { border-bottom: none; }
  .cvc-table tbody tr:hover { background: transparent; }
  .cvc-table td { padding: 10px 0 0; border: 0; white-space: normal; text-align: left; }
  .cvc-table td:first-child { padding-top: 0; }
  .cvc-table td[data-label]::before {
    content: attr(data-label); display: block; margin-bottom: 5px;
    font-weight: 700; font-size: 0.7rem; text-transform: uppercase;
    letter-spacing: 0.05em; color: var(--cvc-color-text-muted);
  }
  /* Footer stacks: count above the pager. */
  .cvc-table-foot { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ---- Eyebrow (small uppercase brand label above a heading) ---- */
.cvc-eyebrow { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; font-weight: 700; color: var(--cvc-color-brand); margin: 0 0 12px; }

/* ---- Breadcrumb (product-wide location trail) ----
   Horizontal ol; last crumb is the current page (no link). Without these
   rules the browser paints a numbered stacked list. */
.cvc-breadcrumb { margin: 0 0 1.25rem; }
.cvc-breadcrumb__list {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.15rem 0;
  list-style: none; margin: 0; padding: 0;
  font-size: 0.9rem; line-height: 1.4;
}
.cvc-breadcrumb__item { display: inline-flex; align-items: center; }
.cvc-breadcrumb__sep {
  margin: 0 0.45rem; color: var(--cvc-color-text-muted); font-weight: 400;
  user-select: none;
}
.cvc-breadcrumb__link {
  color: var(--cvc-color-brand); font-weight: 600; text-decoration: none;
}
.cvc-breadcrumb__link:hover { text-decoration: underline; text-underline-offset: 3px; }
.cvc-breadcrumb__current {
  color: var(--cvc-color-text); font-weight: 700;
}

/* ---- Stat strip (metrics) ----
   Default: editorial row — big tabular numbers, hairline dividers, no box.
   --cells: a bordered dashboard grid. --display: big hero numbers, sentence labels. */
.cvc-stats { display: flex; flex-wrap: wrap; }
.cvc-stat { padding: 2px 28px; border-left: 1px solid var(--cvc-color-border-strong); }
.cvc-stat:first-child { padding-left: 0; border-left: 0; }
.cvc-stat__num { display: block; font-size: 2.1rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums; }
.cvc-stat__label { display: block; font-size: 0.76rem; color: var(--cvc-color-text-muted); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 8px; }
.cvc-stats--cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); border: 1px solid var(--cvc-color-border); background: var(--cvc-color-surface); }
.cvc-stats--cells .cvc-stat { padding: 16px 20px; border-left: 1px solid var(--cvc-color-border); }
.cvc-stats--cells .cvc-stat:first-child { border-left: 0; padding-left: 20px; }
.cvc-stats--cells .cvc-stat__num { font-size: 1.7rem; }
.cvc-stats--cells .cvc-stat__label { text-transform: none; letter-spacing: 0; margin-top: 2px; font-size: 0.78rem; }
/* Display — big hero numbers, sentence-case labels, no dividers. Numbers stay ink. */
.cvc-stats--display { gap: 48px; }
.cvc-stats--display .cvc-stat { padding: 0; border-left: 0; }
.cvc-stats--display .cvc-stat__num { font-size: 3.2rem; letter-spacing: -0.03em; }
.cvc-stats--display .cvc-stat__label { text-transform: none; letter-spacing: 0; font-size: 0.95rem; margin-top: 10px; max-width: 22ch; line-height: 1.4; }

/* ---- Dialog (confirm / prompt / choice — replaces window.confirm/prompt)
   Overlay + panel. CSS only: apps wire open/close, focus trap, and the
   promise. Use the hidden attribute to hide (not a .hidden class).

   <div class="cvc-dialog" role="dialog" aria-modal="true" aria-labelledby="d-title">
     <div class="cvc-dialog__backdrop"></div>
     <div class="cvc-dialog__panel">
       <div class="cvc-dialog__header">
         <h2 class="cvc-dialog__title" id="d-title">Title</h2>
         <button type="button" class="cvc-dialog__close" aria-label="Close">&times;</button>
       </div>
       <div class="cvc-dialog__body">
         <p class="cvc-dialog__message">…</p>
         <!-- optional .cvc-field / .cvc-dialog__list -->
       </div>
       <div class="cvc-dialog__footer">
         <button type="button" class="cvc-btn cvc-btn--secondary">Cancel</button>
         <button type="button" class="cvc-btn">OK</button>
       </div>
     </div>
   </div>

   Default panel is 28rem (confirm / one field). .cvc-dialog--md (36rem) for
   choice lists. .cvc-dialog--lg (48rem) for rich detail panels (audit entry,
   record inspectors). z-index 2000 sits above typical app modals. */
.cvc-dialog {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  padding: var(--cvc-space-5);
  box-sizing: border-box;
}
.cvc-dialog[hidden] { display: none; }
.cvc-dialog__backdrop {
  position: absolute; inset: 0;
  background: rgba(21, 24, 28, 0.45);
}
.cvc-dialog__panel {
  position: relative;
  width: 100%; max-width: 28rem; max-height: min(80vh, 40rem);
  display: flex; flex-direction: column;
  background: var(--cvc-color-surface);
  color: var(--cvc-color-text);
  border: 1px solid var(--cvc-color-border);
  border-radius: var(--cvc-radius);
  box-shadow: var(--cvc-shadow);
  overflow: hidden;
}
.cvc-dialog--md .cvc-dialog__panel { max-width: 36rem; }
.cvc-dialog--lg .cvc-dialog__panel { max-width: 48rem; max-height: min(88vh, 52rem); }
.cvc-dialog__header {
  display: flex; align-items: center; justify-content: space-between; gap: var(--cvc-space-3);
  padding: var(--cvc-space-4) var(--cvc-space-5);
  border-bottom: 1px solid var(--cvc-color-border);
}
.cvc-dialog__title {
  margin: 0; font-size: 1.1rem; font-weight: 700; letter-spacing: -0.01em;
  line-height: 1.25;
}
.cvc-dialog__close {
  width: 32px; height: 32px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  margin: 0; padding: 0;
  font: inherit; font-size: 1.5rem; line-height: 1;
  color: var(--cvc-color-text-muted);
  background: transparent; border: 0; border-radius: var(--cvc-radius-sm);
  cursor: pointer;
}
.cvc-dialog__close:hover { background: var(--cvc-color-muted); color: var(--cvc-color-text); }
.cvc-dialog__body {
  flex: 1; min-height: 0;
  padding: var(--cvc-space-5);
  overflow-y: auto;
  display: grid; gap: var(--cvc-space-4);
}
.cvc-dialog__message {
  margin: 0; font-size: 0.95rem; line-height: 1.5; color: var(--cvc-color-text);
}
.cvc-dialog__footer {
  display: flex; justify-content: flex-end; gap: var(--cvc-space-3);
  padding: var(--cvc-space-4) var(--cvc-space-5);
  border-top: 1px solid var(--cvc-color-border);
}
.cvc-dialog__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 4px;
  border: 1px solid var(--cvc-color-border);
  border-radius: var(--cvc-radius-sm);
  overflow: hidden;
  background: var(--cvc-color-surface);
}
.cvc-dialog__option {
  display: block; width: 100%; text-align: left;
  font: inherit; font-size: 0.92rem; line-height: 1.4;
  color: var(--cvc-color-text);
  background: var(--cvc-color-surface);
  border: 0; border-bottom: 1px solid var(--cvc-color-border);
  padding: 10px 12px;
  cursor: pointer;
}
.cvc-dialog__list > :last-child .cvc-dialog__option { border-bottom: 0; }
.cvc-dialog__option:hover { background: var(--cvc-color-muted); }
.cvc-dialog__option.is-selected {
  background: var(--cvc-color-brand-soft);
  color: var(--cvc-color-brand-dark);
  font-weight: 600;
}
.cvc-dialog__option-meta {
  display: block; margin-top: 2px;
  font-size: 0.8rem; font-weight: 400;
  color: var(--cvc-color-text-muted);
}

/* ---- App frame + side navigation
   Staff chrome for products that outgrow a top-bar menu. CSS only: the product
   owns collapse persistence, burger open/close, and the link element
   (<a> or Next.js <Link>). Destinations stay real hrefs.

   Open by default. `.cvc-sidenav.is-collapsed` is the icon rail (desktop).
   Below 52rem the rail becomes a drawer: `.cvc-sidenav-burger` appears in the
   top bar; `.cvc-sidenav.is-open` + an open backdrop show the panel. Collapse
   is ignored on small screens so the drawer always shows labels. */
.cvc-app {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.cvc-app > .cvc-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  flex: none;
}
.cvc-app__body {
  display: flex;
  flex: 1;
  min-height: 0;
  align-items: stretch;
}
.cvc-app__main {
  flex: 1;
  min-width: 0;
}
.cvc-sidenav {
  --cvc-sidenav-width: 15.5rem;
  --cvc-sidenav-collapsed: 3.75rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: none;
  width: var(--cvc-sidenav-width);
  background: var(--cvc-color-surface);
  border-right: 1px solid var(--cvc-color-border);
  min-height: calc(100dvh - 56px);
  max-height: calc(100dvh - 56px);
  position: sticky;
  top: 56px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: width 0.16s ease;
}
.cvc-sidenav.is-collapsed { width: var(--cvc-sidenav-collapsed); }
.cvc-sidenav__nav {
  display: flex;
  flex-direction: column;
  gap: var(--cvc-space-4);
  padding: var(--cvc-space-3) var(--cvc-space-2) var(--cvc-space-2);
  flex: 1;
}
.cvc-sidenav__group { margin: 0; padding: 0; border: 0; }
.cvc-sidenav__heading {
  margin: 0 10px 6px;
  padding: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--cvc-color-text-muted);
  line-height: 1.2;
}
.cvc-sidenav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.cvc-sidenav__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: var(--cvc-radius-sm);
  color: var(--cvc-color-text);
  font-size: var(--cvc-text-sm);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
}
.cvc-sidenav__item:hover {
  background: var(--cvc-color-muted);
  color: var(--cvc-color-text);
  text-decoration: none;
}
.cvc-sidenav__item.is-current {
  background: var(--cvc-color-brand-soft);
  color: var(--cvc-color-brand-dark);
  font-weight: 600;
}
.cvc-sidenav__icon {
  width: 20px;
  height: 20px;
  flex: none;
  display: grid;
  place-items: center;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cvc-sidenav__icon svg {
  width: 20px;
  height: 20px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cvc-sidenav__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cvc-sidenav__collapse {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% - 16px);
  min-height: 40px;
  margin: auto 8px 10px;
  padding: 8px 10px;
  border: 0;
  border-top: 1px solid var(--cvc-color-border);
  border-radius: var(--cvc-radius-sm);
  background: transparent;
  color: var(--cvc-color-text-muted);
  font: inherit;
  font-size: var(--cvc-text-sm);
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.cvc-sidenav__collapse:hover {
  background: var(--cvc-color-muted);
  color: var(--cvc-color-text);
}
.cvc-sidenav.is-collapsed .cvc-sidenav__heading,
.cvc-sidenav.is-collapsed .cvc-sidenav__label,
.cvc-sidenav.is-collapsed .cvc-sidenav__collapse-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cvc-sidenav.is-collapsed .cvc-sidenav__item,
.cvc-sidenav.is-collapsed .cvc-sidenav__collapse {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
}
.cvc-sidenav.is-collapsed .cvc-sidenav__heading { margin: 0; }
.cvc-sidenav-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 4px 0 -8px;
  padding: 0;
  border: 0;
  border-radius: var(--cvc-radius-sm);
  background: transparent;
  color: #fff;
  cursor: pointer;
  align-self: center;
  flex: none;
}
.cvc-sidenav-burger svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}
.cvc-sidenav-burger:hover { background: rgba(255, 255, 255, 0.08); }
.cvc-sidenav-backdrop {
  display: none;
}
@media (max-width: 52rem) {
  .cvc-sidenav-burger { display: inline-flex; }
  .cvc-sidenav {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    z-index: 30;
    width: min(20rem, 88vw);
    max-height: none;
    min-height: 0;
    transform: translateX(-100%);
    visibility: hidden;
    pointer-events: none;
    box-shadow: var(--cvc-shadow);
    transition: transform 0.16s ease, visibility 0.16s ease;
  }
  .cvc-sidenav.is-collapsed { width: min(20rem, 88vw); }
  .cvc-sidenav.is-collapsed .cvc-sidenav__heading,
  .cvc-sidenav.is-collapsed .cvc-sidenav__label,
  .cvc-sidenav.is-collapsed .cvc-sidenav__collapse-label {
    position: static;
    width: auto;
    height: auto;
    margin: 0 10px 6px;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
  }
  .cvc-sidenav.is-collapsed .cvc-sidenav__label,
  .cvc-sidenav.is-collapsed .cvc-sidenav__collapse-label { margin: 0; }
  .cvc-sidenav.is-collapsed .cvc-sidenav__item,
  .cvc-sidenav.is-collapsed .cvc-sidenav__collapse {
    justify-content: flex-start;
    padding: 8px 10px;
    gap: 10px;
  }
  .cvc-sidenav.is-open {
    transform: none;
    visibility: visible;
    pointer-events: auto;
  }
  .cvc-sidenav__collapse { display: none; }
  .cvc-sidenav-backdrop {
    display: block;
    position: fixed;
    inset: 56px 0 0;
    z-index: 25;
    background: rgba(21, 24, 28, 0.45);
    border: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.16s ease, visibility 0.16s ease;
  }
  .cvc-sidenav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* ---- Focus (GOV.UK-style yellow) for links and inputs.
   Buttons define their own focus above; app-specific components (e.g. tiles) add
   their own :focus-visible in the app stylesheet. ---- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--cvc-color-focus); outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
/*! AUTO-GENERATED — DO NOT EDIT HERE.
 * Vendored from civicos/packages/ui/src/tokens.css (@civicos/ui v0.3.19 @1d50a03) on 2026-08-22.
 * Edit the source in the civicos repo and run `pnpm --filter @civicos/ui sync`.
 * App-specific styles belong in your own namespaced CSS, never in this file. */
/**
 * CivicOS design tokens — Layer 0, the framework-neutral brand contract.
 *
 * Source of truth for CivicOS styling. Values come from the OCN Technology brand:
 * ink #15181C, white, indigo accent #382CDD, typeface DM Sans. Tone sits between
 * GOV.UK (accessible, high-contrast, structured) and a modern civic product (calm
 * surfaces, subtle depth, a confident accent).
 *
 * This file is shipped verbatim to every product — the portal consumes it directly;
 * the legacy apps (CMS, council portal) vendor it via `scripts/sync.mjs`. See
 * README.md for the upstream/downstream rules. Do not fork the values per app.
 */
:root {
  /* Brand accent (indigo) — buttons, links, rules, call-outs. Never the logo. */
  --cvc-color-brand: #382cdd;
  --cvc-color-brand-dark: #2a1fb0;
  --cvc-color-brand-contrast: #ffffff;
  --cvc-color-brand-soft: #eeecff;

  /* Surfaces
     --cvc-color-bg      = the PAGE GROUND (mode-dependent; see modes below)
     --cvc-color-surface = a raised card (always white)
     --cvc-color-muted   = a subtle fill for component internals (table footers,
                           tag chips, hover) — mode-INDEPENDENT so it survives a
                           white content ground. Table headers use ink
                           (--cvc-color-text), not muted. */
  --cvc-color-bg: #eef0fb;
  --cvc-color-surface: #ffffff;
  --cvc-color-muted: #eef0fb;
  --cvc-color-border: #e4e7ec;
  --cvc-color-border-strong: #c9cdd6;

  /* Text — primary ink and a muted grey */
  --cvc-color-text: #15181c;
  --cvc-color-text-muted: #59616e;

  /* Focus — GOV.UK-style yellow for a strong, accessible focus signal */
  --cvc-color-focus: #ffdd00;
  --cvc-color-focus-ink: #15181c;

  /* State */
  --cvc-color-danger: #b3140c;
  --cvc-color-danger-soft: #fde8e7;
  --cvc-color-success: #176f42;
  --cvc-color-success-soft: #e2f4ea;
  --cvc-color-warning: #9a5b00;
  --cvc-color-warning-soft: #fbeed6;

  /* Radius */
  --cvc-radius-sm: 4px;
  --cvc-radius: 8px;
  --cvc-radius-lg: 12px;
  --cvc-radius-pill: 999px;

  /* Spacing (4px base) */
  --cvc-space-1: 4px;
  --cvc-space-2: 8px;
  --cvc-space-3: 12px;
  --cvc-space-4: 16px;
  --cvc-space-5: 24px;
  --cvc-space-6: 40px;
  --cvc-space-7: 64px;

  /* Elevation */
  --cvc-shadow-sm: 0 1px 2px rgba(21, 24, 28, 0.06);
  --cvc-shadow: 0 1px 2px rgba(21, 24, 28, 0.05), 0 8px 24px rgba(21, 24, 28, 0.06);
  --cvc-shadow-accent: 0 10px 28px rgba(56, 44, 221, 0.18);

  /* Type — DM Sans everywhere; serif + mono for document/code surfaces.
     Guarded var() so it works both in the portal (next/font sets --font-dm-sans)
     and in apps that load "DM Sans" by name via @font-face / Google Fonts. */
  --cvc-font-sans: var(--font-dm-sans, "DM Sans"), ui-sans-serif, system-ui,
    -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --cvc-font-serif: Georgia, "Times New Roman", Times, serif;
  --cvc-font-mono: ui-monospace, "JetBrains Mono", "Fira Code", "SFMono-Regular",
    Menlo, Consolas, monospace;
  --cvc-text-xs: 0.78rem;
  --cvc-text-sm: 0.9rem;
  --cvc-text-base: 1rem;
  --cvc-text-lg: 1.15rem;
  --cvc-text-xl: 1.4rem;
  --cvc-text-2xl: 2rem;
}

/**
 * MODES — app (default) vs content.
 * App mode (the :root default): white cards on an indigo-haze ground, for
 * interactive tools (portal, editor, admin) where depth helps you operate a UI.
 * Content mode: a white page ground for reading/consumption sites (public council
 * pages), where content flows directly and borders/rules do the work instead of
 * raised cards. Set the class on <body> (whole content site) or a subtree.
 */
.cvc-content {
  --cvc-color-bg: #ffffff;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 52, app/assets/stylesheets/application.scss */
html, body {
  overflow-x: hidden;
  background-color: #fff;
}

/* line 57, app/assets/stylesheets/application.scss */
.section.no-padding-bottom {
  padding-bottom: 0;
}

/* line 61, app/assets/stylesheets/application.scss */
.section.no-padding-top {
  padding-top: 0;
}

/* line 66, app/assets/stylesheets/application.scss */
.grid-container.admin-content .cell {
  padding-top: 1.5rem;
}

/* line 71, app/assets/stylesheets/application.scss */
body.admin form.button_to {
  display: inline-block;
  margin: 0;
}

/* line 92, app/assets/stylesheets/application.scss */
.table-container.ocn-table-shell {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.05);
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

/* line 104, app/assets/stylesheets/application.scss */
.table-container.ocn-table-shell .ocn-data-table {
  width: 100%;
  min-width: 40rem;
}

@media screen and (min-width: 768px) {
  /* line 111, app/assets/stylesheets/application.scss */
  .ocn-data-table td > .ocn-td-mobile-value {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  /* line 117, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell {
    overflow-x: visible;
    border: none;
    box-shadow: none;
    background: transparent;
  }
  /* line 124, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table {
    min-width: 0;
    display: block;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  /* line 132, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  /* line 144, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table tbody {
    display: block;
  }
  /* line 148, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table tbody tr {
    display: block;
    margin-bottom: 0.85rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.05);
  }
  /* line 158, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table tbody tr:nth-child(even) {
    background-color: rgba(248, 250, 252, 0.92);
  }
  /* line 162, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table.is-hoverable tbody tr:hover {
    background-color: rgba(241, 245, 249, 0.75);
  }
  /* line 166, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table tbody td {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem 0.75rem;
    width: 100%;
    max-width: none;
    padding: 0.4rem 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    white-space: normal;
    vertical-align: top;
  }
  /* line 181, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table tbody td:last-child {
    border-bottom: none;
  }
  /* line 185, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table tbody td::before {
    content: attr(data-ocn-label);
    flex: 0 0 38%;
    max-width: 10.5rem;
    padding-right: 0.35rem;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666;
    word-break: break-word;
  }
  /* line 199, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table tbody td:not([data-ocn-label])::before {
    content: none;
    display: none;
    flex: none;
    max-width: none;
    padding: 0;
  }
  /* line 207, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table .ocn-td-mobile-value {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
  }
  /* line 213, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table .ocn-td-mobile-value .ocn-td-inline {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  /* line 218, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table .ocn-td-mobile-value .button,
.table-container.ocn-table-shell .ocn-data-table .ocn-td-mobile-value .buttons {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  /* line 224, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table .ocn-td-mobile-value form.button_to {
    display: inline-block;
    margin-bottom: 0.25rem;
  }
  /* line 229, app/assets/stylesheets/application.scss */
  .table-container.ocn-table-shell .ocn-data-table.is-striped tbody tr:nth-child(even) td {
    background: transparent;
  }
}

/* line 234, app/assets/stylesheets/application.scss */
.ocn-decision-full-record summary {
  cursor: pointer;
}

/* line 239, app/assets/stylesheets/application.scss */
.ocn-decision-full-record__content h4.title.is-size-4 {
  margin-top: 1.25rem;
  margin-bottom: 0.6rem;
  line-height: 1.25;
}

/* line 245, app/assets/stylesheets/application.scss */
.ocn-decision-full-record__content h4.title.is-size-4:first-child {
  margin-top: 0;
}

/* line 249, app/assets/stylesheets/application.scss */
.ocn-decision-full-record__content p {
  margin-top: 0;
  margin-bottom: 0.9rem;
  line-height: 1.5;
}

/* line 255, app/assets/stylesheets/application.scss */
.ocn-decision-full-record__content p:last-child {
  margin-bottom: 0;
}

/* line 259, app/assets/stylesheets/application.scss */
.ocn-decision-full-record__content ol,
.ocn-decision-full-record__content ul {
  margin: 0.2rem 0 1rem 1.35rem;
  padding-left: 0.4rem;
}

/* line 265, app/assets/stylesheets/application.scss */
.ocn-decision-full-record__content li {
  margin-bottom: 0.45rem;
  line-height: 1.45;
}

/* line 270, app/assets/stylesheets/application.scss */
.ocn-decision-full-record__content li:last-child {
  margin-bottom: 0;
}

/* line 276, app/assets/stylesheets/application.scss */
.ocn-list-pagination {
  margin-top: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background-color: #fafbfc;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 2px 8px rgba(15, 23, 42, 0.05);
  padding: 0.65rem 1rem;
}

/* line 285, app/assets/stylesheets/application.scss */
.ocn-list-pagination__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 0.75rem;
  align-items: center;
}

/* line 292, app/assets/stylesheets/application.scss */
.ocn-list-pagination__meta {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.4;
}

/* line 300, app/assets/stylesheets/application.scss */
.ocn-list-pagination__meta strong {
  color: #333;
  font-weight: 600;
}

/* line 306, app/assets/stylesheets/application.scss */
.ocn-list-pagination__sep {
  color: #999;
  font-weight: 400;
}

/* line 311, app/assets/stylesheets/application.scss */
.ocn-list-pagination__prev-slot {
  justify-self: start;
}

/* line 315, app/assets/stylesheets/application.scss */
.ocn-list-pagination__next-slot {
  justify-self: end;
}

/* line 319, app/assets/stylesheets/application.scss */
.ocn-list-pagination__prev-slot .button .icon:first-child:not(:last-child),
.ocn-list-pagination__next-slot .button .icon:last-child:not(:first-child) {
  margin-right: 0.15rem;
}

/* line 324, app/assets/stylesheets/application.scss */
.ocn-list-pagination__next-slot .button .icon:last-child:not(:first-child) {
  margin-right: 0;
  margin-left: 0.15rem;
}

@media screen and (min-width: 769px) {
  /* line 330, app/assets/stylesheets/application.scss */
  .ocn-list-pagination__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  /* line 339, app/assets/stylesheets/application.scss */
  .ocn-list-pagination__meta {
    grid-column: unset;
    flex: 1 1 auto;
    order: 2;
    padding: 0 0.5rem;
  }
  /* line 346, app/assets/stylesheets/application.scss */
  .ocn-list-pagination__prev-slot {
    order: 1;
    flex: 0 0 auto;
    justify-self: unset;
  }
  /* line 352, app/assets/stylesheets/application.scss */
  .ocn-list-pagination__next-slot {
    order: 3;
    flex: 0 0 auto;
    justify-self: unset;
  }
  /* line 358, app/assets/stylesheets/application.scss */
  .ocn-list-pagination__next-slot .button {
    margin-left: auto;
  }
}

/* line 364, app/assets/stylesheets/application.scss */
.ocn-api-copy-block__field {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.8125rem;
  line-height: 1.4;
  white-space: pre;
  overflow-x: auto;
}

/* line 371, app/assets/stylesheets/application.scss */
.ocn-api-copy-block__field.ocn-api-copy-block__field--single-line {
  min-height: 0;
  white-space: pre-wrap;
}

/* line 377, app/assets/stylesheets/application.scss */
.ocn-api-copy-block__pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.8125rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  overflow-x: auto;
}

/* line 386, app/assets/stylesheets/application.scss */
.ocn-api-copy-block__inline-code {
  word-break: break-all;
}

/* line 390, app/assets/stylesheets/application.scss */
.ocn-api-copy-block__actions {
  margin-top: 0.75rem;
}

/* line 395, app/assets/stylesheets/application.scss */
.notification.ocn-notification--success-app {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #333;
}

/* line 400, app/assets/stylesheets/application.scss */
.notification.ocn-notification--success-app strong {
  color: #155724;
}

/* line 405, app/assets/stylesheets/application.scss */
.notification.ocn-api-docs-top-banner {
  border-radius: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 411, app/assets/stylesheets/application.scss */
  body:not(.admin) .grid-container > .grid-x > .cell > .notification:not(.ocn-api-docs-top-banner),
body:not(.admin) .section > .container > .notification,
body:not(.admin) .section > .container.is-max-desktop > .notification {
    margin: 2rem 2rem 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 419, app/assets/stylesheets/application.scss */
  .notification {
    border-radius: 0;
  }
}

/* line 424, app/assets/stylesheets/application.scss */
body:not(.admin) .user-api-client-show {
  padding-top: 1.5rem;
}

/* line 428, app/assets/stylesheets/application.scss */
.user-api-client-show__expires-submit-row-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
}

/* line 435, app/assets/stylesheets/application.scss */
.user-api-client-show__expires-field {
  flex: 1 1 12rem;
  min-width: 12rem;
}

/* line 440, app/assets/stylesheets/application.scss */
.user-api-client-show__create-token-control {
  flex-shrink: 0;
}

/* line 444, app/assets/stylesheets/application.scss */
.api-docs-redoc-frame {
  width: 100%;
  height: calc(100vh - 9rem);
}

/* line 450, app/assets/stylesheets/application.scss */
.api-docs-redoc-frame__iframe {
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* line 457, app/assets/stylesheets/application.scss */
.admin-council-emails__page-title,
.admin-subscriptions__page-title,
.admin-emails__page-title,
.admin-api-clients__page-title,
.admin-council-lists__page-title,
.admin-council-health__page-title,
.admin-council-detail__page-title,
.admin-user-activities__page-title,
.admin-users__page-title,
.admin-transcription-errors__page-title,
.admin-document-processing-metrics__page-title,
.admin-summary-health__page-title,
.admin-constitution-meetings__page-title,
.admin-youtube-channels__page-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 475, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--youtube-channels {
  table-layout: fixed;
  width: 100%;
}

/* line 479, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--youtube-channels col.ocn-col--yt-council {
  width: 18%;
}

/* line 480, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--youtube-channels col.ocn-col--yt-url {
  width: 34%;
}

/* line 481, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--youtube-channels col.ocn-col--yt-source {
  width: 10%;
}

/* line 482, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--youtube-channels col.ocn-col--yt-live {
  width: 12%;
}

/* line 483, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--youtube-channels col.ocn-col--yt-backfill {
  width: 10%;
}

/* line 484, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--youtube-channels col.ocn-col--yt-actions {
  width: 16%;
}

/* line 487, app/assets/stylesheets/application.scss */
.admin-constitution-meetings__timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

/* line 494, app/assets/stylesheets/application.scss */
a.admin-constitution-meetings__timeline-pill {
  text-decoration: none;
}

/* line 497, app/assets/stylesheets/application.scss */
a.admin-constitution-meetings__timeline-pill:hover {
  text-decoration: none;
  filter: brightness(0.97);
}

/* line 503, app/assets/stylesheets/application.scss */
.admin-users__filters-wrap {
  width: 100%;
  max-width: 42rem;
}

/* line 508, app/assets/stylesheets/application.scss */
a.admin-users__classification-tag {
  text-decoration: none;
}

/* line 511, app/assets/stylesheets/application.scss */
a.admin-users__classification-tag:hover {
  text-decoration: none;
}

/* line 516, app/assets/stylesheets/application.scss */
.admin-subscriptions__chart-wrap {
  position: relative;
  height: 320px;
}

/* line 521, app/assets/stylesheets/application.scss */
.admin-subscriptions .ocn-pill,
.admin-emails .ocn-pill,
.admin-api-clients .ocn-pill {
  font-weight: 600;
}

/* line 527, app/assets/stylesheets/application.scss */
.admin-emails__type-tag {
  background-color: var(--email-type-color, #f5f5f5) !important;
  border-color: var(--email-type-color, #dbdbdb) !important;
  color: var(--email-type-text-color, #363636) !important;
}

/* line 533, app/assets/stylesheets/application.scss */
.admin-emails__modal-scroll {
  max-height: 300px;
  overflow-y: auto;
}

/* line 538, app/assets/stylesheets/application.scss */
.admin-emails__modal-text {
  white-space: pre-wrap;
  overflow-x: auto;
}

/* line 543, app/assets/stylesheets/application.scss */
.admin-emails__preview-frame-wrap {
  border: 1px solid #ddd;
  background: #fff;
  height: 400px;
  overflow-x: hidden;
}

/* line 550, app/assets/stylesheets/application.scss */
.admin-emails__preview-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 556, app/assets/stylesheets/application.scss */
.admin-emails__kpi-value {
  white-space: nowrap;
}

/* line 560, app/assets/stylesheets/application.scss */
.admin-emails__kpi-grid .column {
  display: flex;
}

/* line 564, app/assets/stylesheets/application.scss */
.admin-emails__kpi-card {
  width: 100%;
}

/* line 568, app/assets/stylesheets/application.scss */
.admin-emails__kpi-card .card-content {
  padding: 0.85rem 1rem;
}

/* line 572, app/assets/stylesheets/application.scss */
.admin-emails__kpi-card .card-header-title {
  font-size: 0.9rem;
  font-weight: 700;
}

/* line 577, app/assets/stylesheets/application.scss */
.admin-emails__group-stat {
  margin-top: 0.5rem;
  padding-top: 0.55rem;
  border-top: 1px solid #eef2f7;
}

/* line 583, app/assets/stylesheets/application.scss */
.admin-emails__group-stat:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* line 589, app/assets/stylesheets/application.scss */
.admin-emails__group-stat-title {
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b6778;
}

/* line 598, app/assets/stylesheets/application.scss */
.admin-emails__kpi-stack {
  display: grid;
  gap: 0.18rem;
}

/* line 603, app/assets/stylesheets/application.scss */
.admin-emails__kpi-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.55rem;
}

/* line 610, app/assets/stylesheets/application.scss */
.admin-emails__kpi-label {
  font-size: 0.72rem;
  color: #64748b;
}

/* line 615, app/assets/stylesheets/application.scss */
.admin-emails__kpi-row--month .admin-emails__kpi-label {
  font-size: 0.74rem;
}

/* line 619, app/assets/stylesheets/application.scss */
.admin-emails__kpi-value {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.82rem;
  color: #111827;
}

/* line 626, app/assets/stylesheets/application.scss */
.admin-emails__kpi-row--month .admin-emails__kpi-value {
  font-size: 0.96rem;
}

/* line 630, app/assets/stylesheets/application.scss */
.admin-emails__chart-card .card-content {
  overflow: visible;
}

/* line 634, app/assets/stylesheets/application.scss */
.admin-emails__chart-canvas-wrap {
  position: relative;
  height: 280px;
  overflow: visible;
}

/* line 640, app/assets/stylesheets/application.scss */
.admin-emails__modal-card {
  width: 96vw;
  max-width: 1120px;
}

/* line 645, app/assets/stylesheets/application.scss */
.admin-emails__modal-card .modal-card-body {
  overflow-x: hidden;
}

/* line 649, app/assets/stylesheets/application.scss */
.admin-emails__generated-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* line 656, app/assets/stylesheets/application.scss */
.admin-emails__preview-frame-wrap--modal {
  height: auto;
}

/* line 660, app/assets/stylesheets/application.scss */
.admin-emails__preview-frame--autoheight {
  min-height: 700px;
  height: auto;
}

/* line 666, app/assets/stylesheets/application.scss */
body.admin .table-container:not(.ocn-table-shell) .table.is-striped tbody tr:nth-child(even):not(.is-selected) {
  background-color: rgba(248, 250, 252, 0.92);
}

/* line 670, app/assets/stylesheets/application.scss */
body.admin .table-container:not(.ocn-table-shell) .table.is-hoverable tbody tr:hover:not(.is-selected) {
  background-color: rgba(241, 245, 249, 0.75);
}

/* line 675, app/assets/stylesheets/application.scss */
body.admin .table.is-striped:not(.topic-calendar-table) tbody tr:nth-child(even):not(.is-selected) {
  background-color: rgba(248, 250, 252, 0.92);
}

/* line 679, app/assets/stylesheets/application.scss */
body.admin .table.is-hoverable:not(.topic-calendar-table) tbody tr:hover:not(.is-selected) {
  background-color: rgba(241, 245, 249, 0.75);
}

/* line 683, app/assets/stylesheets/application.scss */
.ocn-data-table {
  font-size: 0.875rem;
}

/* line 686, app/assets/stylesheets/application.scss */
.ocn-data-table th, .ocn-data-table td {
  padding: 0.5625rem 0.75rem;
  vertical-align: middle;
}

/* line 691, app/assets/stylesheets/application.scss */
.ocn-data-table thead th {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666;
  background-color: #f8fafc;
  border-bottom: 1px solid #dbdbdb;
  white-space: nowrap;
  overflow: hidden;
}

/* line 704, app/assets/stylesheets/application.scss */
.ocn-data-table td {
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.35;
}

/* line 710, app/assets/stylesheets/application.scss */
.ocn-data-table tbody td {
  white-space: nowrap;
}

/* line 714, app/assets/stylesheets/application.scss */
.ocn-data-table tbody td.ocn-td-rich {
  white-space: normal;
}

/* line 718, app/assets/stylesheets/application.scss */
.ocn-data-table .ocn-td-clip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* line 726, app/assets/stylesheets/application.scss */
.ocn-data-table .ocn-td-inline {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
  min-width: 0;
}

/* line 733, app/assets/stylesheets/application.scss */
.ocn-data-table .ocn-td-inline .ocn-td-inline__main {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 741, app/assets/stylesheets/application.scss */
.ocn-data-table .ocn-td-inline .ocn-td-inline__suffix {
  flex-shrink: 0;
}

/* line 746, app/assets/stylesheets/application.scss */
.ocn-data-table.is-striped tbody tr:nth-child(even):not(.is-selected) {
  background-color: rgba(248, 250, 252, 0.92);
}

/* line 750, app/assets/stylesheets/application.scss */
.ocn-data-table.is-hoverable tbody tr:hover:not(.is-selected) {
  background-color: rgba(241, 245, 249, 0.75);
}

/* line 754, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--decisions {
  table-layout: fixed;
  width: 100%;
}

/* line 758, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--decisions col.ocn-col--decision-name {
  width: 42%;
}

/* line 759, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--decisions col.ocn-col--decision-maker {
  width: 26%;
}

/* line 760, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--decisions col.ocn-col--decision-date {
  width: 14%;
}

/* line 761, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--decisions col.ocn-col--decision-status {
  width: 18%;
}

/* line 764, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--meetings {
  table-layout: fixed;
  width: 100%;
}

/* line 768, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--meetings col.ocn-col--council {
  width: 18%;
}

/* line 769, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--meetings col.ocn-col--control {
  width: 12%;
}

/* line 770, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--meetings col.ocn-col--committee {
  width: 18%;
}

/* line 771, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--meetings col.ocn-col--m-date {
  width: 12%;
}

/* line 772, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--meetings col.ocn-col--m-name {
  width: 28%;
}

/* line 773, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--meetings col.ocn-col--m-docs {
  width: 12%;
}

/* line 776, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--users {
  table-layout: fixed;
  width: 100%;
}

/* line 780, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--users col.ocn-col--email {
  width: 26%;
}

/* line 781, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--users col.ocn-col--uname {
  width: 14%;
}

/* line 782, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--users col.ocn-col--class {
  width: 16%;
}

/* line 783, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--users col.ocn-col--plan {
  width: 10%;
}

/* line 784, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--users col.ocn-col--created {
  width: 10%;
}

/* line 785, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--users col.ocn-col--actions {
  width: 24%;
}

/* line 788, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors {
  table-layout: fixed;
  width: 100%;
}

/* line 792, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors col.ocn-col--te-id {
  width: 5%;
}

/* line 793, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors col.ocn-col--te-meeting {
  width: 14%;
}

/* line 794, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors col.ocn-col--te-council {
  width: 10%;
}

/* line 795, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors col.ocn-col--te-url {
  width: 14%;
}

/* line 796, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors col.ocn-col--te-error {
  width: 18%;
}

/* line 797, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors col.ocn-col--te-created {
  width: 9%;
}

/* line 798, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors col.ocn-col--te-updated {
  width: 9%;
}

/* line 799, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--transcription-errors col.ocn-col--te-actions {
  width: 21%;
}

/* line 802, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities {
  table-layout: fixed;
  width: 100%;
}

/* line 807, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities col.ocn-col--act-user {
  width: 26%;
}

/* line 808, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities col.ocn-col--act-tv {
  width: 8%;
}

/* line 809, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities col.ocn-col--act-mo {
  width: 8%;
}

/* line 810, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities col.ocn-col--act-wk {
  width: 8%;
}

/* line 811, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities col.ocn-col--act-last {
  width: 18%;
}

/* line 812, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities col.ocn-col--act-chart {
  width: 14%;
}

/* line 813, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities col.ocn-col--act-go {
  width: 18%;
}

/* line 816, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities thead th .sortable-link {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin: 0;
  min-height: calc(2.35em + 0.5625rem * 2);
  text-align: center;
}

/* line 826, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities thead th .sortable-link .sortable-th__label {
  white-space: normal;
  text-align: center;
  line-height: 1.15;
  max-width: 100%;
}

/* line 833, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities thead th:nth-child(1) .sortable-link {
  align-items: flex-start;
  text-align: left;
}

/* line 838, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities thead th:nth-child(1) .sortable-link .sortable-th__label {
  text-align: left;
}

/* line 842, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities tbody td:nth-child(2),
.ocn-data-table.ocn-data-table--activities tbody td:nth-child(3),
.ocn-data-table.ocn-data-table--activities tbody td:nth-child(4) {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* line 849, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities tbody td:first-child {
  overflow: hidden;
  max-width: 0;
}

/* line 854, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities tbody td:first-child strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 861, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities tbody td.admin-user-activities__chart-cell {
  text-align: right;
  vertical-align: middle;
}

/* line 867, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities tbody td.admin-user-activities__chart-cell .activity-chart-mini {
  display: inline-block;
  margin-left: 0;
  text-align: left;
}

/* line 873, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--activities .admin-user-activities__last-activity {
  min-width: 9.5rem;
}

/* line 878, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health {
  table-layout: fixed;
  width: 100%;
}

/* line 882, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health col.ocn-col--ch-council {
  width: 28%;
}

/* line 883, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health col.ocn-col--ch-health {
  width: 16%;
}

/* line 884, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health col.ocn-col--ch-requests {
  width: 12%;
}

/* line 885, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health col.ocn-col--ch-last {
  width: 18%;
}

/* line 886, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health col.ocn-col--ch-trend {
  width: 14%;
}

/* line 887, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health col.ocn-col--ch-actions {
  width: 12%;
}

/* line 889, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health tbody td.admin-council-health__numeric-cell,
.ocn-data-table.ocn-data-table--council-health tbody td.admin-council-health__sparkline-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* line 895, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health tbody td.admin-council-health__last-request {
  min-width: 10rem;
}

/* line 899, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health tbody td.admin-council-health__sparkline-cell .council-health-sparkline {
  display: inline-block;
  text-align: left;
}

/* line 904, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health tbody td:first-child {
  overflow: hidden;
  max-width: 0;
}

/* line 909, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-health tbody td:first-child strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 917, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches {
  table-layout: fixed;
  width: 100%;
}

/* line 921, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-watch {
  width: 15%;
}

/* line 922, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-org {
  width: 14%;
}

/* line 923, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-councils {
  width: 6%;
}

/* line 924, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-meetings {
  width: 7%;
}

/* line 925, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-coverage {
  width: 14%;
}

/* line 926, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-missing {
  width: 6%;
}

/* line 927, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-stale {
  width: 6%;
}

/* line 928, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-blocked {
  width: 6%;
}

/* line 929, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-prompt {
  width: 7%;
}

/* line 930, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-media {
  width: 7%;
}

/* line 931, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches col.ocn-col--sh-age {
  width: 6%;
}

/* line 933, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-watches tbody td.summary-health__numeric-cell,
.ocn-data-table.ocn-data-table--summary-health-watches tbody td.summary-health__age-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* line 940, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-councils {
  table-layout: fixed;
  width: 100%;
}

/* line 944, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-councils col.ocn-col--shc-council {
  width: 52%;
}

/* line 945, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-councils col.ocn-col--shc-count {
  width: 16%;
}

/* line 947, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-councils tbody td.summary-health__numeric-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* line 953, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-backlog {
  table-layout: fixed;
  width: 100%;
}

/* line 957, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-backlog col.ocn-col--shb-watch {
  width: 26%;
}

/* line 958, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-backlog col.ocn-col--shb-meeting {
  width: 38%;
}

/* line 959, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-backlog col.ocn-col--shb-state {
  width: 16%;
}

/* line 960, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-backlog col.ocn-col--shb-age {
  width: 20%;
}

/* line 962, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--summary-health-backlog tbody td.summary-health__age-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* line 968, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-syncs {
  table-layout: fixed;
  width: 100%;
}

/* line 972, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-syncs col.ocn-col--acs-week {
  width: 19%;
}

/* line 973, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-syncs col.ocn-col--acs-time {
  width: 35%;
}

/* line 974, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-syncs col.ocn-col--acs-status {
  width: 14%;
}

/* line 975, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-syncs col.ocn-col--acs-error {
  width: 32%;
}

/* line 977, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-syncs tbody td {
  vertical-align: top;
}

/* line 981, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-syncs tbody td:last-child {
  text-align: right;
}

/* line 986, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings {
  table-layout: fixed;
  width: 100%;
}

/* line 990, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings col.ocn-col--acm-date {
  width: 9%;
}

/* line 991, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings col.ocn-col--acm-name {
  width: 24%;
}

/* line 992, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings col.ocn-col--acm-status {
  width: 16%;
}

/* line 993, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings col.ocn-col--acm-summary {
  width: 10%;
}

/* line 994, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings col.ocn-col--acm-media {
  width: 6%;
}

/* line 995, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings col.ocn-col--acm-transcript {
  width: 9%;
}

/* line 996, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings col.ocn-col--acm-updated {
  width: 12%;
}

/* line 997, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings col.ocn-col--acm-actions {
  width: 14%;
}

/* line 999, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings tbody td {
  vertical-align: top;
}

/* line 1003, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings tbody td.admin-council-detail__numeric-cell {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* line 1008, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-meetings tbody td:last-child {
  text-align: right;
}

/* line 1013, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests {
  table-layout: fixed;
  width: 100%;
}

/* line 1017, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests col.ocn-col--acr-time {
  width: 14%;
}

/* line 1018, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests col.ocn-col--acr-status {
  width: 11%;
}

/* line 1019, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests col.ocn-col--acr-kind {
  width: 10%;
}

/* line 1020, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests col.ocn-col--acr-target {
  width: 14%;
}

/* line 1021, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests col.ocn-col--acr-url {
  width: 31%;
}

/* line 1022, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests col.ocn-col--acr-error {
  width: 20%;
}

/* line 1024, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests tbody td {
  vertical-align: top;
}

/* line 1028, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--admin-council-requests tbody td:last-child {
  text-align: right;
}

/* line 1033, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--analytics-4 {
  table-layout: fixed;
  width: 100%;
}

/* line 1037, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--analytics-4 col.ocn-col--a1 {
  width: 36%;
}

/* line 1038, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--analytics-4 col.ocn-col--a2 {
  width: 14%;
}

/* line 1039, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--analytics-4 col.ocn-col--a3 {
  width: 38%;
}

/* line 1040, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--analytics-4 col.ocn-col--a4 {
  width: 12%;
}

/* line 1043, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--analytics-2 {
  table-layout: fixed;
  width: 100%;
}

/* line 1047, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--analytics-2 col.ocn-col--r1 {
  width: 36%;
}

/* line 1048, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--analytics-2 col.ocn-col--r2 {
  width: 64%;
}

/* line 1051, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-activity {
  table-layout: fixed;
  width: 100%;
  font-variant-numeric: tabular-nums;
}

/* line 1056, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-activity col.ocn-col--act-date {
  width: 34%;
}

/* line 1057, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-activity col.ocn-col--act-pv {
  width: 22%;
}

/* line 1058, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-activity col.ocn-col--act-em {
  width: 22%;
}

/* line 1059, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-activity col.ocn-col--act-dm {
  width: 22%;
}

/* line 1062, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-member-activity {
  table-layout: fixed;
  width: 100%;
  font-variant-numeric: tabular-nums;
}

/* line 1067, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-member-activity col.ocn-col--mem-name {
  width: 40%;
}

/* line 1068, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-member-activity col.ocn-col--mem-pv {
  width: 16%;
}

/* line 1069, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-member-activity col.ocn-col--mem-dm {
  width: 14%;
}

/* line 1070, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-member-activity col.ocn-col--mem-days {
  width: 15%;
}

/* line 1071, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-member-activity col.ocn-col--mem-last {
  width: 15%;
}

/* line 1074, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-feature-usage {
  table-layout: fixed;
  width: 100%;
  font-variant-numeric: tabular-nums;
}

/* line 1079, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-feature-usage col.ocn-col--feat-name {
  width: 56%;
}

/* line 1080, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-feature-usage col.ocn-col--feat-pv {
  width: 24%;
}

/* line 1081, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--org-feature-usage col.ocn-col--feat-users {
  width: 20%;
}

/* line 1084, app/assets/stylesheets/application.scss */
.ocn-data-table .ocn-info-tip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 0.3rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #8a8a8a;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  vertical-align: middle;
}

/* line 1102, app/assets/stylesheets/application.scss */
.ocn-data-table .ocn-usage-bar {
  margin-top: 0.35rem;
  height: 6px;
  border-radius: 3px;
  background: rgba(10, 10, 10, 0.06);
  overflow: hidden;
}

/* line 1109, app/assets/stylesheets/application.scss */
.ocn-data-table .ocn-usage-bar .ocn-usage-bar__fill {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: #3273dc;
}

/* line 1115, app/assets/stylesheets/application.scss */
.ocn-data-table .ocn-usage-bar .ocn-usage-bar__fill.ocn-usage-bar__fill--feature {
  background: #48c774;
}

/* line 1121, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-emails {
  table-layout: fixed;
  width: 100%;
}

/* line 1125, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-emails col.ocn-col--ce-type {
  width: 11%;
}

/* line 1126, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-emails col.ocn-col--ce-date {
  width: 10%;
}

/* line 1127, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-emails col.ocn-col--ce-owner {
  width: 18%;
}

/* line 1128, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-emails col.ocn-col--ce-subject {
  width: 32%;
}

/* line 1129, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-emails col.ocn-col--ce-status {
  width: 11%;
}

/* line 1130, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-emails col.ocn-col--ce-created {
  width: 10%;
}

/* line 1131, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-emails col.ocn-col--ce-actions {
  width: 8%;
}

/* line 1134, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions-top {
  table-layout: fixed;
  width: 100%;
}

/* line 1138, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions-top col.ocn-col--st-council {
  width: 52%;
}

/* line 1139, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions-top col.ocn-col--st-count {
  width: 18%;
}

/* line 1140, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions-top col.ocn-col--st-actions {
  width: 30%;
}

/* line 1143, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions {
  table-layout: fixed;
  width: 100%;
}

/* line 1147, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions col.ocn-col--sub-created {
  width: 11%;
}

/* line 1148, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions col.ocn-col--sub-email {
  width: 18%;
}

/* line 1149, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions col.ocn-col--sub-confirmed {
  width: 10%;
}

/* line 1150, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions col.ocn-col--sub-council {
  width: 16%;
}

/* line 1151, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions col.ocn-col--sub-type {
  width: 12%;
}

/* line 1152, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions col.ocn-col--sub-status {
  width: 10%;
}

/* line 1153, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions col.ocn-col--sub-source {
  width: 10%;
}

/* line 1154, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--subscriptions col.ocn-col--sub-actions {
  width: 13%;
}

/* line 1157, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries {
  table-layout: fixed;
  width: 100%;
}

/* line 1161, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries col.ocn-col--ed-ts {
  width: 16%;
}

/* line 1162, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries col.ocn-col--ed-type {
  width: 15%;
}

/* line 1163, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries col.ocn-col--ed-to {
  width: 20%;
}

/* line 1164, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries col.ocn-col--ed-subj {
  width: 24%;
}

/* line 1165, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries col.ocn-col--ed-status {
  width: 15%;
}

/* line 1166, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries col.ocn-col--ed-actions {
  width: 10%;
}

/* line 1169, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries tbody td:nth-child(2) {
  overflow: hidden;
  max-width: 0;
}

/* line 1174, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries tbody td:nth-child(2) .ocn-pill {
  box-sizing: border-box;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  vertical-align: middle;
}

/* line 1186, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--email-deliveries thead th:nth-child(1),
.ocn-data-table.ocn-data-table--email-deliveries thead th:nth-child(2),
.ocn-data-table.ocn-data-table--email-deliveries thead th:nth-child(3),
.ocn-data-table.ocn-data-table--email-deliveries thead th:nth-child(4) {
  white-space: normal;
  line-height: 1.2;
}

/* line 1195, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--api-clients {
  table-layout: fixed;
  width: 100%;
}

/* line 1199, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--api-clients col.ocn-col--ac-name {
  width: 22%;
}

/* line 1200, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--api-clients col.ocn-col--ac-user {
  width: 38%;
}

/* line 1201, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--api-clients col.ocn-col--ac-status {
  width: 14%;
}

/* line 1202, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--api-clients col.ocn-col--ac-tokens {
  width: 10%;
}

/* line 1203, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--api-clients col.ocn-col--ac-actions {
  width: 16%;
}

/* line 1206, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--user-api-tokens {
  table-layout: fixed;
  width: 100%;
}

/* line 1210, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--user-api-tokens col.ocn-col--ut-label {
  width: 18%;
}

/* line 1211, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--user-api-tokens col.ocn-col--ut-status {
  width: 12%;
}

/* line 1212, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--user-api-tokens col.ocn-col--ut-expires {
  width: 18%;
}

/* line 1213, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--user-api-tokens col.ocn-col--ut-last-used {
  width: 18%;
}

/* line 1214, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--user-api-tokens col.ocn-col--ut-created {
  width: 18%;
}

/* line 1215, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--user-api-tokens col.ocn-col--ut-actions {
  width: 16%;
}

/* line 1218, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--entitlement-limits {
  table-layout: fixed;
  width: 100%;
}

/* line 1222, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--entitlement-limits col.ocn-col--el-label {
  width: 46%;
}

/* line 1223, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--entitlement-limits col.ocn-col--el-value {
  width: 54%;
}

/* line 1225, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--entitlement-limits tbody td:first-child {
  color: #666;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.875rem;
}

/* line 1234, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists {
  table-layout: fixed;
  width: 100%;
}

/* line 1238, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-name {
  width: 20%;
}

/* line 1239, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-sum {
  width: 8%;
}

/* line 1240, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-reddit {
  width: 8%;
}

/* line 1241, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-story {
  width: 8%;
}

/* line 1242, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-live {
  width: 8%;
}

/* line 1243, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-last {
  width: 13%;
}

/* line 1244, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-week {
  width: 9%;
}

/* line 1245, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-meet {
  width: 8%;
}

/* line 1246, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--council-lists col.ocn-col--cl-act {
  width: 18%;
}

/* line 1249, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow {
  table-layout: fixed;
  width: 100%;
}

/* line 1253, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-window {
  width: 9%;
}

/* line 1254, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-created {
  width: 6%;
}

/* line 1255, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-started {
  width: 6%;
}

/* line 1256, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-processed {
  width: 6%;
}

/* line 1257, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-failed {
  width: 6%;
}

/* line 1258, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-unfinished {
  width: 7%;
}

/* line 1259, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-waiting {
  width: 8%;
}

/* line 1260, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-reason {
  width: 22%;
}

/* line 1261, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-reason-pct {
  width: 6%;
}

/* line 1262, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-host-oom {
  width: 6%;
}

/* line 1263, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-gpu-oom {
  width: 6%;
}

/* line 1264, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-median {
  width: 6%;
}

/* line 1265, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow col.ocn-col--dpf-p95 {
  width: 6%;
}

/* line 1267, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow tbody td:not(:first-child):not(.ocn-td-rich),
.ocn-data-table.ocn-data-table--document-processing-flow tfoot th:not(:first-child) {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* line 1273, app/assets/stylesheets/application.scss */
.ocn-data-table.ocn-data-table--document-processing-flow tbody td:first-child,
.ocn-data-table.ocn-data-table--document-processing-flow tfoot th:first-child {
  white-space: nowrap;
}

/* line 1280, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link {
  box-sizing: border-box;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: calc(1.25em + 0.5625rem * 2);
  margin: calc(-1 * 0.5625rem) calc(-1 * 0.75rem);
  padding: 0.5625rem 0.75rem;
  line-height: 1.25;
  border-radius: 2px;
  transition: color 0.15s ease, background-color 0.15s ease;
}

/* line 1300, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link .sortable-th__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1308, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link .sortable-th__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: inherit;
  opacity: 0.45;
}

/* line 1318, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link .sortable-th__icon .fas {
  font-size: 0.7rem;
  line-height: 1;
}

/* line 1324, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link .sortable-th__icon--muted .fas {
  font-size: 0.65rem;
}

/* line 1328, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link:hover {
  color: #333;
  background-color: rgba(10, 10, 10, 0.04);
}

/* line 1332, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link:hover .sortable-th__icon {
  opacity: 0.85;
}

/* line 1337, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link:focus-visible {
  outline: 2px solid rgba(0, 123, 255, 0.45);
  outline-offset: 1px;
}

/* line 1342, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link.is-active {
  color: #333;
  font-weight: 600;
}

/* line 1346, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link.is-active .sortable-th__icon {
  opacity: 1;
}

/* line 1350, app/assets/stylesheets/application.scss */
.ocn-data-table th .sortable-link.is-active .fa-sort-up,
.ocn-data-table th .sortable-link.is-active .fa-sort-down {
  font-size: 0.72rem;
}

/* line 1359, app/assets/stylesheets/application.scss */
body.admin .breadcrumb {
  margin-bottom: 1.5rem;
}

/* line 1363, app/assets/stylesheets/application.scss */
body.admin .admin-flash {
  margin-bottom: 1.5rem;
}

/* line 1367, app/assets/stylesheets/application.scss */
body.admin .admin-vast-pool .card-content p {
  margin-bottom: 0.45rem;
}

/* line 1371, app/assets/stylesheets/application.scss */
body.admin .admin-vast-pool .card-content p:last-child {
  margin-bottom: 0;
}

/* line 1375, app/assets/stylesheets/application.scss */
body.admin .admin-vast-pool code {
  word-break: break-word;
}

/* line 1379, app/assets/stylesheets/application.scss */
body.admin .admin-vast-pool .admin-vast-pool-details summary {
  cursor: pointer;
  font-weight: 600;
}

/* line 1384, app/assets/stylesheets/application.scss */
body.admin .admin-vast-pool .admin-vast-pool-token-list {
  margin-left: 1.25rem;
}

/* line 1388, app/assets/stylesheets/application.scss */
body.admin .admin-vast-pool .admin-vast-pool-token-entry {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

/* line 1395, app/assets/stylesheets/application.scss */
body.admin .admin-vast-pool .admin-vast-pool-token-remove-form {
  display: inline-block;
  margin: 0;
}

/* line 1400, app/assets/stylesheets/application.scss */
.impersonation-banner {
  background: #f59e0b;
  border-bottom: 1px solid #d97706;
  color: #111827;
  padding: 0.6rem 0;
}

/* line 1407, app/assets/stylesheets/application.scss */
.impersonation-banner form.button_to {
  margin: 0;
}

/* line 1411, app/assets/stylesheets/application.scss */
body.admin .transcript {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 1417, app/assets/stylesheets/application.scss */
body.admin .transcript-turn {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

/* line 1423, app/assets/stylesheets/application.scss */
body.admin .transcript-turn-meta {
  flex: 0 0 auto;
  min-width: 7.5rem;
}

/* line 1428, app/assets/stylesheets/application.scss */
body.admin .ocn-pill--transcript-speaker {
  max-width: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1434, app/assets/stylesheets/application.scss */
body.admin .transcript-turn-body {
  flex: 1 1 auto;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  background: #f5f5f5;
}

/* line 1442, app/assets/stylesheets/application.scss */
body.admin .transcript-turn-body p {
  margin-bottom: 0.5rem;
}

/* line 1446, app/assets/stylesheets/application.scss */
body.admin .transcript-turn-body p:last-child {
  margin-bottom: 0;
}

/* line 1450, app/assets/stylesheets/application.scss */
body.admin .transcript-turn--internal .ocn-pill--transcript-speaker {
  background: rgba(0, 123, 255, 0.12);
  color: #0b4da2;
}

/* line 1455, app/assets/stylesheets/application.scss */
body.admin .transcript-turn--external .ocn-pill--transcript-speaker {
  background: rgba(21, 87, 36, 0.12);
  color: #155724;
}

/* line 1460, app/assets/stylesheets/application.scss */
body.admin .transcript-turn--unknown .ocn-pill--transcript-speaker {
  background: rgba(142, 172, 205, 0.18);
  color: #333;
}

/* line 1465, app/assets/stylesheets/application.scss */
body.admin .transcript-turn--meta .ocn-pill--transcript-speaker {
  background: rgba(0, 0, 0, 0.06);
  color: #666;
}

/* line 1471, app/assets/stylesheets/application.scss */
.navbar a {
  color: #e1e4e8;
}

/* line 1479, app/assets/stylesheets/application.scss */
.navbar .navbar-brand {
  flex-wrap: nowrap;
}

/* line 1482, app/assets/stylesheets/application.scss */
.navbar .navbar-brand > .navbar-item {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

/* line 1488, app/assets/stylesheets/application.scss */
.navbar .navbar-brand > .navbar-item > li:first-child,
.navbar .navbar-brand > .navbar-item > span {
  flex-shrink: 0;
}

/* line 1493, app/assets/stylesheets/application.scss */
.navbar .navbar-brand > .navbar-item > li:last-child {
  min-width: 0;
  overflow: hidden;
}

/* line 1497, app/assets/stylesheets/application.scss */
.navbar .navbar-brand > .navbar-item > li:last-child a {
  min-width: 0;
}

/* line 1501, app/assets/stylesheets/application.scss */
.navbar .navbar-brand > .navbar-item > li:last-child span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1509, app/assets/stylesheets/application.scss */
.navbar .navbar-brand .navbar-burger {
  flex-shrink: 0;
}

/* line 1515, app/assets/stylesheets/application.scss */
#main-menu {
  background-color: #0a0a0a;
}

/* line 1519, app/assets/stylesheets/application.scss */
.filters {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0px;
}

/* line 1525, app/assets/stylesheets/application.scss */
.filters select {
  margin: 0px;
  margin-right: 10px;
}

/* line 1530, app/assets/stylesheets/application.scss */
.filters input {
  margin: 0px;
}

/* line 1534, app/assets/stylesheets/application.scss */
.filters form {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 1539, app/assets/stylesheets/application.scss */
.filters form label {
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}

/* line 1548, app/assets/stylesheets/application.scss */
.search-columns {
  flex-wrap: wrap;
}

/* line 1551, app/assets/stylesheets/application.scss */
.search-columns .search-column {
  flex: 1 0 300px;
}

/* line 1555, app/assets/stylesheets/application.scss */
.search-columns .search-button-column {
  flex: 0 0 100px;
}

/* line 1560, app/assets/stylesheets/application.scss */
.local-election-lookup-form__row .button {
  min-width: 170px;
}

/* line 1564, app/assets/stylesheets/application.scss */
.local-election-lookup__error {
  color: #7a0c00;
  margin-top: 0.75rem;
}

/* line 1569, app/assets/stylesheets/application.scss */
.local-election-lookup__address {
  margin-top: 1rem;
}

/* line 1573, app/assets/stylesheets/application.scss */
.local-election-lookup__results {
  margin-top: 1.25rem;
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
}

/* line 1580, app/assets/stylesheets/application.scss */
.local-election-lookup__date-group + .local-election-lookup__date-group {
  margin-top: 1.5rem;
}

/* line 1584, app/assets/stylesheets/application.scss */
.local-election-lookup__date-title {
  color: #1f2937;
}

/* line 1588, app/assets/stylesheets/application.scss */
.local-election-lookup__polling-station {
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: #eff6ff;
  color: #1f2937;
  margin-bottom: 0.9rem;
  padding: 1rem;
}

/* line 1597, app/assets/stylesheets/application.scss */
.local-election-lookup__polling-station-instruction {
  margin-bottom: 0.75rem;
}

/* line 1601, app/assets/stylesheets/application.scss */
.local-election-lookup__polling-station-address {
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* line 1607, app/assets/stylesheets/application.scss */
.local-election-lookup__polling-station-address span {
  display: block;
}

/* line 1611, app/assets/stylesheets/application.scss */
.local-election-lookup__polling-station-link {
  font-weight: 600;
}

/* line 1615, app/assets/stylesheets/application.scss */
.local-election-lookup__ballot {
  border: 1px solid #eceff5;
  border-radius: 10px;
  padding: 0.9rem;
  background: #fafbff;
  margin-bottom: 0.8rem;
}

/* line 1623, app/assets/stylesheets/application.scss */
.local-election-lookup__ballot-post {
  color: #4b5563;
  margin-bottom: 0.45rem;
}

/* line 1628, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}

/* line 1635, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-card {
  border: 1px solid #e5e7eb;
  border-left: 4px solid var(--candidate-party-color, #e5e7eb);
  border-radius: 10px;
  background: #fff;
  padding: 0.75rem;
}

/* line 1643, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

/* line 1649, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-photo,
.local-election-lookup__candidate-photo-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  flex-shrink: 0;
}

/* line 1657, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-photo {
  object-fit: cover;
  border: 1px solid #d1d5db;
}

/* line 1662, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-photo-placeholder {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

/* line 1667, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-name {
  color: #111827;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

/* line 1673, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-party {
  color: #4b5563;
  font-size: 0.85rem;
}

/* line 1678, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-status {
  color: #1f2937;
  font-size: 0.88rem;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}

/* line 1685, app/assets/stylesheets/application.scss */
.local-election-lookup__candidate-link {
  font-size: 0.85rem;
}

/* line 1689, app/assets/stylesheets/application.scss */
.local-election-lookup__empty {
  color: #1f2937;
}

/* line 1696, app/assets/stylesheets/application.scss */
.person-compact-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

/* line 1702, app/assets/stylesheets/application.scss */
.person-image-container {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 12px;
  margin-top: 1px;
  margin-left: 0;
  overflow: hidden;
  flex-shrink: 0;
  flex-basis: 32px;
}

/* line 1718, app/assets/stylesheets/application.scss */
.person-image {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

/* line 1727, app/assets/stylesheets/application.scss */
.person-placeholder-icon {
  color: #dbdbdb;
  font-size: 1.2rem;
  margin-top: 6px;
}

/* line 1733, app/assets/stylesheets/application.scss */
.person-details {
  flex-grow: 1;
  min-width: 0;
  line-height: 1.3;
}

/* line 1739, app/assets/stylesheets/application.scss */
.person-details__name {
  display: block;
}

/* line 1745, app/assets/stylesheets/application.scss */
.person-details__role {
  display: block;
  max-width: 100%;
  margin-top: 0.1rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #5b6472;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  /* line 1758, app/assets/stylesheets/application.scss */
  .person-details__role {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}

/* line 1765, app/assets/stylesheets/application.scss */
.person-details__meta {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #6b7280;
}

/* line 1773, app/assets/stylesheets/application.scss */
.person-details__sep {
  margin: 0 0.35em;
  color: #cbd0d6;
}

/* line 1778, app/assets/stylesheets/application.scss */
.person-details__party {
  white-space: nowrap;
}

/* line 1782, app/assets/stylesheets/application.scss */
.person-details__party .party-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: var(--party-color, #6c757d);
}

/* line 1791, app/assets/stylesheets/application.scss */
.person-details__ward {
  white-space: nowrap;
  color: #9aa1ab;
}

/* line 1796, app/assets/stylesheets/application.scss */
.person-details__ward-icon {
  margin-right: 4px;
  font-size: 0.72rem;
}

/* line 1802, app/assets/stylesheets/application.scss */
a.councillor-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(55, 65, 81, 0.35);
  text-underline-offset: 0.15em;
  font-weight: 500;
}

/* line 1809, app/assets/stylesheets/application.scss */
a.councillor-link:hover, a.councillor-link:focus {
  text-decoration-color: rgba(55, 65, 81, 0.75);
  color: #111827;
}

/* line 1816, app/assets/stylesheets/application.scss */
.councillor-link__card {
  width: 300px;
  max-width: calc(100vw - 16px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  padding: 0.75rem;
  pointer-events: auto;
  color: #1f2937;
}

/* line 1828, app/assets/stylesheets/application.scss */
.councillor-link__card-body {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

/* line 1834, app/assets/stylesheets/application.scss */
.councillor-link__card-photo {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1846, app/assets/stylesheets/application.scss */
.councillor-link__card-image {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

/* line 1852, app/assets/stylesheets/application.scss */
.councillor-link__card-placeholder {
  color: #d1d5db;
  font-size: 1.1rem;
}

/* line 1857, app/assets/stylesheets/application.scss */
.councillor-link__card-details {
  min-width: 0;
  flex: 1;
}

/* line 1862, app/assets/stylesheets/application.scss */
.councillor-link__card-name {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #111827;
}

/* line 1869, app/assets/stylesheets/application.scss */
.councillor-link__card-role {
  margin-top: 0.15rem;
  font-size: 0.8rem;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 1879, app/assets/stylesheets/application.scss */
.councillor-link__card-meta {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #9aa1ab;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.35rem;
  align-items: center;
}

/* line 1889, app/assets/stylesheets/application.scss */
.councillor-link__card-party {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

/* line 1895, app/assets/stylesheets/application.scss */
.councillor-link__card-party .party-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--party-color, #6c757d);
  flex-shrink: 0;
}

/* line 1903, app/assets/stylesheets/application.scss */
.councillor-link__card-sep {
  color: #c4c9d1;
}

/* line 1907, app/assets/stylesheets/application.scss */
.councillor-link__card-cta {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

/* line 1915, app/assets/stylesheets/application.scss */
.councillor-link__card-cta:hover, .councillor-link__card-cta:focus {
  text-decoration: underline;
}

/* line 1922, app/assets/stylesheets/application.scss */
.person-header-box {
  padding: 0;
  overflow: hidden;
}

/* line 1927, app/assets/stylesheets/application.scss */
.person-header__top {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}

/* line 1933, app/assets/stylesheets/application.scss */
.person-header__avatar {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #f3f4f6;
}

/* line 1943, app/assets/stylesheets/application.scss */
.person-header__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c7ccd3;
  font-size: 1.9rem;
}

/* line 1951, app/assets/stylesheets/application.scss */
.person-header__ident {
  min-width: 0;
}

/* line 1955, app/assets/stylesheets/application.scss */
.person-header__name {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #161d27;
}

/* line 1964, app/assets/stylesheets/application.scss */
.person-header__role {
  margin: 0.15rem 0 0;
  font-size: 0.98rem;
  font-weight: 500;
  color: #566573;
}

/* line 1971, app/assets/stylesheets/application.scss */
.person-header__pills {
  margin-top: 0.65rem;
}

/* line 1975, app/assets/stylesheets/application.scss */
.person-header__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f0f1f3;
}

/* line 1984, app/assets/stylesheets/application.scss */
.person-header__action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.86rem;
  font-weight: 500;
  color: #2b6cb0;
  text-decoration: none;
}

/* line 1993, app/assets/stylesheets/application.scss */
.person-header__action i {
  font-size: 0.8rem;
  opacity: 0.85;
}

/* line 1998, app/assets/stylesheets/application.scss */
.person-header__action:hover {
  text-decoration: underline;
}

/* line 2003, app/assets/stylesheets/application.scss */
.person-header__committees {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid #f0f1f3;
}

/* line 2009, app/assets/stylesheets/application.scss */
.person-header__committees-title {
  margin-bottom: 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9aa1ab;
}

/* line 2018, app/assets/stylesheets/application.scss */
.person-committee-pill a {
  color: inherit;
  text-decoration: none;
}

/* line 2022, app/assets/stylesheets/application.scss */
.person-committee-pill a:hover {
  text-decoration: underline;
}

/* line 2027, app/assets/stylesheets/application.scss */
.person-committee-pill__role {
  margin-left: 0.4em;
  font-weight: 700;
  opacity: 0.65;
}

@media screen and (max-width: 767px) {
  /* line 2034, app/assets/stylesheets/application.scss */
  .person-header__name {
    font-size: 1.45rem;
  }
  /* line 2035, app/assets/stylesheets/application.scss */
  .person-header__actions {
    gap: 0.85rem 1.25rem;
  }
}

/* line 2039, app/assets/stylesheets/application.scss */
.councillor-directory__header {
  margin-bottom: 1.25rem;
}

/* line 2043, app/assets/stylesheets/application.scss */
.councillor-directory__page-title {
  padding-top: 0.25rem;
  padding-bottom: 0.35rem;
}

/* line 2048, app/assets/stylesheets/application.scss */
.councillor-directory__count {
  margin: 0;
  color: #6b7280;
  font-size: 0.875rem;
}

/* line 2054, app/assets/stylesheets/application.scss */
.councillor-directory__composition {
  margin-bottom: 1.25rem;
}

/* line 2058, app/assets/stylesheets/application.scss */
.councillor-directory__bar {
  display: flex;
  gap: 2px;
  height: 8px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: #f3f4f6;
}

/* line 2068, app/assets/stylesheets/application.scss */
.councillor-directory__bar-seg {
  flex-grow: var(--seg-grow, 1);
  min-width: 4px;
  background: var(--party-color, #6c757d);
}

/* line 2074, app/assets/stylesheets/application.scss */
.councillor-directory__filters .ocn-pill {
  margin-bottom: 0;
  cursor: pointer;
}

/* line 2079, app/assets/stylesheets/application.scss */
.councillor-directory__filter-pill.is-selected {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3273dc, 0 2px 8px rgba(15, 23, 42, 0.1);
}

/* line 2083, app/assets/stylesheets/application.scss */
.councillor-directory__toolbar {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0.75rem 0;
  background: #fff;
}

/* line 2096, app/assets/stylesheets/application.scss */
.councillor-directory__search {
  flex: 1 1 16rem;
  min-width: 12rem;
}

/* line 2101, app/assets/stylesheets/application.scss */
.councillor-directory__ward {
  flex: 0 1 14rem;
  min-width: 11rem;
}

/* line 2106, app/assets/stylesheets/application.scss */
.councillor-directory__group-by {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 3px;
  border: 1px solid #e2e5ea;
  border-radius: 999px;
  background: #f7f8fa;
}

/* line 2115, app/assets/stylesheets/application.scss */
.councillor-directory__group-btn {
  appearance: none;
  margin: 0;
  padding: 0.4rem 0.85rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4b5563;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

/* line 2128, app/assets/stylesheets/application.scss */
.councillor-directory__group-btn:hover {
  color: #111827;
}

/* line 2132, app/assets/stylesheets/application.scss */
.councillor-directory__group-btn.is-selected {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

/* line 2139, app/assets/stylesheets/application.scss */
.councillor-directory__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #eceef1;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

/* line 2149, app/assets/stylesheets/application.scss */
.councillor-directory__group {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem 0.55rem;
  background: #f8f9fb;
  border-top: 1px solid #eceef1;
}

/* line 2159, app/assets/stylesheets/application.scss */
.councillor-directory__group:first-child {
  border-top: 0;
}

/* line 2163, app/assets/stylesheets/application.scss */
.councillor-directory__group-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}

/* line 2172, app/assets/stylesheets/application.scss */
.councillor-directory__group-count {
  margin: 0;
  font-size: 0.75rem;
  color: #9aa1ab;
}

/* line 2178, app/assets/stylesheets/application.scss */
.councillor-directory__item + .councillor-directory__item,
.councillor-directory__group + .councillor-directory__item,
.councillor-directory__item + .councillor-directory__group {
  border-top: 1px solid #f0f1f3;
}

/* line 2184, app/assets/stylesheets/application.scss */
.councillor-directory__row {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.85rem 1.1rem;
  color: inherit;
  text-decoration: none;
}

/* line 2192, app/assets/stylesheets/application.scss */
.councillor-directory__row:hover, .councillor-directory__row:focus-visible {
  background: #f7f9fc;
}

/* line 2198, app/assets/stylesheets/application.scss */
a.councillor-directory__row:hover .councillor-directory__name,
a.councillor-directory__row:focus-visible .councillor-directory__name {
  text-decoration: underline;
}

/* line 2203, app/assets/stylesheets/application.scss */
.councillor-directory__avatar {
  flex-shrink: 0;
}

/* line 2207, app/assets/stylesheets/application.scss */
.councillor-directory__photo {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: #f3f4f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* line 2218, app/assets/stylesheets/application.scss */
.councillor-directory__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c7ccd3;
  font-size: 1.45rem;
}

/* line 2226, app/assets/stylesheets/application.scss */
.councillor-directory__body {
  min-width: 0;
  flex: 1;
}

/* line 2231, app/assets/stylesheets/application.scss */
.councillor-directory__name {
  display: block;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.25;
  color: #161d27;
}

/* line 2239, app/assets/stylesheets/application.scss */
.councillor-directory__role {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #566573;
}

/* line 2247, app/assets/stylesheets/application.scss */
.councillor-directory__pills {
  margin-top: 0.45rem;
}

/* line 2251, app/assets/stylesheets/application.scss */
.councillor-directory__pills .ocn-pill {
  margin-bottom: 0;
}

/* line 2255, app/assets/stylesheets/application.scss */
.councillor-directory__empty {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  /* line 2260, app/assets/stylesheets/application.scss */
  .councillor-directory__toolbar {
    align-items: stretch;
  }
  /* line 2264, app/assets/stylesheets/application.scss */
  .councillor-directory__ward,
.councillor-directory__group-by {
    flex: 1 1 100%;
  }
  /* line 2269, app/assets/stylesheets/application.scss */
  .councillor-directory__photo {
    width: 52px;
    height: 52px;
  }
}

/* line 2275, app/assets/stylesheets/application.scss */
.postcode-lookup-card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  position: relative;
}

/* line 2282, app/assets/stylesheets/application.scss */
.postcode-lookup-form .button {
  min-width: 150px;
}

/* line 2286, app/assets/stylesheets/application.scss */
.postcode-lookup-spinner {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  margin-left: 0.5rem;
  animation: lookup-spin 0.8s linear infinite;
}

@keyframes lookup-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 2303, app/assets/stylesheets/application.scss */
.postcode-lookup-alert {
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

/* line 2308, app/assets/stylesheets/application.scss */
.postcode-lookup-result {
  border: 1px solid #eceff5;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  background: #fafbff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* line 2318, app/assets/stylesheets/application.scss */
.postcode-lookup-result.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 2324, app/assets/stylesheets/application.scss */
.postcode-lookup-result .result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 2332, app/assets/stylesheets/application.scss */
.postcode-lookup-feedback {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  padding: 0.65rem 0.95rem;
  border-radius: 8px;
  background: #f5f7fb;
  margin-bottom: 1rem;
}

/* line 2342, app/assets/stylesheets/application.scss */
.postcode-lookup-feedback .preview-trigger-button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #3f51b5;
  text-decoration: underline;
  transition: color 0.2s ease;
}

/* line 2350, app/assets/stylesheets/application.scss */
.postcode-lookup-feedback .preview-trigger-button:hover {
  color: #1f2a63;
}

/* line 2354, app/assets/stylesheets/application.scss */
.postcode-lookup-feedback .preview-trigger-button .icon {
  margin-left: 0.1rem;
}

/* line 2358, app/assets/stylesheets/application.scss */
.postcode-lookup-feedback .preview-trigger-button.is-active {
  color: #1f2a63;
}

/* line 2364, app/assets/stylesheets/application.scss */
.postcode-preview-card {
  border: 1px solid #eceff5;
  border-radius: 0px;
  padding: 1.25rem;
  background: white;
  margin-top: 1rem;
  box-shadow: 0 10px 30px rgba(50, 50, 93, 0.08);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* line 2375, app/assets/stylesheets/application.scss */
.postcode-preview-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 2380, app/assets/stylesheets/application.scss */
.postcode-preview-card .preview-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

/* line 2390, app/assets/stylesheets/application.scss */
.postcode-preview-card .preview-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 2396, app/assets/stylesheets/application.scss */
.postcode-preview-card .preview-body {
  max-height: 220px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.75rem;
}

/* line 2402, app/assets/stylesheets/application.scss */
.postcode-preview-card .preview-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
}

/* line 2413, app/assets/stylesheets/application.scss */
.postcode-preview-card .preview-footer {
  text-align: right;
}

/* line 2416, app/assets/stylesheets/application.scss */
.postcode-preview-card .preview-footer .preview-subscribe-link {
  font-weight: 600;
}

/* line 2422, app/assets/stylesheets/application.scss */
.postcode-lookup-feedback.is-success {
  background: rgba(50, 205, 140, 0.15);
  color: #0f5f3d;
}

/* line 2427, app/assets/stylesheets/application.scss */
.postcode-lookup-feedback.is-danger {
  background: rgba(254, 126, 126, 0.15);
  color: #8b1c1c;
}

/* line 2432, app/assets/stylesheets/application.scss */
.postcode-lookup-subscribe__fields .button {
  white-space: nowrap;
}

/* line 2436, app/assets/stylesheets/application.scss */
.postcode-lookup-actions {
  margin-top: 1rem;
  display: flex;
}

/* line 2440, app/assets/stylesheets/application.scss */
.postcode-lookup-actions .button {
  flex: 1;
}

/* line 2444, app/assets/stylesheets/application.scss */
.postcode-lookup-actions.authenticated {
  margin-top: 0;
}

/* line 2447, app/assets/stylesheets/application.scss */
.postcode-lookup-actions.authenticated .control {
  flex: 1;
}

/* line 2451, app/assets/stylesheets/application.scss */
.postcode-lookup-actions.authenticated .button.is-light {
  width: 100%;
}

/* line 2458, app/assets/stylesheets/application.scss */
.topic-watch-email-preview .preview-body {
  max-height: none;
  overflow: visible;
}

/* line 2462, app/assets/stylesheets/application.scss */
.topic-watch-email-preview .preview-body::after {
  display: none;
}

/* line 2468, app/assets/stylesheets/application.scss */
.form-section {
  padding-bottom: 0;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 2481, app/assets/stylesheets/application.scss */
.input.shake {
  animation: shake 0.35s ease;
}

@media (max-width: 768px) {
  /* line 2488, app/assets/stylesheets/application.scss */
  .search-columns .search-column {
    margin-bottom: 1rem;
  }
  /* line 2492, app/assets/stylesheets/application.scss */
  .search-columns .search-button-column {
    margin-bottom: 1rem;
  }
}

/* line 2498, app/assets/stylesheets/application.scss */
.council-subscribe-banner,
.meeting-subscribe-banner {
  margin-top: 1rem;
  margin-bottom: -1rem;
}

/* line 2513, app/assets/stylesheets/application.scss */
.council-subscribe-banner .button,
.meeting-subscribe-banner .button,
.council-subscribe-section .button,
.meeting-subscribe-section .button {
  max-width: 100%;
  height: auto;
  min-height: 2.5em;
  white-space: normal;
}

@media (max-width: 600px) {
  /* line 2522, app/assets/stylesheets/application.scss */
  .postcode-lookup-result {
    padding: 1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 2528, app/assets/stylesheets/application.scss */
  .council-subscribe-section,
.meeting-subscribe-section {
    padding: 0;
  }
  /* line 2533, app/assets/stylesheets/application.scss */
  .council-subscribe-banner,
.meeting-subscribe-banner {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  /* line 2538, app/assets/stylesheets/application.scss */
  .council-subscribe-banner .button.is-warning,
.meeting-subscribe-banner .button.is-warning {
    border-radius: 0;
  }
  /* line 2543, app/assets/stylesheets/application.scss */
  .council-subscribe-notification,
.meeting-subscribe-notification {
    border-radius: 0;
    padding: 1rem;
  }
  /* line 2549, app/assets/stylesheets/application.scss */
  .council-subscribe-banner .field.is-grouped,
.council-subscribe-section .field.is-grouped,
.meeting-subscribe-banner .field.is-grouped,
.meeting-subscribe-section .field.is-grouped,
.postcode-lookup-subscribe__fields {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  /* line 2559, app/assets/stylesheets/application.scss */
  .council-subscribe-banner .field.is-grouped .control,
.council-subscribe-section .field.is-grouped .control,
.meeting-subscribe-banner .field.is-grouped .control,
.meeting-subscribe-section .field.is-grouped .control,
.postcode-lookup-subscribe__fields .control {
    width: 100%;
  }
  /* line 2567, app/assets/stylesheets/application.scss */
  .council-subscribe-banner .field.is-grouped .button,
.council-subscribe-section .field.is-grouped .button,
.meeting-subscribe-banner .field.is-grouped .button,
.meeting-subscribe-section .field.is-grouped .button,
.postcode-lookup-subscribe__fields .button {
    width: 100%;
  }
}

/* line 2577, app/assets/stylesheets/application.scss */
.mobile-filter-toggle {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 2590, app/assets/stylesheets/application.scss */
.mobile-filter-toggle:hover {
  color: #007bff;
}

/* line 2594, app/assets/stylesheets/application.scss */
.mobile-filter-toggle:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* line 2601, app/assets/stylesheets/application.scss */
.council-filter-content.is-hidden-mobile {
  display: none;
}

@media (min-width: 1020px) {
  /* line 2607, app/assets/stylesheets/application.scss */
  .council-filter-content {
    display: block !important;
  }
  /* line 2612, app/assets/stylesheets/application.scss */
  .chevron-icon {
    display: none;
  }
  /* line 2617, app/assets/stylesheets/application.scss */
  .mobile-filter-toggle {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: default;
    width: 100%;
    text-align: left;
    padding: 0;
    display: block;
  }
  /* line 2628, app/assets/stylesheets/application.scss */
  .mobile-filter-toggle:hover {
    color: inherit;
  }
  /* line 2632, app/assets/stylesheets/application.scss */
  .mobile-filter-toggle:focus {
    outline: none;
  }
}

/* line 2639, app/assets/stylesheets/application.scss */
.feed .label {
  margin-right: 5px;
}

/* line 2644, app/assets/stylesheets/application.scss */
.ellipsis {
  width: 24px;
  /* Set the width to 24px */
  height: 24px;
  /* Set the height to 24px */
  background-color: #98FB98;
  /* A pastel green color */
  border-radius: 50%;
  /* Make it a circle */
  margin-left: 10px;
  /* Margin to the left */
  display: inline-block;
  /* Allows the div to behave like an inline element */
}

/* line 2653, app/assets/stylesheets/application.scss */
.feed-item {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  margin: 10px 0;
}

/* line 2659, app/assets/stylesheets/application.scss */
.feed-item.meeting {
  background: rgba(249, 243, 204, 0.45);
}

/* line 2663, app/assets/stylesheets/application.scss */
.feed-item.decision {
  background: rgba(215, 229, 202, 0.45);
}

/* line 2667, app/assets/stylesheets/application.scss */
.feed-item p {
  color: #464646;
}

/* line 2671, app/assets/stylesheets/application.scss */
.feed-item .see-more {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  width: 100px !important;
  background: #646464 !important;
  margin-bottom: 0px !important;
}

/* line 2680, app/assets/stylesheets/application.scss */
.feed-item .label {
  background: #8EACCD !important;
  color: white;
}

/* line 2684, app/assets/stylesheets/application.scss */
.feed-item .label > span {
  color: white;
}

/* line 2689, app/assets/stylesheets/application.scss */
.feed-item .tags {
  margin-top: 15px;
}

/* line 2692, app/assets/stylesheets/application.scss */
.feed-item .tags .label {
  background: #8EACCD !important;
}

/* line 2697, app/assets/stylesheets/application.scss */
.feed-item .date {
  margin-right: 20px;
}

/* line 2701, app/assets/stylesheets/application.scss */
.feed-item .left {
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: 16px;
}

/* line 2707, app/assets/stylesheets/application.scss */
.feed-item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 2712, app/assets/stylesheets/application.scss */
.feed-item .right p, .feed-item .right .tags {
  margin-bottom: 10px;
}

/* line 2716, app/assets/stylesheets/application.scss */
.feed-item .right .button {
  display: inline-block;
}

/* line 2720, app/assets/stylesheets/application.scss */
.feed-item .right .label {
  margin-right: 5px;
  display: inline-block;
  color: white;
}

/* line 2726, app/assets/stylesheets/application.scss */
.feed-item .right .tags {
  display: flex;
  flex-wrap: wrap;
}

/* line 2733, app/assets/stylesheets/application.scss */
.sync-table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 5px;
}

/* line 2738, app/assets/stylesheets/application.scss */
.sync-table tr {
  height: 5px;
}

/* line 2742, app/assets/stylesheets/application.scss */
.sync-table td, .sync-table th {
  padding: 0;
}

/* line 2746, app/assets/stylesheets/application.scss */
.sync-table .status {
  width: 5px;
  height: 5px;
}

/* line 2750, app/assets/stylesheets/application.scss */
.sync-table .status.status-waiting {
  background: lightgray;
}

/* line 2753, app/assets/stylesheets/application.scss */
.sync-table .status.status-processing {
  background: yellow;
}

/* line 2756, app/assets/stylesheets/application.scss */
.sync-table .status.status-processed {
  background: green;
}

/* line 2758, app/assets/stylesheets/application.scss */
.sync-table .status.status-processed.classify {
  background: purple;
}

/* line 2762, app/assets/stylesheets/application.scss */
.sync-table .status.status-error {
  background: red;
}

/* line 2768, app/assets/stylesheets/application.scss */
.meetings-tabs {
  border-radius: 18px;
  box-shadow: 0 20px 35px rgba(9, 30, 66, 0.08);
  position: relative;
}

/* line 2773, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs {
  margin-bottom: 1rem;
  border-bottom: none;
}

/* line 2777, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs ul {
  border-bottom: none;
  justify-content: flex-start;
  gap: 1.25rem;
}

/* line 2783, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs li {
  background: none;
  border: none;
  padding: 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

/* line 2789, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs li.is-active {
  transform: translateY(-2px);
}

/* line 2792, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs li.is-active .meetings-tab-label {
  color: #111827;
}

/* line 2795, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs li.is-active .meetings-tab-label::after {
  opacity: 1;
  transform: scaleX(1);
}

/* line 2803, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs .meetings-tab-label {
  display: inline-flex;
  align-items: center;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #6b7280;
  padding: 0.35rem 0;
  position: relative;
  transition: color 0.25s ease;
  border-bottom: none;
}

/* line 2815, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs .meetings-tab-label:hover {
  color: #0f172a;
}

/* line 2820, app/assets/stylesheets/application.scss */
.meetings-tabs .tabs li a {
  border-bottom: none !important;
  color: inherit;
}

/* line 2826, app/assets/stylesheets/application.scss */
.meetings-tabs .panel {
  border: none;
  padding-top: 0;
  display: none;
}

/* line 2832, app/assets/stylesheets/application.scss */
.meetings-tabs .panel.is-active {
  display: block;
}

/* line 2837, app/assets/stylesheets/application.scss */
.timeline-button {
  text-align: left;
  white-space: normal;
}

/* line 2842, app/assets/stylesheets/application.scss */
.meeting-list-item--inactive .meeting-list-item__marker {
  border-left-color: #c5cbd3 !important;
}

/* line 2846, app/assets/stylesheets/application.scss */
.meeting-list-item--inactive .committee-page__meeting-title a {
  color: #4b5563 !important;
}

/* line 2850, app/assets/stylesheets/application.scss */
.meeting-list-item--inactive > div,
.meeting-list-item--inactive .committee-page__meeting-content,
.meeting-list-item--inactive .committee-page__meeting-meta {
  opacity: 0.68;
}

/* line 2856, app/assets/stylesheets/application.scss */
.meeting-list-item--inactive .ocn-pill--accent-left-amber,
.meeting-list-item--inactive .ocn-pill--meeting-status-link {
  opacity: 1;
}

/* line 2861, app/assets/stylesheets/application.scss */
th[title] {
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

/* line 2866, app/assets/stylesheets/application.scss */
.content figure figcaption {
  font-style: italic;
  text-align: center;
}

/* line 2872, app/assets/stylesheets/application.scss */
.topic-entity-text {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/* line 2882, app/assets/stylesheets/application.scss */
.article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
}

/* line 2890, app/assets/stylesheets/application.scss */
.article-text h1 {
  font-size: 2em;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5em;
}

/* line 2896, app/assets/stylesheets/application.scss */
.article-text h2 {
  font-size: 1.75em;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.4em;
}

/* line 2902, app/assets/stylesheets/application.scss */
.article-text h3 {
  font-size: 1.5em;
}

/* line 2906, app/assets/stylesheets/application.scss */
.article-text h4 {
  font-size: 1.25em;
}

/* line 2910, app/assets/stylesheets/application.scss */
.article-text h5 {
  font-size: 1.1em;
}

/* line 2914, app/assets/stylesheets/application.scss */
.article-text h6 {
  font-size: 1em;
  color: #666;
}

/* line 2920, app/assets/stylesheets/application.scss */
.article-text {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* line 2928, app/assets/stylesheets/application.scss */
.article-text figure {
  margin-bottom: 1.5em;
  text-align: center;
}

/* line 2933, app/assets/stylesheets/application.scss */
.article-text figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* line 2939, app/assets/stylesheets/application.scss */
.article-text blockquote {
  padding: 1.25em 1.5em 1.75em;
  width: 100%;
  box-sizing: border-box;
  margin: 1em 0;
}

/* line 2946, app/assets/stylesheets/application.scss */
.article-text figure p {
  margin-bottom: 0 !important;
}

/* line 2950, app/assets/stylesheets/application.scss */
.article-text table {
  table-layout: fixed;
}

/* line 2954, app/assets/stylesheets/application.scss */
.ai-generated {
  position: absolute;
  top: 0;
  right: 0.5em;
  cursor: help;
}

/* line 2961, app/assets/stylesheets/application.scss */
.results-container {
  margin-top: 0 !important;
}

/* line 2965, app/assets/stylesheets/application.scss */
.meeting-block {
  background: rgba(0, 20, 100, 0.05);
  padding: 1rem;
  margin: 1rem 0;
}

/* line 2966, app/assets/stylesheets/application.scss */
.meeting-block h5 {
  margin-left: 1rem;
}

/* line 2969, app/assets/stylesheets/application.scss */
.meeting-block .content {
  margin-left: 2rem;
}

/* line 2979, app/assets/stylesheets/application.scss */
.meeting-columns .column {
  min-width: 0;
}

/* line 2983, app/assets/stylesheets/application.scss */
.meeting-columns .box {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/* line 2990, app/assets/stylesheets/application.scss */
.box {
  box-shadow: none !important;
}

/* Story domain specific styles */
/* line 2995, app/assets/stylesheets/application.scss */
.story-domain-brand, .london-local-brand {
  font-family: 'Cormorant SC', serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: white;
  text-decoration: none;
  margin-left: 1rem;
}

/* line 3004, app/assets/stylesheets/application.scss */
.story-domain-navbar-item, .london-local-navbar-item {
  margin-right: 0;
}

/* line 3008, app/assets/stylesheets/application.scss */
.story-domain-navbar-item li, .london-local-navbar-item li {
  list-style: none;
}

/* line 3012, app/assets/stylesheets/application.scss */
.story-domain-navbar-item a, .london-local-navbar-item a {
  text-decoration: none;
}

/* line 3016, app/assets/stylesheets/application.scss */
.story-domain-navbar-item a:hover, .london-local-navbar-item a:hover {
  color: white;
}

/* Legacy support for existing london-local classes */
/* line 3029, app/assets/stylesheets/application.scss */
.no-councils-selected {
  text-align: center;
  margin: 2em 0;
}

/* line 3034, app/assets/stylesheets/application.scss */
.no-councils-message {
  font-size: 1.5em;
  color: #b94a48;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* line 3041, app/assets/stylesheets/application.scss */
.no-councils-hint {
  color: #555;
  font-size: 1.1em;
}

/* line 3046, app/assets/stylesheets/application.scss */
.header-2 {
  font-size: 2.8rem !important;
}

/* line 3050, app/assets/stylesheets/application.scss */
.panel-container.box,
.meeting-columns .box.container {
  padding: 1.25rem 0;
}

@media (max-width: 600px) {
  /* line 3056, app/assets/stylesheets/application.scss */
  .council-page .header-2,
.meeting-page .title.is-size-3 {
    font-size: 1.5rem !important;
    line-height: 1.6rem;
  }
  /* line 3062, app/assets/stylesheets/application.scss */
  .council-page .content-body h2,
.meeting-page .content-body h2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    border-bottom: 1px dotted;
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem;
  }
  /* line 3071, app/assets/stylesheets/application.scss */
  .council-page .content-body h3,
.meeting-page .content-body h3 {
    font-size: 0.9rem;
    line-height: 1rem;
    border-bottom: 1px dotted;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
  }
  /* line 3080, app/assets/stylesheets/application.scss */
  .council-page .content-body li,
.meeting-page .content-body li {
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
    margin-left: 0.2rem;
  }
}

/* Navbar dropdown — desktop (main app navbar: Admin and account menus) */
@media screen and (min-width: 1024px) {
  /* line 3092, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-item.has-dropdown .navbar-link {
    color: #e1e4e8;
  }
  /* line 3095, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-item.has-dropdown .navbar-link::after {
    border-color: currentColor;
  }
  /* line 3100, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,
.navbar.has-background-black .navbar-item.has-dropdown:focus-within .navbar-link {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
  }
  /* line 3109, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-dropdown {
    min-width: 12rem;
    margin-top: 0;
    padding: 0.25rem 0;
    background-color: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.45);
  }
  /* line 3119, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-dropdown .navbar-item {
    color: #e1e4e8;
    padding: 0.5rem 1.1rem;
  }
  /* line 3123, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-dropdown .navbar-item:hover, .navbar.has-background-black .navbar-dropdown .navbar-item:focus {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
  }
  /* line 3131, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-dropdown .navbar-item.has-text-grey-light {
    color: rgba(225, 228, 232, 0.55) !important;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 0.2rem;
    pointer-events: none;
  }
  /* line 3140, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-dropdown .navbar-item.has-text-grey-light:hover, .navbar.has-background-black .navbar-dropdown .navbar-item.has-text-grey-light:focus {
    background-color: transparent;
  }
  /* line 3146, app/assets/stylesheets/application.scss */
  .navbar.has-background-black .navbar-dropdown .navbar-divider {
    margin: 0.4rem 0;
    background-color: rgba(255, 255, 255, 0.12);
  }
}

@media screen and (max-width: 1023px) {
  /* line 3157, app/assets/stylesheets/application.scss */
  .navbar .navbar-dropdown {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-bottom: 0.25rem;
    padding-top: 0;
  }
  /* line 3164, app/assets/stylesheets/application.scss */
  .navbar .navbar-dropdown a.navbar-item,
.navbar .navbar-dropdown .navbar-item:not(.has-text-grey-light) {
    color: #e1e4e8;
  }
  /* line 3168, app/assets/stylesheets/application.scss */
  .navbar .navbar-dropdown a.navbar-item:hover, .navbar .navbar-dropdown a.navbar-item:focus,
.navbar .navbar-dropdown .navbar-item:not(.has-text-grey-light):hover,
.navbar .navbar-dropdown .navbar-item:not(.has-text-grey-light):focus {
    background-color: rgba(255, 255, 255, 0.08);
    color: #e1e4e8;
  }
  /* line 3175, app/assets/stylesheets/application.scss */
  .navbar .navbar-dropdown .navbar-item.has-text-grey-light {
    color: rgba(225, 228, 232, 0.78);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    pointer-events: none;
    text-transform: uppercase;
  }
  /* line 3182, app/assets/stylesheets/application.scss */
  .navbar .navbar-dropdown .navbar-item.has-text-grey-light:hover, .navbar .navbar-dropdown .navbar-item.has-text-grey-light:focus {
    background-color: transparent;
  }
  /* line 3188, app/assets/stylesheets/application.scss */
  .navbar .navbar-dropdown .navbar-divider {
    background-color: rgba(225, 228, 232, 0.22);
    margin: 0.5rem 1rem;
  }
}

/* Transcript styling */
/* line 3196, app/assets/stylesheets/application.scss */
.transcript-content {
  max-height: 400px;
  overflow-y: auto;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  margin-top: 1rem;
}

/* line 3205, app/assets/stylesheets/application.scss */
.transcript-subtitle {
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  border-left: 3px solid #007bff;
  background: #fff;
  border-radius: 0 4px 4px 0;
}

/* line 3212, app/assets/stylesheets/application.scss */
.transcript-subtitle:hover {
  background: #f0f8ff;
}

/* line 3217, app/assets/stylesheets/application.scss */
.transcript-timestamp {
  color: #007bff;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* line 3223, app/assets/stylesheets/application.scss */
.transcript-timestamp:hover {
  text-decoration: underline;
}

/* line 3234, app/assets/stylesheets/application.scss */
.admin-web-cache .pagination,
.admin-transcription-errors .pagination,
.admin-transcription-metrics .pagination,
.admin-document-processing-metrics .pagination,
.admin-summary-health .pagination {
  margin-top: 1rem;
}

/* line 3238, app/assets/stylesheets/application.scss */
.admin-web-cache .table,
.admin-transcription-errors .table,
.admin-transcription-metrics .table,
.admin-document-processing-metrics .table,
.admin-summary-health .table {
  font-size: 0.875rem;
}

/* line 3241, app/assets/stylesheets/application.scss */
.admin-web-cache .table th, .admin-web-cache .table td,
.admin-transcription-errors .table th,
.admin-transcription-errors .table td,
.admin-transcription-metrics .table th,
.admin-transcription-metrics .table td,
.admin-document-processing-metrics .table th,
.admin-document-processing-metrics .table td,
.admin-summary-health .table th,
.admin-summary-health .table td {
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}

/* line 3246, app/assets/stylesheets/application.scss */
.admin-web-cache .table th,
.admin-transcription-errors .table th,
.admin-transcription-metrics .table th,
.admin-document-processing-metrics .table th,
.admin-summary-health .table th {
  font-weight: 600;
  background-color: #f5f5f5;
  border-bottom: 2px solid #dbdbdb;
}

/* line 3252, app/assets/stylesheets/application.scss */
.admin-web-cache .table td,
.admin-transcription-errors .table td,
.admin-transcription-metrics .table td,
.admin-document-processing-metrics .table td,
.admin-summary-health .table td {
  border-bottom: 1px solid #f0f0f0;
}

/* line 3256, app/assets/stylesheets/application.scss */
.admin-web-cache .table tbody tr:hover,
.admin-transcription-errors .table tbody tr:hover,
.admin-transcription-metrics .table tbody tr:hover,
.admin-document-processing-metrics .table tbody tr:hover,
.admin-summary-health .table tbody tr:hover {
  background-color: #f8f9fa;
}

/* line 3263, app/assets/stylesheets/application.scss */
.admin-web-cache .compact-table .table th, .admin-web-cache .compact-table .table td,
.admin-transcription-errors .compact-table .table th,
.admin-transcription-errors .compact-table .table td,
.admin-transcription-metrics .compact-table .table th,
.admin-transcription-metrics .compact-table .table td,
.admin-document-processing-metrics .compact-table .table th,
.admin-document-processing-metrics .compact-table .table td,
.admin-summary-health .compact-table .table th,
.admin-summary-health .compact-table .table td {
  padding: 0.375rem 0.5rem;
  font-size: 0.8rem;
}

/* line 3270, app/assets/stylesheets/application.scss */
.admin-web-cache .url-cell,
.admin-transcription-errors .url-cell,
.admin-transcription-metrics .url-cell,
.admin-document-processing-metrics .url-cell,
.admin-summary-health .url-cell {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3276, app/assets/stylesheets/application.scss */
.admin-web-cache .url-cell .button,
.admin-transcription-errors .url-cell .button,
.admin-transcription-metrics .url-cell .button,
.admin-document-processing-metrics .url-cell .button,
.admin-summary-health .url-cell .button {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  height: auto;
  min-height: 1.5rem;
}

/* line 3284, app/assets/stylesheets/application.scss */
.admin-web-cache .ocn-pill--dense,
.admin-transcription-errors .ocn-pill--dense,
.admin-transcription-metrics .ocn-pill--dense,
.admin-document-processing-metrics .ocn-pill--dense,
.admin-summary-health .ocn-pill--dense {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  height: auto;
  min-height: 1.5rem;
}

/* line 3291, app/assets/stylesheets/application.scss */
.admin-web-cache .action-button,
.admin-transcription-errors .action-button,
.admin-transcription-metrics .action-button,
.admin-document-processing-metrics .action-button,
.admin-summary-health .action-button {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  height: auto;
  min-height: 1.5rem;
}

/* line 3298, app/assets/stylesheets/application.scss */
.admin-web-cache .timestamp-column,
.admin-transcription-errors .timestamp-column,
.admin-transcription-metrics .timestamp-column,
.admin-document-processing-metrics .timestamp-column,
.admin-summary-health .timestamp-column {
  white-space: nowrap;
  font-size: 0.75rem;
  color: #666;
}

/* line 3303, app/assets/stylesheets/application.scss */
.admin-web-cache .timestamp-column .has-text-grey-light,
.admin-transcription-errors .timestamp-column .has-text-grey-light,
.admin-transcription-metrics .timestamp-column .has-text-grey-light,
.admin-document-processing-metrics .timestamp-column .has-text-grey-light,
.admin-summary-health .timestamp-column .has-text-grey-light {
  color: #999 !important;
  font-style: italic;
}

/* line 3309, app/assets/stylesheets/application.scss */
.admin-web-cache .card-content,
.admin-transcription-errors .card-content,
.admin-transcription-metrics .card-content,
.admin-document-processing-metrics .card-content,
.admin-summary-health .card-content {
  padding: 1rem;
}

/* line 3313, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__breakdown,
.admin-transcription-errors .summary-health__breakdown,
.admin-transcription-metrics .summary-health__breakdown,
.admin-document-processing-metrics .summary-health__breakdown,
.admin-summary-health .summary-health__breakdown {
  white-space: normal;
  min-width: 16rem;
}

/* line 3318, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__primary-text,
.admin-transcription-errors .summary-health__primary-text,
.admin-transcription-metrics .summary-health__primary-text,
.admin-document-processing-metrics .summary-health__primary-text,
.admin-summary-health .summary-health__primary-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3325, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__secondary-text,
.admin-transcription-errors .summary-health__secondary-text,
.admin-transcription-metrics .summary-health__secondary-text,
.admin-document-processing-metrics .summary-health__secondary-text,
.admin-summary-health .summary-health__secondary-text {
  display: block;
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 3335, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__coverage-cell,
.admin-transcription-errors .summary-health__coverage-cell,
.admin-transcription-metrics .summary-health__coverage-cell,
.admin-document-processing-metrics .summary-health__coverage-cell,
.admin-summary-health .summary-health__coverage-cell {
  white-space: normal;
}

/* line 3339, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__numeric-cell,
.admin-web-cache .summary-health__age-cell,
.admin-transcription-errors .summary-health__numeric-cell,
.admin-transcription-errors .summary-health__age-cell,
.admin-transcription-metrics .summary-health__numeric-cell,
.admin-transcription-metrics .summary-health__age-cell,
.admin-document-processing-metrics .summary-health__numeric-cell,
.admin-document-processing-metrics .summary-health__age-cell,
.admin-summary-health .summary-health__numeric-cell,
.admin-summary-health .summary-health__age-cell {
  font-variant-numeric: tabular-nums;
}

/* line 3344, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__state-label,
.admin-transcription-errors .summary-health__state-label,
.admin-transcription-metrics .summary-health__state-label,
.admin-document-processing-metrics .summary-health__state-label,
.admin-summary-health .summary-health__state-label {
  text-transform: capitalize;
}

/* line 3348, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__info-trigger,
.admin-transcription-errors .summary-health__info-trigger,
.admin-transcription-metrics .summary-health__info-trigger,
.admin-document-processing-metrics .summary-health__info-trigger,
.admin-summary-health .summary-health__info-trigger {
  cursor: help;
  display: inline-flex;
  align-items: center;
  margin-left: 0.35rem;
  vertical-align: middle;
}

/* line 3356, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__tooltip,
.admin-transcription-errors .summary-health__tooltip,
.admin-transcription-metrics .summary-health__tooltip,
.admin-document-processing-metrics .summary-health__tooltip,
.admin-summary-health .summary-health__tooltip {
  white-space: normal;
  text-align: left;
  padding: 0.75rem;
}

/* line 3362, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__triple-stat,
.admin-transcription-errors .summary-health__triple-stat,
.admin-transcription-metrics .summary-health__triple-stat,
.admin-document-processing-metrics .summary-health__triple-stat,
.admin-summary-health .summary-health__triple-stat {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  font-variant-numeric: tabular-nums;
}

/* line 3370, app/assets/stylesheets/application.scss */
.admin-web-cache .summary-health__triple-stat-separator,
.admin-transcription-errors .summary-health__triple-stat-separator,
.admin-transcription-metrics .summary-health__triple-stat-separator,
.admin-document-processing-metrics .summary-health__triple-stat-separator,
.admin-summary-health .summary-health__triple-stat-separator {
  color: #666;
}

/* line 3374, app/assets/stylesheets/application.scss */
.admin-web-cache .card-header,
.admin-transcription-errors .card-header,
.admin-transcription-metrics .card-header,
.admin-document-processing-metrics .card-header,
.admin-summary-health .card-header {
  padding: 0.75rem 1rem;
}

/* line 3377, app/assets/stylesheets/application.scss */
.admin-web-cache .card-header .card-header-title,
.admin-transcription-errors .card-header .card-header-title,
.admin-transcription-metrics .card-header .card-header-title,
.admin-document-processing-metrics .card-header .card-header-title,
.admin-summary-health .card-header .card-header-title {
  font-size: 1rem;
  font-weight: 600;
}

/* line 3386, app/assets/stylesheets/application.scss */
.admin-transcription-errors .error-display {
  max-width: 300px;
  max-height: 80px;
  overflow: hidden;
}

/* line 3391, app/assets/stylesheets/application.scss */
.admin-transcription-errors .error-display pre {
  margin: 0;
  font-size: 0.75rem;
  color: #d73a49;
  background-color: #f6f8fa;
  border: 1px solid #e1e4e8;
  border-radius: 3px;
  padding: 0.5rem;
  white-space: pre-wrap;
  word-break: break-word;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 3404, app/assets/stylesheets/application.scss */
.admin-transcription-errors .error-display pre:hover {
  background-color: #f1f3f4;
}

/* line 3408, app/assets/stylesheets/application.scss */
.admin-transcription-errors .error-display pre.is-success {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

/* line 3416, app/assets/stylesheets/application.scss */
.admin-transcription-errors .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 3421, app/assets/stylesheets/application.scss */
.admin-transcription-errors .action-buttons .button {
  margin: 0;
}

/* line 3430, app/assets/stylesheets/application.scss */
.meeting-block .meeting-meta .ocn-pill {
  margin-bottom: 0.25rem;
}

/* line 3436, app/assets/stylesheets/application.scss */
.document-block .document-header .title {
  margin-left: 0.5rem;
  margin-bottom: 1rem !important;
}

/* line 3441, app/assets/stylesheets/application.scss */
.document-block .document-meta {
  margin-left: 0.5rem;
}

/* line 3443, app/assets/stylesheets/application.scss */
.document-block .document-meta .ocn-pill {
  margin-bottom: 0.25rem;
}

/* line 3445, app/assets/stylesheets/application.scss */
.document-block .external-link-icon,
.document-block .match-chip {
  font-weight: normal;
}

/* line 3451, app/assets/stylesheets/application.scss */
.document-extracts {
  margin-left: 0.5rem;
}

/* line 3453, app/assets/stylesheets/application.scss */
.document-extracts a {
  color: inherit;
  text-decoration: none;
}

/* line 3457, app/assets/stylesheets/application.scss */
.document-extracts a:hover,
.document-extracts a:focus,
.document-extracts a:visited {
  color: inherit;
  text-decoration: none;
}

/* line 3464, app/assets/stylesheets/application.scss */
.document-extracts .extract:last-child {
  margin-bottom: 0;
}

/* line 3469, app/assets/stylesheets/application.scss */
mark {
  background-color: #fff3cd;
  padding: 0 .1em;
  border-radius: 2px;
}

/* line 3476, app/assets/stylesheets/application.scss */
.is-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 3489, app/assets/stylesheets/application.scss */
.input:focus,
.select select:focus,
.button:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
  border-color: #007bff;
}

/* line 3498, app/assets/stylesheets/application.scss */
.council-filter-block {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
}

/* line 3506, app/assets/stylesheets/application.scss */
.council-filter-block .title {
  color: #363636;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
}

/* line 3514, app/assets/stylesheets/application.scss */
.council-filter-block .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 3519, app/assets/stylesheets/application.scss */
.council-filter-block .list li {
  margin-bottom: 0.75rem;
  transition: all 0.2s ease;
}

/* line 3523, app/assets/stylesheets/application.scss */
.council-filter-block .list li:last-child {
  margin-bottom: 0;
}

/* line 3527, app/assets/stylesheets/application.scss */
.council-filter-block .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border-radius: 6px;
  color: #495057;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

/* line 3539, app/assets/stylesheets/application.scss */
.council-filter-block .list li a:hover {
  background: #e9ecef;
  border-color: #007bff;
  color: #007bff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.15);
}

/* line 3547, app/assets/stylesheets/application.scss */
.council-filter-block .list li a:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
  background: #e9ecef;
  border-color: #007bff;
  color: #007bff;
}

/* line 3555, app/assets/stylesheets/application.scss */
.council-filter-block .list li a:active {
  transform: translateY(0);
}

/* line 3560, app/assets/stylesheets/application.scss */
.council-filter-block .list li .ocn-pill {
  background: #6c757d;
  color: white;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  min-width: 2rem;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: none;
}

/* line 3573, app/assets/stylesheets/application.scss */
.council-filter-block .list li a:hover .ocn-pill {
  background: #007bff;
  transform: scale(1.05);
}

/* line 3579, app/assets/stylesheets/application.scss */
.council-filter-block .list li.is-active a {
  background: #e3f2fd;
  border-color: #2196f3;
  color: #1976d2;
  font-weight: 500;
}

/* line 3585, app/assets/stylesheets/application.scss */
.council-filter-block .list li.is-active a .ocn-pill {
  background: #2196f3;
  color: white;
}

/* line 3593, app/assets/stylesheets/application.scss */
.council-filter-block .list .reset-button-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

/* line 3598, app/assets/stylesheets/application.scss */
.council-filter-block .list .reset-button-item .button {
  width: 100%;
  background: #dc3545;
  border-color: #dc3545;
  color: white;
  font-weight: 500;
  transition: all 0.2s ease;
  justify-content: center;
  gap: 0.5rem;
}

/* line 3608, app/assets/stylesheets/application.scss */
.council-filter-block .list .reset-button-item .button:hover {
  background: #c82333;
  border-color: #bd2130;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

/* line 3615, app/assets/stylesheets/application.scss */
.council-filter-block .list .reset-button-item .button .icon {
  margin-right: 0;
}

/* line 3622, app/assets/stylesheets/application.scss */
.council-filter-block .list .council-name {
  flex: 1;
  text-align: left;
  font-weight: 500;
}

/* line 3632, app/assets/stylesheets/application.scss */
.histogram .bars {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 20px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 0 6px;
  width: 100%;
  justify-content: space-evenly;
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 65px;
}

/* line 3648, app/assets/stylesheets/application.scss */
.histogram .bar {
  width: 100%;
  background: #a6c8ff;
}

/* line 3652, app/assets/stylesheets/application.scss */
.histogram .labels {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 20px;
  gap: 0;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 4px;
  padding: 0 6px;
}

/* line 3661, app/assets/stylesheets/application.scss */
.histogram .labels .label {
  text-align: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 60px;
}

/* line 3666, app/assets/stylesheets/application.scss */
.histogram-container {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 120px;
  margin-top: 1rem;
}

/* line 3674, app/assets/stylesheets/application.scss */
.histogram-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

/* line 3681, app/assets/stylesheets/application.scss */
.histogram-bar .bar {
  background: linear-gradient(to top, #3273dc, #4a9eff);
  border-radius: 2px 2px 0 0;
  min-height: 5px;
  width: 100%;
  transition: height 0.3s ease;
}

/* line 3689, app/assets/stylesheets/application.scss */
.histogram-bar .label {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.5rem;
  transform: rotate(-45deg);
  white-space: nowrap;
}

/* line 3697, app/assets/stylesheets/application.scss */
.histogram-bar-link {
  display: block;
  flex: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  flex: 0 1 60px;
  min-width: 0;
}

/* line 3706, app/assets/stylesheets/application.scss */
.histogram-bar-link:hover {
  transform: translateY(-2px);
}

/* line 3710, app/assets/stylesheets/application.scss */
.histogram-bar-link:hover .bar {
  background: linear-gradient(to top, #209cee, #3273dc);
  box-shadow: 0 2px 8px rgba(50, 115, 220, 0.3);
}

/* line 3715, app/assets/stylesheets/application.scss */
.histogram-bar-link:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* line 3720, app/assets/stylesheets/application.scss */
.histogram-bar-link:focus .bar {
  background: linear-gradient(to top, #209cee, #3273dc);
  box-shadow: 0 2px 8px rgba(50, 115, 220, 0.3);
}

/* line 3725, app/assets/stylesheets/application.scss */
.histogram-bar-link .bar {
  background: linear-gradient(to top, #3273dc, #4a9eff);
  border-radius: 2px 2px 0 0;
  min-height: 5px;
  width: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 3734, app/assets/stylesheets/application.scss */
.histogram .labels {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.5rem;
}

/* line 3740, app/assets/stylesheets/application.scss */
.histogram .labels .label {
  font-size: 0.75rem;
  color: #666;
  flex: 1;
  text-align: center;
  flex: 0 1 60px;
  min-width: 0;
}

/* line 3750, app/assets/stylesheets/application.scss */
.admin-user-activity-detail {
  margin-top: 1rem;
}

/* line 3753, app/assets/stylesheets/application.scss */
.admin-user-activity-detail .card {
  margin-bottom: 1rem;
}

/* line 3759, app/assets/stylesheets/application.scss */
.not-found-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}

/* line 3766, app/assets/stylesheets/application.scss */
.not-found-card {
  max-width: 720px;
  width: 100%;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  text-align: center;
}

/* line 3777, app/assets/stylesheets/application.scss */
.not-found-icon {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

/* line 3782, app/assets/stylesheets/application.scss */
.not-found-card h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

/* line 3789, app/assets/stylesheets/application.scss */
.not-found-card .lead {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

/* line 3794, app/assets/stylesheets/application.scss */
.not-found-card .muted {
  color: #666;
  margin-bottom: 1.25rem;
}

/* line 3799, app/assets/stylesheets/application.scss */
.not-found-card .cta {
  display: flex;
  justify-content: center;
}

/* line 3804, app/assets/stylesheets/application.scss */
.ocn-button {
  display: inline-block;
  padding: 0.625rem 1rem;
  border-radius: 6px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.15s ease, transform 0.05s ease;
}

/* line 3815, app/assets/stylesheets/application.scss */
.ocn-button:hover {
  background: #0069d9;
}

/* line 3819, app/assets/stylesheets/application.scss */
.ocn-button:active {
  transform: translateY(1px);
}

/* line 3825, app/assets/stylesheets/application.scss */
.admin-council-lists .ocn-data-table--council-lists .admin-council-lists-row td {
  vertical-align: middle;
}

/* line 3829, app/assets/stylesheets/application.scss */
.admin-council-lists .ocn-data-table--council-lists .admin-council-lists-cell-name {
  max-width: 0;
}

/* line 3833, app/assets/stylesheets/application.scss */
.admin-council-lists .ocn-data-table--council-lists .admin-council-lists-cell-last-run,
.admin-council-lists .ocn-data-table--council-lists .admin-council-lists-cell-week {
  white-space: nowrap;
}

/* line 3839, app/assets/stylesheets/application.scss */
.admin-council-lists .ocn-data-table--council-lists .admin-council-lists-cell-actions .button {
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}

/* line 3844, app/assets/stylesheets/application.scss */
.admin-council-lists .ocn-data-table--council-lists .admin-council-lists-cell-actions form.button_to {
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}

/* line 3856, app/assets/stylesheets/application.scss */
.admin-user-activities .activity-chart-mini,
.admin-user-activity-detail .activity-chart-mini {
  width: 120px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

/* line 3865, app/assets/stylesheets/application.scss */
.admin-user-activities .search-text-input,
.admin-user-activity-detail .search-text-input {
  width: 300px;
}

/* line 3869, app/assets/stylesheets/application.scss */
.admin-user-activities .mini-chart-container,
.admin-user-activity-detail .mini-chart-container {
  width: 120px;
  height: 30px;
  display: inline-block;
}

/* line 3875, app/assets/stylesheets/application.scss */
.admin-user-activities .chart-container,
.admin-user-activity-detail .chart-container {
  height: 300px;
  width: 100%;
  position: relative;
  padding: 0;
}

/* line 3882, app/assets/stylesheets/application.scss */
.admin-user-activities .card-header,
.admin-user-activity-detail .card-header {
  box-shadow: none;
  border-bottom: 1px solid #e6e6e6;
}

/* line 3887, app/assets/stylesheets/application.scss */
.admin-user-activities .ocn-pill,
.admin-user-activity-detail .ocn-pill {
  font-weight: 600;
}

/* line 3891, app/assets/stylesheets/application.scss */
.admin-user-activities code,
.admin-user-activity-detail code {
  font-size: 0.8rem;
  background-color: #f1f1f1;
  padding: 2px 4px;
  border-radius: 3px;
}

/* line 3900, app/assets/stylesheets/application.scss */
.admin-council-health .council-health-sparkline {
  width: 120px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

/* line 3911, app/assets/stylesheets/application.scss */
.admin-council-detail__header {
  align-items: flex-start;
  gap: 1rem;
}

/* line 3916, app/assets/stylesheets/application.scss */
.admin-council-detail__header-meta, .admin-council-detail__actions {
  gap: 0.5rem;
}

/* line 3921, app/assets/stylesheets/application.scss */
.admin-council-detail__actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* line 3926, app/assets/stylesheets/application.scss */
.admin-council-detail__actions .button, .admin-council-detail__actions form.button_to {
  margin-bottom: 0.25rem;
}

/* line 3931, app/assets/stylesheets/application.scss */
.admin-council-detail__rescrape-form {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 100%;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

/* line 3941, app/assets/stylesheets/application.scss */
.admin-council-detail__rescrape-window {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
  padding: 0.2rem 0.35rem;
  border: 1px solid #dbe4f0;
  border-radius: 0.55rem;
  background: #f8fbff;
}

/* line 3952, app/assets/stylesheets/application.scss */
.admin-council-detail__rescrape-field {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding-left: 0.35rem;
  border-left: 1px solid #e1e8f2;
}

/* line 3960, app/assets/stylesheets/application.scss */
.admin-council-detail__rescrape-field:first-child {
  padding-left: 0;
  border-left: 0;
}

/* line 3965, app/assets/stylesheets/application.scss */
.admin-council-detail__rescrape-label {
  margin-bottom: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5b6b7f;
}

/* line 3974, app/assets/stylesheets/application.scss */
.admin-council-detail__rescrape-input {
  width: 3rem;
  min-width: 3rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-color: #c8d5e6;
  text-align: center;
  font-variant-numeric: tabular-nums;
  box-shadow: none;
}

/* line 3985, app/assets/stylesheets/application.scss */
.admin-council-detail__rescrape-button {
  margin-bottom: 0;
  min-height: 2rem;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  font-weight: 600;
}

/* line 3993, app/assets/stylesheets/application.scss */
.admin-council-detail__definition-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* line 3999, app/assets/stylesheets/application.scss */
.admin-council-detail__metric-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* line 4005, app/assets/stylesheets/application.scss */
.admin-council-detail__metric-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.6rem;
}

/* line 4014, app/assets/stylesheets/application.scss */
.admin-council-detail__metric-row:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 4019, app/assets/stylesheets/application.scss */
.admin-council-detail__metric-label {
  font-weight: 500;
}

/* line 4023, app/assets/stylesheets/application.scss */
.admin-council-detail__metric-value {
  font-size: 1.35rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* line 4029, app/assets/stylesheets/application.scss */
.admin-council-detail__metric-note {
  margin-top: 0.25rem;
  margin-bottom: 0;
}

/* line 4034, app/assets/stylesheets/application.scss */
.admin-council-detail__definition-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.6rem;
}

/* line 4043, app/assets/stylesheets/application.scss */
.admin-council-detail__definition-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 4048, app/assets/stylesheets/application.scss */
.admin-council-detail__health-sparkline .council-health-sparkline {
  width: 100%;
  max-width: 240px;
  height: 48px;
}

/* line 4054, app/assets/stylesheets/application.scss */
.admin-council-detail__diagnosis-stack {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* line 4060, app/assets/stylesheets/application.scss */
.admin-council-detail__diagnosis-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid #f0e1b3;
  border-radius: 6px;
  background: #fffaf0;
}

/* line 4070, app/assets/stylesheets/application.scss */
.admin-council-detail__diagnosis-item .ocn-pill {
  flex-shrink: 0;
}

/* line 4074, app/assets/stylesheets/application.scss */
.admin-council-detail__filters {
  margin-bottom: 1rem;
}

/* line 4078, app/assets/stylesheets/application.scss */
.admin-council-detail__table-meta, .admin-council-detail__pagination {
  margin-top: 1rem;
}

/* line 4083, app/assets/stylesheets/application.scss */
.admin-council-detail__timestamp-cell {
  min-width: 0;
}

/* line 4087, app/assets/stylesheets/application.scss */
.admin-council-detail__timestamp-primary, .admin-council-detail__timestamp-secondary {
  display: block;
  white-space: nowrap;
}

/* line 4093, app/assets/stylesheets/application.scss */
.admin-council-detail__meeting-actions {
  min-width: 0;
}

/* line 4097, app/assets/stylesheets/application.scss */
.admin-council-detail__action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-wrap: wrap;
}

/* line 4104, app/assets/stylesheets/application.scss */
.admin-council-detail__request-error-cell {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 1215px) {
  /* line 4113, app/assets/stylesheets/application.scss */
  .admin-council-detail__header {
    display: block;
  }
  /* line 4117, app/assets/stylesheets/application.scss */
  .admin-council-detail__actions {
    justify-content: flex-start;
    margin-top: 0.75rem;
  }
  /* line 4122, app/assets/stylesheets/application.scss */
  .admin-council-detail__rescrape-form {
    justify-content: flex-start;
  }
}

/* line 4128, app/assets/stylesheets/application.scss */
.scraper-error-modal-body {
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 70vh;
  overflow: auto;
  font-size: 0.85rem;
}

/* line 4137, app/assets/stylesheets/application.scss */
.admin-product-show .breadcrumb {
  margin-bottom: 0.85rem;
}

/* line 4141, app/assets/stylesheets/application.scss */
.admin-product-show .box {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

/* line 4147, app/assets/stylesheets/application.scss */
.admin-product-show__header {
  margin-bottom: 1.25rem;
}

/* line 4151, app/assets/stylesheets/application.scss */
.admin-product-show__title-wrap code {
  background: #f3f4f6;
  border-radius: 4px;
  padding: 0.15rem 0.4rem;
}

/* line 4157, app/assets/stylesheets/application.scss */
.admin-product-show__actions .button {
  min-width: 7.75rem;
}

/* line 4161, app/assets/stylesheets/application.scss */
.admin-product-show__details-card p {
  margin-bottom: 0.55rem;
  line-height: 1.45;
}

/* line 4167, app/assets/stylesheets/application.scss */
.admin-product-show__capabilities-table th {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #475569;
  background: #f8fafc;
}

/* line 4175, app/assets/stylesheets/application.scss */
.admin-product-show__capabilities-table td {
  vertical-align: top;
}

/* line 4180, app/assets/stylesheets/application.scss */
.admin-product-show__description-cell {
  max-width: 300px;
  width: 300px;
  color: #334155;
  line-height: 1.45;
  font-size: 0.85rem;
  white-space: normal;
  word-break: break-word;
}

/* line 4190, app/assets/stylesheets/application.scss */
.admin-product-show__small-cell {
  font-size: 0.85rem;
}

/* line 4194, app/assets/stylesheets/application.scss */
.admin-product-show__row-actions {
  white-space: nowrap;
}

/* line 4200, app/assets/stylesheets/application.scss */
.tooltip-trigger {
  position: relative;
}

/* line 4203, app/assets/stylesheets/application.scss */
.tooltip-trigger .tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  white-space: nowrap;
  z-index: 1000;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* line 4223, app/assets/stylesheets/application.scss */
.tooltip-trigger .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
}

/* line 4234, app/assets/stylesheets/application.scss */
.tooltip-trigger:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

/* line 4241, app/assets/stylesheets/application.scss */
.tooltip-trigger .tooltip-content--below {
  bottom: auto;
  top: 125%;
}

/* line 4245, app/assets/stylesheets/application.scss */
.tooltip-trigger .tooltip-content--below::after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #333;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

/* line 4264, app/assets/stylesheets/application.scss */
.shimmer, .shimmer-skeleton .shimmer-tag, .shimmer-skeleton .shimmer-box, .shimmer-skeleton .shimmer-line {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 2000px 100%;
  animation: shimmer 3s infinite;
  border-radius: 4px;
}

/* line 4271, app/assets/stylesheets/application.scss */
.ajax-loading {
  position: relative;
  min-height: 200px;
}

/* line 4275, app/assets/stylesheets/application.scss */
.ajax-loading > * {
  opacity: 0.3;
  pointer-events: none;
}

/* line 4280, app/assets/stylesheets/application.scss */
.ajax-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}

/* line 4294, app/assets/stylesheets/application.scss */
.shimmer-skeleton .shimmer-line {
  height: 1em;
  margin-bottom: 0.75rem;
  border-radius: 4px;
}

/* line 4300, app/assets/stylesheets/application.scss */
.shimmer-skeleton .shimmer-line.short {
  width: 60%;
}

/* line 4304, app/assets/stylesheets/application.scss */
.shimmer-skeleton .shimmer-line.medium {
  width: 80%;
}

/* line 4308, app/assets/stylesheets/application.scss */
.shimmer-skeleton .shimmer-line.long {
  width: 100%;
}

/* line 4312, app/assets/stylesheets/application.scss */
.shimmer-skeleton .shimmer-line.title {
  height: 1.5em;
  width: 40%;
  margin-bottom: 1rem;
}

/* line 4319, app/assets/stylesheets/application.scss */
.shimmer-skeleton .shimmer-box {
  height: 80px;
  margin-bottom: 1rem;
  border-radius: 4px;
}

/* line 4326, app/assets/stylesheets/application.scss */
.shimmer-skeleton .shimmer-tag {
  display: inline-block;
  height: 1.5em;
  width: 80px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}

/* line 4338, app/assets/stylesheets/application.scss */
.topic-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}

/* line 4344, app/assets/stylesheets/application.scss */
.topic-pill .topic-pill-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

/* line 4352, app/assets/stylesheets/application.scss */
.topic-pill:hover {
  opacity: 0.8;
}

/* line 4358, app/assets/stylesheets/application.scss */
.ocn-pill.topic-pill-count {
  font-size: 0.65rem;
  padding: 0.17rem 0.3rem;
  height: auto;
  line-height: 0.9;
  margin-bottom: 0;
  flex-shrink: 0;
}

/* line 4368, app/assets/stylesheets/application.scss */
.person-summary-stats {
  margin: 0;
}

/* line 4371, app/assets/stylesheets/application.scss */
.person-summary-stats__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f0f1f3;
}

/* line 4379, app/assets/stylesheets/application.scss */
.person-summary-stats__row:last-child {
  border-bottom: none;
}

/* line 4384, app/assets/stylesheets/application.scss */
.person-summary-stats dt {
  color: #6b7280;
  font-weight: 500;
}

/* line 4389, app/assets/stylesheets/application.scss */
.person-summary-stats dd {
  margin: 0;
  font-weight: 700;
  color: #1f2733;
}

@media screen and (min-width: 1024px) {
  /* line 4397, app/assets/stylesheets/application.scss */
  .person-photo-column {
    align-self: flex-start;
  }
}

/* line 4403, app/assets/stylesheets/application.scss */
.meeting-chat {
  margin-bottom: 1.5rem;
}

/* line 4407, app/assets/stylesheets/application.scss */
.meeting-chat-widget {
  border: 1px solid #e4e7eb;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

/* line 4412, app/assets/stylesheets/application.scss */
.meeting-chat-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* line 4419, app/assets/stylesheets/application.scss */
.meeting-chat-widget__title {
  font-weight: 600;
  margin-bottom: 0.15rem;
}

/* line 4424, app/assets/stylesheets/application.scss */
.meeting-chat-widget__subtitle {
  font-size: 0.9rem;
  color: #6b7280;
}

/* line 4429, app/assets/stylesheets/application.scss */
.meeting-chat-widget__prompt {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: #1d4ed8;
  font-weight: 500;
}

/* line 4436, app/assets/stylesheets/application.scss */
.meeting-chat-modal {
  position: relative;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  overscroll-behavior: contain;
}

/* line 4447, app/assets/stylesheets/application.scss */
.meeting-chat-detail {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: inherit;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  pointer-events: none;
  will-change: transform;
}

/* line 4466, app/assets/stylesheets/application.scss */
.meeting-chat-detail.is-active {
  transform: translateX(0);
  pointer-events: auto;
}

/* line 4471, app/assets/stylesheets/application.scss */
.meeting-chat-detail__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e5e7eb;
  flex: 0 0 auto;
}

/* line 4480, app/assets/stylesheets/application.scss */
.meeting-chat-detail__title {
  margin: 0;
  font-weight: 600;
  color: #0f172a;
}

/* line 4486, app/assets/stylesheets/application.scss */
.meeting-chat-detail__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 1rem;
  overscroll-behavior: contain;
}

/* line 4494, app/assets/stylesheets/application.scss */
.meeting-chat-detail--modal .meeting-chat-detail__body {
  padding: 0;
  min-height: 0;
  overflow: hidden;
  display: flex;
}

/* line 4501, app/assets/stylesheets/application.scss */
.meeting-chat-detail__embedded-modal.modal {
  position: static;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  z-index: auto;
  padding: 0;
}

/* line 4511, app/assets/stylesheets/application.scss */
.meeting-chat-detail__embedded-modal .modal-background,
.meeting-chat-detail__embedded-modal .modal-close {
  display: none;
}

/* line 4516, app/assets/stylesheets/application.scss */
.meeting-chat-detail__embedded-modal .modal-content {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
}

/* line 4531, app/assets/stylesheets/application.scss */
.meeting-chat-detail__embedded-modal .box {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0;
  min-height: 0;
}

/* line 4541, app/assets/stylesheets/application.scss */
.meeting-chat-detail__embedded-modal video {
  flex: 0 0 auto;
  width: 100%;
  max-height: 40vh;
  object-fit: contain;
}

/* line 4548, app/assets/stylesheets/application.scss */
.meeting-chat-detail__embedded-modal .transcript-content {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
}

/* line 4554, app/assets/stylesheets/application.scss */
.meeting-chat .modal {
  overflow: hidden;
  overscroll-behavior: contain;
}

/* line 4559, app/assets/stylesheets/application.scss */
.meeting-chat .modal-content {
  overflow: hidden;
}

/* line 4563, app/assets/stylesheets/application.scss */
.meeting-chat-modal-host .modal-background {
  background: rgba(15, 23, 42, 0.56);
  backdrop-filter: blur(2px);
}

/* line 4568, app/assets/stylesheets/application.scss */
.meeting-chat-modal .modal-content,
.modal-content {
  width: 100%;
  max-width: 1000px;
}

/* line 4574, app/assets/stylesheets/application.scss */
.modal-content video {
  width: 100%;
}

/* line 4578, app/assets/stylesheets/application.scss */
.meeting-video-source {
  margin: 0.6rem 0 0;
  text-align: right;
}

/* line 4583, app/assets/stylesheets/application.scss */
.meeting-video-source__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: #4b5563;
  text-decoration: none;
}

/* line 4591, app/assets/stylesheets/application.scss */
.meeting-video-source__link:hover {
  color: #1f2937;
  text-decoration: underline;
}

/* line 4597, app/assets/stylesheets/application.scss */
.modal-card {
  width: 100%;
  max-width: 1000px;
}

/* line 4602, app/assets/stylesheets/application.scss */
.modal-close {
  background-color: none;
}

/* line 4605, app/assets/stylesheets/application.scss */
.modal-close::before, .modal-close::after {
  background-color: #000;
}

/* line 4613, app/assets/stylesheets/application.scss */
.pdf-modal:not(.meeting-chat-detail__embedded-modal) .modal-content {
  min-height: calc(100vh - 40px);
}

/* line 4619, app/assets/stylesheets/application.scss */
.pdf-modal:not(.meeting-chat-detail__embedded-modal) .box {
  overflow: hidden;
}

/* line 4626, app/assets/stylesheets/application.scss */
.pdf-modal .modal-close {
  position: relative;
  top: auto;
  right: auto;
  background-color: transparent;
}

/* line 4632, app/assets/stylesheets/application.scss */
.pdf-modal .modal-close::before, .pdf-modal .modal-close::after {
  background-color: #4a4a4a;
}

/* line 4637, app/assets/stylesheets/application.scss */
.pdf-modal .modal-close:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 4645, app/assets/stylesheets/application.scss */
.pdf-viewer-container {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background: #525252;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 4657, app/assets/stylesheets/application.scss */
.pdf-page-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

/* line 4665, app/assets/stylesheets/application.scss */
.pdf-page-skeleton {
  max-width: 100%;
  flex-shrink: 0;
  background: #3a3a3a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* line 4678, app/assets/stylesheets/application.scss */
.pdf-page-canvas {
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  /* line 4684, app/assets/stylesheets/application.scss */
  .meeting-chat-modal {
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
  }
  /* line 4690, app/assets/stylesheets/application.scss */
  .meeting-chat .modal-content {
    max-height: 100vh;
    height: 100vh;
  }
  /* line 4695, app/assets/stylesheets/application.scss */
  .modal-card {
    height: 100vh;
  }
}

/* line 4701, app/assets/stylesheets/application.scss */
.pdf-zoom-controls {
  display: none;
  width: 60px;
}

@media screen and (min-width: 769px) {
  /* line 4701, app/assets/stylesheets/application.scss */
  .pdf-zoom-controls {
    display: flex;
  }
}

/* line 4709, app/assets/stylesheets/application.scss */
.pdf-zoom-controls > button {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  /* line 4714, app/assets/stylesheets/application.scss */
  .download-text {
    display: none;
  }
}

/* line 4724, app/assets/stylesheets/application.scss */
.pdf-modal-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.45rem;
}

/* line 4733, app/assets/stylesheets/application.scss */
.pdf-download-inline {
  display: none;
  align-items: center;
  gap: 0.3rem;
  color: #485fc7;
}

/* line 4739, app/assets/stylesheets/application.scss */
.pdf-download-inline:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* line 4747, app/assets/stylesheets/application.scss */
  .pdf-modal:not(.meeting-chat-detail__embedded-modal) .modal-content {
    margin: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
  }
  /* line 4755, app/assets/stylesheets/application.scss */
  .pdf-modal:not(.meeting-chat-detail__embedded-modal) .box {
    border-radius: 0;
  }
  /* line 4759, app/assets/stylesheets/application.scss */
  .pdf-modal .pdf-download-button {
    display: none;
  }
  /* line 4763, app/assets/stylesheets/application.scss */
  .pdf-download-inline {
    display: inline-flex;
  }
  /* line 4768, app/assets/stylesheets/application.scss */
  .pdf-modal .modal-close {
    height: 2.75rem;
    width: 2.75rem;
    max-height: 2.75rem;
    max-width: 2.75rem;
  }
}

/* line 4777, app/assets/stylesheets/application.scss */
.modal-open {
  overflow: hidden;
  overscroll-behavior: contain;
}

/* line 4782, app/assets/stylesheets/application.scss */
body.modal-open {
  touch-action: none;
}

/* line 4786, app/assets/stylesheets/application.scss */
.meeting-chat-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

/* line 4794, app/assets/stylesheets/application.scss */
.meeting-chat-modal__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

/* line 4800, app/assets/stylesheets/application.scss */
.meeting-chat-modal__hint {
  font-size: 0.9rem;
  color: #6b7280;
}

/* line 4805, app/assets/stylesheets/application.scss */
.meeting-chat-status {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  background: #eff6ff;
  color: #1d4ed8;
  transition: background 0.2s ease, color 0.2s ease;
}

/* line 4819, app/assets/stylesheets/application.scss */
.meeting-chat-status::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  border: 2px solid transparent;
  display: inline-block;
  margin-right: 0.2rem;
  flex-shrink: 0;
}

/* line 4830, app/assets/stylesheets/application.scss */
.meeting-chat-status--loading {
  border-color: #bfdbfe;
}

/* line 4834, app/assets/stylesheets/application.scss */
.meeting-chat-status--loading::before {
  border-color: currentColor;
  border-right-color: transparent;
  animation: meeting-chat-spin 0.9s linear infinite;
}

/* line 4840, app/assets/stylesheets/application.scss */
.meeting-chat-status--error {
  background: #fef2f2;
  border-color: #fecdd3;
  color: #b91c1c;
}

/* line 4846, app/assets/stylesheets/application.scss */
.meeting-chat-status--success {
  background: #ecfdf5;
  border-color: #6ee7b7;
  color: #047857;
}

/* line 4852, app/assets/stylesheets/application.scss */
.meeting-chat-status--info {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #4338ca;
}

/* line 4858, app/assets/stylesheets/application.scss */
.meeting-chat-status--error::before,
.meeting-chat-status--success::before,
.meeting-chat-status--info::before {
  border: none;
  background: currentColor;
  opacity: 0.35;
}

/* line 4866, app/assets/stylesheets/application.scss */
.meeting-chat-messages {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

/* line 4877, app/assets/stylesheets/application.scss */
.meeting-chat-messages.is-loading {
  position: relative;
  min-height: 10rem;
}

/* line 4882, app/assets/stylesheets/application.scss */
.meeting-chat-message {
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
}

/* line 4890, app/assets/stylesheets/application.scss */
.meeting-chat-message--pending {
  opacity: 0.85;
  border-style: dashed;
}

/* line 4897, app/assets/stylesheets/application.scss */
.meeting-chat-message--assistant {
  border-color: #dbe3f0;
  background: #fff;
}

/* line 4902, app/assets/stylesheets/application.scss */
.meeting-chat-message--user {
  margin-left: auto;
  width: fit-content;
  max-width: 85%;
  background: #1d4ed8;
  border-color: #1d4ed8;
}

/* line 4910, app/assets/stylesheets/application.scss */
.meeting-chat-message__label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 0.3rem;
}

/* line 4918, app/assets/stylesheets/application.scss */
.meeting-chat-message--user .meeting-chat-message__label {
  color: rgba(255, 255, 255, 0.8);
}

/* line 4922, app/assets/stylesheets/application.scss */
.meeting-chat-message__body {
  white-space: pre-wrap;
  font-size: 0.96rem;
  color: #111827;
}

/* line 4928, app/assets/stylesheets/application.scss */
.meeting-chat-message--user .meeting-chat-message__body,
.meeting-chat-message--user .meeting-chat-message__body p {
  color: #fff;
}

/* line 4933, app/assets/stylesheets/application.scss */
.meeting-chat-message--assistant .meeting-chat-message__body {
  color: #0f172a;
}

/* line 4937, app/assets/stylesheets/application.scss */
.meeting-chat-message__body p {
  margin-bottom: 0.85rem;
}

/* line 4941, app/assets/stylesheets/application.scss */
.meeting-chat-message__body p:last-child {
  margin-bottom: 0;
}

/* line 4945, app/assets/stylesheets/application.scss */
.meeting-chat-message__body .meeting-chat-heading {
  font-size: 0.98rem;
  font-weight: 600;
  color: #0f172a;
  margin: 1rem 0 0.4rem;
}

/* line 4952, app/assets/stylesheets/application.scss */
.meeting-chat-message__body .meeting-chat-heading:first-child {
  margin-top: 0;
}

/* line 4956, app/assets/stylesheets/application.scss */
.meeting-chat-message__body ul,
.meeting-chat-message__body ol {
  margin: 0.5rem 0 0.85rem;
  padding-left: 1.4rem;
}

/* line 4962, app/assets/stylesheets/application.scss */
.meeting-chat-message__body ul {
  list-style: disc;
  margin: 0.5rem 0 1rem 1rem;
}

/* line 4967, app/assets/stylesheets/application.scss */
.meeting-chat-message__body ol {
  list-style: decimal;
}

/* line 4971, app/assets/stylesheets/application.scss */
.meeting-chat-message__body li {
  margin-bottom: 0.4rem;
  line-height: 1.45;
}

/* line 4976, app/assets/stylesheets/application.scss */
.meeting-chat-message__body li:last-child {
  margin-bottom: 0;
}

/* line 4980, app/assets/stylesheets/application.scss */
.meeting-chat-message__body blockquote {
  margin: 0.75rem 0;
  padding: 5px 5px 5px 1rem;
  border-left: 4px solid #c7d2fe;
  background: #f5f7ff;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* line 4989, app/assets/stylesheets/application.scss */
.meeting-chat-message__body blockquote:hover {
  background: #e0e7ff;
}

/* line 4993, app/assets/stylesheets/application.scss */
.meeting-chat-message__body blockquote.meeting-chat-quote--unverified {
  border-left-color: #f59e0b;
  background: #fffbeb;
  cursor: default;
}

/* line 4999, app/assets/stylesheets/application.scss */
.meeting-chat-message__body blockquote.meeting-chat-quote--unverified:hover {
  background: #fef3c7;
}

/* line 5003, app/assets/stylesheets/application.scss */
.meeting-chat-quote__meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
  padding: 5px;
  font-size: 0.78rem;
  color: #6366f1;
  font-weight: 600;
}

/* line 5014, app/assets/stylesheets/application.scss */
.meeting-chat-quote__meta .icon {
  color: inherit;
}

/* line 5018, app/assets/stylesheets/application.scss */
.meeting-chat-quote__meta-label {
  white-space: nowrap;
}

/* line 5022, app/assets/stylesheets/application.scss */
.meeting-chat-quote__meta--warning {
  color: #b45309;
  font-weight: 600;
}

/* line 5027, app/assets/stylesheets/application.scss */
.meeting-chat-quote__meta--warning .meeting-chat-quote__meta-label {
  white-space: normal;
}

/* line 5031, app/assets/stylesheets/application.scss */
.meeting-chat-quote__progress {
  flex: 1 1 auto;
  min-width: 2.5rem;
  max-width: 8rem;
  height: 4px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.2);
  overflow: hidden;
}

/* line 5041, app/assets/stylesheets/application.scss */
.meeting-chat-quote__progress-bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #6366f1;
}

@media (min-width: 769px) {
  /* line 5053, app/assets/stylesheets/application.scss */
  .meeting-chat-message__body blockquote.meeting-chat-quote {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
  }
  /* line 5059, app/assets/stylesheets/application.scss */
  .meeting-chat-message__body blockquote.meeting-chat-quote .meeting-chat-quote__meta {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 45%;
  }
  /* line 5068, app/assets/stylesheets/application.scss */
  .meeting-chat-message__body blockquote.meeting-chat-quote .meeting-chat-quote__meta-label {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  /* line 5074, app/assets/stylesheets/application.scss */
  .meeting-chat-message__body blockquote.meeting-chat-quote .meeting-chat-quote__progress {
    flex: 0 0 100%;
    max-width: none;
    margin-top: 0.3rem;
  }
}

/* line 5081, app/assets/stylesheets/application.scss */
.meeting-chat-typing-indicator {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.2rem 0;
}

/* line 5087, app/assets/stylesheets/application.scss */
.meeting-chat-typing-indicator__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #4f46e5;
  animation: meeting-chat-bounce 1s infinite ease-in-out;
  opacity: 0.4;
}

/* line 5096, app/assets/stylesheets/application.scss */
.meeting-chat-message--assistant .meeting-chat-typing-indicator__dot {
  background: #4338ca;
}

/* line 5100, app/assets/stylesheets/application.scss */
.meeting-chat-empty {
  text-align: center;
  color: #6b7280;
  font-style: italic;
}

/* line 5106, app/assets/stylesheets/application.scss */
.meeting-chat-empty--error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-style: normal;
}

/* line 5115, app/assets/stylesheets/application.scss */
.meeting-chat-skeleton {
  width: 100%;
}

/* line 5119, app/assets/stylesheets/application.scss */
.meeting-chat-skeleton__block {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

/* line 5128, app/assets/stylesheets/application.scss */
.meeting-chat-skeleton__label {
  width: 5rem;
  height: 0.75rem;
  border-radius: 999px;
  display: block;
  background: #e0e7ff;
  margin-bottom: 0.5rem;
}

/* line 5137, app/assets/stylesheets/application.scss */
.meeting-chat-skeleton__line {
  display: block;
  width: 70%;
  height: 0.65rem;
  border-radius: 0.25rem;
  margin-bottom: 0.4rem;
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);
  background-size: 400% 100%;
  animation: meeting-chat-sheen 1.4s ease-in-out infinite;
}

/* line 5148, app/assets/stylesheets/application.scss */
.meeting-chat-skeleton__line--wide {
  width: 90%;
}

/* line 5152, app/assets/stylesheets/application.scss */
.meeting-chat-skeleton__line:last-child {
  margin-bottom: 0;
}

/* line 5156, app/assets/stylesheets/application.scss */
.meeting-chat-input {
  resize: none;
  overflow-y: hidden;
  font-size: 16px;
  line-height: 1.35;
}

/* line 5163, app/assets/stylesheets/application.scss */
.meeting-chat-input-wrap {
  position: relative;
}

/* line 5167, app/assets/stylesheets/application.scss */
.meeting-chat-send-button {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
  min-width: 1.9rem;
  max-width: 1.9rem;
  height: 1.9rem;
  min-height: 1.9rem;
  max-height: 1.9rem;
  border-radius: 999px;
  padding: 0;
}

/* line 5182, app/assets/stylesheets/application.scss */
.meeting-chat-send-button .icon {
  font-size: 0.75rem;
}

/* line 5186, app/assets/stylesheets/application.scss */
.meeting-chat-modal__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

/* line 5192, app/assets/stylesheets/application.scss */
.meeting-chat-session-switcher {
  position: relative;
}

/* line 5196, app/assets/stylesheets/application.scss */
.meeting-chat-session-toggle {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  border-radius: 999px;
  padding: 0;
}

/* line 5207, app/assets/stylesheets/application.scss */
.meeting-chat-session-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 10;
  width: 12rem;
  padding: 0.55rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
}

/* line 5220, app/assets/stylesheets/application.scss */
.meeting-chat-session-menu__row + .meeting-chat-session-menu__row {
  margin-top: 0.45rem;
}

/* line 5224, app/assets/stylesheets/application.scss */
.meeting-chat-sources-block {
  margin-bottom: 0.5rem;
}

/* line 5228, app/assets/stylesheets/application.scss */
.meeting-chat-sources__label {
  font-size: 0.85rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

/* line 5234, app/assets/stylesheets/application.scss */
.meeting-chat-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
  align-items: center;
}

/* line 5242, app/assets/stylesheets/application.scss */
.meeting-chat-source {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.5rem;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #374151;
}

/* line 5252, app/assets/stylesheets/application.scss */
.meeting-chat-source .icon {
  font-size: 0.85rem;
  color: #2563eb;
}

/* line 5258, app/assets/stylesheets/application.scss */
.meeting-chat-source__label {
  font-weight: 500;
}

/* line 5262, app/assets/stylesheets/application.scss */
.meeting-chat-source-placeholder {
  font-size: 0.85rem;
  color: #9ca3af;
}

/* line 5269, app/assets/stylesheets/application.scss */
.meeting-chat-sources-toggle {
  display: none;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  border-radius: 999px;
  padding: 0;
}

/* line 5281, app/assets/stylesheets/application.scss */
.meeting-chat-options {
  margin-bottom: 0.5rem;
}

/* line 5286, app/assets/stylesheets/application.scss */
.meeting-chat-web-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.6rem;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #374151;
  width: fit-content;
}

/* line 5298, app/assets/stylesheets/application.scss */
.meeting-chat-web-toggle__control {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-weight: 500;
}

/* line 5305, app/assets/stylesheets/application.scss */
.meeting-chat-web-toggle__control .icon {
  color: #2563eb;
  font-size: 0.85rem;
}

/* line 5311, app/assets/stylesheets/application.scss */
.meeting-chat-web-toggle__input {
  margin: 0;
}

/* line 5315, app/assets/stylesheets/application.scss */
.meeting-chat-web-toggle__info {
  cursor: help;
  display: inline-flex;
  align-items: center;
}

/* line 5320, app/assets/stylesheets/application.scss */
.meeting-chat-web-toggle__info .fa-info-circle {
  font-size: 0.8rem;
}

/* line 5328, app/assets/stylesheets/application.scss */
.meeting-chat-web-toggle__info .tooltip-content {
  width: 240px;
  white-space: normal;
  text-align: left;
  padding: 0.75rem;
}

/* line 5335, app/assets/stylesheets/application.scss */
.meeting-chat-web-sources {
  margin-top: 0.75rem;
  padding-top: 0.6rem;
  border-top: 1px solid #e5e7eb;
}

/* line 5341, app/assets/stylesheets/application.scss */
.meeting-chat-web-sources__label {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #6b7280;
  margin-bottom: 0.3rem;
}

/* line 5352, app/assets/stylesheets/application.scss */
.meeting-chat-web-sources__label .icon {
  color: #2563eb;
}

/* line 5357, app/assets/stylesheets/application.scss */
.meeting-chat-web-sources__list {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}

/* line 5362, app/assets/stylesheets/application.scss */
.meeting-chat-web-sources__list li {
  font-size: 0.85rem;
  margin-bottom: 0.15rem;
}

/* line 5367, app/assets/stylesheets/application.scss */
.meeting-chat-web-sources__list a {
  word-break: break-word;
}

@media (max-width: 768px) {
  /* line 5373, app/assets/stylesheets/application.scss */
  .meeting-chat-widget__header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 5378, app/assets/stylesheets/application.scss */
  .meeting-chat-widget__header .button {
    width: 100%;
  }
  /* line 5382, app/assets/stylesheets/application.scss */
  .meeting-chat .modal {
    padding: 0;
    align-items: flex-start;
    overflow: hidden;
    overscroll-behavior: contain;
  }
  /* line 5389, app/assets/stylesheets/application.scss */
  .meeting-chat-modal-host {
    height: var(--meeting-chat-vh, 100dvh);
    max-height: var(--meeting-chat-vh, 100dvh);
    overflow: hidden;
  }
  /* line 5395, app/assets/stylesheets/application.scss */
  .meeting-chat .modal-content {
    margin: 0;
    width: 100vw;
    max-width: 100vw;
    max-height: var(--meeting-chat-vh, 100dvh);
    height: var(--meeting-chat-vh, 100dvh);
    overflow: hidden;
  }
  /* line 5404, app/assets/stylesheets/application.scss */
  .meeting-chat-modal {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    overscroll-behavior: contain;
  }
  /* line 5416, app/assets/stylesheets/application.scss */
  .meeting-chat-modal-host {
    overflow: hidden;
  }
  /* line 5420, app/assets/stylesheets/application.scss */
  .meeting-chat-modal__header {
    flex-shrink: 0;
    padding: 0.9rem 1rem 0.75rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    transition: box-shadow 0.2s ease;
  }
  /* line 5429, app/assets/stylesheets/application.scss */
  .meeting-chat-modal-host--scrolled .meeting-chat-modal__header {
    box-shadow: 0 1px 0 #e5e7eb, 0 8px 20px rgba(15, 23, 42, 0.08);
  }
  /* line 5433, app/assets/stylesheets/application.scss */
  .meeting-chat-modal .delete {
    width: 2rem;
    max-width: 2rem;
    min-width: 2rem;
    height: 2rem;
    max-height: 2rem;
    min-height: 2rem;
  }
  /* line 5442, app/assets/stylesheets/application.scss */
  .meeting-chat-sources-toggle {
    display: inline-flex;
  }
  /* line 5448, app/assets/stylesheets/application.scss */
  .meeting-chat-sources-block {
    display: none;
    flex-shrink: 0;
    margin: 0;
    padding: 0.55rem 1rem 0.65rem;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    max-height: 45vh;
    overflow-y: auto;
  }
  /* line 5459, app/assets/stylesheets/application.scss */
  .meeting-chat-sources-block--open {
    display: block;
  }
  /* line 5463, app/assets/stylesheets/application.scss */
  .meeting-chat-sources-block .meeting-chat-sources {
    margin: 0.4rem 0 0;
  }
  /* line 5467, app/assets/stylesheets/application.scss */
  .meeting-chat-sources-block .meeting-chat-options {
    margin-top: 0.55rem;
  }
  /* line 5471, app/assets/stylesheets/application.scss */
  .meeting-chat-messages {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem 0.75rem 0.4rem;
    background: #f8fafc;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
  }
  /* line 5487, app/assets/stylesheets/application.scss */
  .meeting-chat-message {
    margin-bottom: 0;
    max-width: 92%;
    width: fit-content;
    padding: 0.65rem 0.8rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 1px rgba(15, 23, 42, 0.02);
  }
  /* line 5498, app/assets/stylesheets/application.scss */
  .meeting-chat-message--user {
    align-self: flex-end;
    background: #1d4ed8;
    border-color: #1d4ed8;
  }
  /* line 5504, app/assets/stylesheets/application.scss */
  .meeting-chat-message--assistant {
    align-self: flex-start;
    background: #fff;
    border-color: #dbe3f0;
  }
  /* line 5510, app/assets/stylesheets/application.scss */
  .meeting-chat-message--pending {
    border-style: dashed;
  }
  /* line 5514, app/assets/stylesheets/application.scss */
  .meeting-chat-message--user .meeting-chat-message__label {
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 5518, app/assets/stylesheets/application.scss */
  .meeting-chat-message--user .meeting-chat-message__body,
.meeting-chat-message--user .meeting-chat-message__body p {
    color: #fff;
  }
  /* line 5523, app/assets/stylesheets/application.scss */
  .meeting-chat-message--assistant .meeting-chat-message__body {
    color: #0f172a;
  }
  /* line 5527, app/assets/stylesheets/application.scss */
  .meeting-chat-form {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    border-top: 1px solid #e5e7eb;
    background: #fff;
  }
  /* line 5536, app/assets/stylesheets/application.scss */
  .meeting-chat-input {
    border-radius: 0.9rem;
    padding-right: 2.4rem;
    min-height: 0;
    max-height: none;
    resize: none;
  }
  /* line 5544, app/assets/stylesheets/application.scss */
  .meeting-chat-send-button {
    right: 0.45rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
    min-width: 1.75rem;
    max-width: 1.75rem;
    height: 1.75rem;
    min-height: 1.75rem;
    max-height: 1.75rem;
  }
  /* line 5556, app/assets/stylesheets/application.scss */
  .meeting-chat-session-menu {
    width: calc(100vw - 2rem);
    max-width: 14rem;
  }
}

/* line 5562, app/assets/stylesheets/application.scss */
.meeting-chat-highlight {
  background: #fef08a;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
  box-shadow: 0 0 0 2px rgba(254, 240, 138, 0.5);
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  scroll-margin-top: 1.5rem;
}

/* line 5573, app/assets/stylesheets/application.scss */
.meeting-chat-highlight.is-active {
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.25);
}

/* line 5580, app/assets/stylesheets/application.scss */
.meeting-chat-highlight.is-fading {
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(254, 240, 138, 0);
}

/* line 5588, app/assets/stylesheets/application.scss */
.transcript-subtitle.transcript-subtitle--highlight {
  background: #fef08a;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25);
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}

/* line 5593, app/assets/stylesheets/application.scss */
.transcript-subtitle.transcript-subtitle--highlight:hover {
  background: #fef08a;
}

/* line 5597, app/assets/stylesheets/application.scss */
.transcript-subtitle.transcript-subtitle--highlight.is-fading {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
}

/* line 5603, app/assets/stylesheets/application.scss */
.meeting-chat-session-switcher {
  display: inline-flex;
  align-items: center;
}

/* line 5608, app/assets/stylesheets/application.scss */
.meeting-chat-session-switcher[hidden] {
  display: none !important;
}

/* line 5613, app/assets/stylesheets/application.scss */
.section.account-page .account-page__header {
  margin-bottom: 1rem;
}

/* line 5617, app/assets/stylesheets/application.scss */
.section.account-page .account-page__title {
  margin-bottom: 0.5rem !important;
}

/* line 5621, app/assets/stylesheets/application.scss */
.section.account-page .account-page__layout {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
}

/* line 5629, app/assets/stylesheets/application.scss */
.section.account-page .account-page__sidebar {
  flex-shrink: 0;
  width: 220px;
  min-width: 220px;
  margin-left: 0.5rem;
}

/* line 5636, app/assets/stylesheets/application.scss */
.section.account-page .account-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 5645, app/assets/stylesheets/application.scss */
.section.account-page .account-menu__link {
  display: block;
  padding: 0.6rem 1rem;
  color: #475569;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* line 5657, app/assets/stylesheets/application.scss */
.section.account-page .account-menu__link:hover {
  background: #f1f5f9;
  color: #0f172a;
}

/* line 5662, app/assets/stylesheets/application.scss */
.section.account-page .account-menu__link.is-active {
  background: #eef2ff;
  color: #3730a3;
  border-left-color: #6366f1;
  font-weight: 600;
}

/* line 5669, app/assets/stylesheets/application.scss */
.section.account-page .account-menu__label {
  display: block;
}

/* line 5673, app/assets/stylesheets/application.scss */
.section.account-page .account-page__content {
  flex: 1;
  min-width: 0;
}

/* line 5678, app/assets/stylesheets/application.scss */
.account-section-title {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  margin: 0 0 0.9rem !important;
  color: #0f172a;
}

/* line 5686, app/assets/stylesheets/application.scss */
.account-council-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 5692, app/assets/stylesheets/application.scss */
.account-council-checkboxes__item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

/* line 5702, app/assets/stylesheets/application.scss */
.account-council-checkboxes__item:hover {
  background-color: #f5f5f5;
}

/* line 5706, app/assets/stylesheets/application.scss */
.account-council-checkboxes__item:has(input:checked) {
  background-color: #e3f2fd;
  border-color: #2196f3;
}

/* line 5711, app/assets/stylesheets/application.scss */
.account-council-checkboxes input[type="checkbox"]:checked + span {
  font-weight: 600;
}

/* line 5716, app/assets/stylesheets/application.scss */
.account-subscriptions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* line 5722, app/assets/stylesheets/application.scss */
.section.account-page .account-subscriptions__main {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: flex-start;
  flex-wrap: nowrap;
}

/* line 5729, app/assets/stylesheets/application.scss */
.section.account-page .account-subscriptions__main > .account-subscriptions__list {
  flex: 1 1 0;
  min-width: 0;
}

/* line 5734, app/assets/stylesheets/application.scss */
.section.account-page .account-subscriptions__main > .account-subscriptions__types-wrap {
  flex: 0 0 auto;
  min-width: 280px;
  max-width: 340px;
}

/* line 5741, app/assets/stylesheets/application.scss */
.account-subscriptions__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

/* line 5747, app/assets/stylesheets/application.scss */
.account-subscriptions__list > .notification {
  margin-bottom: 0;
}

/* line 5752, app/assets/stylesheets/application.scss */
.ocn-empty-action {
  color: #64748b;
  padding: 1.25rem;
  margin: 0;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px dashed #e2e8f0;
}

/* line 5761, app/assets/stylesheets/application.scss */
.ocn-empty-action__header {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

/* line 5768, app/assets/stylesheets/application.scss */
.ocn-empty-action__icon {
  color: #6366f1;
  font-size: 1.1rem;
  line-height: 1;
}

/* line 5774, app/assets/stylesheets/application.scss */
.ocn-empty-action__title {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

/* line 5781, app/assets/stylesheets/application.scss */
.ocn-empty-action__body {
  color: #475569;
  font-size: 0.95rem;
}

/* line 5786, app/assets/stylesheets/application.scss */
.ocn-empty-action__actions {
  margin-top: 1rem;
}

/* line 5790, app/assets/stylesheets/application.scss */
.account-council-subscription {
  margin: 0;
  padding: 1.25rem 1.25rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* line 5799, app/assets/stylesheets/application.scss */
.account-council-subscription--last {
  margin-bottom: 0;
}

/* line 5803, app/assets/stylesheets/application.scss */
.account-council-subscription__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
}

/* line 5814, app/assets/stylesheets/application.scss */
.account-council-subscription__header .title {
  margin-bottom: 0 !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #0f172a;
  white-space: nowrap;
}

/* line 5822, app/assets/stylesheets/application.scss */
.account-email-types-list {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0 0;
}

/* line 5828, app/assets/stylesheets/application.scss */
.account-email-types-list li {
  margin-bottom: 0;
  padding: 0.6rem 0;
}

/* line 5832, app/assets/stylesheets/application.scss */
.account-email-types-list li:last-child {
  padding-bottom: 0;
}

/* line 5836, app/assets/stylesheets/application.scss */
.account-email-types-list li label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.95rem;
  color: #334155;
}

/* line 5846, app/assets/stylesheets/application.scss */
.account-email-types-list li .checkbox input[type="checkbox"] {
  margin-right: 0;
}

/* line 5851, app/assets/stylesheets/application.scss */
.account-subscription-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f1f5f9;
}

/* line 5859, app/assets/stylesheets/application.scss */
.account-subscription-item:last-child {
  border-bottom: 0;
}

/* line 5864, app/assets/stylesheets/application.scss */
.account-subscriptions__types-wrap {
  position: sticky;
  top: 1rem;
}

/* line 5869, app/assets/stylesheets/application.scss */
.account-subscriptions__types-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.85rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

/* line 5878, app/assets/stylesheets/application.scss */
.section.account-page .account-subscriptions__types {
  background: #eef2ff;
  border: none;
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

/* line 5886, app/assets/stylesheets/application.scss */
.account-subscriptions__types-item {
  margin-bottom: 1rem;
}

/* line 5889, app/assets/stylesheets/application.scss */
.account-subscriptions__types-item:last-child {
  margin-bottom: 0;
}

/* line 5894, app/assets/stylesheets/application.scss */
.account-subscriptions__types-item-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

/* line 5901, app/assets/stylesheets/application.scss */
.account-subscriptions__types-icon {
  flex-shrink: 0;
  color: #6366f1;
  font-size: 1rem;
  line-height: 1;
}

/* line 5908, app/assets/stylesheets/application.scss */
.account-subscriptions__types-item-content {
  min-width: 0;
}

/* line 5912, app/assets/stylesheets/application.scss */
.account-subscriptions__types-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

/* line 5918, app/assets/stylesheets/application.scss */
.account-subscriptions__types-item-content p {
  margin: 0 0 0 1.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #475569;
}

/* line 5925, app/assets/stylesheets/application.scss */
.account-subscriptions--story-domain .account-subscriptions__card {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* line 5930, app/assets/stylesheets/application.scss */
.account-subscriptions--story-domain .account-subscriptions__card .content p {
  color: #475569;
}

/* line 5934, app/assets/stylesheets/application.scss */
.account-subscriptions--story-domain .account-subscriptions__card strong {
  color: #0f172a;
}

/* line 5940, app/assets/stylesheets/application.scss */
.account-membership {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* line 5946, app/assets/stylesheets/application.scss */
.account-membership__org {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  max-width: 32rem;
}

/* line 5953, app/assets/stylesheets/application.scss */
.account-membership__plans {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

/* line 5959, app/assets/stylesheets/application.scss */
.account-membership__plan {
  display: flex;
  flex-direction: column;
  flex: 1 1 280px;
  max-width: 380px;
  min-width: 320px;
}

/* line 5966, app/assets/stylesheets/application.scss */
.account-membership__plan .card {
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
}

/* line 5973, app/assets/stylesheets/application.scss */
.account-membership__plan .card.product-box {
  border: 1px solid #eee;
  border-top: 2px solid #15181c;
  border-radius: 6px;
}

/* line 5979, app/assets/stylesheets/application.scss */
.account-membership__plan .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 5985, app/assets/stylesheets/application.scss */
.account-membership__plan .card-content .content {
  flex: 1;
}

/* line 5989, app/assets/stylesheets/application.scss */
.account-membership__plan .card-footer {
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
}

/* line 5994, app/assets/stylesheets/application.scss */
.account-membership__plan .card-footer-item {
  padding: 0.85rem 1rem;
}

/* line 5998, app/assets/stylesheets/application.scss */
.account-membership__plan .title.is-4 {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #0f172a;
  margin-bottom: 0.75rem !important;
}

/* line 6005, app/assets/stylesheets/application.scss */
.account-membership__plan .ocn-pill--tone-primary,
.account-membership__plan .ocn-pill--tone-info {
  font-weight: 500;
}

/* line 6010, app/assets/stylesheets/application.scss */
.account-membership__plan .content p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #475569;
}

/* line 6016, app/assets/stylesheets/application.scss */
.account-membership__plan.account-membership__plan--selected .card {
  border-color: #6366f1;
  background: #fafbff;
  box-shadow: 0 1px 3px rgba(99, 102, 241, 0.12);
}

/* line 6023, app/assets/stylesheets/application.scss */
.account-membership__plan--half {
  flex: 1 1 calc(50% - 0.625rem);
  max-width: none;
}

/* line 6028, app/assets/stylesheets/application.scss */
.account-membership__plan--full {
  flex: 1 1 100%;
  max-width: none;
  min-width: 100%;
}

/* line 6034, app/assets/stylesheets/application.scss */
.account-membership__empty {
  color: #64748b;
  padding: 1rem 0;
  margin: 0;
}

/* line 6040, app/assets/stylesheets/application.scss */
.account-membership__plan .card-footer--borderless {
  border-top: none;
  padding-top: 0;
}

/* line 6046, app/assets/stylesheets/application.scss */
.account-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* line 6053, app/assets/stylesheets/application.scss */
.account-card--padded {
  padding: 1.25rem;
}

/* line 6057, app/assets/stylesheets/application.scss */
.account-card--overflow-hidden {
  overflow: hidden;
}

/* line 6062, app/assets/stylesheets/application.scss */
.account-icon-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

/* line 6069, app/assets/stylesheets/application.scss */
.account-icon-title__icon {
  font-size: 1.1rem;
  line-height: 1;
}

/* line 6074, app/assets/stylesheets/application.scss */
.account-icon-title__icon--success {
  color: #22c55e;
}

/* line 6075, app/assets/stylesheets/application.scss */
.account-icon-title__icon--primary {
  color: #6366f1;
}

/* line 6077, app/assets/stylesheets/application.scss */
.account-icon-title__text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

/* line 6085, app/assets/stylesheets/application.scss */
.account-card__body {
  color: #475569;
  font-size: 0.95rem;
}

/* line 6090, app/assets/stylesheets/application.scss */
.account-card__body strong {
  color: #0f172a;
}

/* line 6095, app/assets/stylesheets/application.scss */
.account-billing__table {
  margin-bottom: 0;
  min-width: 480px;
}

/* line 6100, app/assets/stylesheets/application.scss */
.account-billing__table thead tr {
  background: #f8fafc;
}

/* line 6104, app/assets/stylesheets/application.scss */
.account-billing__table th {
  color: #475569;
  font-weight: 600;
  font-size: 0.9rem;
  border-bottom: 1px solid #e2e8f0;
}

/* line 6111, app/assets/stylesheets/application.scss */
.account-billing__table td {
  font-size: 0.95rem;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

/* line 6117, app/assets/stylesheets/application.scss */
.account-billing__table td.account-billing__amount {
  color: #0f172a;
  font-weight: 600;
}

/* line 6122, app/assets/stylesheets/application.scss */
.account-billing__pagination {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid #f1f5f9;
}

/* line 6127, app/assets/stylesheets/application.scss */
.account-billing__empty {
  padding: 1.25rem;
}

/* line 6130, app/assets/stylesheets/application.scss */
.account-billing__empty p {
  color: #64748b;
  margin: 0;
}

/* line 6137, app/assets/stylesheets/application.scss */
.section.account-page .account-card .card-footer {
  border-top: 1px solid #f1f5f9;
}

/* line 6141, app/assets/stylesheets/application.scss */
.section.account-page .account-card .card-footer-item {
  padding: 0.85rem 1rem;
}

/* line 6146, app/assets/stylesheets/application.scss */
.account-card--padded > .account-card__body {
  margin-bottom: 1rem;
}

/* line 6150, app/assets/stylesheets/application.scss */
.account-profile__buttons {
  margin-bottom: 0;
}

/* line 6155, app/assets/stylesheets/application.scss */
.account-about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 6161, app/assets/stylesheets/application.scss */
.account-about__card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  padding: 1.25rem;
}

/* line 6169, app/assets/stylesheets/application.scss */
.account-about__icon-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 6176, app/assets/stylesheets/application.scss */
.account-about__icon {
  color: #6366f1;
  font-size: 1rem;
}

/* line 6181, app/assets/stylesheets/application.scss */
.account-about__heading {
  font-size: 1.05rem;
  color: #0f172a;
}

/* line 6186, app/assets/stylesheets/application.scss */
.account-about__text {
  color: #475569;
  font-size: 0.95rem;
}

/* line 6191, app/assets/stylesheets/application.scss */
.account-about__text--mb {
  margin-bottom: 0.75rem;
}

/* line 6195, app/assets/stylesheets/application.scss */
.account-about__list {
  color: #475569;
  font-size: 0.95rem;
  margin-top: 0;
  padding-left: 1.25rem;
}

/* line 6202, app/assets/stylesheets/application.scss */
.account-about__list strong {
  color: #0f172a;
}

/* line 6206, app/assets/stylesheets/application.scss */
.account-about__cta {
  background: #eef2ff;
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* line 6213, app/assets/stylesheets/application.scss */
.account-about__cta p {
  color: #475569;
  font-size: 0.95rem;
  margin: 0;
}

/* line 6219, app/assets/stylesheets/application.scss */
.account-about__cta strong {
  color: #0f172a;
}

/* line 6224, app/assets/stylesheets/application.scss */
.account-subscriptions__list > .account-section-title {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  /* line 6229, app/assets/stylesheets/application.scss */
  .section.account-page .account-page__layout {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1rem;
  }
  /* line 6235, app/assets/stylesheets/application.scss */
  .section.account-page .account-page__sidebar {
    width: 100%;
    min-width: 0;
    position: static;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1rem;
    margin-left: 0;
  }
  /* line 6244, app/assets/stylesheets/application.scss */
  .section.account-page .account-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  /* line 6250, app/assets/stylesheets/application.scss */
  .section.account-page .account-menu__link {
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
    border-left: none;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
  }
  /* line 6258, app/assets/stylesheets/application.scss */
  .section.account-page .account-menu__link.is-active {
    border-left: none;
    border-color: #6366f1;
    background: #eef2ff;
  }
  /* line 6264, app/assets/stylesheets/application.scss */
  .account-section-title {
    font-size: 1.2rem !important;
  }
  /* line 6268, app/assets/stylesheets/application.scss */
  .account-council-subscription__header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 6273, app/assets/stylesheets/application.scss */
  .section.account-page .account-subscriptions__main {
    flex-direction: column;
    gap: 1.25rem;
  }
  /* line 6277, app/assets/stylesheets/application.scss */
  .section.account-page .account-subscriptions__main > .account-subscriptions__list {
    min-width: 0;
  }
  /* line 6281, app/assets/stylesheets/application.scss */
  .section.account-page .account-subscriptions__main > .account-subscriptions__types-wrap {
    min-width: 0;
    max-width: none;
  }
  /* line 6287, app/assets/stylesheets/application.scss */
  .account-subscriptions__types-wrap {
    position: static;
  }
  /* line 6291, app/assets/stylesheets/application.scss */
  .section.account-page .account-membership__plans {
    flex-direction: column;
    gap: 1rem;
  }
  /* line 6296, app/assets/stylesheets/application.scss */
  .section.account-page .account-membership__plan {
    max-width: none;
    flex-basis: auto;
    min-width: 0;
    width: 100%;
  }
  /* line 6303, app/assets/stylesheets/application.scss */
  .section.account-page .account-page__content {
    min-width: 0;
    width: 100%;
  }
  /* line 6308, app/assets/stylesheets/application.scss */
  .section.account-page .card-footer {
    flex-direction: column;
  }
  /* line 6311, app/assets/stylesheets/application.scss */
  .section.account-page .card-footer .card-footer-item {
    border-left: none;
    border-top: 1px solid #f1f5f9;
    justify-content: center;
  }
  /* line 6316, app/assets/stylesheets/application.scss */
  .section.account-page .card-footer .card-footer-item .button {
    width: 100%;
  }
  /* line 6322, app/assets/stylesheets/application.scss */
  .section.account-page .level {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@keyframes meeting-chat-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes meeting-chat-bounce {
  0%,
80%,
100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes meeting-chat-sheen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* line 6359, app/assets/stylesheets/application.scss */
.topic-watch-form__status-field .select,
.topic-watch-form__status-field .select select {
  width: 100%;
}

/* line 6364, app/assets/stylesheets/application.scss */
.topic-watch-form__council-list {
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 0.75rem;
}

/* line 6372, app/assets/stylesheets/application.scss */
.topic-watch-form__group-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 6378, app/assets/stylesheets/application.scss */
.topic-watch-form__group-shortcut {
  max-width: 100%;
  white-space: normal;
  height: auto;
  line-height: 1.35;
  text-align: left;
}

/* line 6386, app/assets/stylesheets/application.scss */
.topic-watch-form__picker-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 6392, app/assets/stylesheets/application.scss */
.topic-watch-form__picker-item-text {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 6397, app/assets/stylesheets/application.scss */
.topic-watch-form__council-divider {
  margin: 1rem 0;
}

/* line 6401, app/assets/stylesheets/application.scss */
.email-pills__list {
  display: flex;
  flex-wrap: wrap;
}

/* line 6406, app/assets/stylesheets/application.scss */
.topic-watch-prompt {
  white-space: pre-wrap !important;
  overflow-wrap: anywhere;
}

/* line 6411, app/assets/stylesheets/application.scss */
.topic-watch-keywords-details {
  margin-top: 1rem;
}

/* line 6415, app/assets/stylesheets/application.scss */
.topic-watch-keywords-details__summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 6422, app/assets/stylesheets/application.scss */
.topic-watch-keywords-details__content {
  margin-top: 0.75rem;
}

/* line 6426, app/assets/stylesheets/application.scss */
.topic-watch-keywords-details__content .delete {
  padding: 0;
}

/* line 6430, app/assets/stylesheets/application.scss */
.topic-watch-preview-panel--stale [data-topic-watch-topic-target="previewContent"],
.topic-watch-constructed-prompt--generating {
  filter: blur(2px);
  opacity: 0.45;
  pointer-events: none;
  user-select: none;
}

/* line 6442, app/assets/stylesheets/application.scss */
.ocn-pill-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  row-gap: 0.5rem;
}

/* line 6450, app/assets/stylesheets/application.scss */
.ocn-pill-group--sm .ocn-pill {
  font-size: 0.65rem;
  height: 1.75em;
  padding: 0 0.55em;
}

/* line 6456, app/assets/stylesheets/application.scss */
.ocn-pill-group--md .ocn-pill {
  font-size: 0.85rem;
  height: 2.1em;
  padding: 0 0.8em;
}

/* line 6465, app/assets/stylesheets/application.scss */
.ocn-pill-dropdown {
  vertical-align: top;
  margin-bottom: 0.5rem;
}

/* line 6469, app/assets/stylesheets/application.scss */
.ocn-pill-dropdown .ocn-pill {
  margin-bottom: 0;
  cursor: pointer;
}

/* line 6474, app/assets/stylesheets/application.scss */
.ocn-pill-dropdown .ocn-pill > .icon {
  margin-left: 0.2em;
}

/* line 6478, app/assets/stylesheets/application.scss */
.ocn-pill-dropdown .dropdown-item {
  display: flex;
  align-items: center;
}

/* line 6483, app/assets/stylesheets/application.scss */
.ocn-pill-dropdown .dropdown-item .icon {
  margin-right: 0.4em;
}

/* line 6488, app/assets/stylesheets/application.scss */
a.ocn-pill {
  cursor: pointer;
}

/* line 6492, app/assets/stylesheets/application.scss */
a.ocn-pill:hover {
  text-decoration: none;
}

/* line 6496, app/assets/stylesheets/application.scss */
.ocn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.5rem 0;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  height: 2em;
  padding: 0 0.75em;
  border-radius: 9999px;
  border: 1px solid transparent;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(15, 23, 42, 0.06);
  cursor: default;
  text-decoration: none;
  color: inherit;
}

/* line 6517, app/assets/stylesheets/application.scss */
.ocn-pill > .delete {
  margin-left: 0.15em;
  flex-shrink: 0;
}

/* line 6523, app/assets/stylesheets/application.scss */
.ocn-pill__icon {
  margin-right: 0.4em;
  font-size: 0.85em;
  opacity: 0.7;
}

/* line 6529, app/assets/stylesheets/application.scss */
.ocn-pill--sm {
  font-size: 0.65rem;
  height: 1.75em;
  padding: 0 0.55em;
}

/* line 6535, app/assets/stylesheets/application.scss */
.ocn-pill--md {
  font-size: 0.85rem;
  height: 2.1em;
  padding: 0 0.8em;
}

/* line 6541, app/assets/stylesheets/application.scss */
.ocn-pill--lg {
  font-size: 1rem;
  height: 2.25em;
  padding: 0 0.85em;
}

/* line 6547, app/assets/stylesheets/application.scss */
.ocn-pill--dense {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  height: auto;
  min-height: 1.5rem;
  line-height: 1.2;
}

/* line 6555, app/assets/stylesheets/application.scss */
.ocn-pill--multiline {
  white-space: normal;
  height: auto;
  min-height: 2em;
  align-items: center;
  line-height: 1.35;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* line 6565, app/assets/stylesheets/application.scss */
.ocn-pill--calendar {
  cursor: pointer;
  white-space: normal;
  height: auto;
  line-height: 1.3;
  display: block;
  text-align: left;
  font-size: 0.68rem;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 0.3rem;
  overflow: hidden;
  word-break: break-word;
  max-width: 100%;
  border-radius: 5px;
}

/* line 6581, app/assets/stylesheets/application.scss */
.ocn-pill--calendar strong {
  font-size: 0.75rem;
}

/* line 6590, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-accent {
  background-color: var(--ocn-pill-color, #6c757d);
  color: var(--ocn-pill-foreground-color, #fff);
  border-color: var(--ocn-pill-color, #6c757d);
}

/* line 6596, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-muted {
  background-color: #ededed;
  color: #363636;
  border-color: #dbdbdb;
}

/* line 6602, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-muted.ocn-pill--soft {
  background-color: #f5f5f5;
  color: #4a4a4a;
  border-color: #ededed;
}

/* line 6608, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-neutral {
  background-color: #f5f5f5;
  color: #4a4a4a;
  border-color: #dbdbdb;
}

/* line 6614, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-neutral.ocn-pill--soft {
  background-color: #fafafa;
  color: #4a4a4a;
  border-color: #ededed;
}

/* line 6620, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-success {
  background-color: #257953;
  color: #fff;
  border-color: #257953;
}

/* line 6626, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-success.ocn-pill--soft {
  background-color: #effaf5;
  color: #257953;
  border-color: #c7eed8;
}

/* line 6632, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-warning {
  background-color: #ffe08a;
  color: #5c4400;
  border-color: #f5c84c;
}

/* line 6638, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-warning.ocn-pill--soft {
  background-color: #fffaeb;
  color: #946c00;
  border-color: #ffeeba;
}

/* line 6644, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-danger {
  background-color: #f14668;
  color: #fff;
  border-color: #f14668;
}

/* line 6650, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-danger.ocn-pill--soft {
  background-color: #feecf0;
  color: #cc0f35;
  border-color: #f9c7d1;
}

/* line 6656, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-info {
  background-color: #3e8ed0;
  color: #fff;
  border-color: #3e8ed0;
}

/* line 6662, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-info.ocn-pill--soft {
  background-color: #eff8fb;
  color: #296fa8;
  border-color: #ccebf5;
}

/* line 6668, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-primary {
  background-color: #00d1b2;
  color: #fff;
  border-color: #00d1b2;
}

/* line 6674, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-primary.ocn-pill--soft {
  background-color: #ebfffc;
  color: #00947e;
  border-color: #c4fff4;
}

/* line 6680, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-link {
  background-color: #485fc7;
  color: #fff;
  border-color: #485fc7;
}

/* line 6686, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-link.ocn-pill--soft {
  background-color: #eef3fc;
  color: #3850b7;
  border-color: #d8e0f8;
}

/* line 6692, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-dark {
  background-color: #363636;
  color: #fff;
  border-color: #363636;
}

/* line 6698, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--tone-dark.ocn-pill--soft {
  background-color: #f5f5f5;
  color: #363636;
  border-color: #ededed;
}

/* line 6705, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented {
  padding: 0;
  height: auto;
  min-height: 2em;
  overflow: hidden;
  display: inline-flex;
  flex-direction: row;
  align-items: stretch;
}

/* line 6715, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented .ocn-pill__segment {
  display: inline-flex;
  align-items: center;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0.35em 0.65em;
  white-space: nowrap;
}

/* line 6729, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented .ocn-pill__segment--value {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  border-left: 1px solid rgba(15, 23, 42, 0.12);
}

/* line 6735, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill__value-meta {
  font-weight: 600;
  opacity: 0.92;
}

/* line 6740, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-neutral .ocn-pill__segment--label {
  background-color: #f5f5f5;
  color: #4a4a4a;
}

/* line 6745, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-neutral .ocn-pill__segment--value {
  background-color: #ededed;
  color: #242424;
}

/* line 6750, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-success .ocn-pill__segment--label {
  background-color: #effaf5;
  color: #257953;
}

/* line 6755, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-success .ocn-pill__segment--value {
  background-color: #257953;
  color: #fff;
}

/* line 6760, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-success .ocn-pill__value-meta {
  color: rgba(255, 255, 255, 0.88);
}

/* line 6764, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-warning .ocn-pill__segment--label {
  background-color: #fffaeb;
  color: #946c00;
}

/* line 6769, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-warning .ocn-pill__segment--value {
  background-color: #ffe08a;
  color: #5c4400;
}

/* line 6774, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-info .ocn-pill__segment--label {
  background-color: #eff8fb;
  color: #296fa8;
}

/* line 6779, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-info .ocn-pill__segment--value {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 6784, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--segmented.ocn-pill--tone-info .ocn-pill__value-meta {
  color: rgba(255, 255, 255, 0.88);
}

/* line 6789, app/assets/stylesheets/application.scss */
.ocn-pill-wrap {
  display: inline-flex;
  align-items: center;
}

/* line 6793, app/assets/stylesheets/application.scss */
.ocn-pill-wrap.tooltip-trigger {
  cursor: help;
}

/* line 6797, app/assets/stylesheets/application.scss */
.ocn-pill-wrap .tooltip-content {
  width: 20rem;
  max-width: 92vw;
  text-align: left;
  padding: 0.75rem;
  white-space: normal;
}

/* line 6805, app/assets/stylesheets/application.scss */
.ocn-pill-wrap--prewrap-tooltip .tooltip-content {
  white-space: pre-wrap;
}

/* line 6812, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--accent-left-amber,
.ocn-pill.ocn-pill--meeting-status {
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  height: 2em;
  padding: 0 0.75em;
  padding-left: 0.65em;
  border-radius: 9999px;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #e6aa57;
  color: #374151;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(15, 23, 42, 0.06);
}

/* line 6833, app/assets/stylesheets/application.scss */
a.ocn-pill.ocn-pill--meeting-status-link {
  text-decoration: none;
}

/* line 6837, app/assets/stylesheets/application.scss */
.ocn-pill.ocn-pill--meeting-status-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  min-height: 2em;
  height: auto;
  padding: 0.35em 0.85em;
  padding-left: 0.7em;
  border-radius: 9999px;
  background-color: #fff9ef;
  border: 1px solid #f1dcc0;
  border-left: 4px solid #e6aa57;
  color: #5c4d32;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(15, 23, 42, 0.06);
}

/* line 6859, app/assets/stylesheets/application.scss */
.topic-watch-councils-summary__details summary {
  cursor: pointer;
  color: #3273dc;
  font-weight: 600;
}

/* line 6866, app/assets/stylesheets/application.scss */
.topic-calendar-table {
  table-layout: fixed;
}

/* line 6870, app/assets/stylesheets/application.scss */
.topic-calendar-modal .modal-card {
  max-width: 460px;
  width: 92vw;
}

/* line 6875, app/assets/stylesheets/application.scss */
.topic-calendar-modal .modal-card-head {
  border-bottom: none;
  padding-bottom: 0.5rem;
  align-items: flex-start;
}

/* line 6881, app/assets/stylesheets/application.scss */
.topic-calendar-modal .modal-card-body {
  padding-top: 0.5rem;
}

/* line 6885, app/assets/stylesheets/application.scss */
.topic-calendar-modal .modal-card-foot {
  justify-content: flex-end;
  gap: 0.5rem;
  border-top: 1px solid #ededed;
}

/* line 6891, app/assets/stylesheets/application.scss */
.topic-calendar-modal__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

/* line 6899, app/assets/stylesheets/application.scss */
.topic-calendar-modal__summary {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #363636;
}

/* line 6905, app/assets/stylesheets/application.scss */
.topic-calendar-month {
  position: relative;
}

/* line 6909, app/assets/stylesheets/application.scss */
.topic-calendar-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(1px);
}

/* line 6922, app/assets/stylesheets/application.scss */
.topic-calendar-loading-overlay--visible {
  display: flex;
}

/* line 6926, app/assets/stylesheets/application.scss */
.topic-calendar-loading-spinner {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 3px solid rgba(50, 115, 220, 0.25);
  border-top-color: #3273dc;
  animation: topic-calendar-spin 0.75s linear infinite;
}

/* line 6935, app/assets/stylesheets/application.scss */
.topic-calendar-loading-label {
  font-size: 0.9rem;
  color: #4a4a4a;
}

@keyframes topic-calendar-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 6947, app/assets/stylesheets/application.scss */
.subscriber-calendar-month {
  position: relative;
}

/* line 6952, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

/* line 6959, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e2e5ea;
  border-radius: 9999px;
  background: #fff;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background-color 0.12s ease, border-color 0.12s ease;
}

/* line 6974, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__toggle:hover {
  background: #f7f9fc;
  border-color: #cdd7ea;
}

/* line 6980, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__search {
  flex: 1 1 16rem;
  min-width: 12rem;
}

/* line 6985, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1f2733;
}

/* line 6992, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__icon {
  color: #3273dc;
}

/* line 6996, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__summary:not(:empty) {
  padding-left: 0.6rem;
  border-left: 1px solid #e2e5ea;
  color: #7a818c;
  font-weight: 500;
}

/* line 7003, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__chevron {
  display: inline-flex;
  color: #9aa1ac;
  transition: transform 0.15s ease;
}

/* line 7009, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__toggle[aria-expanded="true"] .subscriber-calendar-filters__chevron {
  transform: rotate(180deg);
}

/* line 7013, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__panel {
  margin-top: 0.85rem;
  margin-bottom: 0;
}

/* line 7017, app/assets/stylesheets/application.scss */
.subscriber-calendar-filters__panel[hidden] {
  display: none;
}

/* line 7023, app/assets/stylesheets/application.scss */
.subscriber-calendar-controls__section + .subscriber-calendar-controls__section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f0f1f4;
}

/* line 7029, app/assets/stylesheets/application.scss */
.subscriber-calendar-controls__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 7036, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid #dde0e5;
  background: #fff;
  color: #8a909b;
  transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

/* line 7051, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle:hover {
  border-color: #c5cad3;
  color: #5a606b;
}

/* line 7057, app/assets/stylesheets/application.scss */
.subscriber-calendar-control {
  cursor: pointer;
  border: 1px solid transparent;
  font: inherit;
  transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

/* line 7064, app/assets/stylesheets/application.scss */
.subscriber-calendar-control--active {
  border-color: rgba(50, 115, 220, 0.35);
}

/* line 7068, app/assets/stylesheets/application.scss */
.subscriber-calendar-controls__watches {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* line 7074, app/assets/stylesheets/application.scss */
.subscriber-calendar-watch-control {
  display: grid;
  grid-template-columns: minmax(8rem, 16rem) auto;
  align-items: center;
  gap: 0.4rem 1rem;
}

/* line 7081, app/assets/stylesheets/application.scss */
.subscriber-calendar-watch-control__name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #363636;
}

/* line 7088, app/assets/stylesheets/application.scss */
.subscriber-calendar-watch-control__modes {
  display: inline-flex;
  justify-self: start;
}

/* line 7093, app/assets/stylesheets/application.scss */
.subscriber-calendar-control--mode {
  font-size: 0.75rem;
  padding: 0.3rem 0.8rem;
  border: 1px solid #dbdbdb;
  border-right-width: 0;
  background: #fff;
  color: #5a5a5a;
}

/* line 7101, app/assets/stylesheets/application.scss */
.subscriber-calendar-control--mode:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  padding-left: 0.95rem;
}

/* line 7107, app/assets/stylesheets/application.scss */
.subscriber-calendar-control--mode:last-child {
  border-right-width: 1px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  padding-right: 0.95rem;
}

/* line 7114, app/assets/stylesheets/application.scss */
.subscriber-calendar-control--mode:hover {
  background: #f4f7fc;
}

/* line 7119, app/assets/stylesheets/application.scss */
.subscriber-calendar-control--mode.subscriber-calendar-control--active {
  background: #3273dc;
  border-color: #3273dc;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

/* line 7128, app/assets/stylesheets/application.scss */
.subscriber-calendar-search {
  max-width: 28rem;
}

/* line 7133, app/assets/stylesheets/application.scss */
.subscriber-calendar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

/* line 7140, app/assets/stylesheets/application.scss */
.subscriber-calendar-nav__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid #e2e5ea;
  background: #fff;
  color: #3273dc;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.12s ease, border-color 0.12s ease;
}

/* line 7155, app/assets/stylesheets/application.scss */
.subscriber-calendar-nav__arrow:hover {
  background: #f4f7fc;
  border-color: #cdd7ea;
}

/* line 7161, app/assets/stylesheets/application.scss */
.subscriber-calendar-nav__center {
  text-align: center;
  min-width: 11rem;
}

/* line 7166, app/assets/stylesheets/application.scss */
.subscriber-calendar-nav__month {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1f2733;
  line-height: 1.2;
  margin: 0;
}

/* line 7174, app/assets/stylesheets/application.scss */
.subscriber-calendar-nav__today {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #3273dc;
  text-decoration: none;
}

/* line 7182, app/assets/stylesheets/application.scss */
.subscriber-calendar-nav__today:hover {
  text-decoration: underline;
}

/* line 7192, app/assets/stylesheets/application.scss */
.subscriber-calendar-col--narrow {
  width: 3.5%;
}

/* line 7196, app/assets/stylesheets/application.scss */
.subscriber-calendar-table__day-heading {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.68rem;
  font-weight: 700;
  color: #9aa1ac;
  padding-bottom: 0.6rem;
  border: none;
}

/* line 7206, app/assets/stylesheets/application.scss */
.subscriber-calendar-table td {
  border: 1px solid #eceef2;
}

/* line 7210, app/assets/stylesheets/application.scss */
.subscriber-calendar-table td.has-background-light {
  background: #f7f8fa !important;
  border-color: #f0f1f4;
}

/* line 7215, app/assets/stylesheets/application.scss */
.subscriber-calendar-day {
  vertical-align: top;
  height: 7.5rem;
  padding: 0.4rem 0.45rem 0.55rem;
  background: #fff;
  transition: background-color 0.12s ease;
}

/* line 7222, app/assets/stylesheets/application.scss */
.subscriber-calendar-day:hover {
  background: #fafbfd;
}

/* line 7227, app/assets/stylesheets/application.scss */
.subscriber-calendar-day--today {
  background: #f3f8ff;
}

/* line 7230, app/assets/stylesheets/application.scss */
.subscriber-calendar-day--today:hover {
  background: #ecf4ff;
}

/* line 7235, app/assets/stylesheets/application.scss */
.subscriber-calendar-day__number {
  font-size: 0.8rem;
  font-weight: 600;
  color: #b1b7c1;
  margin-bottom: 0.35rem;
}

/* line 7242, app/assets/stylesheets/application.scss */
.subscriber-calendar-day__today-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.7em;
  height: 1.7em;
  padding: 0 0.45em;
  border-radius: 9999px;
  background: #3273dc;
  color: #fff;
  font-weight: 700;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c0 {
  background-color: #e8f1fc;
  color: #1b5fae;
  border-color: #bcd8f6;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c0.is-active {
  background-color: #e8f1fc;
  color: #1b5fae;
  border-color: #bcd8f6;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c1 {
  background-color: #f1ecfb;
  color: #5a3ea6;
  border-color: #dccdf3;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c1.is-active {
  background-color: #f1ecfb;
  color: #5a3ea6;
  border-color: #dccdf3;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c2 {
  background-color: #e3f6f2;
  color: #0e7c69;
  border-color: #bfe9e1;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c2.is-active {
  background-color: #e3f6f2;
  color: #0e7c69;
  border-color: #bfe9e1;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c3 {
  background-color: #fceaf2;
  color: #ac3570;
  border-color: #f5cce0;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c3.is-active {
  background-color: #fceaf2;
  color: #ac3570;
  border-color: #f5cce0;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c4 {
  background-color: #ebecfb;
  color: #3a40ab;
  border-color: #d2d5f4;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c4.is-active {
  background-color: #ebecfb;
  color: #3a40ab;
  border-color: #d2d5f4;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c5 {
  background-color: #fdefe1;
  color: #9a5512;
  border-color: #f7d9bd;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c5.is-active {
  background-color: #fdefe1;
  color: #9a5512;
  border-color: #f7d9bd;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c6 {
  background-color: #e4f4fb;
  color: #136f96;
  border-color: #c3e6f3;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c6.is-active {
  background-color: #e4f4fb;
  color: #136f96;
  border-color: #c3e6f3;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c7 {
  background-color: #fdebeb;
  color: #b13434;
  border-color: #f6cccc;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c7.is-active {
  background-color: #fdebeb;
  color: #b13434;
  border-color: #f6cccc;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c8 {
  background-color: #eef5e2;
  color: #5a7314;
  border-color: #dbe9c2;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c8.is-active {
  background-color: #eef5e2;
  color: #5a7314;
  border-color: #dbe9c2;
}

/* line 7275, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--c9 {
  background-color: #eef0f4;
  color: #475066;
  border-color: #d6dae2;
}

/* line 7281, app/assets/stylesheets/application.scss */
.subscriber-calendar-council-toggle--c9.is-active {
  background-color: #eef0f4;
  color: #475066;
  border-color: #d6dae2;
}

/* line 7290, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-event--other {
  background-color: #eef0f2;
  color: #5b6470;
  border-color: #d8dce1;
}

/* line 7296, app/assets/stylesheets/application.scss */
.subscriber-calendar-event {
  display: block;
  line-height: 1.3;
  overflow: visible;
}

/* line 7303, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__council {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* line 7309, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__council-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 0.85;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 7322, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__name {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
}

/* line 7329, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__markers {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

/* line 7338, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__marker {
  display: inline-flex;
  align-items: center;
}

/* line 7344, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__status {
  flex: 0 0 auto;
  display: inline-block;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #b5b9c0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.92);
}

/* line 7354, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__status--relevant {
  background: #25a35a;
}

/* line 7358, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__status--none {
  background: #b5b9c0;
}

/* line 7362, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__status--waiting {
  background: #3e8ed0;
}

/* line 7366, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__status--pending {
  background: #e0a216;
}

/* line 7372, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__icon {
  display: inline-flex;
  align-items: center;
  color: #3d434e;
}

/* line 7378, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__icon-svg {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
}

/* line 7385, app/assets/stylesheets/application.scss */
.subscriber-calendar-event__icon--key .subscriber-calendar-event__icon-svg {
  width: 0.95rem;
  height: 0.95rem;
}

/* line 7394, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled {
  display: inline-block;
  margin-top: 0.15rem;
}

/* line 7402, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled__note {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 600;
  color: #8a909c;
  cursor: default;
  border-bottom: 1px dotted #c2c7d0;
}

/* line 7411, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled:hover .subscriber-calendar-cancelled__note {
  color: #5b6470;
}

/* line 7418, app/assets/stylesheets/application.scss */
.tooltip-content.subscriber-calendar-cancelled__tooltip {
  bottom: calc(100% + 0.5rem);
  padding: 0.25rem 0;
  background-color: #fff;
  color: #2f343d;
  text-align: left;
  white-space: normal;
  width: max-content;
  max-width: 17rem;
  border: 1px solid #e1e4ea;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  pointer-events: auto;
}

/* line 7431, app/assets/stylesheets/application.scss */
.tooltip-content.subscriber-calendar-cancelled__tooltip::after {
  border-top-color: #fff;
}

/* line 7435, app/assets/stylesheets/application.scss */
.tooltip-content.subscriber-calendar-cancelled__tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.6rem;
}

/* line 7445, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled__link {
  display: block;
  padding: 0.3rem 0.7rem;
  color: #2f343d;
  text-decoration: none;
  line-height: 1.25;
}

/* line 7452, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled__link + .subscriber-calendar-cancelled__link {
  border-top: 1px solid #f0f1f4;
}

/* line 7456, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled__link:hover {
  background: #f4f7fb;
}

/* line 7461, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled__link-council {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8a909c;
}

/* line 7470, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled__link-name {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: #2456b8;
}

/* line 7477, app/assets/stylesheets/application.scss */
.subscriber-calendar-cancelled__link:hover .subscriber-calendar-cancelled__link-name {
  text-decoration: underline;
}

/* line 7482, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda {
  display: none;
}

/* line 7486, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__day {
  padding: 0.85rem 0;
  border-top: 1px solid #eceef2;
}

/* line 7490, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__day:first-child {
  border-top: none;
  padding-top: 0;
}

/* line 7496, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #6a7280;
  margin-bottom: 0.6rem;
}

/* line 7508, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__day--today .subscriber-calendar-agenda__date {
  color: #2456b8;
}

/* line 7512, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__today-badge {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 9999px;
  background: #3273dc;
  color: #fff;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

/* line 7522, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

/* line 7528, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .ocn-pill--calendar {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  margin-bottom: 0;
}

/* line 7534, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .subscriber-calendar-event__council-name {
  font-size: 0.66rem;
}

/* line 7538, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .subscriber-calendar-event__name {
  font-size: 0.85rem;
}

/* line 7542, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .subscriber-calendar-event__status {
  width: 0.7rem;
  height: 0.7rem;
}

/* line 7547, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .subscriber-calendar-event__icon-svg {
  width: 0.95rem;
  height: 0.95rem;
}

/* line 7554, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .subscriber-calendar-cancelled {
  display: block;
}

/* line 7557, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .subscriber-calendar-cancelled .subscriber-calendar-cancelled__tooltip {
  position: static;
  transform: none;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  bottom: auto;
  margin-top: 0.35rem;
  width: auto;
  max-width: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* line 7572, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .subscriber-calendar-cancelled .subscriber-calendar-cancelled__tooltip::after, .subscriber-calendar-agenda__events .subscriber-calendar-cancelled .subscriber-calendar-cancelled__tooltip::before {
  display: none;
}

/* line 7578, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__events .subscriber-calendar-cancelled .subscriber-calendar-cancelled__link {
  padding-left: 0;
  padding-right: 0;
}

/* line 7584, app/assets/stylesheets/application.scss */
.subscriber-calendar-agenda__empty {
  padding: 2.5rem 0;
  text-align: center;
  color: #8a909b;
  font-size: 0.9rem;
}

/* line 7592, app/assets/stylesheets/application.scss */
.subscriber-calendar-modal .modal-card {
  max-width: 520px;
}

/* line 7596, app/assets/stylesheets/application.scss */
.subscriber-calendar-modal__head {
  flex: 1;
  min-width: 0;
}

/* line 7601, app/assets/stylesheets/application.scss */
.subscriber-calendar-modal__section + .subscriber-calendar-modal__section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ededed;
}

/* line 7607, app/assets/stylesheets/application.scss */
.subscriber-calendar-modal__section-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #7a7a7a;
  margin-bottom: 0.35rem;
}

/* line 7617, app/assets/stylesheets/application.scss */
.subscriber-calendar-modal__section-heading {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
}

/* line 7623, app/assets/stylesheets/application.scss */
.subscriber-calendar-modal__section-heading .subscriber-calendar-modal__section-title {
  margin-bottom: 0;
}

/* line 7629, app/assets/stylesheets/application.scss */
.subscriber-calendar-key {
  padding: 1.25rem 1.4rem;
  border: 1px solid #eceef2;
  border-radius: 10px;
  background: #fbfcfd;
}

/* line 7636, app/assets/stylesheets/application.scss */
.subscriber-calendar-key__heading {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6a7280;
  margin-bottom: 1rem;
}

/* line 7645, app/assets/stylesheets/application.scss */
.subscriber-calendar-key__groups {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}

/* line 7651, app/assets/stylesheets/application.scss */
.subscriber-calendar-key__group {
  flex: 1 1 16rem;
  min-width: 0;
}

/* line 7656, app/assets/stylesheets/application.scss */
.subscriber-calendar-key__group-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f2733;
  margin-bottom: 0.2rem;
}

/* line 7663, app/assets/stylesheets/application.scss */
.subscriber-calendar-key__group-note {
  font-size: 0.82rem;
  color: #7a818c;
  margin-bottom: 0.75rem;
}

/* line 7669, app/assets/stylesheets/application.scss */
.subscriber-calendar-key__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 7675, app/assets/stylesheets/application.scss */
.subscriber-calendar-key__items--dots {
  flex-direction: column;
  gap: 0.5rem;
}

/* line 7679, app/assets/stylesheets/application.scss */
.subscriber-calendar-key__items--dots li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.85rem;
  color: #4a4f57;
}

/* line 7688, app/assets/stylesheets/application.scss */
.ocn-pill.subscriber-calendar-key__council {
  height: auto;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  /* line 7697, app/assets/stylesheets/application.scss */
  .subscriber-calendar-table {
    display: none;
  }
  /* line 7701, app/assets/stylesheets/application.scss */
  .subscriber-calendar-agenda {
    display: block;
  }
  /* line 7705, app/assets/stylesheets/application.scss */
  .subscriber-calendar-nav {
    gap: 1rem;
  }
  /* line 7709, app/assets/stylesheets/application.scss */
  .subscriber-calendar-nav__month {
    font-size: 1.15rem;
  }
  /* line 7713, app/assets/stylesheets/application.scss */
  .subscriber-calendar-watch-control {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

/* line 7719, app/assets/stylesheets/application.scss */
.committee-page__meeting-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 7725, app/assets/stylesheets/application.scss */
.committee-page__meeting-item {
  display: flex;
  gap: 0.9rem;
  padding: 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fbfcfe;
}

/* line 7734, app/assets/stylesheets/application.scss */
.committee-page__meeting-meta {
  min-width: 110px;
}

/* line 7738, app/assets/stylesheets/application.scss */
.committee-page__meeting-date {
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #253247;
}

/* line 7745, app/assets/stylesheets/application.scss */
.committee-page__meeting-time {
  margin: 0;
  font-size: 0.75rem;
  color: #6b7280;
}

/* line 7751, app/assets/stylesheets/application.scss */
.committee-page__meeting-content {
  min-width: 0;
  flex: 1;
}

/* line 7756, app/assets/stylesheets/application.scss */
.committee-page__meeting-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

/* line 7762, app/assets/stylesheets/application.scss */
.committee-page__meeting-title a:hover {
  text-decoration: underline;
}

/* line 7766, app/assets/stylesheets/application.scss */
.committee-page__meeting-summary {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.5;
  color: #374151;
}

/* line 7773, app/assets/stylesheets/application.scss */
.committee-page__meeting-stats {
  margin: 0;
  font-size: 0.76rem;
  color: #6b7280;
}

/* line 7779, app/assets/stylesheets/application.scss */
.committee-page__pagination {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 7785, app/assets/stylesheets/application.scss */
.committee-page__pagination-status {
  font-size: 0.8rem;
  color: #6b7280;
}

/* line 7790, app/assets/stylesheets/application.scss */
.committee-page__member {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 1.6rem;
  margin-bottom: 0.5rem;
}

/* line 7798, app/assets/stylesheets/application.scss */
.committee-page__member-photo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  flex: 0 0 24px;
}

/* line 7807, app/assets/stylesheets/application.scss */
.committee-page__member-details {
  min-width: 0;
  line-height: 1.25;
}

/* line 7812, app/assets/stylesheets/application.scss */
.committee-page__sidebar > .box:not(:last-child) {
  padding-bottom: 0;
}

/* line 7816, app/assets/stylesheets/application.scss */
.committee-page__council-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (max-width: 768px) {
  /* line 7822, app/assets/stylesheets/application.scss */
  .committee-page__meeting-item {
    flex-direction: column;
    gap: 0.4rem;
  }
  /* line 7827, app/assets/stylesheets/application.scss */
  .committee-page__meeting-meta {
    min-width: 0;
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
  }
  /* line 7834, app/assets/stylesheets/application.scss */
  .committee-page__pagination {
    flex-wrap: wrap;
  }
}

/* line 7840, app/assets/stylesheets/application.scss */
.advisory-preview__loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 7846, app/assets/stylesheets/application.scss */
.advisory-preview__meta {
  color: #64748b;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/* line 7852, app/assets/stylesheets/application.scss */
.advisory-preview__envelope {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  max-width: 680px;
}

/* line 7860, app/assets/stylesheets/application.scss */
.advisory-preview__email-header {
  background: #0a0a0a;
  color: #e1e4e8;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* line 7872, app/assets/stylesheets/application.scss */
.advisory-preview__email-header-icon {
  opacity: 0.6;
  font-size: 0.85rem;
}

/* line 7877, app/assets/stylesheets/application.scss */
.advisory-preview__email-subheader {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 0.6rem 1.5rem;
  font-size: 0.875rem;
  color: #495057;
}

/* line 7885, app/assets/stylesheets/application.scss */
.advisory-preview__email-body {
  padding: 1.5rem;
  background: #fff;
}

/* line 7889, app/assets/stylesheets/application.scss */
.advisory-preview__email-body h1, .advisory-preview__email-body h2 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.2rem;
  margin-top: 1.5rem;
}

/* line 7895, app/assets/stylesheets/application.scss */
.advisory-preview__email-body h1 {
  font-size: 1.1rem;
}

/* line 7896, app/assets/stylesheets/application.scss */
.advisory-preview__email-body h2 {
  font-size: 1rem;
}

/* line 7898, app/assets/stylesheets/application.scss */
.advisory-preview__email-body li {
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

/* line 7904, app/assets/stylesheets/application.scss */
.advisory-preview__email-footer {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: flex-end;
}

/* line 7912, app/assets/stylesheets/application.scss */
.advisory-preview__generated-tag {
  font-size: 0.75rem;
  color: #6c757d;
  font-style: italic;
}

/* line 7919, app/assets/stylesheets/application.scss */
.audience-preview,
.ocn-about {
  --audience-border: rgba(15, 23, 42, 0.1);
  --audience-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  --audience-soft: #f8fafc;
  --audience-ink: #172033;
  --audience-muted: #5f6b7a;
}

/* line 7928, app/assets/stylesheets/application.scss */
.audience-preview__intro {
  padding: 2rem;
  border: 1px solid var(--audience-border);
  background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 100%);
  box-shadow: var(--audience-shadow);
}

/* line 7935, app/assets/stylesheets/application.scss */
.audience-preview__eyebrow {
  margin-bottom: 0.4rem;
  color: #666;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 7944, app/assets/stylesheets/application.scss */
.audience-preview__section-heading {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

/* line 7949, app/assets/stylesheets/application.scss */
.audience-preview__section-heading p:last-child {
  color: var(--audience-muted);
}

/* line 7953, app/assets/stylesheets/application.scss */
.audience-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

/* line 7959, app/assets/stylesheets/application.scss */
.audience-card-grid__item {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 100%;
  border: 1px solid var(--audience-border);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

/* line 7968, app/assets/stylesheets/application.scss */
.audience-card-grid__item:nth-child(4),
.audience-card-grid__item:nth-child(5) {
  grid-column: span 3;
}

/* line 7973, app/assets/stylesheets/application.scss */
.audience-card-grid__icon {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #eef6ff;
  color: #007bff;
}

/* line 7985, app/assets/stylesheets/application.scss */
.audience-card-grid__body {
  flex: 1 1 auto;
}

/* line 7989, app/assets/stylesheets/application.scss */
.audience-card-grid__link {
  align-self: flex-start;
  margin-top: 1.25rem;
}

/* line 7994, app/assets/stylesheets/application.scss */
.audience-card-grid__proof {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #edf0f4;
  color: var(--audience-muted);
  font-size: 0.9rem;
}

/* line 8002, app/assets/stylesheets/application.scss */
.about-version {
  padding-top: 4rem;
  border-top: 1px solid #edf0f4;
}

/* line 8007, app/assets/stylesheets/application.scss */
.about-version__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 2rem;
  border: 1px solid var(--audience-border);
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
  box-shadow: var(--audience-shadow);
}

/* line 8019, app/assets/stylesheets/application.scss */
.about-version__hero-copy .subtitle {
  color: var(--audience-muted);
  line-height: 1.55;
}

/* line 8024, app/assets/stylesheets/application.scss */
.about-version__hero-panel {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  padding: 1.5rem;
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  text-align: center;
}

/* line 8035, app/assets/stylesheets/application.scss */
.about-version__hero-panel .icon {
  color: #bfdbfe;
}

/* line 8039, app/assets/stylesheets/application.scss */
.about-version__hero-panel span:last-child {
  color: #d8dee8;
}

/* line 8043, app/assets/stylesheets/application.scss */
.about-version__proof {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.25rem;
  align-items: center;
  margin-top: 1.25rem;
  border: 1px solid var(--audience-border);
}

/* line 8052, app/assets/stylesheets/application.scss */
.about-version__proof-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

/* line 8058, app/assets/stylesheets/application.scss */
.about-version__proof-steps span {
  padding: 0.85rem;
  border-radius: 10px;
  background: #f8fafc;
  color: var(--audience-ink);
  line-height: 1.35;
}

/* line 8066, app/assets/stylesheets/application.scss */
.about-testimonials {
  margin-top: 1.5rem;
}

/* line 8070, app/assets/stylesheets/application.scss */
.about-testimonials-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #dbeafe;
  border-bottom: 1px solid #dbeafe;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* line 8078, app/assets/stylesheets/application.scss */
.about-testimonials__heading {
  max-width: 680px;
  margin-bottom: 1rem;
}

/* line 8083, app/assets/stylesheets/application.scss */
.about-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

/* line 8089, app/assets/stylesheets/application.scss */
.about-testimonials__grid--wide {
  align-items: stretch;
}

/* line 8093, app/assets/stylesheets/application.scss */
.about-testimonial-card {
  border: 1px solid var(--audience-border);
  background: #fff;
}

/* line 8098, app/assets/stylesheets/application.scss */
.about-testimonial-card blockquote {
  margin: 0 0 1rem;
  color: var(--audience-ink);
  line-height: 1.55;
}

/* line 8104, app/assets/stylesheets/application.scss */
.about-testimonial-card a {
  font-size: 0.85rem;
  font-weight: 700;
}

/* line 8109, app/assets/stylesheets/application.scss */
.about-version__split-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 8116, app/assets/stylesheets/application.scss */
.about-version__split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border: 1px solid var(--audience-border);
  background: #fff;
  box-shadow: var(--audience-shadow);
}

/* line 8126, app/assets/stylesheets/application.scss */
.about-version__split-copy p:not(.audience-preview__eyebrow) {
  color: var(--audience-muted);
  line-height: 1.65;
}

/* line 8131, app/assets/stylesheets/application.scss */
.about-version__split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
  align-items: center;
}

/* line 8139, app/assets/stylesheets/application.scss */
.about-version__quote-stack {
  display: grid;
  gap: 1rem;
}

/* line 8144, app/assets/stylesheets/application.scss */
.about-version__coverage-pill {
  display: inline-flex;
  gap: 0.4rem;
  align-items: baseline;
  width: fit-content;
  padding: 0.65rem 0.85rem;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}

/* line 8157, app/assets/stylesheets/application.scss */
.about-version__coverage-pill strong {
  color: #0f172a;
  font-size: 1.1rem;
}

/* line 8162, app/assets/stylesheets/application.scss */
.about-version__band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  border: 1px solid #dbeafe;
  background: #eff6ff;
}

/* line 8171, app/assets/stylesheets/application.scss */
.about-version__band div {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

/* line 8177, app/assets/stylesheets/application.scss */
.about-version__what-we-do {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
  border: 1px solid #dbeafe;
  background: #f8fbff;
}

/* line 8187, app/assets/stylesheets/application.scss */
.about-version__what-we-do-intro p:last-child {
  color: var(--audience-muted);
}

/* line 8191, app/assets/stylesheets/application.scss */
.about-version__what-we-do-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

/* line 8197, app/assets/stylesheets/application.scss */
.about-version__what-we-do-list span {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.8rem;
  border-radius: 10px;
  background: #fff;
  color: var(--audience-ink);
  font-weight: 700;
}

/* line 8208, app/assets/stylesheets/application.scss */
.about-version__what-we-do-list i {
  color: #007bff;
}

/* line 8212, app/assets/stylesheets/application.scss */
.about-version__case-study {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1.25rem;
  border: 1px solid #bfdbfe;
  background: #f8fbff;
}

/* line 8222, app/assets/stylesheets/application.scss */
.about-version__case-study p:last-child {
  color: var(--audience-muted);
}

/* line 8226, app/assets/stylesheets/application.scss */
.about-version__showcase-hero {
  padding: 2.5rem;
  border: none;
  background: radial-gradient(circle at top right, rgba(191, 219, 254, 0.8), transparent 34%), #0f172a;
  color: #fff;
  box-shadow: var(--audience-shadow);
}

/* line 8234, app/assets/stylesheets/application.scss */
.about-version__showcase-hero .title,
.about-version__showcase-hero .subtitle,
.about-version__showcase-hero .audience-preview__eyebrow {
  color: #fff;
}

/* line 8240, app/assets/stylesheets/application.scss */
.about-version__showcase-hero .subtitle {
  max-width: 760px;
  color: #d8dee8;
}

/* line 8245, app/assets/stylesheets/application.scss */
.about-version__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* line 8252, app/assets/stylesheets/application.scss */
.about-version__stats span {
  display: inline-flex;
  gap: 0.4rem;
  align-items: baseline;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e5edf8;
}

/* line 8263, app/assets/stylesheets/application.scss */
.about-version__stats strong {
  color: #fff;
  font-size: 1.1rem;
}

/* line 8268, app/assets/stylesheets/application.scss */
.audience-card-grid--showcase {
  margin-top: 1.25rem;
}

/* line 8272, app/assets/stylesheets/application.scss */
.about-version__simple-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid var(--audience-border);
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--audience-shadow);
}

/* line 8283, app/assets/stylesheets/application.scss */
.about-version__simple-hero .subtitle {
  color: var(--audience-muted);
}

/* line 8287, app/assets/stylesheets/application.scss */
.about-version__support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

/* line 8294, app/assets/stylesheets/application.scss */
.about-version__dark-close {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
  padding: 2rem;
  border: none;
  background: #0f172a;
  color: #fff;
}

/* line 8304, app/assets/stylesheets/application.scss */
.about-version__dark-close .audience-preview__eyebrow {
  color: #bfdbfe;
}

/* line 8308, app/assets/stylesheets/application.scss */
.about-version__dark-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

/* line 8314, app/assets/stylesheets/application.scss */
.about-version__dark-testimonials article {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

/* line 8321, app/assets/stylesheets/application.scss */
.about-version__dark-testimonials blockquote {
  margin: 0 0 0.9rem;
  color: #f8fafc;
  line-height: 1.55;
}

/* line 8327, app/assets/stylesheets/application.scss */
.about-version__dark-testimonials a {
  color: #bfdbfe;
  font-size: 0.85rem;
  font-weight: 700;
}

/* line 8333, app/assets/stylesheets/application.scss */
.audience-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  gap: 1.5rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--audience-border);
  box-shadow: var(--audience-shadow);
}

/* line 8343, app/assets/stylesheets/application.scss */
.audience-editorial__lead {
  padding: 2rem;
  background: #0f172a;
  color: #fff;
}

/* line 8349, app/assets/stylesheets/application.scss */
.audience-editorial__lead .title,
.audience-editorial__lead .audience-preview__eyebrow {
  color: #fff;
}

/* line 8354, app/assets/stylesheets/application.scss */
.audience-editorial__lead p:last-child {
  color: #d8dee8;
  line-height: 1.65;
}

/* line 8359, app/assets/stylesheets/application.scss */
.audience-editorial__list {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.65rem;
}

/* line 8366, app/assets/stylesheets/application.scss */
.audience-editorial__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid #edf0f4;
  border-radius: 10px;
  color: var(--audience-ink);
  background: #fff;
}

/* line 8378, app/assets/stylesheets/application.scss */
.audience-editorial__row:hover {
  border-color: #cfe3ff;
  background: #f8fbff;
}

/* line 8383, app/assets/stylesheets/application.scss */
.audience-editorial__row span span {
  display: block;
  color: var(--audience-muted);
  font-size: 0.88rem;
}

/* line 8389, app/assets/stylesheets/application.scss */
.audience-editorial__number {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef6ff;
  color: #007bff;
  font-weight: 700;
}

/* line 8401, app/assets/stylesheets/application.scss */
.audience-map {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

/* line 8408, app/assets/stylesheets/application.scss */
.audience-map__hub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  border: 1px solid #bfdbfe;
  background: linear-gradient(160deg, #eff6ff 0%, #ffffff 100%);
  box-shadow: var(--audience-shadow);
}

/* line 8418, app/assets/stylesheets/application.scss */
.audience-map__hub p:last-child {
  color: var(--audience-muted);
  line-height: 1.65;
}

/* line 8423, app/assets/stylesheets/application.scss */
.audience-map__nodes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

/* line 8429, app/assets/stylesheets/application.scss */
.audience-map__node {
  position: relative;
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0;
  border: 1px solid var(--audience-border);
  color: var(--audience-ink);
  background: #fff;
}

/* line 8439, app/assets/stylesheets/application.scss */
.audience-map__node:first-child {
  grid-column: 1 / -1;
}

/* line 8443, app/assets/stylesheets/application.scss */
.audience-map__node::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  bottom: 1.15rem;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: #007bff;
}

/* line 8454, app/assets/stylesheets/application.scss */
.audience-map__node span:last-child {
  color: var(--audience-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* line 8460, app/assets/stylesheets/application.scss */
.audience-map__node:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

/* line 8465, app/assets/stylesheets/application.scss */
.audience-matrix {
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--audience-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

/* line 8472, app/assets/stylesheets/application.scss */
.audience-matrix__header,
.audience-matrix__row {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.7fr 0.8fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.25rem;
}

/* line 8481, app/assets/stylesheets/application.scss */
.audience-matrix__header {
  background: #0f172a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 8490, app/assets/stylesheets/application.scss */
.audience-matrix__row {
  border-top: 1px solid #edf0f4;
  color: var(--audience-ink);
}

/* line 8495, app/assets/stylesheets/application.scss */
.audience-matrix__row:hover {
  background: #f8fbff;
}

/* line 8499, app/assets/stylesheets/application.scss */
.audience-matrix__audience {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
}

/* line 8505, app/assets/stylesheets/application.scss */
.audience-matrix__cta {
  color: #007bff;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  /* line 8511, app/assets/stylesheets/application.scss */
  .audience-card-grid,
.audience-editorial,
.audience-map,
.about-version__hero,
.about-version__proof,
.about-version__split-hero,
.about-version__band,
.about-version__case-study,
.about-version__what-we-do,
.about-version__what-we-do-list,
.about-version__simple-hero,
.about-testimonials__grid,
.about-version__dark-testimonials {
    grid-template-columns: 1fr;
  }
  /* line 8527, app/assets/stylesheets/application.scss */
  .audience-card-grid__item,
.audience-card-grid__item:nth-child(4),
.audience-card-grid__item:nth-child(5),
.audience-map__node:first-child {
    grid-column: auto;
  }
  /* line 8534, app/assets/stylesheets/application.scss */
  .audience-matrix__header {
    display: none;
  }
  /* line 8538, app/assets/stylesheets/application.scss */
  .audience-matrix__row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
  /* line 8543, app/assets/stylesheets/application.scss */
  .about-version__proof-steps {
    grid-template-columns: 1fr;
  }
  /* line 8547, app/assets/stylesheets/application.scss */
  .about-version__case-study .button {
    justify-self: start;
  }
}

/* line 8552, app/assets/stylesheets/application.scss */
.product-boxes {
  align-items: stretch;
}

/* line 8558, app/assets/stylesheets/application.scss */
.product-box {
  border: 1px solid #eee;
  border-top: 2px solid #15181c;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 8px rgba(10, 10, 10, 0.12) !important;
}

/* line 8568, app/assets/stylesheets/application.scss */
.product-box .button {
  margin-top: auto;
}

/* line 8572, app/assets/stylesheets/application.scss */
.account-membership__plan--selected .product-box {
  border-color: #6366f1;
  border-top-color: #15181c;
  background: #fafbff;
  box-shadow: 0 1px 3px rgba(99, 102, 241, 0.12) !important;
}

/* line 8579, app/assets/stylesheets/application.scss */
.ocn-accent-callout {
  border-left: 4px solid #3273dc;
}

/* line 8583, app/assets/stylesheets/application.scss */
blockquote.ocn-accent-callout {
  background: #f5f5f5;
  border-radius: 6px;
  margin: 1rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid #3273dc;
}

/* line 8591, app/assets/stylesheets/application.scss */
.ocn-accent-callout p:last-child {
  margin-bottom: 0;
}

/* line 8599, app/assets/stylesheets/application.scss */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 8605, app/assets/stylesheets/application.scss */
body > .grid-container {
  flex: 1 0 auto;
}

/* line 8609, app/assets/stylesheets/application.scss */
body > .ocn-site-footer {
  flex-shrink: 0;
}

/* line 8614, app/assets/stylesheets/application.scss */
.ocn-site-footer {
  margin-top: 3rem;
  padding: 2.5rem 0 2rem;
  background-color: #0a0a0a;
  color: #e1e4e8;
}

/* line 8620, app/assets/stylesheets/application.scss */
.ocn-site-footer a {
  color: #e1e4e8;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* line 8625, app/assets/stylesheets/application.scss */
.ocn-site-footer a:hover {
  color: #fff;
}

/* line 8631, app/assets/stylesheets/application.scss */
.ocn-site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 8642, app/assets/stylesheets/application.scss */
.ocn-site-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}

/* line 8648, app/assets/stylesheets/application.scss */
.ocn-site-footer__columns--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 8652, app/assets/stylesheets/application.scss */
.ocn-site-footer__heading {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(225, 228, 232, 0.65);
}

/* line 8661, app/assets/stylesheets/application.scss */
.ocn-site-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* line 8668, app/assets/stylesheets/application.scss */
.ocn-site-footer__links li + li {
  margin-top: 0.35rem;
}

/* line 8672, app/assets/stylesheets/application.scss */
.ocn-site-footer__links a {
  text-decoration: none;
}

/* line 8675, app/assets/stylesheets/application.scss */
.ocn-site-footer__links a:hover {
  text-decoration: underline;
}

/* line 8681, app/assets/stylesheets/application.scss */
.ocn-site-footer__links--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

/* line 8687, app/assets/stylesheets/application.scss */
.ocn-site-footer__fine-print {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(225, 228, 232, 0.2);
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(225, 228, 232, 0.72);
}

/* line 8694, app/assets/stylesheets/application.scss */
.ocn-site-footer__fine-print p {
  margin: 0 0 0.5rem;
}

/* line 8697, app/assets/stylesheets/application.scss */
.ocn-site-footer__fine-print p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  /* line 8704, app/assets/stylesheets/application.scss */
  .ocn-site-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  /* line 8710, app/assets/stylesheets/application.scss */
  .ocn-site-footer {
    margin-top: 2rem;
    padding: 2rem 0 1.5rem;
  }
  /* line 8715, app/assets/stylesheets/application.scss */
  .ocn-site-footer__columns {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* line 8722, app/assets/stylesheets/application.scss */
.ocn-legal-page {
  width: 100%;
  max-width: 48rem;
  margin: 0;
  padding: 1.5rem 1.15rem 2rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  /* line 8722, app/assets/stylesheets/application.scss */
  .ocn-legal-page {
    margin: 2.5rem auto 4rem;
    padding: 2.75rem 3rem 3.25rem;
    border: 1px solid rgba(10, 10, 10, 0.08);
    border-radius: 0.5rem;
  }
}

/* line 8740, app/assets/stylesheets/application.scss */
.ocn-legal-page__header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

/* line 8746, app/assets/stylesheets/application.scss */
.ocn-legal-page__title {
  margin: 0 0 0.5rem;
  color: #0a0a0a;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 768px) {
  /* line 8746, app/assets/stylesheets/application.scss */
  .ocn-legal-page__title {
    font-size: 2.15rem;
  }
}

/* line 8760, app/assets/stylesheets/application.scss */
.ocn-legal-page__updated {
  margin: 0;
  color: #999;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* line 8769, app/assets/stylesheets/application.scss */
.ocn-legal-page__body {
  margin-top: 0 !important;
  color: #333;
  font-size: 1.0625rem;
  line-height: 1.65;
}

/* line 8775, app/assets/stylesheets/application.scss */
.ocn-legal-page__body > p:first-child {
  color: #666;
  font-size: 1.0625rem;
}

/* line 8780, app/assets/stylesheets/application.scss */
.ocn-legal-page__body p {
  margin-bottom: 1rem;
}

/* line 8785, app/assets/stylesheets/application.scss */
.ocn-legal-page__body h2,
.ocn-legal-page__body h2.title {
  margin: 2.5rem 0 0.75rem !important;
  padding-top: 0.35rem;
  color: #0a0a0a !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.015em;
}

/* line 8797, app/assets/stylesheets/application.scss */
.ocn-legal-page__body h3,
.ocn-legal-page__body h3.title {
  margin: 1.65rem 0 0.45rem !important;
  color: #333 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* line 8807, app/assets/stylesheets/application.scss */
.ocn-legal-page__body ul,
.ocn-legal-page__body ol {
  margin: 0.35rem 0 1.15rem;
  padding-left: 1.25rem;
}

/* line 8813, app/assets/stylesheets/application.scss */
.ocn-legal-page__body li {
  margin-bottom: 0.45rem;
  line-height: 1.55;
}

/* line 8818, app/assets/stylesheets/application.scss */
.ocn-legal-page__body li + li {
  margin-top: 0.35rem;
}

/* line 8822, app/assets/stylesheets/application.scss */
.ocn-legal-page__body strong {
  color: #0a0a0a;
  font-weight: 700;
}

/* line 8827, app/assets/stylesheets/application.scss */
.ocn-legal-page__body a {
  color: #1a5fb4;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

/* line 8832, app/assets/stylesheets/application.scss */
.ocn-legal-page__body a:hover {
  color: #0a0a0a;
}

@media screen and (max-width: 767px) {
  /* line 8839, app/assets/stylesheets/application.scss */
  .ocn-legal-page__title {
    font-size: 1.6rem;
  }
  /* line 8843, app/assets/stylesheets/application.scss */
  .ocn-legal-page__body {
    font-size: 1rem;
  }
  /* line 8846, app/assets/stylesheets/application.scss */
  .ocn-legal-page__body h2,
.ocn-legal-page__body h2.title {
    font-size: 1.1rem !important;
    margin-top: 1.85rem !important;
  }
  /* line 8854, app/assets/stylesheets/application.scss */
  body:has(.ocn-legal-page) > .ocn-site-footer {
    margin-top: 0;
  }
}

/* line 8859, app/assets/stylesheets/application.scss */
.ocn-site-footer__sources {
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 8865, app/assets/stylesheets/application.scss */
  .constitution-about__tagline {
    line-height: 1.25;
  }
  /* line 8869, app/assets/stylesheets/application.scss */
  .constitution-about__reasons {
    margin-top: -0.5rem;
  }
  /* line 8872, app/assets/stylesheets/application.scss */
  .constitution-about__reasons:last-child {
    margin-bottom: 0;
  }
  /* line 8876, app/assets/stylesheets/application.scss */
  .constitution-about__reasons .column {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 8881, app/assets/stylesheets/application.scss */
  .constitution-about__reasons .column + .column {
    margin-top: 2rem;
  }
}

/* line 8929, app/assets/stylesheets/application.scss */
.about-page .section {
  padding-top: 2.25rem;
  padding-bottom: 0;
}

/* line 8934, app/assets/stylesheets/application.scss */
.about-page .box {
  margin-bottom: 1.75rem;
}

/* line 8940, app/assets/stylesheets/application.scss */
.about-eyebrow {
  margin-bottom: 0.65rem;
  color: #3273dc;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* line 8950, app/assets/stylesheets/application.scss */
.about-lead {
  font-weight: 600;
}

/* line 8955, app/assets/stylesheets/application.scss */
.about-hero {
  padding: 2.75rem 2.5rem;
  background: #fff;
  border-left: 5px solid #3273dc;
}

/* line 8960, app/assets/stylesheets/application.scss */
.about-hero .title {
  margin-bottom: 0.85rem;
  max-width: 32ch;
}

/* line 8965, app/assets/stylesheets/application.scss */
.about-hero p {
  max-width: 64ch;
}

/* line 8971, app/assets/stylesheets/application.scss */
.about-panel {
  padding: 2rem;
}

/* line 8976, app/assets/stylesheets/application.scss */
.about-card {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 2rem;
}

/* line 8982, app/assets/stylesheets/application.scss */
.about-card__badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eef3fe;
}

/* line 8992, app/assets/stylesheets/application.scss */
.about-card__badge .icon {
  color: #3273dc;
}

/* line 8997, app/assets/stylesheets/application.scss */
.about-card__body {
  flex: 1;
}

/* line 9000, app/assets/stylesheets/application.scss */
.about-card__body > p {
  color: #3a3f48;
}

/* line 9005, app/assets/stylesheets/application.scss */
.about-card__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

/* line 9012, app/assets/stylesheets/application.scss */
.about-card__head .title {
  margin: 0;
}

/* line 9017, app/assets/stylesheets/application.scss */
.about-card .button {
  margin-top: 1.1rem;
}

/* line 9023, app/assets/stylesheets/application.scss */
.about-list {
  margin: 0.9rem 0 0;
}

/* line 9026, app/assets/stylesheets/application.scss */
.about-list li {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 1.6rem;
  color: #464646;
}

/* line 9032, app/assets/stylesheets/application.scss */
.about-list li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  color: #257953;
  font-weight: 700;
}

/* line 9044, app/assets/stylesheets/application.scss */
.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e8ebf0;
}

/* line 9052, app/assets/stylesheets/application.scss */
.about-pillars .icon {
  color: #3273dc;
}

/* line 9058, app/assets/stylesheets/application.scss */
.about-pillar__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.4rem;
}

/* line 9065, app/assets/stylesheets/application.scss */
.about-pillar h5 {
  margin: 0;
  font-weight: 700;
}

/* line 9070, app/assets/stylesheets/application.scss */
.about-pillar p {
  margin: 0;
  color: #5a6472;
  font-size: 0.95rem;
}

/* line 9078, app/assets/stylesheets/application.scss */
.about-strip {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 2rem;
  background: #f7f9fc;
}

/* line 9085, app/assets/stylesheets/application.scss */
.about-strip .icon {
  margin-top: 0.15rem;
  color: #3273dc;
}

/* line 9090, app/assets/stylesheets/application.scss */
.about-strip h4 {
  margin-bottom: 0.25rem;
}

/* line 9094, app/assets/stylesheets/application.scss */
.about-strip p {
  margin: 0;
  color: #5a6472;
}

/* line 9101, app/assets/stylesheets/application.scss */
.about-cta {
  padding: 2.5rem;
  background: #0a0a0a;
  color: #fff;
}

/* line 9106, app/assets/stylesheets/application.scss */
.about-cta .title {
  color: #fff;
}

/* line 9110, app/assets/stylesheets/application.scss */
.about-cta p {
  color: #c7ccd4;
}

/* line 9114, app/assets/stylesheets/application.scss */
.about-cta__button {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 9121, app/assets/stylesheets/application.scss */
.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.75rem 0;
}

/* line 9128, app/assets/stylesheets/application.scss */
.about-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: #f7f9fc;
  border: 1px solid #e8ebf0;
  border-radius: 8px;
}

/* line 9140, app/assets/stylesheets/application.scss */
.about-feature .icon {
  color: #3273dc;
}

/* line 9144, app/assets/stylesheets/application.scss */
.about-feature p {
  margin: 0;
  font-weight: 600;
  color: #464646;
}

/* line 9152, app/assets/stylesheets/application.scss */
.about-callout {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: #eef3fe;
  border-left: 4px solid #3273dc;
  border-radius: 0 6px 6px 0;
}

/* line 9159, app/assets/stylesheets/application.scss */
.about-callout p {
  margin: 0;
  color: #2b3440;
  font-weight: 500;
}

/* line 9167, app/assets/stylesheets/application.scss */
.about-shot {
  margin: 1.75rem 0 0.5rem;
  text-align: center;
}

/* line 9171, app/assets/stylesheets/application.scss */
.about-shot__img {
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  border: 1px solid rgba(20, 24, 28, 0.08);
  box-shadow: 0 10px 34px rgba(20, 24, 28, 0.12);
}

/* line 9179, app/assets/stylesheets/application.scss */
.about-shot__caption {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  color: #6b7480;
}

/* line 9188, app/assets/stylesheets/application.scss */
.about-step {
  display: grid;
  grid-template-columns: minmax(0, 300px) 1fr;
  gap: 1.75rem;
  align-items: center;
  margin: 1.25rem 0 0.5rem;
}

/* line 9196, app/assets/stylesheets/application.scss */
.about-step__figure {
  margin: 0;
}

/* line 9199, app/assets/stylesheets/application.scss */
.about-step__figure img {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(20, 24, 28, 0.08);
  box-shadow: 0 10px 34px rgba(20, 24, 28, 0.12);
}

/* line 9208, app/assets/stylesheets/application.scss */
.about-step__points {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 9213, app/assets/stylesheets/application.scss */
.about-step__points li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* line 9219, app/assets/stylesheets/application.scss */
.about-step__points li:last-child {
  margin-bottom: 0;
}

/* line 9221, app/assets/stylesheets/application.scss */
.about-step__points li .icon {
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: #3273dc;
}

@media (max-width: 768px) {
  /* line 9232, app/assets/stylesheets/application.scss */
  .about-pillars {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  /* line 9237, app/assets/stylesheets/application.scss */
  .about-shot__img {
    max-width: 300px;
  }
  /* line 9241, app/assets/stylesheets/application.scss */
  .about-step {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  /* line 9246, app/assets/stylesheets/application.scss */
  .about-step__figure img {
    max-width: 320px;
    margin: 0 auto;
  }
  /* line 9251, app/assets/stylesheets/application.scss */
  .about-card {
    flex-direction: column;
    gap: 1rem;
  }
  /* line 9256, app/assets/stylesheets/application.scss */
  .about-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* line 9262, app/assets/stylesheets/application.scss */
.navbar-logo-text {
  font-weight: 800;
  padding-bottom: 0.1rem;
}
