@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
/* line 3, app/assets/stylesheets/decidim.scss */
.title-bar {
  background-color: #fff;
}

/* line 9, app/assets/stylesheets/decidim.scss */
* {
  font-family: 'Inter', sans-serif;
}

/* line 13, app/assets/stylesheets/decidim.scss */
body {
  background: #f2f3f7;
}

/* line 17, app/assets/stylesheets/decidim.scss */
footer {
  background: #00312d;
}

/* line 21, app/assets/stylesheets/decidim.scss */
.footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  padding: 2rem 0;
}

/* line 26, app/assets/stylesheets/decidim.scss */
.footer-container .footer-logo {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: left;
  vertical-align: middle;
  padding: 1rem;
}

/* line 31, app/assets/stylesheets/decidim.scss */
.footer-container .footer-logo img {
  min-width: 247px;
}

/* line 35, app/assets/stylesheets/decidim.scss */
.footer-container .footer-info {
  -ms-flex-positive: 6;
      flex-grow: 6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  vertical-align: top;
}

/* line 40, app/assets/stylesheets/decidim.scss */
.footer-container .footer-info div {
  display: -ms-flexbox;
  display: flex;
  min-width: 5rem;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 50em) {
  /* line 40, app/assets/stylesheets/decidim.scss */
  .footer-container .footer-info div {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 48, app/assets/stylesheets/decidim.scss */
.footer-container .footer-info .footer-item {
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 2rem;
  text-align: left;
  min-width: 200px;
}

/* line 53, app/assets/stylesheets/decidim.scss */
.footer-container .footer-info .footer-item p {
  font-weight: 600;
  color: #fff;
}

/* line 57, app/assets/stylesheets/decidim.scss */
.footer-container .footer-info .footer-item a {
  color: #fff;
  text-decoration: underline;
  line-height: 1rem;
}

@media print, screen and (min-width: 50em) {
  /* line 21, app/assets/stylesheets/decidim.scss */
  .footer-container {
    -ms-flex-direction: row;
        flex-direction: row;
    text-align: end;
  }
}

/* line 74, app/assets/stylesheets/decidim.scss */
.footer-social__icon .icon {
  height: 25px !important;
  width: 25px !important;
  margin: 0 10px;
}

/* line 81, app/assets/stylesheets/decidim.scss */
.footer__logo {
  height: 70px;
  width: auto;
}

/* line 101, app/assets/stylesheets/decidim.scss */
footer div.greca {
  background-image: url("greca.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

/* line 109, app/assets/stylesheets/decidim.scss */
.rounded-corners {
  border-radius: 1.3rem !important;
}

/* line 113, app/assets/stylesheets/decidim.scss */
.mini-footer {
  padding: 1rem;
  font-size: 0.6em;
  background-color: #000000;
}

/* line 117, app/assets/stylesheets/decidim.scss */
.mini-footer .row {
  max-width: none;
}

/* line 122, app/assets/stylesheets/decidim.scss */
.decidim-logo-min img {
  height: 1.7rem;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/_variables.scss */
:root {
  --primary: #ef604d;
  --primary-rgb: 239, 96, 77;
  --secondary: #599aa6;
  --secondary-rgb: 89, 154, 166;
  --success: #57d685;
  --success-rgb: 87, 214, 133;
  --warning: #ffae00;
  --warning-rgb: 255, 174, 0;
  --alert: #ec5840;
  --alert-rgb: 236, 88, 64;
  --proposals: #238ff7;
  --actions: #57d685;
  --debates: #fa6c96;
  --meetings: #fabc6c;
  --twitter: #55acee;
  --facebook: #3b5998;
  --google: #dd4b39;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  /* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
/* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
/* line 105, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 198, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
/* line 221, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
/* line 231, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
/* line 251, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
/* line 266, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
/* line 276, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
/* line 291, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
/* line 301, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
/* line 310, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
/* line 320, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
/* line 331, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
/* line 339, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
/* line 348, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
/* line 357, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 365, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sub {
  bottom: -0.25em;
}

/* line 369, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 382, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
/* line 391, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
/* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
/* line 408, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
/* line 422, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
input,
optgroup,
select,
.inline-filters button[data-toggle],
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
/* line 442, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
/* line 451, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
select,
.inline-filters button[data-toggle] {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
/* line 462, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 469, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

/* line 478, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 487, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
/* line 496, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
/* line 505, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
/* line 515, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
/* line 525, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

/* line 533, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
/* line 544, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
/* line 553, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
/* line 566, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
/* line 580, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
/* line 589, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
/* line 602, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
/* line 610, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
/* line 618, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
/* line 651, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
/* line 659, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
/* line 672, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/../_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[hidden] {
  display: none;
}

/* line 139, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&smallmedium=28.125em&medium=40em&mediumlarge=50em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 156, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
body {
  margin: 0;
  padding: 0;
  background: #fafafa;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3d393c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 173, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

/* line 192, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */

select,
.inline-filters button[data-toggle] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 210, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 222, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/* line 227, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
button,
input,
optgroup,
select,
.inline-filters button[data-toggle],
textarea {
  font-family: inherit;
}

/* line 236, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 240, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.row::before, .row::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.row::after {
  clear: both;
}

/* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media screen and (min-width: 28.125em) {
  /* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 50em) {
  /* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}

/* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row:not(.expanded) .row {
  max-width: none;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 76, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 76, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_position.scss */
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 28.125em) {
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-1 {
    width: 8.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-2 {
    width: 16.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-3 {
    width: 25%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-4 {
    width: 33.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-5 {
    width: 41.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-6 {
    width: 50%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-7 {
    width: 58.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-8 {
    width: 66.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-9 {
    width: 75%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-10 {
    width: 83.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-11 {
    width: 91.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-12 {
    width: 100%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-1 > .column, .smallmedium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-1 > .column:nth-of-type(1n), .smallmedium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-1 > .column:nth-of-type(1n+1), .smallmedium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-1 > .column:last-child, .smallmedium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-2 > .column, .smallmedium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-2 > .column:nth-of-type(1n), .smallmedium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-2 > .column:nth-of-type(2n+1), .smallmedium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-2 > .column:last-child, .smallmedium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-3 > .column, .smallmedium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-3 > .column:nth-of-type(1n), .smallmedium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-3 > .column:nth-of-type(3n+1), .smallmedium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-3 > .column:last-child, .smallmedium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-4 > .column, .smallmedium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-4 > .column:nth-of-type(1n), .smallmedium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-4 > .column:nth-of-type(4n+1), .smallmedium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-4 > .column:last-child, .smallmedium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-5 > .column, .smallmedium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-5 > .column:nth-of-type(1n), .smallmedium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-5 > .column:nth-of-type(5n+1), .smallmedium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-5 > .column:last-child, .smallmedium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-6 > .column, .smallmedium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-6 > .column:nth-of-type(1n), .smallmedium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-6 > .column:nth-of-type(6n+1), .smallmedium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-6 > .column:last-child, .smallmedium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-7 > .column, .smallmedium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-7 > .column:nth-of-type(1n), .smallmedium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-7 > .column:nth-of-type(7n+1), .smallmedium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-7 > .column:last-child, .smallmedium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-8 > .column, .smallmedium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-8 > .column:nth-of-type(1n), .smallmedium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-8 > .column:nth-of-type(8n+1), .smallmedium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .smallmedium-up-8 > .column:last-child, .smallmedium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-collapse > .column, .smallmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .smallmedium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-uncollapse > .column, .smallmedium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  /* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_position.scss */
  .smallmedium-centered, .smallmedium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .smallmedium-uncentered,
  .smallmedium-push-0,
  .smallmedium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_position.scss */
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 50em) {
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-1 {
    width: 8.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-2 {
    width: 16.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-3 {
    width: 25%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-4 {
    width: 33.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-5 {
    width: 41.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-6 {
    width: 50%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-7 {
    width: 58.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-8 {
    width: 66.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-9 {
    width: 75%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-10 {
    width: 83.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-11 {
    width: 91.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-12 {
    width: 100%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-1 > .column, .mediumlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-1 > .column:nth-of-type(1n), .mediumlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-1 > .column:nth-of-type(1n+1), .mediumlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-1 > .column:last-child, .mediumlarge-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-2 > .column, .mediumlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-2 > .column:nth-of-type(1n), .mediumlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-2 > .column:nth-of-type(2n+1), .mediumlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-2 > .column:last-child, .mediumlarge-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-3 > .column, .mediumlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-3 > .column:nth-of-type(1n), .mediumlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-3 > .column:nth-of-type(3n+1), .mediumlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-3 > .column:last-child, .mediumlarge-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-4 > .column, .mediumlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-4 > .column:nth-of-type(1n), .mediumlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-4 > .column:nth-of-type(4n+1), .mediumlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-4 > .column:last-child, .mediumlarge-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-5 > .column, .mediumlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-5 > .column:nth-of-type(1n), .mediumlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-5 > .column:nth-of-type(5n+1), .mediumlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-5 > .column:last-child, .mediumlarge-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-6 > .column, .mediumlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-6 > .column:nth-of-type(1n), .mediumlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-6 > .column:nth-of-type(6n+1), .mediumlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-6 > .column:last-child, .mediumlarge-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-7 > .column, .mediumlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-7 > .column:nth-of-type(1n), .mediumlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-7 > .column:nth-of-type(7n+1), .mediumlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-7 > .column:last-child, .mediumlarge-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-8 > .column, .mediumlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-8 > .column:nth-of-type(1n), .mediumlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-8 > .column:nth-of-type(8n+1), .mediumlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .mediumlarge-up-8 > .column:last-child, .mediumlarge-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-collapse > .column, .mediumlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .mediumlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-uncollapse > .column, .mediumlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_position.scss */
  .mediumlarge-centered, .mediumlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .mediumlarge-uncentered,
  .mediumlarge-push-0,
  .mediumlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }
  /* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_position.scss */
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 166, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
.column-block {
  margin-bottom: 1.25rem;
}

/* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_gutter.scss */
.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 166, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_classes.scss */
  .column-block {
    margin-bottom: 1.875rem;
  }
  /* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/grid/_gutter.scss */
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 256, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 280, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* line 289, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 296, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: 600;
  line-height: inherit;
}

/* line 303, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 90%;
  line-height: inherit;
}

/* line 309, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 321, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #8c838a;
}

/* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
h2, .h2 {
  font-size: 1.625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
  h1, .h1 {
    font-size: 3rem;
  }
  /* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
  h2, .h2 {
    font-size: 2rem;
  }
  /* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
  /* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
  /* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
  h5, .h5 {
    font-size: 1.25rem;
  }
  /* line 332, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
  h6, .h6 {
    font-size: 1rem;
  }
}

/* line 371, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
a {
  line-height: inherit;
  color: #599aa6;
  text-decoration: none;
  cursor: pointer;
}

/* line 378, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #4d848f;
}

/* line 386, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 392, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 6rem auto 5rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e8e8e8;
  border-left: 0;
}

/* line 406, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

/* line 415, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 420, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 426, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 432, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 439, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 442, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}

/* line 449, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #e8e8e8;
}

/* line 454, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #2c2930;
}

/* line 461, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #2c2930;
}

/* line 466, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
cite:before {
  content: "— ";
}

/* line 472, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
abbr, abbr[title] {
  border-bottom: 1px dotted #1a181d;
  cursor: help;
  text-decoration: none;
}

/* line 479, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
figure {
  margin: 0;
}

/* line 484, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #e8e8e8;
  background-color: #fafafa;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1a181d;
}

/* line 496, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_base.scss */
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #fafafa;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1a181d;
  border-radius: 4px;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #2c2930;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.45;
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 68, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_helpers.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 28.125em) {
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .smallmedium-text-left {
    text-align: left;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .smallmedium-text-right {
    text-align: right;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .smallmedium-text-center {
    text-align: center;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .smallmedium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 50em) {
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .mediumlarge-text-left {
    text-align: left;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .mediumlarge-text-right {
    text-align: right;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .mediumlarge-text-center {
    text-align: center;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .mediumlarge-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  /* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  /* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #2c2930;
    page-break-inside: avoid;
  }
  /* line 61, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/typography/_print.scss */
  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 125, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
          box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1a181d;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 111, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #2c2930;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
          box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 132, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e8e8e8;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e8e8e8;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #e8e8e8;
}
input::placeholder,
textarea::placeholder {
  color: #e8e8e8;
}

/* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #fafafa;
  cursor: not-allowed;
}

/* line 156, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

/* line 163, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #1a181d;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #1a181d;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 4px 0 0 4px;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 4px 4px 0;
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label, .user-nickname label .row div:first-of-type, .input-group-field, .user-nickname label .row div:last-of-type, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label, .user-nickname label .row div:first-of-type {
  padding: 0 1rem;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  color: #1a181d;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

/* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:first-child, .user-nickname label .row div:first-child:first-of-type {
  border-right: 0;
}

/* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:last-child, .user-nickname label .row div:last-child:first-of-type {
  border-left: 0;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-field, .user-nickname label .row div:last-of-type {
  border-radius: 0;
  height: 2.5rem;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

/* line 117, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 138, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_fieldset.scss */
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #e8e8e8;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_select.scss */

select,
.inline-filters button[data-toggle] {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1a181d;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2844, 41, 48%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  /* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_select.scss */
  
  select,
  .inline-filters button[data-toggle] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_select.scss */
select:focus, .inline-filters button:focus[data-toggle] {
  outline: none;
  border: 1px solid #2c2930;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
          box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_select.scss */
select:disabled, .inline-filters button:disabled[data-toggle] {
  background-color: #fafafa;
  cursor: not-allowed;
}

/* line 72, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_select.scss */
select::-ms-expand, .inline-filters button[data-toggle]::-ms-expand {
  display: none;
}

/* line 76, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_select.scss */
select[multiple], .inline-filters button[multiple][data-toggle] {
  height: auto;
  background-image: none;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #ec5840;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #ec5840;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #ec5840;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ec5840;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ec5840;
}

/* line 84, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 262, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ef604d;
  color: #fff;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #eb3922;
  color: #fff;
}

/* line 267, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.tiny {
  font-size: 0.9rem;
}

/* line 267, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.small {
  font-size: 0.9rem;
}

/* line 267, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 272, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 277, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.primary {
  background-color: #ef604d;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #e82e15;
  color: #1a181d;
}

/* line 277, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.secondary {
  background-color: #599aa6;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #477b85;
  color: #1a181d;
}

/* line 277, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.success {
  background-color: #57d685;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #2fc264;
  color: #1a181d;
}

/* line 277, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #1a181d;
}

/* line 277, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.alert {
  background-color: #ec5840;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #1a181d;
}

/* line 293, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #ef604d;
  color: #fff;
}

/* line 298, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #ef604d;
  color: #1a181d;
}

/* line 298, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #599aa6;
  color: #1a181d;
}

/* line 298, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #57d685;
  color: #1a181d;
}

/* line 298, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #1a181d;
}

/* line 298, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #1a181d;
}

/* line 306, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #ef604d;
  color: #ef604d;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

/* line 165, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #911d0d;
  color: #911d0d;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #ef604d;
  color: #ef604d;
}

/* line 311, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #ef604d;
  color: #ef604d;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #911d0d;
  color: #911d0d;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #ef604d;
  color: #ef604d;
}

/* line 311, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #599aa6;
  color: #599aa6;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #2d4d53;
  color: #2d4d53;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #599aa6;
  color: #599aa6;
}

/* line 311, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #57d685;
  color: #57d685;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #1e793f;
  color: #1e793f;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #57d685;
  color: #57d685;
}

/* line 311, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 311, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #ec5840;
  color: #ec5840;
}

/* line 320, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear {
  border: 1px solid #ef604d;
  color: #ef604d;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

/* line 165, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear:hover, .button.clear:focus {
  border-color: #911d0d;
  color: #911d0d;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #ef604d;
  color: #ef604d;
}

/* line 325, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.primary {
  border: 1px solid #ef604d;
  color: #ef604d;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #911d0d;
  color: #911d0d;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #ef604d;
  color: #ef604d;
}

/* line 336, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.secondary {
  border: 1px solid #599aa6;
  color: #599aa6;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #2d4d53;
  color: #2d4d53;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #599aa6;
  color: #599aa6;
}

/* line 336, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.success {
  border: 1px solid #57d685;
  color: #57d685;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #1e793f;
  color: #1e793f;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #57d685;
  color: #57d685;
}

/* line 336, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 336, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

/* line 331, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #ec5840;
  color: #ec5840;
}

/* line 336, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

/* line 222, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

/* line 358, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow::after {
  border-top-color: #ef604d;
}

/* line 364, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.primary::after {
  border-top-color: #ef604d;
}

/* line 364, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.secondary::after {
  border-top-color: #599aa6;
}

/* line 364, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.success::after {
  border-top-color: #57d685;
}

/* line 364, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

/* line 364, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.alert::after {
  border-top-color: #ec5840;
}

/* line 373, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 380, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
a.button:hover, a.button:focus {
  text-decoration: none;
}

/* line 140, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion {
  margin-left: 0;
  background: #ef604d;
  list-style-type: none;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 65, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}

/* line 69, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}

/* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #fafafa;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #fafafa;
  border-radius: 0 0 4px 4px;
}

/* line 98, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #fafafa;
}

/* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

/* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '\2013';
}

/* line 152, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #fafafa;
  border-bottom: 0;
  background-color: #fff;
  color: inherit;
}

/* line 134, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #fafafa;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu li {
  width: 100%;
}

/* line 90, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu a {
  padding: 0.7rem 1rem;
}

/* line 97, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

/* line 101, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ef604d transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 65, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}

/* line 69, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 128, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent {
  position: relative;
}

/* line 132, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.has-submenu-toggle > a {
  margin-right: 40px;
}

/* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

/* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ef604d transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 163, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 168, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_badge.scss */
.badge {
  display: inline-block;
  min-width: 1.5em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #ef604d;
  color: #fff;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_badge.scss */
.badge.primary {
  background: #ef604d;
  color: #1a181d;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_badge.scss */
.badge.secondary {
  background: #599aa6;
  color: #1a181d;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_badge.scss */
.badge.success {
  background: #57d685;
  color: #1a181d;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #1a181d;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_badge.scss */
.badge.alert {
  background: #ec5840;
  color: #1a181d;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}

/* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #1a181d;
  cursor: default;
  text-transform: uppercase;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #e8e8e8;
}

/* line 99, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #ef604d;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #e8e8e8;
  cursor: not-allowed;
}

/* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}

/* line 201, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.9rem;
}

/* line 201, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.9rem;
}

/* line 201, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}

/* line 90, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

/* line 212, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #ef604d;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #e82e15;
  color: #1a181d;
}

/* line 212, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #599aa6;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #477b85;
  color: #1a181d;
}

/* line 212, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #57d685;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #2fc264;
  color: #1a181d;
}

/* line 212, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #1a181d;
}

/* line 212, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #ec5840;
  color: #1a181d;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #1a181d;
}

/* line 133, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

/* line 141, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 169, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 169, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 28.0625em) {
  /* line 242, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 246, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 89, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  background-color: white;
  color: #3d393c;
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout.primary {
  background-color: #fdefed;
  color: #3d393c;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout.secondary {
  background-color: #eef5f6;
  color: #3d393c;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout.success {
  background-color: #eefbf3;
  color: #3d393c;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff7e6;
  color: #3d393c;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout.alert {
  background-color: #fdeeec;
  color: #3d393c;
}

/* line 98, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_card.scss */
.card, .comment-thread, .message, .add-message, .conference-speaker .speaker-bio, .conference-registration, .chart-tooltip {
  margin-bottom: 1rem;
  border: 1px solid #fafafa;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #3d393c;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_card.scss */
.card > :last-child, .comment-thread > :last-child, .message > :last-child, .add-message > :last-child, .conference-speaker .speaker-bio > :last-child, .conference-registration > :last-child, .chart-tooltip > :last-child {
  margin-bottom: 0;
}

/* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_card.scss */
.card-divider {
  padding: 1rem;
  background: #fafafa;
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_card.scss */
.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_card.scss */
.card-section {
  padding: 1rem;
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_card.scss */
.card-section > :last-child {
  margin-bottom: 0;
}

/* line 126, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_card.scss */
.card-image {
  min-height: 1px;
}

/* line 96, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #2c2930;
  cursor: pointer;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 89, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #ef604d;
}

/* line 99, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_close-button.scss */
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

/* line 100, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_close-button.scss */
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 361, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu li {
  outline: 0;
}

/* line 72, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu select,
.menu .inline-filters button[data-toggle],
.inline-filters .menu button[data-toggle],
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu input {
  display: inline-block;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu li, .menu.horizontal li {
  display: inline-block;
}

/* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical li {
  display: block;
}

/* line 375, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded {
  display: table;
  width: 100%;
}

/* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 214, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li + li {
  margin-left: 1rem;
}

/* line 218, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

@media screen and (min-width: 28.125em) {
  /* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.smallmedium-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.smallmedium-vertical li {
    display: block;
  }
  /* line 394, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.smallmedium-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.smallmedium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.smallmedium-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.smallmedium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical li {
    display: block;
  }
  /* line 394, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 50em) {
  /* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.mediumlarge-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.mediumlarge-vertical li {
    display: block;
  }
  /* line 394, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.mediumlarge-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.mediumlarge-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.mediumlarge-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.mediumlarge-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical li {
    display: block;
  }
  /* line 394, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

/* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 249, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}

/* line 254, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}

/* line 249, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}

/* line 254, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}

/* line 269, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

/* line 286, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}

/* line 298, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top li a {
  text-align: center;
}

/* line 306, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

/* line 322, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-bottom li a {
  text-align: center;
}

/* line 330, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}

/* line 444, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu .is-active > a {
  background: #ef604d;
  color: #fff;
}

/* line 450, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  background: #ef604d;
  color: #fff;
}

/* line 456, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-left {
  text-align: left;
}

/* line 461, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right {
  text-align: right;
}

/* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right .submenu li {
  text-align: left;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right.vertical .submenu li {
  text-align: right;
}

/* line 464, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 470, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-center {
  text-align: center;
}

/* line 169, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-center .submenu li {
  text-align: left;
}

/* line 474, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 481, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  text-align: center;
}

/* line 169, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu .submenu li {
  text-align: left;
}

/* line 492, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
          box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: '';
}

/* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #e8e8e8;
  -webkit-box-shadow: 0 7px 0 #e8e8e8, 0 14px 0 #e8e8e8;
          box-shadow: 0 7px 0 #e8e8e8, 0 14px 0 #e8e8e8;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #1a181d;
  -webkit-box-shadow: 0 7px 0 #1a181d, 0 14px 0 #1a181d;
          box-shadow: 0 7px 0 #1a181d, 0 14px 0 #1a181d;
  content: '';
}

/* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #2c2930;
  -webkit-box-shadow: 0 7px 0 #2c2930, 0 14px 0 #2c2930;
          box-shadow: 0 7px 0 #2c2930, 0 14px 0 #2c2930;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}

/* line 94, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

/* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 110, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 115, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 124, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ef604d;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #599aa6;
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #599aa6 transparent transparent;
}

/* line 131, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ef604d transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

/* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 1rem;
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-opening {
  display: block;
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 101, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #599aa6 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu a {
  padding: 0.7rem 1rem;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 155, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu .is-active > a {
  background: transparent;
  color: #599aa6;
}

/* line 160, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 164, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

/* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #599aa6 transparent transparent;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #599aa6;
}

@media screen and (min-width: 28.125em) {
  /* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #599aa6 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  /* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #599aa6 transparent transparent;
  }
  /* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.smallmedium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #599aa6;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #599aa6 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  /* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #599aa6 transparent transparent;
  }
  /* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #599aa6;
  }
}

@media screen and (min-width: 50em) {
  /* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #599aa6 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  /* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #599aa6 transparent transparent;
  }
  /* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.mediumlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #599aa6;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #599aa6 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  /* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #599aa6 transparent transparent;
  }
  /* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #599aa6;
  }
}

/* line 187, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 195, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 198, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 203, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 206, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

/* line 214, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 225, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 230, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 236, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

/* line 248, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #599aa6 transparent transparent;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #599aa6;
}

/* line 259, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 264, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 270, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ef604d;
  color: #fff;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_label.scss */
.label.primary {
  background: #ef604d;
  color: #1a181d;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_label.scss */
.label.secondary {
  background: #599aa6;
  color: #1a181d;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_label.scss */
.label.success {
  background: #57d685;
  color: #1a181d;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #1a181d;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_label.scss */
.label.alert {
  background: #ec5840;
  color: #1a181d;
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object {
  display: block;
  margin-bottom: 1rem;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}

@media screen and (max-width: 28.0625em) {
  /* line 89, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  /* line 68, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 96, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section > :last-child {
  margin-bottom: 0;
}

/* line 105, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 92, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 97, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 115, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 124, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

/* line 128, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 442, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 447, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fafafa;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 159, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-push {
  z-index: 12;
}

/* line 169, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-closed {
  visibility: hidden;
}

/* line 174, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap {
  z-index: 13;
}

/* line 177, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(26, 24, 29, 0.7);
          box-shadow: 0 0 10px rgba(26, 24, 29, 0.7);
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 458, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fafafa;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

/* line 159, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

/* line 169, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-closed {
  visibility: hidden;
}

/* line 174, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

/* line 177, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(26, 24, 29, 0.7);
          box-shadow: 0 0 10px rgba(26, 24, 29, 0.7);
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 463, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 208, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 215, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 222, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 344, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(26, 24, 29, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(26, 24, 29, 0.25);
}

/* line 464, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 245, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 252, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 259, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 344, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(26, 24, 29, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(26, 24, 29, 0.25);
}

/* line 465, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 282, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 288, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 295, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 344, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(26, 24, 29, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(26, 24, 29, 0.25);
}

/* line 466, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 318, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 324, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 331, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 344, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(26, 24, 29, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(26, 24, 29, 0.25);
}

/* line 468, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 369, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 374, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 28.125em) {
  /* line 476, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-smallmedium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-smallmedium .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-smallmedium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-smallmedium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 480, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-smallmedium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-smallmedium .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-smallmedium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-smallmedium ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 484, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-smallmedium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-smallmedium .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-smallmedium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-smallmedium ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 488, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-smallmedium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-smallmedium .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-smallmedium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-smallmedium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 476, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 480, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 484, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 488, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 50em) {
  /* line 476, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-mediumlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-mediumlarge .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-mediumlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 480, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-mediumlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-mediumlarge .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-mediumlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 484, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-mediumlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-mediumlarge .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-mediumlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 488, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-mediumlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-mediumlarge .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-mediumlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 476, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 480, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 484, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 488, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 395, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  /* line 400, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 409, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 28.125em) {
  /* line 499, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-smallmedium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  /* line 425, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-smallmedium.position-left, .off-canvas.in-canvas-for-smallmedium.position-right, .off-canvas.in-canvas-for-smallmedium.position-top, .off-canvas.in-canvas-for-smallmedium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 433, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-smallmedium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 499, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  /* line 425, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 433, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media screen and (min-width: 50em) {
  /* line 499, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-mediumlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  /* line 425, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-mediumlarge.position-left, .off-canvas.in-canvas-for-mediumlarge.position-right, .off-canvas.in-canvas-for-mediumlarge.position-top, .off-canvas.in-canvas-for-mediumlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 433, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-mediumlarge .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 499, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  /* line 425, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 433, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

/* line 155, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 159, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* line 163, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
}

/* line 72, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 167, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 171, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 175, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(26, 24, 29, 0.5);
  color: #fff;
}

/* line 179, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

/* line 110, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(26, 24, 29, 0.5);
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 188, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 193, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 136, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #e8e8e8;
}

/* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #2c2930;
}

/* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #2c2930;
}

/* line 162, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 4px;
  font-size: 1rem;
  display: none;
}

/* line 94, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #3d393c;
}

/* line 119, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e8e8e8;
}

/* line 165, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #599aa6;
  color: #fff;
  cursor: default;
}

/* line 169, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #8c838a;
  cursor: not-allowed;
}

/* line 146, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 173, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #3d393c;
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #e8e8e8;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #ef604d;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #599aa6;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #57d685;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #ec5840;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ef604d;
  border-radius: 4px;
}

/* line 61, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #fafafa;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

/* line 111, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #e8e8e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  background-color: #ef604d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #eb3922;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 127, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 94, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 134, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(26, 24, 29, 0.45);
  overflow-y: scroll;
}

/* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 87, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal .column, .reveal .columns {
  min-width: 0;
}

/* line 92, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 163, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 164, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 165, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

/* line 168, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 28.0625em) {
  /* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

/* line 176, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 203, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 209, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

/* line 214, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #e8e8e8;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 105, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}

/* line 110, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

/* line 127, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #57d685;
}

/* line 130, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 202, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 219, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 224, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}

/* line 152, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 230, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}

/* line 161, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 236, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny {
  height: 1.5rem;
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 189, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

/* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 240, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.small {
  height: 1.75rem;
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 189, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 244, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.large {
  height: 2.5rem;
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 189, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

/* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 305, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}

/* line 111, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

/* line 119, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 600;
}

/* line 125, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
thead {
  background: #f9f9f9;
  color: #3d393c;
}

/* line 131, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
tfoot {
  background: #f2f2f2;
  color: #3d393c;
}

/* line 140, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}

/* line 145, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 600;
  text-align: left;
}

/* line 155, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 87, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

/* line 168, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
table.unstriped tbody {
  background-color: #fff;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 49.9375em) {
  /* line 284, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 289, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 293, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 299, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 315, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 221, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
table.hover thead tr:hover {
  background-color: #f4f4f4;
}

/* line 228, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
table.hover tfoot tr:hover {
  background-color: #ededed;
}

/* line 235, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
table.hover tbody tr:hover {
  background-color: #fafafa;
}

/* line 243, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

/* line 323, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}

/* line 326, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 147, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: #f4f4f4;
  list-style-type: none;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 161, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 168, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary {
  background: #ef604d;
}

/* line 171, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #1a181d;
}

/* line 174, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #ee533f;
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #ef604d;
}

/* line 100, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fff;
  color: #eb3c24;
}

/* line 105, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #fff;
  color: #ef604d;
}

/* line 185, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: #fff;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 189, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0;
}

/* line 193, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 0;
}

/* line 141, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #e8e8e8;
          box-shadow: 0 0 0 1px #e8e8e8;
  line-height: 0;
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 0 1px #ef604d;
          box-shadow: 0 0 0 1px #ef604d;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  padding: 1rem 0.5rem;
  background: #1a181d;
  color: #fff;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}

/* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 69, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 157, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #1a181d;
  font-size: 90%;
  color: #fff;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip::before {
  position: absolute;
}

/* line 80, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #1a181d;
  bottom: 100%;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 92, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1a181d transparent transparent;
  top: 100%;
  bottom: auto;
}

/* line 98, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 105, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1a181d;
  left: 100%;
}

/* line 110, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 118, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1a181d transparent transparent;
  right: 100%;
  left: auto;
}

/* line 124, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 131, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

/* line 136, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

/* line 141, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

/* line 146, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

/* line 122, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #1a181d;
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .input-group-field, .top-bar .user-nickname label .row div:last-of-type, .user-nickname label .row .top-bar div:last-of-type {
  width: 100%;
  margin-right: 0;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

/* line 90, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 90, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-smallmedium .top-bar-left,
  .top-bar.stacked-for-smallmedium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 49.9375em) {
  /* line 90, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 90, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-mediumlarge .top-bar-left,
  .top-bar.stacked-for-mediumlarge .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 90, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

/* line 157, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  display: inline-block;
  float: left;
  padding: 1rem;
}

/* line 162, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title .menu-icon {
  bottom: 2px;
}

/* line 167, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 171, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

/* line 62, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 28.0625em) {
  /* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 28.125em) {
  /* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 28.125em) {
  /* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-smallmedium {
    display: none !important;
  }
}

@media screen and (max-width: 28.0625em) {
  /* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-smallmedium {
    display: none !important;
  }
}

@media screen and (min-width: 28.125em) and (max-width: 39.9375em) {
  /* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-smallmedium-only {
    display: none !important;
  }
}

@media screen and (max-width: 28.0625em), screen and (min-width: 40em) {
  /* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-smallmedium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 49.9375em) {
  /* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 50em) {
  /* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 50em) {
  /* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-mediumlarge {
    display: none !important;
  }
}

@media screen and (max-width: 49.9375em) {
  /* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-mediumlarge {
    display: none !important;
  }
}

@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  /* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-mediumlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.9375em), screen and (min-width: 64em) {
  /* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-mediumlarge-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

/* line 100, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

/* line 107, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 107, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 107, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/components/_float.scss */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(data:;base64,d09GMgABAAAAADfkABEAAAAAiPgAADeEAAEMzAAAAAAAAAAAAAAAAAAAAAAAAAAAGkAbsnAcgWAGYACDZggoCYJzEQgKgbtsgaNrATYCJAOHRAuDZAAEIAWDRgeGOQxLG%2Bt5NWybRg27HYB3Td0IUQQbB3wYaBOiqBuM0y3Z%2F%2F%2F5uDFEsEC1tv%2BHDCmrkGg1EpZJEM%2FB4FArjRzKpGHdgmnUzqaiXOimomfFgQQHdqiMu4I5CXPC%2BR5cSnxqqAo9V5QYDDqr8otBpZ4Dl3wVFokF0QheEb7CxTUqunKgde3f1%2Fxj8T%2FQ8mWxqL2pHUqRFOiRI0H7ofg4uONIQgXvcz6bD0mKJsHTGq%2Fz9u4Db4BwUyBU0SV2rUOydWgBFRBsga%2BELuB%2BkjvCzZqNbDbJRghBLBDM2lJ6ovTc6an6q%2FLeV%2FcBmtMCBFsQj9hFiF9cL7kQIeJ4CKqlslIBWgfqW%2F3Ltv5WMyrTmk683TppfavMjH%2BAw%2FZvLTs6m0VzA8eBQ4Q9%2Fnm8h537FgBFkSWSR7r9r5y2479Nm1lI725mUzUSh5roezvAy2XrNNXPky%2F4hc8kVQViChGtiAR4ABy65bCt9bE%2BdRKdVP01vIYUQghX%2FpCmBfBPFdweMY0wIJvbUjd392BtQiUk4jRuIf5C15YhL785pnIya0ABgMsg6paHYDavUXeqtrX8aLPPdp9kH7COQrAJVy46b4DKyxVNgIrOIz3JmZVlffD63%2FxZf2DHRz7vHqBGM7s3nvHuEUEVYCyqlNcFsGgAqzJtOqqaTOm02l0rugeCiqCovN3PV%2BlK7cryaXe1F698JCtk%2B8hhOWH%2FZGznwUn1AFQiWT6ycyQfOg8AXa57qICL7ueLqqGieqi5Qga9R%2FuCRTXRS1P%2Ff%2BwzvZAZd9t6qrWWENcY6hDmhVBKLeMQ1vy%2B92Nm%2F0ipV%2FrGdDsqIggjQxlXN%2FfLQgGMqz9QQnDaStKlqU0yiEeSmbVJFuiWZFVtktVmS%2FYWJP3hwah6kOQTew0YATlXTV62AHCQgP6%2FQH9mhLly%2BpIFkNNtB6J9AYcBo1KcCkmS2k%2BNSb10WOgyd3nGt54GE8MxM4DghFQSlcgJC8%2F701hToyyy134XuNLVHhoJGxcecwDuINTFjGaId0Hw8H03MuMnP%2FFBwEN9D990IytSgfeBHReSapRuhkZAAV5ZUzzID4UeGvF49HTYIixVfWru8b6nFeLDCizS4QpwomQsi688ajR%2FpqVZGx59YOrpSRFWSqqGryzypfktpPJTUQfhUk2Eni6Y1Pe%2BDafmDd3cfqFp28qF2P658%2B0rBvTzs11%2Fm11f%2Fu86Uf3vJEX1%2F0t%2Bp72L7%2BmEcrUWa87rGG0wqwE7YRr0wU57NomPSXlem%2FSb0QJmIvjVzJC%2BwpeIF1%2BBSAdAUeGtKvajNRz0YXhMbzO7YnRm0KIfXhmm1MKtgO5kFNR4Lqg6JP0NZHC8K5zuAvseto6guOEgpw1ZX83m0HC3B5OsTt0EqOOCrkiNfUNZ0Vx%2BHo6l1OtId9DnoN%2FEC9c%2FDIMS4NC7zfG20cXXtUXbkzNeudZ%2BQBpn39yoQCaugUYMUECXKk%2BMi66cyKbR738DSJ2%2BNoG7JBwFYXRdAM5YMxrRzE7n4yqwzdBHh9Y7yw1wiO35C2t5nEdXP%2Bh7sRlZBLSuJX%2FAlIvHCvg5a9nqgH1j2wCpoWtk9F12u3i0AYj4jcRzJbNNu7S1aLpnX%2Fn67eXN8KX7Ni%2BLAcbhm%2FJq00Fz9KXPWSLX%2FsoBQdg8sKQcs%2FblcvKwOcoVEcseZz%2BlC7BgxGQoq9FD4PuABiUb36xQeFzlE0OP3o5o3v71ez0iWuHMzpFOzoaLQCyGmDfD34M%2F1u1sExvKu5IgsY1paozpZKgvzN2wJZdlRibjb5hFmjYJ9ZUgeeH8wGULuJrTMlL7LUKJ2kvXM%2FvAXXlyArRj9EU9fN4n%2FV2YSiXduTsjFyZp3z8DppEmKSNGJgHVc7kPkojdDWRMhxOhApnwXF%2B3trhwrnDwNA%2FNjPaRHPrGnRHSycd6zs5fumhK1pJiQ3dBRudy5yziOuUkHU2Cc%2FnJhL9dSYKFKHWFZZn824XFe340ybUwOYnfDGStGYGKvwZzPxzMBZMY1Rkj2tl6l4WwOnmgvemaPMXDIWc04VuzvgBKdAZW1SWPt%2B15dBZqs960oGGDxfXJ5T6DKsFukft1Die8E6vjxYWC1y1vta6SVp50tSEdnTIWH3IG2Aokkbsw1E5mnKyAV%2FfsaJYtoWLSseXESF7Etgnt51ZOqehFqXKqYywX3yXLqJ00mXBoidrnV3DOfq%2FDNHojbWJSmetCOMsv%2BWdiTeHk%2BCbtWFIdwJNX7VXO9y3gFM%2FkQjIqlJ7lnv%2BxJkTAyhZQrYJaeP9c3IzTrMiVI3bG8%2FLBEMDKzJ2pDvR5879GBvPH8HkYJTkfDNFWnZ%2BGv8xrwCfYCszRU8m%2FBIeM2j0mvNyO4%2FXaL6cVG3Bu%2F08IgW7fzLuuW4uN89X5y8oBjbbDvvPTD%2F4hJkE6o9aDJp%2FwyiGhT%2FJjeO4ET6T%2Ba1k9IuuiyTVDwvJp8nAU3HgreZYFGehevcMvVDoS1FV%2B54HBCgIPL8xbPkTkMhkkU3Scn7kmuqRMfa4%2FVJIRF6rNg0xIyQtZwuKsTdr1Dy7dDKQEIgWedUBqPhOZcxKFpdhIgmrG4c08qNYwqXfXU%2BugGmch%2BcQqmSg4EWClhJB0843bsqaImmmFsVZZY64djlrghAusc3HBtruU7XA52%2BlKtsvV3%2BpuCOcymICgklJEaRlZEpk6onLtD1Kh0ugKHIoMTqYQFzCfj18QYBGwmEHoS4kKi7BFtRXTTlzirplClEQ4oprhlhyEyQrRIKLypcMiL1eLULVZaVWxF3s1iEL87oElfA96hvMA7lqEUcZpii1t2lcG7K%2FR1OP%2BWYCC4QGMPjho6l2kkcA0CnMytOa21mxoxZpmnI9YvoaF%2BRknoCMh1HwZqSwW6SIVGA20wxeNwxaZUqxWkJWTlmeGQpxWnKWwDjrtbJTRAOZSYm6NLK6siZ%2BQaMBEbWuz2umM6trX9DW4Gx5iONYIMN7IbwwZbTzdBFMYpprBNNMsabMt5B9qsWXclltBfGrjEznssJNsl93y9jAWtJeF7GO2%2FbWWAw6KOsRiDjPJERZzlElOsJSTLOcUSzldm3PGeUkXMJ9LWMFlrOAKXYh1Goi8rgXzuJH5%2FWCKnmo5upNc8JXNFbekHNfSM4J0wrAREaztw%2FpHiCc0EscNBi%2BPYOFfNI6AXDV75mQQd2%2BxcOo8UHYgCEV7XIL5B4xA%2BqkJfDIHx9ovuNYotVqy2BNJumH75cSkxHsxiQfpngkCwhn8K4xzQBwARBobaJq2SaldDjFkUdQ%2F0uNO7NYTjBD7%2BvRdPwVovov85YikewHxa1oLLJcCJMDC2Z1G%2BGlCxhcQjgRACkKYUEfFqEKd2Ya97Xlfe%2BK%2FpIYIMOfSF%2BnmchPAASSACqgBKHJN5ImDQS3%2Br2f4hUYIqZlUiptjuwfccNvToup%2FgRPAAISZKt3dvIVnQvSnIR4G%2Bwn1MxH9EKKXQ%2Byb%2FR%2F3b%2F%2Fr3YBfr69e%2BKsJ897788EA%2FAEOhbAdwjkQLtEB4RHgbQhPyBz1D7761hp7HHSTB10wx7iLXeJaz1jsjB2J96m824tu%2BMAKNZe62mVesd0bXnWVK7zqieUe9Z53nPaG67xjr7ud8ppNbvSut73skFu96VN7XOB9B93jtCddctlKI9mVcXBycbumnJePX0DwSb3QWz2kRas27Tp0uq5Lrz79BgyaaQaPbpMOO%2BaIo44X9UD8whDGe4kRUnSXMmkt1MNhOAkuvJWtCMg7p0EcEj2A0HhsGv0%2FBnoQ7wQRRhNrwFZAeSDSsxXajyb9EGPyOChLkVXYPNBrP5uw%2BaO0KrAn19q3YVmkFzAr3rCfSwh8oc%2F0ZVVBpAbDo63d6BFRSq0Sw58lG2MxNUWIU7jYnipLgDnGyhx8Qv%2FdoSE%2B7wRqbNIb9UX3b9qCr1WgGN62Iz33P%2BCNlgldWY1ptGAnsWib24pxFwoSZ08sQrCOQHR%2FBV%2BD6rI9g3E0u7YpHp%2B2xwejuqVWeGBziQjUit0KGxyEbus02uS92Nw0WOCctrTELsoqZBeITiBqrYCdbgWII00a8PPGa4rfgd%2FA1Jdg9n3Qng7S%2B2DV7XzB02EqvSoGaqpMqkp1lpUJfe%2F2%2FKivj77pL2BNXojRvSiLF8SCxmdNumNZtwzTylFTQ2jhsdwhxtJRpQdK0QEzxjns2PNYcAwSXojGsLKUCZ2rk2mmem8CQVu2GRw8bImYohiVRSolKedQsN%2BMuWuiaYt6mfjVqF%2BXgtSjR11aUHQb7XQX5XSqDDtN0%2BP4kzRKftcODVgS1qkUcIqK5hC1ksBJUsDMCO1ccQuSyatqkRqKVZbklGrrupqendTANGFwADYMQeDioianaYSUytwYTW%2FHKaZpqbpKemlBjlIxkMOyXzSpl4maxYLVRghz1DTHV4PbhBd7TVKEeLwX6PVbZxgTFY6arYxj5XpUyHFIKSNCWkecZiqgO7BAaVLk8t%2FcL4FvBgBsgS%2F4l%2BYbpDEJRogGQqfLTYzBWp7AhvSB3EHDxFaG4%2Fkbu4EkIxTGZVW5gNfNBRsYsIj2V7WIBqFJ29lIyFYtFXZ7HHvJY1vkCkfq9qv78uLDVhT6i%2Bnn1USOsApRWMEl6T6LQ5rFtNCo5CMVpLBDNxFa41x5j74w79vQXXa0D4GCGNOWTuI5ZqVfR6VrhxQl3n8m0Y2JLbGM%2FAWVn0NF1Ywk52mncktdvZXNSYabjqgIk0U5fLtVSHrw%2FcqFdLbEedTpbUaq79paa1W0LpBPZYr1w3VPkxi7KK1zCXOBvOSyFcWeF9y2TzvWZwXWwpdDTbiQW3ix4TL69LR3MZ%2Fvc6HJ3qoyCt%2BimXQDpgfJhFlfzU%2Fh68VpwsEQOdcqU%2BlKabIiyT3zTZzLDewbC7T5rI25cFrH2hLjiVZ9lgT%2Fpi5xsyAqoM7%2BpUQN9rWPq3EYnte6DKpLG7goaxZNJ0kJDYaeBqp%2FSb6LbWB%2B9qqf7T%2Fwgm9kWhilnnXAQfYO0pSEmJ6P6U2DaAdDPnwBYdu2%2BMJKWmzmeIzIVnfj9LOPQgYs0uMhFIxdp%2BrFOlrzNXQ1IBuaeGNiMqdi09X4qIAMSzFNs1KhPoGBUmVQAn9Oo6QqBdrsAPbodS%2Fb8bbeJJo1t5ELeQJmqm3yok85L9MTm5C7NRa58Q7S5dqgpdgiw94oDPlIi6vjXBXLCNxD0uT83lGR%2B5qUXxUjJ3hZcwNz5xndl7wfSGnxoWcQiEa0a6hbN4g1qM1Hp4FyOJ%2BNd%2FNVhZmbJbsVl891vZJ97CUUw0TFdB7VJfXHYAFSUoWbHSKZdHvJo01vPVLtewUAXN3bA%2BlUW7HlizpdL6dVBleEDbfp6JhLTsp%2FUCM3vffw8puc43oPW%2BRQVfzVJ3QTZ%2FBt9hmGeP6Lgrw8J7i4OPspDQswx7RJBl99vjCHrrYC0yqW3Sh1PycTE2W%2BWZBmUFuzIx76%2FK7Og42k6CwO6rYe8Rfu1E0fLx8CPiJ12lyl1km953j4D1lrYsw%2B1Jibkbw5FIfjvpkUtLjoSyz5bh6XAbVaAJO5tSC7ef01b%2BotDzN7RsNXPrBU7nKz3PPims8Dcik6uHM%2BRn%2BGK8MWSY%2Fh257n9Tpq%2B1MkJUnf64FVkr64VwwcXmlVQhVdp4Utg1uLAGld7NN2Y7bFe5yutxakM0%2FsOZqwzTezDJFC9mW2Hin2NaCV7wtgHe8zqU3spctkdyPoYZn7Qenso5ChT3%2BwufdonZonbx2bMxiQuZr%2BYFA1Vn%2BNGi%2Bn%2FYMlhXhCF%2BTS0aXxfNFFkE5VBV8UArpLovlMRg3%2BvbSpc2Si5SmPuw0N0uHO0hXttArY9tuvrrKqb3Y9uQxRxiZf%2B5twbQMX8mfYkFkX6xnU87vBSXS%2FqR9keQtfNyfsIezgUvYy2Ju%2FgRPftPnX9dXXSB54vOQS3U3xfXah9yudBHtJdqmlbGJvYtOSHRCkCGxyFy%2BzU49jjKe5ztqOEhDaGGGLubjbvpZB1tPyrzK5QOpxE7P1AKe3a010G8p7Yc4XNP5jiWoYk3gf56IAk%2FztG5PIRD8zqUh7xJJ0YQe%2FXNYJUjPlJE%2BgVvuFUppbitlL0paIPCFXmxwPD9t1kIr4cdCc4PlfRYzVNhJHFbBWfvsmtW4x06egtgsSG3J90CMHumuKfwjD2Vgzj%2BQ6rIKkygdpEsPyxDHPkVvVUUX02rbyr5voI5S6u%2FsbZ7RyIjedd%2BxasJW27ey1wuBmN2tpmdkVGW6wIrdzBA8kPJXbyrvNyECGZ7vTqENQViq9QpzVGtQqw0CzMtE2o2CkxDtph2I1sWitqTqQS3YeBRu16uOykyy5eoe2nLizWxdetctlIO%2FPM%2BgcQh5R%2ByhQ%2FIL4t28jWrqdTogE1z2EXHnz8TTIJBNF8BA82EBp%2FhLFsuxqKT6qIPOYQ4OcqKfufvbrb4V4LXkFmDdfOU6ytSRzlv8lty%2FH5f9%2BLrdI6wIeI45PC9MZU0s66vhjnpnB26%2BzHvS3uP%2FCrnjvkaTDq0YrrpqoctC8%2FZ7By69vBzEZ4JewRY9P7CyhzIPfbVjLxNPiqaKlrSaxD6yhOeRqMNedPTe5w6Jpxh8ZzmCtc5WbVHpf%2Bi8rbMp0kSYH4x91kAwNxHT3MJO4GovE257CPlafe5txiOz2crx6IU2yo31xEnItgxLdjULIPw9gdQDQfiTU%2FCriXwz8wN1VNoQd3VK2aH8fDyn8JmQPzm7%2Fez%2BmRLRLD5%2F4sRi09q05zlLP1IFeUdsZ5DqHZ0IKDlNZaQJCQmFgY01JlmsFjbhF8x53KUfS%2Bq0KEi%2F4eQfSxtuKZmyMRgu2SDwwCY3ceKeXEViHetzuznnGjsAhIZJumpntrNd9t%2BmArFXEb7N%2BvcZJrkhBSbRcl2GkYpUoif0EO2tP8CTeJPkpIGwPUQDBNT55C6S1syBDGwaOg42vvhCZ2DU71%2Bn%2FQmh43SkMVK1%2BSvnB1UlLhIrjHAY%2FiS4Ys9bw8e545lNAuP1SFIlOerDu20N87p4juImKwa6KgAiJ5V%2BSMzsybKjurToJS4Q0oMeWi8b2ZLxCifV4O1ud5dOmF4t7JNggRZSC9YE1sUQZTwLSS1PBhxSZcTDk9zgOSoHWcCxyBEXQcfBoN5Y6huO0YrXJ2Ifdzmg0gmt2J%2Fv50flNrkVoJ3l62fhZGqicNf1Pvj2tnIRdMsT70rDkdKfLb0%2B5eOohd883RmQi%2FYi8IbfoSE2mKZmdtpHlvL%2F8f04p95dJxXL%2BN5pXcLymTusS2cPRzxRI53hAjof7zcCOp0p4wcMD%2BDvoHC6a2bFFOiWjhoOV%2F1W%2F%2B3zHBobvXYtem3vPh7WPSJqQsqaykRG7sNo045HKi6qbe14gJUrIHb8j7w%2Bz5Iz93PxEfz50a6LG%2F5tiwdjEabE%2F%2F9UsrkhRvhUJv%2BBxQ0IabBJUohXvHxoK2VUKuYvvbvykVxaq1lt0lcpI3%2B%2BVEtjDneuOtPEN2pjw%2BvebbnMETroMIsZ1ekK9xOooFQhtpc%2B%2F7YiLDPoW0BXmDKtiE6%2B8tGXnlnLmbHewl%2Bf4%2FxZLf9%2FSuXP7RvqdGbLYxGwb89of8B8%2FiuBR9%2B%2Fer%2F60%2FckYbrGyg7y53kgn3wxViK9%2Bv9RIFYs9dAVE2tQtt3pLZbTvRbuWWz8tetrCMZvaQXeYO3x530ChqDA4GZSJZIEyPofJQGnFonAfTSYxOs8Hr3OKHDshsnCOqoX7N7OXpeTZa6788Xhd9elgz%2BiNQOXYIcN9v3xZ64drBWNIcGxubf2kp5WX1qpBSlfNDQuGw5JVSG56K6%2FV3R2bCD%2FeZFuMpKS1SQOeyfAPm22LkKK0JmnEU%2BlE6ZsEZVHWsMfDerEs3ATq9U18R%2FgOKPewhh1RgujsPFup2Iav1%2BvwcbHFRufxyhFb8L6diq8X22xvZ2ziojxW%2BJhaJpdSnc%2BiGPkMZOAtOOw32uCAPNSRalnqMOAbxLCtlLcfE74zGfAHvE%2F4HkusnBUmWMIRmT5CmWG%2FJn93MDCgDYfkyvYAW16S%2BqFzd7TL7dMbTT6Ju6vItaVoqDgweVUcLLhMsUrcnkpz3qvEYOU4vYYnMcFqITb5Qn9bNav1r8gMeumTLgcW1CR4tLM37QBfYRaDGOB3v6KKeZKktNGZJMtqH0FqHZTsLvum7Jzttu2cIygJTwRGNGjPxABAGdiG9mhGvAs8tHa9OUQQi8MEvdmrebSTsZY4DpdgI7H4xAs9YOj6RNxYMhGGGsYKm8eQr6JbXqlocCnwIXTrEeRYfstaqMG7eKKhftlYjn0QOZg3PoS6ZYkZV%2F0HtFXRnefaHiNvOo6Gd0YPGt8qr6rdf37HP8hbq4%2FV7I9Wnv7nzKpYcPonYk9kDLCt3wWmIz8fyr9B47tRtNq2QxRDV8NndKq53vHgpjz08niQxLWTT2cUx1mamKejkgO1JvO8LFDvhXOv5KTQabcFi88HisHwDN95%2F3tJkSw3gy2AqUIjpkKpp8RVFieVQ7WT%2Fk7pNvva%2F7qLIXGMRTDIyjb9mEnV2Ewj4DNdosZgClIEQoi6aNR%2Fj0iZ3VsCcTjFlrrZFNqKgDXLS%2BEJAxStkVqj4j%2FTdG%2BZyUnjcG79keI%2FGbgAtaRcdrC4VR0jwdlRa9xI3f%2F%2Bv48WkYgcb7Flz%2F%2B%2B2niN1uSmcvh2MgobkOIpdmR5uNJGe2X72Z%2FcRLEoSNUbadWBOqe%2BXIX7PrxE6uON7iJANe5mS%2FOUf8qsNyHdTihUhl6SFh7wMR2gmTZ%2FdqCQihUGc5J%2FWT0LJpMjaUj%2FIiKZyEP2M8w81nWCGV1axPjodUMDIhFmvvWnEV1aEE2%2FhCtC68Q1oaBcRyX8U4FTgWV5pusX3MWeq3%2Fi25zgck%2FI8X9e9XQGcI7JCcDJl7httTVSP9t6SshYB9X5o3PKMNloTBbmj1eFzjYl%2FHf9oP%2BOn%2BjQRMrQijPZCwey6b0ge%2F4OIXR9Ct9537cp1%2F6rvOS9aWrFygcVrfN9lXt%2FDzqKvs5ECpP39AfyBUNyru8OlGZNee7g85S3H8VcYtBpt4oj23bUnSoC6yWta6a6rhlt%2FC8cE6%2FRmbwUECypM%2FVUC2EcAuN2BDWcQotRTSarjYUWDqcQMrGapkJINsV6xX8Iak5BDWJyowYKgKqp7hHNRCwZ9UnE3JX8jWEkBn7kv7OS15sPBfakhC45GJyCzXN5r4%2BkrLTJOMTWXPiQJJdsFq1U%2Bv1Q5x9mMk%2F4F%2BDUfD9P8ZJ8%2FiYysf6Vj5h8F%2FloYmEE4L9OyMd80AW%2FbJ3cRyUlzptLuNLqUl5Z7Q673onM3GldMmIZyQERHOXTw%2F%2FIv0Iz4cwv6VbHnQDbulvIWM%2BJ%2Be9Cac4UtEMgKf%2FXqtaIuhOqLJwqgXcgdxTDU6ch3647dUb0nSCM6cs2xZG9ueYFDozXiVmYZ%2Br9zJ9sU58NU77gToMVuTDHMoocyIVWW1LqZuz%2BZ%2FW9mLFtauZp5FR0St0WXv10y88xW8%2FZTR8hz8w%2BauoJVwrHeqWZHMfjqffuhuqz9mFs%2F0NuL4S3hbO8R7NP%2F3NqVmn%2B4cO5Rtuj%2F2Z8YnHx5vtFLD26ySQXUtoma9MOkk%2FAA29fq38rGpnYZCu5dh%2B%2B%2F%2BOL1%2FuX%2Fs1I4pcW5nn%2Byz%2B7ePDJ5DqKZWjpQ0qf%2FXhfURoFBHr%2Fh9aKvyjLj8MhxxZabHq994MxiWPLzp0vb6P8zQB4j3OA5wtyZofcw7OWDAkzhEOzRkLZN5yPfHOdYN0%2FXmde9Zo83PIUIJbBZNeMm43DfqDagQugwXrw%2Bb4GGMiSSNWykfT0EVI9jJS%2BtSjsBm8x2KRBF9ey5HKr%2FMl1r1wMQuRH6KCUQNGkrpwTIdNmbP%2FsJydRrPPJDxEaQEGCG2f2rgxuyEPPOQruy4JriBNOtUcpsfvT4E2%2BOwfg6yw9UNUkJzvqiixsy%2FBrsJLs8BZDbEsnDTtBCMsXwDjPfpRLZpwgHPrGEhnPgDEXCNqyBc%2BWxDmEOBIJJ2Si3hSxvQG2jlajMXkoPGW1btN01CgHreS%2FMG4Cw77Lm%2BF64K5DVW2YVs6czSunaIzUmjdqnTrXYNnfRa8vuaaxp4Z5bgNEYhzmTuMw16fZh86ygNCG10o5FuzdzHV0ImcbQDx7kvX2FRp1H%2BpNgDGfI1e7yn%2F2N%2BQoqITCPDsvB0XlZiKVotBwqIyqNnQb%2FZRz55CWVK%2B0lTNEHDf5FC0sl5D9bQ4yj2Elr7olrwytsM8cNireDkis3D9Xtu8Xm7riX%2Bd%2FD%2BH%2F00lnCe1U0eH9WGgmfCZi2PFyRKRs9DLOmoTFpUS8VaPLEXFhHqCzb9LofUL9pcTc%2FiKUevBdU%2FbepM1JybzSwczF0JJRy2gOmLdU58fS7r14reA2nvrlhT%2BiCTr3sYuHz7xVM367qIR4iVJ6ZFjOdtLn%2BKpYatCO8xDMLIpVd3e%2BssRFp0RmDVF1FlgNrNtqn3oerr77Gb%2F2vrvQqBhMlHy9c8XvqHj7rv%2F9r31nvK6wCLKr1kS4BhjzG2y2%2FETOVQLhVo79n2RbAQ3Lyi2rPxmQHTOWbDOoR6EWSw8Md%2Fc765l%2BpkJj1bEsvLd%2FnBOTGmKNTSGQUQHV1bQsW9WPPQ5v1llGrrpAlbpMLyeUP3PnqwwSKH8fHit4VcIy064cMkd5Ko61mHWSqTaUSZDncFErhQNYxp0YHuNH5cSzgODZcVyyDYs8uumTtZ93mCL7y%2FeT5XkbqlZEIsb5p1xcJZEeClHMZWV6ynfvnSwSG%2BDf8u5pv0Vkw2gvySGV0jxHXQQO40fm%2BFMYJcX0f5QMGFSwlmRj%2FJ1ebat7%2B5a8jUQ5%2BTW%2BCeF8xcNhBurjCT7RIbMQmQJPqdpF6XPXMRdZgmGGUOpg7LYcSImh13EWmefyTXp4k0QJ20bYSwpeSqkKSfrewDuN%2BUQlpBOTTz59SIyJoUOjfwtiQpVRBm4QEGdO2G%2BfJkMvbG9HsmQ2SenJP01oJseEeTxeis1e%2FOQh0jl8lwLQb1U7sXzQhe36L%2FKVjGxj%2FJNeDdfq0CMfpZCv9Y64L8nbSdSToBHfjHC96uGyAvFre6ZSiMgQeMOA6hJX6WaLUUSkYjFUIp6KwaoB%2FqzV%2F7Aj6RgeAa%2FHAhbQZK29iGkxJFUH7KEvzFKR1ux4M9yxmAqPMPDEu4Pbdjac81EnoRPPyhBS9rY9%2FMnHl5dXBZ2UQUFXEkZctYZYgN3xzNgCVgbZ9u9Gu3Cs30T2lrY%2Fn%2FsEBXg2rZp0AMsfSq6M6kPNfU2MOjEZjXCBtKJMLO4mmpTN08oiumz9R1GYB6QW%2F4Hx30ITSTytPKzL5t3UL96oG9w0uEWD2vXX7gSXbNTjz0WxsHcNd7NZ6HHVeFfmmupa9oZxdM8TfIwj%2FNiLLlnwI%2BGsoSfzUfdsipuK7I%2F36RLWW6Oj1pu6BqaqVvlFf39p%2B65MVOmGQVLXYL05%2FeW5pUswUdWnDwkG%2Fx0UHEKvbvl3QHCw6qAAndciADUb3HgABLG5s0uJWCmWSJ%2BTI8mIKNwbNKAAz35dxE8NSEQHf0f%2BfkgoOdl80etsrrJFBZD7CadO2CGSID8KnIBHOnX1A6YiIyIh6vOk2GzZ7FwsCAJ45gdXT5F4Am7RWW3eoSYtpvIH9X01KvtRDQ9pgl9Wq1w31DdQ8XeU1XXMHxoxGe2ijLYm9A99jaK6wxbK%2BVxkeOfqHQp1zn4b%2Fpvrv5Ht2ddtBGdbf4zCgXD4kVs24hcr%2BMKHoRu%2F4qzeqVdo8kjpbcLiTSzWeSJh7CpMuLiCz%2Fsv%2BH06DsdPDDCELso59JyJ4O1gWCSvwpilpT6VhuY1iiPFUt7eUqHZJZkVCQ2CJtMAGA19q7jcktnR8ADfZBrkR8JWju8yc9scrgRbpaqYw4U0m4aHORMsk7U1ajYauSQrxYylc7YPMSSjuJ%2FxMhqz0SW%2FNRPs82M3QIYJV4C3Sz7QMy0EGhHm8WoUzUJgMqHB3zNEaCA3zWqj09pmN5OBSFsbjd7WGmamu4Cb9AJ9KujnU61sG9vcyKXm5qMJloj4UoN5qq9%2FvT7omikIhsFZDjO9XmW2UajsMWvyil8pjRBsZeH8IrONzcPN%2BCx5p4JxnjgQxDxqQLtEWmqTtayZDVnmyuMJ9cpoGa%2FX4%2B5gGfk%2BTKE3KG51zANrKuRj6WHhLFLx5a2ErZ98UER6koTq2nfZq4rkrwmpq0qOyhQbQ08N26c%2BP0ZVhbksQ18e9QHyz5H5a0YJuukYCvK2NyS8bZDF15Zo8LWbxQxBeXQKXAxmYTFvylm7JCFO6kG9dJGRKr1gNX48XMKYQ8NOpvvjZjZLYzPoCYEG%2BMmriiyeuw5HIgMfUqnPVRlJM4kQB0pmp8Q3v8fGXsXJsbSaW%2BkAE19RIyAIyzh1%2Bi%2FX2VI6kCKvNv4tqG7JL%2FggZepv%2B1P1gMVJYIArq5E3Z%2BaepuEatK0TEI6plVuNZ8QNSBHuXebOkCvjLAH3qeZIErlp4zCLNbyxiSwb%2BZYDGmXyrzmcJ3IZf50V%2FOXXTXkwIoSsLvaDPqtiC1aoS%2BTB%2Ffb5WOK8PQMnYuc9vqNdK2lsWiyLDaZT3a0%2FG0JHJj9BTlVMaWparD02Gk91h%2BpXhyp3zFfzoXXz85rXe8nPEYuBMXDzR5JeizrhxjtsfoBHX%2FmBHfiKBcnt%2Fko4s1Gb%2BDnG%2BTv6l4vBVzYLWKOf2Clfjoss5VHTCw3qL4WZvbv6jA2eEHPlNaocNdggNacUbMsCODhLrgXLkTs42%2F5l%2FEttozRKgYcT25SriZxcGdn6FTLWMdf9xm2C%2BTkyeZi3z7wNThnGBVOmKeHUVv%2FWHcIdph2ClTsMow%2B9qIBQAbqAt1kVy4zcqYyCzAw9XcP7eRm7Sm%2F0U0SgmzeZU5YHmL1xVPhfEZOmEsmZ8YXw46ygq1ZfmljdmXqzwxAxW3SRFW9nXIQp9c3SljNldCchIJOSfJUt2Lo2afOBZ439orOros%2FUDYrXUK07lcrFfMo5qj962nS6q0KktOzR78kWvbFx68Ytp8a%2BL2%2Fdd8vGMi9v27gN9ft59D8Yn4T2%2FIDG%2FOAWSRPd5baHBuUolI7dO%2BEP3GMiZNOWCb9usfgaZyQ%2FFdhw3jK91SUPmI4YL1NF%2BeGWsg0L7MZ9wlGkaHRVt%2BNoyn0mNkB6MBErLqnKff%2B1D4syXcskmU%2B3Z69v9Tt4YtEtmUaTz0E8DvFGJrK6yk%2FvuhiOrTBgMiTimki3FZXUyfBeE8bkv2vt5WpQlItQzQqtuQKpM2oVi9%2Bt7fYeazFbkLOgl5m1L5YW%2FrdjXhZhIf8MPIHZmzNpzhX9N7UtJ6eq4pefom%2BCtij57jdps1f9qvoNFXKW7Cou3lVSfLLY%2BYaOF48cVuiSGFLyRknxiRJlvOTEj%2BV24UlsMYcjYrNF8wLi0aI3cdg3i8pgcW8WnmTr2SyD%2Fgo9LHZ5f%2BEJLPpkYdFJNPZEIVU2OiQgl8wbdB2cOZBWVITMzk%2FPW8xzbEcP%2BTBywQD9GP0U%2FRz9Sv1GSTviu4iIDPJSAtCP0U%2FVr5Ss5h8aQT9GP1W%2FEvkuKjZRYLnUxdCP0U%2FRz9WvBIag1Az0Y%2FRT9StBcFj5USHd9IPIBvoR%2Bgn6Gfql%2BrUCHPFt5AkqeWkm0I%2FQT9Qvn6YZwqAPrt2GfxT%2BifKl4Lqm0AXPYmkuRz9CP0E%2FU78UYoLSPKAfoZ%2BoXyry5h95rnzp106%2FziIQl0OacDG6E1hrnMcH1EAnq4foKnJ4NvEXw943mEIVIGZYrxGfcIE%2B3TB7crA9DTpjxK2FUwLugOerrdU76V3xCPfq6%2Fv4yz8GYZ2j4SiLz0UvZXx7L1RHHLv%2F0cqjuqub1HZYaxl7nMLM19W1Iepf1S6ta6%2BfNTVfaqbUHKnZCSrzhah%2BHX8bxc52k%2Bq%2FPHv7PcH0vj03IN448iWII%2BcnPb0JN4EGpCWNmFUlVfATtYO035TwaXOzoxYQP%2BtkwDAI8OwQhrx3kH3vXzAGf4ejU%2F0WkLZQ7yn3P6fpZOEKDDQaihkwDN7%2FiJ8w1eHmxB1zCdU91b21nyr23MH%2Bnje4Ok%2FNJZx0Lwq8TLEF%2BB%2FxmuFwD%2Fq7ISJNjQ4D8e3s0TU%2FmKRwxdkN%2BsNzGRDYekZfBucRn2iv5vuL6b5U14d7rPjEQ9pXdA5qH7trn2ldh8f0zkleoe%2FpQesaBKgt6NZQR7WB%2BZ9%2FxtvlxkLNpWhtgdFN%2B2bppW0o43KIUYUGhFkeelWnTURybJwgi02d%2FX5u1S%2F%2BSufEbN%2FGPVU5MH3b%2BhP7pn%2BGoh7seq8sOM3o8s4lzzEYhgMw%2BXVuG0sbZ49d42r97HVsYi2b1W4eUh1D%2BMCcfGcxrO7AM3NYKzjpCyiLBvLR3znCHMLgPjY8BsyY%2BYbl3kKVnHUStDvKLx8V5BcMaPdzdxVErVcJJVRy4mg7bB5GqUaWU25Yjkjnv6PYxFlxDmLArEbnjJUkMaZYEAjygowGwTme4Ev4ep6EWiFRB3w%2BtBGEVuAeD5GIFEduAPBaOIhsZMVszy%2Bwup0WgLF9hKJ5TiC%2FFoSIr1acOZJ14sR%2BlXbVbjAdwrMhtCoByTYjygMiZU8C%2BXmufrq5W6hXhCWsU4EI9YK0OqH7FbBCEW5iDp6EVMg0A4y%2FQMQhWflKbYoRvBYMwfWY%2BOp9zmw2iFl4DhtYNZt28MH3wAQWjErKk7qA0kwVc2Q5eV%2FoWg5fCXKHyWGExGA%2BEkj5WLI7pjoOChY%2BUKs5jme5kXh9nPiJ%2F5A19Hlwm3La2V268czpUebPitVDOXofHYJI3RrVATfG8zapEuKud5P6XD0YRyNzq5%2FiwJ0XOj8moZ4kF4nKDpMwF4INmHxgOhPzy4UoeeUVMVumICsXvJifk%2FTW1wBMgMzfVg6bAWPEK%2BLJeTrn%2FkX3L2%2B1J7uyIFvTBJUgT5N1KRGtosUYWiyDnDSvtGx8vZ2Ma20lVpXpnmS2qj%2Fz3UDd2HyQESXfCYkMztkAlsZ4j5u3BszYxRRolC8vPMDAlRfN%2BKClMfMXzkQmRwSi1%2BvS1ptnVI%2BddDzCOLuPxyh6nj8DbOP9lybj0OqSKOxvJJkjCTHyxrgT1jwgDDybVvEMMKjXqgRib2J4dWY9S0A5pNfGg2xB7g3zdB7BJ6mSrNyk%2BOVGoOeiWqY7StbJ9cXltworkqhPkJ6X6wl7p%2BlOEnp2OxUKM5TIMvXn9rLsG%2Bi0trGygJl%2B5VfcMPH94PHDy2PFBlM2LrTFqF3MJpfSS5eTIPKgMdBsgnThcGyewn3c9IqOZTlNZHKQddzLQxZeA0jtxEvMMmlvwmEf6keKRKJtGVQ1Yvah4LxpPVyatqK7GhybMNisZnhMjlHT0ooeA%2BbZmeNXzfjB7%2FjbzfFZugfD5IIoJKSxkKx4yvE64jCeeFxuzoTZutVhnRi2t8j7X0GKSbkLCfKUYWzqQfxPL80nKS%2F02mtLNIsXDLkZEGh1szBTI656FykWFFOaw4pcxiXWAyfOpcj8LAGQEJ9ZMSzykYTsITRZqRKkCod9YOrU0papcdDCQRSie14tylGVP5qsIiFDWdtK9johxj4Kb6A9bsPZmwXLs4JuKUzL6UIvkxY5ZxLZ%2FKHIz9eNIlemIB34F%2BKyUSJ%2FMrsU77u3ghmuOi2%2FeHAoo9g6l1grXvpGmcUPkXw%2BPyyxWlY%2FITyEeeYshDjP6tfQbLF8npqUYc3NuetY%2B62NZ6ZYkpVQOjEP9VX1HveQsGuprlSogFV9WJ5%2BJoF8gKND6NQawwQUxXnqwFEKMir%2BYkt5eyti3r7ViEMd3zcfJPTQppeBLvJctPaDinjz3leklC%2FNupwbcWZLex69dkpErtuubFrFYV7d7hAuBoEEJk%2B0M3hpj3sQzuuNCc7umVOBZOozJNgOwuSwxTKUeYEkIxg08dMP6UwOI%2B1y7ZIEpPVGy7YK13KRlI0mKayR69pkebM7Ly%2BRrmSQHO%2Fem7SuvQ3StrwtsRhF4cPKQSMm9rJXXYaAHC91TxrrG50E%2F1MtBZFxm556BVJmQyvd0xcyV6VeulZ3uLhtqneSZnEGkdiYGnJVTC8mFNwPRJk%2BlxsOaBPnpzUyu4KvrGGgUH4RCgxULeXu4KjJdcddo6YzrHQWf8DImoA6m2R4xEWVdWJ9sZVWf7ZKREVpeQ5YJuq8Joa942khSDlfdmMSzUeHTMA77ipsNhsNs8cRYV03eI%2BIKp9pOzrKmcgNkifTEH78oTLTq5U%2FgShX950sTVvH3UzunZSrdBvDTF%2FIh8vU7K1DWWf%2BNXmZKq9SZMdTY1exRiWkh51cTZ90IFXCrW9LvS41ryyO7k9IqyxTyciHmQoB7SZwDbhuA1kQdEaeadBDYBfurHArUymJGmXPQz9uWOAp5A5knmBJcuU5Huj5geCeMi7t4tw2ud9cziyjoQwPa3%2BIdqqT5lyzt4yiPEf0B6Wj1wBA3bOK9QtZrqdNdyXH7TA5McEA9va9JjixUr9wtlspiLwLlzugCaE9p0GcrSFvrvRKYkTWsVlZnDg6cDYAHuwkiKNOg3kGdwTduxvvj8UzkCs8r1DB%2FLHN1wW0F5PpfNNdpGN01F4b5e2F73AXgSIAYF9nBkS53Mu1d7iNvkFIKAMdtOhJH1r6MsJqtAHc1Ak2jYbS2WT2yn2WMZW%2Bayxpuw2e4pm8NHjAhABQR9PVHkvcMTd6O%2BhAm6EAZQyT3Vi3OMLmT%2Bf3dSu6oXKRKYetmfmuhiqQ6VodRYpLyhRlVKmszduw7qBLjLfqNFS6Uuk4e%2FeDHIVJ6Xn07QtxZ2DRIYZXd%2FRE35Raawy%2Fjy5TU9O07X%2FDYt7zXwESijBCmOUHUA2HesAaA%2F2MeWa8eSZYpxXyKxcflzCzl9E8c1YhWLoXXLhWkiiVkPuDRttTj6RIaoBEjKsmRXCdrcTbJUzcHr8otZzCmAmW%2BfgNeCrhdqGhujCaXz1LeV4vP3YkRHsrNgWXgXTi5PEAC0Ug0lg5IVTxm7v%2FD0c%2BUyCN%2BwEv57wtJYTaGhDoeAOOSbWUq6ezlH4WB3NK7Uej4a1T1F5I6oPjB53KsnXPo0wl%2BjifuL%2BhmfNOvNiYiW9HYYQ9n1x2Q5xPMt0tVLcvytVN0cM4oV6%2BjNuOsr4FvkypB267xhvR%2BBqGurSjxPsxrbS%2BMpU0Io7QoimmDKbgQPzQSXROYxMbYMbJ30Z2ayul3t2i9rb49UPsIIm23olmamyk8YO%2FxLN%2BJO161PFSzo0uyhsCXASpwUXzTiIYaNo1vMVwq%2FOd7i4IwW6qP08gu117l0f5ThHavXXIfkZhcHlNQj9ia27y6rv74EjJHR99sWVtp60pA6c1zrmHs8WlaE1scmwW%2Bo%2FmLNXeXd4FYUNV%2FXgRs38u0%2B1CChPxagHOG7oNsMogng7rsJsK1grdpwlqbwlVEqqdY0ucZEWlzsqNj7sLmGEOTbtWetYUwcWnObbImdaXwUmwobuL5zcq3Uh%2Fn1Je3DZSkrTXhhFpk0zCx2EOTCiVAt8OAmL842%2FV%2BXOupv3LbP4FfPJ706T4B%2FnDzfjfb5esaWAEAxCg%2Be7fhvaxW%2BEeL%2FmYV4nBjrRflV%2B0PmxrpOXYdKaW0SinZmbmIvsRtHUIVuxXeua2cLKA3lXRT1u4mL40JYwcWt%2FKEtmEEUxjRk8KaGbypCRadLdPAYWEgMMT17AuKBaH1sVTT9BZ8bs6GGCY31j83kd6Ypj%2FP5cOObSWk3RrDxuGuqg0rCnB8PPqV%2B7fh2j6lDfeovbpeFTYl6nadHMw4l9TbhTHlQ7AkP366ZY9fk0Bp9R4BPEtn%2BnIbGAn2IT4NxXft8knPuv%2B5jMMmgVb7ctTNICbz6eCbGBBjVPY7wKuAyOdVmgKU0bPSn6cOS4Sz44HPZAOcTAfYoVQDdkZlj%2BZsEgg0kExEoe9LknrOfUyOISqGDX0tD1EV2gclqvgtIk9Au5xFTIAt%2FdtAELpm1A6fr6sKIZBQwNOgGEeFWeuIflRlaIeu0OHqB9MQpl0X0Ps5Gk8GuPZ0aLbaMA06UWWFRmPjklEJwvc6SfxH0qhTKDb03VG3arPSCnWZKssVnFuglgg1DOH0vu%2BAOIzrO4hMeYNbofX4DgchUvoWgYPnvYORL%2FKmvsFYbK%2FCjHv44rhIO0GHFNnqVPKLvcpiCWi%2FlBJwA6%2F0i2%2BsflIgFGQoKtvXjYOaZFnaUcgFkQZMdQS8WLWALw8N%2F1i3harXoxl%2FfmFqPoEXUC3QX0SGgHsC4%2Fr0g%2Fg1aebX6NmgzrE8YWI8AnJCGmYQMysMmGstrgtAoEG2lNGYY2%2F9fu16t6OA7R3xysAmKTCsKWKBySUdkYZ8ynK0U5x7RqnwyY%2B3KFVPTG0rNUqgmVyOWyphgf0UBM0dOhD88U16FavEd%2BJ03YSGDBLD48FOowhrvnbsFOuT1a%2Fzf5IyRl3KFI02A%2Fd7zEwP9I%2F%2BOfm4gHxCQiJiElIycgpKKmoaWjpQKxs4A%2BQbl7OQ0PlxxIRFVOhUpVqezzpvL2mSJg0zWWNLrjkuiuuuqbJh274qlc%2B83njO%2FKaj3ysxSMP%2FKBNq3avcrtst1CvntnKHTRghiGffq1B9yxzzP1Cgx28yW4bDZtvs2%2Bc8JUfIQ8Zj7gex%2BQSnq8loIHSz0ETYuFc%2BltDl5DwbneHW93mEY%2B6z%2F2udg09LPdmt3jYTt2eQ%2FpOdFExwSSGibr6gmKHXfbaIwbHUAzHyDsTvU3jMRGTMeW8C8or31b3Emx3ogLb3FMh4lcJ%2FKuZ43s%2FmBYRZjuq2WSXVaS7%2Fd7wpgPe8q73Kq4kdJiw4cJHiBgpckCUqNGiV%2FpR%2FuNDAwYwFj%2FbVDuj3cFlwmDX7HqhCSLdXdOL%2FYOLlpKBoYWnPdJAy5Lp4x6xqXv5Epk7u3HJwmJD18L5O%2BucgMAAOYuAyDiOm1iYrouzDi5ZeHUrSmKR7GotszhJIhSiVvIT8UVjVRQuUsXhYlUSLhFSHKRE5auFiYWZ2sQKFFuIOoUmYWoxf6Bvbk3u5khicsG1krv1bwfJOZQiBMk1R0Y5IXBH%2BCxlOnoz9OY2Q8iV%2Bvhv6ax9QIdd692%2BE6XGAQ%3D%3D) format("woff2"), url(/assets/decidim/Source_Sans_Pro_400-760a5ecb51ae9bee28469d621b6604d62c8c7c4685c307aa36bcd2d7d28763b6.woff) format("woff"), url(/assets/decidim/Source_Sans_Pro_400-2a609d31517ddeffc729a87ed0826716928ea0ff69833eb62ab463924d589066.ttf) format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(data:;base64,d09GMgABAAAAADaoABEAAAAAh%2FgAADZFAAEMzAAAAAAAAAAAAAAAAAAAAAAAAAAAGkAbsmgcgWAGYACDZggoCYJzEQgKgblggaItATYCJAOHRAuDZAAEIAWDXAeGOQxLGzt5FWxcZYaNAwDDtTsYidDjgKQ2NgqBjQMEjpyW%2Ff81OZGrfrX9AFgZloYp4XBFpMNprNW8sVdtrkqdi8LX8faEOu5FN5sf9WbQbEtPatw7HPkIw8oIEraysMlNX1A99A%2B0KARRv%2Fa8U5MXjU6ejx972rnz%2Foo4IiJpF6o1jVQijY2YdhOZ4Wmb%2Fy4ErKbEA5WQKCtAQaxG1AWYhbosK6Zzf9GuZW2swkW0i6jPAM5Zk0yLeIWmTVPx1ISWNtXUlAruBaYwbPYPTEw4M24K7Mw5N3bbmXMBcKm6DNPEyMwxMdY%2B9Sm10FqXi1wkO2%2Bj%2B4CiO5ZqatLa6d1JG4IS2yXAmVHsabNlXw%2Bf9LK%2F2W8Z7A0QlChwr07eky3xWZKRQujP%2BWUa1g7LnixL317%2BwW4fDq6AklYQtRYnmKC9AvhvQACBy6DoxoPbvEaRoHxtZ%2Flpv0keoWyetiyel01ahbxQELX7IgLv7tDCQ50O2HJ9wuKkBcy8aCHg2hfL%2BAn273VarZ4dLfA%2FIPYVVW7LqwDbm2sa%2FS%2FZ668vJZad3ERW2EuOl2QvhWbsTebGyRFABeTvLFiL1qL3CLgjLrGoioUr6uKK8v5PZ9nujA6hv4CLMkXjDVAFXJRJUa01f%2BRny9%2BzoEOfzgesY2%2BA%2F4zku5HGPvBugLFEqtN1QG1SNlQ0l6oLJHHz%2FgYU0oOlMqAEsygcYBBrxVi8PvUI4JBJrWk3tIj%2BGvbG6i0pUoIECRJCEG%2F4NWx%2B3qKhlydNETUiJZhuGIYy6b%2BPTH%2FGVv3hxlz1nNtOKCpIPuARxuzPqQUwW%2BAVApQvSMjgC4mXAFLgCylXATLJFzLZFLA7AP3%2BwEwiCvARR8WmAqsbLtWXAzIUoI0CjB0h8PVXVpcDq3UMkOX2KBhINYsMhJn8xp8rQqEZVtnpuDte%2Bh0AzYSIYYQHYsWUPRIKKW%2FpKjVpsUK%2FTY4ioPRz0n7Gux%2FLYy0fw4oG%2FX1ogCWTSWfv%2FmhF1%2FX3rgHOCL%2Fwg%2F9BDit52PIFAPzBG%2FKCwhun71b0sy2NUKT%2B%2FUb5Sd91A9yZIPVXlGkv334AEWLd2zSj4hLDgF6YxECUQs68AV7b96L0KOQHHqPHvNvD8ln4yGbSukR6GZ%2FZf81e1ui7wosfhAKL33cSAH8CoD%2F27nbXu%2FajUviTlSCcTH0D6%2F%2FrTT8NWE3xmg4C9N6xfj4c6w9x167rG9i%2FF7AH3HS36L7G1vv9sTbw22i%2Bw2f4Jaewl83P4Qs8%2FwFQpFgg1qrHbHCyRk2xI52ZczAkd69uewInaFXwrkfBlBWgnM%2B%2FlwbxasY6pgUnBj8hiN9b5Lg1OlpfCDBvh10zvJIExPsUCHWBVyQvTafXqop150B4HyzEjPWW5s9900eKCPeOTVwMS62LxIkkGrNPZdF8t9D76%2BFSSfve340SPAMC%2BHMgblg%2B5QH8qc1%2BPDTafke5qvNRoOR1AqzZddxQs%2B5jrNXxFau4vwUCd7w40WDVsHqV0Q6q6ZzBtZDJho9aXU24PYoqwfjmCVAXBvu7EHr5nvQGxj7%2FfpVeH1zZiXts574Wn521K2jkqbcvP3%2F%2F4KqiKa6NomkEJyDDCzp32Vw3seRU4e4ov%2FvkHWp45ZBy7BqnQlNcoEuQsoHsd7APGjAV%2Bu315GVcn8n1HsqF1Y%2FEAHW7ifcrtz8nrj9%2FWFGZ5bYqFAhJHqxqMT9t8VX%2B0c%2BtFs9Qihb8uHRpg00p6qZmwiBXpzkm6Cwe5HcwjTQGLW5h3d6xCpgzBi8ifXpM9CaZzvZ2174KfyBj7e%2Bn6KjnO36kVi5E409OEaPHW69xX4kCE5unLLVFNT5Tb5YibTKJbKKcNYlXQ%2Fgs40uBbO8CUzzPRyG9uYPW7OSTP5WDHjR1TUtuV3ezDJlrd1TX1HH8ek3QuWnPsJvApx9DOqS2F6CIOIzkbGJzvx%2FhUGANxDxtl49Y3iJoiWkQdSZBkzejKoh9ZAxbHKLkUGZLVjSoY%2FUkR2y4g9elEH8GugJ3qmZPeqfVJvqT%2B30NPdXVXG%2FtivwIoju%2BLhaXejyHZgy33XPNoZ14Wbm7c1qJdiCa7QLXpDFmss%2FiV2dIcq0Q1JjkIhJRgbRRZbfXTOQIREhL1WZLxd0ZTZiSR6cLkHzYfnendnuxJYhs3WAparOWHmQOvZeotvgqbu46XgGtraqrN9GcNhZSv5JkM0XvxEp8GDxfAOhSeX85Bw1tFPNboPi13SzfyHfAFlFqfcQY7pu2ef2LAK3Kb5sqLyiTPQpa9K2qdL80kHGvP3d6k18JrOS%2FwAUp250MNZ%2Fgnu6XIezFOqrX7eAds3zQKd7mAspB457g3v3kxD2mwYt7O6mXyLeHzs%2FszsZ%2FhNgT5B5SeQWNmKtogX1CjsfILhecNbHyNs37at1Snlm9Kw8Fw31ZhgJPdNEOg19LayAZ5KFZ3kCgtQxwxJ%2BVZAwDdRbQFdDnFX1wqts0X93X3vXTbQm0G9KfoqW2M3HiltAdtg6CUvWO0YICoYfp8o4mKO8VMMqScHRG7MUSCgNsxoML9mb16TzpMBSok2WSKUos0KVcjxWmWV2h%2BdaiBdajhfrRIpvcNYCg1sHBI7DAxGJKlFNbZsy5nxoLXBYsWbFmg8%2BWgB17Dlw4ApYjIf8oMb4KsHoDLt8vgysMHYMvN37cecBVJhNBKRA5JFIaKHOhQMK0wJNpZBI5KgWBtb5Z1ADtTCTGAPe7AViDhI7oMoCTBYF%2FDE29YdH4qD0D7Eaqi3DLCICdkZgCFvntJ7PIzrRmJpA1S2TPjlmnzaxjMMtoDE7eRJA2iIaMUBTmXkJmIk0rNDJtYAuwk2C2uTBc2UwHLPLF88TFxkN2%2BBabYJSoEIydrMUhLgaVEHIkRW68GCFP8JBApnx9PfkJZiE0bi1KQmNPlAKRCmQibfUgauPYGE%2FHTo58DgoUYitSIfqqoueoVh3TX2k42VpgIXOLNOBpJETRhKiakasWXxet2mDaEV0HMtOJ6LqQmR7E0ou4liCWPl%2BupZZjWoGI1iC%2BdYhvA%2BO%2FqXvJprMtQE4GEMlH3eFXLId1ohUrthRy6HlKDNAOT07FAPuM5BgMSDwM0hMLzMRsjMB92VB4hBuuLdACSXO0ipxS4FcFMMpqYsEhtxABxM54lF%2FiKDbxMUJQqoXJYG6%2FQGLimu8GybXKYALU%2FXoj4PgVzEUkwYCahUMQFIFhFAOmRZTXT%2BihR4QpAeD%2Fht%2F3cgDGm7HdBEAPAeTD6gZsAgEUQHRxwyC8kdBcARwAg6IC5hDyJ5NpoilmOOSihz4wQuKk1Mm6U%2Fc2ycPIGA1jYAGYAtNjWzezYzgajfR0ixEJIJdFa6pVDrvkkY%2BVmLx9LkbEqAf0X5b0N8AJQB8D%2BgDAF%2BQPvR5oH%2BD%2Fxf9P%2FvWj%2ByKAD9c%2FKns0%2FI0%2BInw08vlQAR7JPoAzABcBrlIKeALwPOBDHPLbHjywoVGbHY4YNVWr1dbY4pyFllrwgfeD3OCyS65oZrDWJutcs8ot6220wXUfNDnhqMOO2Wyre7YbscQN%2Fxlw3yFX7bLbbTdts8JDO%2B3X57QzzmqRJlKUaDFixbkgXqIkyVKk%2FjLvsa5XqEixEqXKXFSuSrUaerUmqZOgQrsO3Tp1WXxnjqd38oHZLWWR5ywKpyAEZkC7MFrqRmCH4weZnnLOjkCt5w7GOH8jUKwZYgq5%2BCI%2BHGiHTTBlkcKQiUcGvMOJsd2mpgCywyYRhuFxVHKGmwZr9D6PzW3cJAIr1OYaJh4an%2BXkNZ4rxAxSzilqZkw9h244REPZN%2BVpNAEcHtQ7CTWeSzVW3NtbjGf0X4eSTHY4HjMM5ikZSRmGexUUwyEKDYVOx5SGp%2F0ZGbRsQ6MJqMQliXXd9CJiuoA3cNvNNALDbE7PMBxCMdDcf3%2BrlRvdcG9jI6UxB%2F%2FivAYdnh9ogCgLD5rjIiSOHMysU84HZ90q5USakuMUDY0irmBqpmQoFwI9BoC8p4kBfKb4kPIx4CNg3r3A4v0BmJwG1MvA5rcCk4rV2%2Bn5waCNCAeluoJGIUYLN9bHQ72%2B7KpPMLwDVOhUhigIVTamaDIdhaSFsJJWNUAEwftywgySuNILFfAxOIcmTOIZIpAeWhZig4hxwqWjIdbZrZEKAp6bCYIsnHMtM6Umo1DvkCYRH7LMO%2Bln5d%2FLxq4arzssccixE5V9YH5lw8it8sxhyzFZ6hwlDFp4rZpcRS6W0SKolC0exed4KzW3K2YBzKJp0WaNa2%2FtoRox5ugwTMHjWAhq%2B8%2Boc1I%2BHtTu%2FCcaZVkaha362XYUUdUnbmqVodpXeLsM74UDyyakWqtowas%2BzVKW1Rl5%2Fdglyb8RRceTNU52SMWMIaWsCGmdMM%2FIPHoCc5QmRR6fFzwffxoAsA%2FG8YOkzhTr75CAAjGfImRXY1MUHLTf5SpwSPg6lgvz6FLdDSSBMPgv1CWc43jZ4AIDgQ4cqh1iubTegYrljGYpErLDhZNuxWEKuQ55Or%2FU%2BDwVb3aS0P84XTNry5ZVjOIKQHYPkMQxzWLbhFJ1yzGdVDnFDd2tigo08BHjGfmshhuMp%2FhWvTiOjmL5px4zfjjEvSpT5xj45L08DQXI%2BsogH7L4vLtw%2FYVGEjNKrfO%2BGsxbl1qWStJ5Qw5lyZwc2%2FxQTHq4IZILOheZV0xvY1fPD1fbVUBID3QzHQv1S9TTAGRVDEl2eITZQGHy2EniHkSt20cV4xmTbL74cewpXs1NdL7lc%2BQ92mAuP0%2BrH6tzFH9EZtEDmFFONs767nAq3x9PFy6Pkbk3m0Z3JmWKpHH3D%2FFMfkxnzwwkCRez4Ups5kqKti0FrSRETBe7STCal%2Fbhw5Lk6NMuxWFo73gMqkoZ%2BNC0S2hOJGN%2FqvNd1DU6qgJG6aRjlW4XxH%2FEZkcNcrj3sjQ%2BHnlGCwq0vfVv42DfHb9ll00zYs7vr7QE%2FBYQIhRM0T6Xt1yoQbwZwtD8Ltq%2FU%2BpWfDVCxMUYGBG%2BGMvizw43i2DycYxcLbqRAcFke2eSIJH3te4y45aMQDxVCsPwUgppRRzyKgWKfB4POMUOWQ7bMX1L6w5K5GaTN8ajBNgeKTOhZJa%2B%2F0v1iz0Jvqy5zhF79A2Q9b4nV712Dd6LAFJRqV9sIp3booGyeG5NdHrOkrd33o7y7IYJRQcBtsxzdUvRIW8VhnQcmbOI9ILWRa%2Bc3hFiYHxqcENS92XLwpe2VQ%2BadA%2FYYrkiDAwEyeTa08UuFXZ6vyzKSco8d2WIHTJUDXJIA2UPepTRpBsLP6oiMQOVhhEMVK3%2BqDh7ugcEOuU99wC6LbJVInutr61MOYObCFE9LFN%2Fgouk6PfwVi09YaD22vTabv3URI0EJ%2F2qE1KLCLEfOW4%2FpSNjQA9GQ28rLuMtOVDphVQC18sIeQxIJIrf01LvlaZNA4ibnS2HBxtwhvJPwys%2BVhMRKvfcVvvTOVIsOyQZTVunewIBznGSyHjr2F07zgbkXC97t8NGUw31eHWTA546UzTgoDX1kul%2FD%2BNHN1nrRnU16dFhAVXyCS7hzs63wbFFEIVGRpKJ5UpqHdYmT3s6vG%2B76u8TQfNHbUefkR1qjQTOIunAUVmt6Sf0uaSzRONtj3%2BQIYAOnrmmW%2FI4DjJ4UfE3IHs9SKKpPjLsNyrJWAoOvWRFWrLJ4tSuHTKiNul6K9nSzvQ0876%2BpbVkOBUrYYEfIzV4cx2dz%2FWwK2Mv1OaSm1vA%2BGwTzwUaGXJTPwZwAxIWHrbRpRxmcGXyq4xFY73ImT5zBEGbd702%2BZiWMVvbUecEHd%2FsGsd6fJ7XqJ9STPQQjJwuW4qx4%2FKOTXcS%2B0UCQhc%2FVzAFPMJcNpETNhtIvV4Po33t4kfEFm%2FZOLbufqtW%2F5iqoyekpUozypNf1b2JhY6RiCL7Iorq0Pl%2BUVqSqjml%2FGDY0aFS87quxdiproovHHcuVKeL4CWqaQjTHcnnQeuHKydIUFaVtq%2FtDk1KNVQyYlKFoG8TKWgj6QnIpDi6A%2BUZVuWkDqdoEstyz7DJlEd1MypgHWtFztSxdSuT7u7q%2BqndoomHlRcswPuIpzvyudEOzlXXNK0%2FMub0irx2Cb67fQX5s10q%2Fsy5%2BRaU7UpvE7NTg9phGcggU7s2F3Kk0o0W3NfFQz01YNDdfhFc1Io3RY99acZaacBYxIg07Mp4DBT%2BsRudRchTprwIVLkKnhEsGylVdttKx19X3Q%2BW4CD1qjYuUKUwxHqj66DlCmsqiR9%2FjGjJ3IitkyNW14qC7C8zT80lWQGQzbTwVblI3wFF4YNKupmCHv9L3qCmx%2F%2F9qHFIx35CVsxaLZx%2FtdLHjLJJ%2Ft149LWqk95PLHkxEIAlOgC9K2gj0qaYLauVrYhjAmsw7yExCaFba30tHP09I0yD4QWoYxOlOr5TJ3fqxE4yTdvPOfzorpIlwS7dnbasq4cFmN%2Fet9vhu31zY9Z7FbW6JwjW57s4%2Bwh0FmgyAb25jfRuZslAVTAr7%2FF7i%2B2KZ1eNDZY9xI0OHFZvXZ37EGg1skulltRN9RMh5B%2BDWQ0GGkhC7c9ZhJi0EjiPJWxjl7JDOwVngrtrdec0D%2Fr7I3jCBiRLnc%2Bqy7rNTdmJqlDDAzpqmrgFL%2FmzIu1vTUBxkAUpTUBIKAwsldtUhFtErQVrMNpMpKfJ28zz%2B4tx2AN%2FSKvPDOVPEi1vja9iZnN9EpDtMXVN%2BsBcJnOAl7PBobxLz5zVXck9yelTmROCkVZNGLeMRQqh%2FeWbmrAg0kb7VJ43KSAM1IEypkr4DJ3xggwtJC6Di10xiQhy7L2aqcPLT9mDEUG4b2agu0OdErySBL%2Bgwg%2BiAJVJJH4ZohxDePBWGkmX%2Fql8vuQitkXMZLuRAqniK6XADSeaddNxvU7DOiCcAJq6kav52FHVee%2B8Zher3%2FlX27%2FGY5GAwBExZ7WcVvqU%2F6RnndnlwUk1geOHuAxKgdZwKXEBRdAYvNiPppZcjJaXYbKpP4ismXdzPNkHGTqTlzbbIXSzt36s4HFW0zRQBWv6%2F8cWHgmTx5iSSRXyJ%2BkMnap4vkMJ55e8M34Ska3gFXlMHgrhqqFTRsds%2Fen8BCqYya6YTDbfd6tJzYIe7iE1BtEOvw%2FcK9QB3avaRewPQGTL8ePujMdHoJvjYVqPQmjPz%2B4%2FDqeUv3oy5WTZqwKCb4OwBhDUqBtarMIyUWxanDELNDTinHw%2FU8veBG4Ulv68Zr6ZuCc11M2NL4o1zpRwcPyyNDXrCyFfpPRNoBG4aLdJwrSbRMkC5WdPz1BOI%2FzfZWmPahmYR6GWucTO6teTIosfGQiUtAkNunLJJ0bVtmYm1wSlkUtUnZUDIYGRdl1m668TFxta%2BL6IsF8THB%2Fo6V%2B9Jom3wR%2Fs5joe3TCutrl73dqWthrZ64rk8UZdwYU3ujfTmG5v3JvTpMNPvde9z9abh3ApGgiVdAlN8LHv0z8YVFu3CQQ2SFA4d1M7UEOm%2FNuyseILyKZNYEE7%2BAGJL%2BXqV5ji9RN6eBWjx9GSPq6ZDcekYgrytm2fflro6P0rii6zlqu%2B4j%2FizF36kjN79P%2F51lkGaVnPDX1SNAmyqkdvip9Vi%2FI2AJwNKXSwtYyPZyrDBYDX3kqOMh6EbC%2FqZLEx8fyWjuB4%2FQsdYf9DJav1KnLHxFEJ0tVVKkpH0o%2BTNSGuGLff7%2BNudEWahEZjhtyRZ3E%2BP7ffHWtCDLXs1647x1TtiY1eL6F2Fcb1y8%2FFU3vPJzMXFTHdGiXTZ5InCIrGH%2FRX3O31xXYEq%2FjC3B%2BlwSdvXGaxXrvhnNRc%2BCP81I%2FXwNUjWVQ7FlHqI1DKPuAazELp1ET8KlK9nyYuYM65TibHmW0qtcbGN5f9IGo25oJ%2B4r5UnfuPe5TKZUue%2Bc8m3HQai3OE6mPMvNtn5bE4a92deAGDDZl2JRaKNU2CiNbxZ7gLT7SWkbv6uN83xnjhv6OSwaFab0VpKtN6yR3HDf4B3d3qA7wemW9cv1aRg%2FF%2FotFyinIxxdqOjgCt02hPQBpNFjba4c6AbmnLhiT2OzFnJUq4i%2F86Ebnm%2BfEGWfZ4vdrRk1mQAtbmNZ5JcNRFsacdG8%2Bi%2BoyClNrRsXG8PbGkNyM6AuTxrPV6S8brnvZvCxpS7dxb8R2w33desXPqvfKpmKGEQ6fnvEPPVw%2FFHZqavPH52NJptvPXKIpf0W%2BgYm6tOSffOvxFL2Nbi76k6u6P0H1p0L2sl44kbE%2Fbb5O7OzqDxLQU%2FsyJ3Z7LLCqLtzbQyzcj5tFMAer3djhobVRK4aXyfHPuNtc%2BbDq1F06ax%2BgsxA5LjMSkxgBXa8wuOhe2UO8s7Uh2b9hPL5Cg4bBTElDL%2B0bYvwSzKsxoDJaIbdBWH0zcjdc5Yi4nFtNSOGIRhoSoPGmUZkDpFRreL0GMemxQJ53DOzqKxD9UM1OhBzbbmZyy1i116%2F3qoFL127MeiCRGQ5xrlCCPimI0QOdLXTQhMSKDzeoVYW67Dqo%2BybSzIqBIVgKjKKMcaywSozIBWtwfMNdPUopDispk5c6anWFRFJCyso0DzwnI3y5P36qimRhFOgyBwFleOOd8doWcKs8DuFtpYEY8MIdlEvCoqNtawM6zffFAWuLabzLnJWJ4Pjsrf%2FmmWdu%2B38KSeEJtZPjMwkqSTuDMnPD9a9luOWJkiTsjWyTOaXvWSkbGf%2BfkyXz22nJ5iqmXcKGMdyU1sWEZNQWCPVRqz3iUUrFI6naK75jvQVmZcuOT3MKGufy03QocvZWvSVJGXMBRGnVUXI74YtNdQ8ieT2f0nxpk9PfPudX9XUn%2BxyQ6%2FwdTFK%2FNSGtiFUscRj42X4EPAx5hfERpFK7ycElEXsfQQo8NZSFj6pT2sNWDna5TDljHClOjdaNX0KPCiIZgBAnDBpRVodenawMapiFIiGZEmRW9OqcuplTqY06XXq%2BQLqa4wjpcc%2B%2BEFPDK5cFFbLAEDSACpluD%2Fr4NJ523hUe6yb%2BC7%2B4gK5L31pxCEi8paaw36iYe31fpwEqHlE135NbMhmzAfwp4qaBnyFRGZnH8pEyn18pZa%2FFVY65oRSAkC9Dfkit3R4BMBJ%2BJHvIotzkNzWJAW36qnBFZNUvniO%2BIiLoAy%2FmVW6Yn%2B%2BejyvT1Z%2B3DSh7IvxSfZeRYzfNSmD0HytzlT90uJ6iWfnNKp1Ad7nVv3EJXnmMfuj7XcWaVXrHh9XwZfr4nYKHaTFkD5GQoh0MXimQLczKVKSAHp6z%2B%2B%2B9SOm1%2Bu98X3ZaKPiA%2FXdmt%2Bny07pKxY36aT%2BmZ4jPoXO2IoHTNzh%2F%2F%2FTQtsPLRpuPoOud5aeXaZHFdFWMV6%2B4jrYfHalN%2FGMiznUZn59gGo36o2AEcuvzus2yHuTkHjQ38OnAhOV7%2FVeBD6azg7agIqBbWdEgbCad1mzcfTt40xTZ%2BRIfv%2F1B3f3ra26FFwaicZKHz7JdlOw5rtfxyfflzYJklcIMrr7HGrtR7X7Gob0PVOOtx52ywawyBjzeLHAFkrTxGaznOc7rl%2FR%2Fo7k3b6B6N7OOGgsiGPv%2F6rq56xuuMvO7WSHZZTUsKnGtrW7XsekPg9tv%2BwgMxUki1esTXo3IvpcYjkr2xUZnIQ5F0ACqPTNgmfIH0dpGpWdscglYXXNjc2bLMqSwtTpJc2lDFVMosCPddp0AsssH%2FEtPd36WgwmlVQvKTbDcrDIq0IfEMfzxbHMK4qG9b%2Bl5reI42g0QPc3ynaJ3IJObp0NYjkfPe9jA8nm65L%2FQxxzDFW8BbgY8pjsnfAqGV5KgS5q2Z1vyn3r5KXUlNPH5X4HsmX16NWv41OjAmlRVZvpQDZFKXPU49o0KPBmBEGVWcOpzmIxFhcDpntmw%2BQVThuvFYnCKgWFaivPl6qpcGCdB0oc8%2Blq8Tm8R8fv7jdGG%2FiCjemJ%2BiFFqI8w2uzN0%2FFxfkXVlImPcoi9Y4JcNzeVZCPtfLktIUJMKNhh%2BzrjKoY6ONNNjFkMrt1i%2B6c7MDqqJEKJ1gvnorTWVwoDQGsKtz5RbXuRodtVaLhdhyoQ%2F6gK5WyaHQegeFC3%2FTekUUlzWu%2BmJdcCV4XWKTWnl%2FtmJfxkeO1MyreQyKfcbiyhI5YClKcuNbpT%2F3DBR39ma6ko76SbIBX%2FUhjF0RLssw%2FotPJeLzI2896kBV8%2FhTYbcPyrvLp3Uv8%2BFReM522vNnUDniGAnYvEuW8yu2zEgOzEcj%2FPNd0dCwU%2FC7mGIZ2h0f%2FGcvZGHhP5pqqGWRUiC1bYgT88HbK6qYOomb7Ceb2LBCcGvQO98Ow81Xhphmt8sA9W5kn74VG3tiLSf6erOLqiv48%2FDeZqN5burymjU1Z3NrU%2BdWr6HbhXPi%2BMYp6yyLOTPz8Xw8vv7x%2Fn%2BI2ZKZNVWocJRNrKnF%2FlAQX4vS%2Bss3mZkm1NDc4kyyfQxZQsZ87qjxYKnUhDgKpWS7gMeIFsdCZZ8OdTsf1d0X7D1wLootlhulQiJ%2BUpXhExbdbTZx4pAFrJvPB0SMZPM1iCs%2F8RHHR2uXAa1On0EAm1%2F2ExFvgyw%2FxPunnbwkphAYPHG7xqCL%2Bc%2BWniV5%2F27YPtNf4t53RsUWKy0GreZfb9edR3V2mnDVDxZ9mmYiF8P7qU6ZnBF4208VeBrlsD3LxWkr0qjEhQ%2F0E1KLXfdvQ4tBir2PEF8sfyiaTeda8Isah1RMdUcwkCsKMYpdjF5%2FGXdEEYqzJdog9yXzRiQ1f4y9ybD2Y6F2MkJlsWxkD9vsQbJ7ZePbRWa1BDnFJ%2FWM1f9zvWRZZ996Gm85n0nmEWS8t746T8N%2Bb2sBoqR2GfslfgSey7cQ0lawCfM97%2BfRrIG3szHm3YEEoljkJY5bq39WUqYPEFKMLoTdr9Vg0dm8JAfEsMqZNyRzEaFH4AwIJwZqQn%2F0EBSexKAjDPgIBk0Skb6fEpirXG7B2NMQ5yV1tL%2FFSSTU85dU9Sytykz10Pd2TCW%2FYUSqepa4wvvcrLAbzfOEWC57K%2FzNdDRBjWdMMqmFJX99E5GKY84j3suBqsGmO%2FTQDXsvZownirOpuZa%2Fui4yo4B%2BD4tCjhq1y9RiJdc0T8Tv5Ao3PLVwhDRPgHOgeGll35LKgsfCcBf7exfxoeWUShCygKx1ipGpxvSwKRvIglzYLkwrSvBaeEH3teq%2B6sNXzfv%2Fruo7vrA7NfjHzDnMu%2BH36RzaWOwYPWovus%2Blrx4lzSwRgGTR4mNE0my2kAwiOTO4FwblB1bLSw%2BG1Fve3zw%2FpZ7JTlVXyt%2FuqEDiWnYqznPXcUaX%2FDjN7K3Qso%2FaQm%2FhOzMegqX6UjuDMYMS%2BuDjMTZFwOURMqbI00k2YrrXugwSjyso5Hzx8T3Mx4BnDPP5QKJY%2BSMbZf%2FkLQIS%2BcJhd74u5hqo%2BGnojz4T8QYl9Tu2jYkZkzden0Ec8NbVkf%2FLiXirrnovIXbH89Jj7tAqW1vUYU9s6Ques7iss%2F5VdQJ%2BK2F1pSHWFG0Efr1AU8VwRl3RvP%2BnkeVtKOnVFi2JzGpDia%2B2VX09ldNMod8ucJ7Yr6JcaeUj1%2FJv3CBhPW%2BjjlxlFfvX8MBtU%2Bh0H4Gw6YoCfHK6iCtAI69KaOZ9J9jeYeZb%2BDkt%2Bo96sujKUpJFxQpp9MygSZookAue9EDMHvm6WKRPYDL1ClraOT0e%2BfpYtBcxmfoQJHJp3AZuA%2Bao4qjVGbI7aGUwcOvtWBW7XcPGMF6ghEFAsRnNJKbwwfppmgQv05jlWrVZDO4TNTz23pNtIeWQMdkHWraVbAExgQB0WKxkjgQHYGvu9dRoY4xOjzdFqZCtKU6nxxptgsUptDt0WyGe71VARhiVYrXZhgxLkBJ0JZIXGpTna%2FuOyWLeAUksIRpwm1m1erOLxuQ%2FmrekDGVCKpvbyieHZWY7TyDfCY86PF8n5Lrw70kcbUINVGNyNvDtpg2Kimrt%2F9Kdwg6fs4Wp5wUKFg%2BUSJqco%2FyaUu02t1IuQM0paSHuTqaRxs8%2FD62Y8cRGMmcF3Mn8e5V599YW3KuomkR3%2FHeKiLu8YMYWoV5nDd3N%2BA72ac51U%2BbKaGtNTbTZak2sc7ZaTBDH5HRyjBAExhrZxLngEVVaH5po3aKG%2Fwv9WlbFpTGpBaXLXfaqOLxiJ2ogibKmD7dE4QXhFrmK3EYG2%2BUyfiYV%2FzfFwf5Z4cVPeeS7WhWRlnbhr5c9KC0DRlDq4aaK3znkC1QCPK809qU2oMJT8TDvwO%2FCt9rYUaMgylMk1HUryZso%2BCWlb01HkNj9E4fDqwHxH662P1hHfLWo5BQ9bsT6rrSyuTtG6iDqlpE2DmdiZAHNRMcQMUavJYoRrPC%2BZdSl4SiFgpqXUs2Uw1AzTG%2BGWCPT4WZ8wcEHOCINJix%2FMBluXQgIWFAoJ9%2FjiDCNsPz9pMLa0U4ml3dYrPbb8oOe%2FPu8FPdxedfZm34Z0jK477BpfTet2EvsMCnmq3SmF%2Fhr50qZVJmHb6dxJf9w6BtmrdiLA0Kbr9SMy%2FfX%2FqrwvDru%2FSrdJdXv%2FukqnB2p1moCLCbPEPlkO%2BogCVRe7hsLzCUuIqWMeLzgcPR293zhka2oZttUw%2F5LJPmnwGWS%2FNXXFPrD4tHA477foONL9AeXBx0LdDPSJx79mciLilSlw5Nzuw3qEfzvdDxbVjh%2F9eeHeHFUH4KkwgB31hiifAH0sfpwqnn9RxMLvKntilH9kXSl2S2DqO1taSc%2FEseo1fnCfPgc87SNJq821ZThqvpb5dRwm4v1dF1Y9a4P%2Bd42pEa%2Bax9NddE891xEzTniHHVX6sMH1NcatyAtdS31mqXooa7FXT1bunq7e7d093QvvpfOdubGA2tBsGZbX1vJNBjGod89cklovVe3am%2BaFwgBpBnUHufp%2BBHNajXH25Xy8C71w01xy9QPBV5Lueb3yrGJhxZolfuFW1DBlrEKWhJV%2B3MEj075pj8yn%2FfXhc%2FWA2UllmRbci0%2FPfJrFAEd%2BN9s6RV4FZD3NYuYfGOZZluNYehCtWZXOmGVVD4QSpXhzIOi5%2FhqAnhj3JVrAMd%2FuXTCrsSiMBC79asOHJqQ6nSRuIEewh%2BUxTKZuRk7BtLIJ4L3W%2BQtrJ4ohOpn8qyOTlha%2BWL6uIH1gCOCT8GYzEgfWonGAubZJtJiMlFHkLKJwkkJiRBpMbbF7NJZEphhpzQGZJ2Ud%2Fh45kUtDRnlCUcFlZMvGL1v3%2BSMH7PPHRPn%2F9s%2FKRji8oYFwt2e%2FF3n7XrfsH%2B6drnbnPBb7WdsE7fZUAm7Ti3%2F1BEEZ3zN5p%2F4carVb6zOOM3jOAKtqX7qZ37h13kL7nyfzBLY1xV%2B6md5jcX1sRY%2F9bO8rm2KRNcu8iaRn%2FqZX%2BR1iQyrgp%2F6WV6XmjC%2Fof0fxR5%2B4jE%2F96u8ATvfxakM9jWHn3gsryi4PjLXTzyWV%2BWmCK%2B8yGtHfuIxP8%2BrShjWGX7isbyqT8JrBK%2FeW1sA5Cw4%2FcVzIWArreJudRG0p52Oo4OGWmJn8N97LNmFYTH1BFg9tod7e9XeVqymgqW94gsArbffB2SjOCgOeYctHDgg2EHinQRsbS%2BQ6WSdTD2ntTfXXRvva%2BqdeEjD6ffGbziYUxsP9b8%2BPZTtKlH8vEq4pqJj1ALjFRipwBgFRgcv9JdafKO84WVN%2FcvvfyD%2B679%2F%2Fb3wzwB45oDXAThgOfTx3o64l%2FF%2FoHYZXiQGi4FfHz1xs4pZS6UA%2BWJ4VSzwr5Xo622Ip5twTf4GZEvROlAKUAeOYJhfqzqkGxTwoUCJENoN2AP7L5C%2FIHhdkYzWRYxs2HcMp1nZlx8S9EZIN8g%2BDAK8Qdv5A5ki50AXENymqygeBeRbkFD9b58uqP8wKOhTVzeQGGbRPlBQMywUjmt5TtjRxlBsfBalqwz8MiMra4fwLMyWGpY9dK57egdmi69QcDozwgf6eJ6uhBimUF%2B4crVJziAjEoIOJ6oRzTVbE1lRZptNdNkBtGelo5BwptHq1MbD8FI0Bg4u%2BIl43UqAvTPDjjzMmPYKTnZdNArohnmwyppc8lSNKfXHY5jM9kr18VbZUvRMrjGDY%2FLQciCCAK%2FWcYPAkecMAjuvGgLMP0hz4oFHwG5rOu%2BYAMS%2FHzf9hSg7TyNf0c1cgf8nyPfEQ%2FQm3JZbjhyl4HEzjrkcWTRmyKM7xWd%2BRrZ5OiNN1gDSVrvWTT9WGVusrTRVaq9jaX5Ll7NyxttGy2rCMmzF2j4yfrjmujXTgsE5iLlBI5kt%2Fh%2BqtiQAmDmiIaPEzDmQXJ2lGq6yCs7nstmzbA4LUuoxM%2BuPSjuxdmo6THnhIeBfuo9PlNgtD3lITuCiXEirE6rvI2SK054pPLmcIUsBADxNoWRWulKZgoNzEHBeznlf3hNtJoW4Dtv5upTq8RdRAOi5ktNJdaA0U7UoM80461uErgQ5IXIcMWGWxbS7ZeWFmGpvCByfoXKeMzznU%2FnEC17svisykdrT0Iy%2FsCmMrt5iRZyGUETtnUcQul%2B0Hriu8rkuE8kJIXyxFjB2ZhQWEX0Gw%2F75s7cWBRUZlAmRMBeMJUEG4vTM3IVHdvSEZ42Mkf4FipkpSbR%2BEAARyMxd5bgZQox4wkur7J3NnTmZsr6vzqxoThwEacgTXtv1ANzNcCWOqGvp7mgausZe8q6rDFUujyT1nfqDf%2BA%2FYUaMKOn2KKdAqqSQI%2F6AbQ6YrVzGUKc6G0dI8mxV%2B6M61%2BYvTAITYYH7ck8cDyrP19OdGJSlXsm81zCupuGdqzSUYdIkCRfXxYa5lazIRHhiJ3xr1pxICUZKFpOwxKtmWyVLCZ%2BRPoZKg3INd1gGtkrjjszTAKP0iZKQGncnkT7KEmmgP0%2BOmz26Jwsr6XKE8O%2Fv8T2OTqWH2ff4yMFuYo7tfmzpds%2FYg93ZXf2SH%2BT%2FYt8MHjO8DFaMvGTzmV7FkwCKQ11LlHbLKPKaOYDwgXShDKNDfFeV5MTKc5nlkDYyO8jK9%2BEpFs4GuJKEayzMMimvR4mh5kChZdoqCKqo6lvhgUuybcpfkacmiDZHc%2BSJGDUtr4gDoGei4z4DjyZ4G%2FA3k5EW0iEKZdFYKGc8bj6PWM6ovRXSjFkV8lBpGFAqhJ1DJqddKAOPi4emOIk%2FcQ6TAhQ6565LsxjBYMUQaJwWhjspHUL4peCS0%2BBl%2FhWo59VbSV0qM1ta9rmKB2lC8P2twtFyYpQqlBiYKlqam2JcFiZFlH8%2BINGiypxMjqIshrJ2leRckTgvwkcIS7%2FxyaUCTFlB1w0JTb4Ql5VFpJKBrVDaq5kuTSL3FZE9mB3xsJVE5mKdyN9MkgLWHHG6HtLsCJFK%2BQuxHX2xhNbbn513acUP7sMKwcEBtA4E4u91Uw7aYaGOHSAcl5zZLj1H9c%2FVVOPpSNZlulaMKRYYIrFiY6aH7RrIwLxaKwbkJFLnU8EcI2ojM1%2BUsF2kgBw99dPWUY2KejZCOP3sqxAWfS5AlDVpJc8plNyQJ%2Fxm37QudSMqddvyiN%2B7SWDme1%2FJXrFVX4OoWTLe56TIvqtZ38ePIYFsnpET%2BK58x6tmBZOLVnanSTtVpU0j%2FBEqEsN6k3NJQDJUdadyliVuZ6PSierY2Gey1IfC03uw0fll0pqd8If9kLJm88x5zJtx8zhuqQGQ%2BXf9S%2F5dSTiqH3sfQKFPF8eiTNUz3S85RjyXWG4%2F3XdDJ2kWMooMjakxV4uq%2BYlXM8bxk32iSQpPULEX3DSJzfAfKilwxs18s5MN3QgTCk8OZMyxMnlB1gyUrJIBnL1oXO3RJm4%2FGoW31%2FkN0TQ2URX4zxtmR43N9nywhzE1eLe%2B1JpNDV64l2t9WXLisPVxW1XuLBs8eztQqUc9avyhkzmDcNttJ4V5a74gMuN3WakFcWaXyGgdaI8Rh5qTu6z4gSSjeqmr2JUS0md6t%2FlT2OZKsPZtWHF%2BrjZwe0JapcvGwg85iwCgD7gSemAqADo0mma%2BBsSRJlhCk4%2B5kctSzhrH8n60LoISGvxcfia5TeeVCM6Zml27%2BJxzms1FtAyGQgZrcrr0S0L4twXfyhi%2FxcQRWqzfwUdYgw7nqTy297dgJh%2BlYIIgRC8gZ4drM%2FXB4S0xRdNgfUATTMvLIPUXPREaySl839gzoeLtSdzHNNGCaRZPvj1ibrvnGaBL5MkvhjBNtdefexDshBncv2uycxmZFWT6tOGpF%2BGgniZpmsWf9RQiBkLOot4bAiv3ONqdUOu8FWJdYzLJtd32jcRR4DTvI8u9rLH9%2F80qpKb3vW3n5vXAGOGTl7TtBMPh4YzEUcEAu3sH%2FHGDusstcfTd2Bfe9%2BzK3t%2FONdZn%2F6%2F4fdRnbwe9r2P3z4rskueq4Yqg0lvvHZO33cfntftV%2BJb4ncbf7PwN%2B8qOfC6879gudDX7zSvY4P3DWLjItjY%2Fcw7b47Mpb3jDbwK0Z4LRmIiT%2Fp5ZpEGLhZgEL8wqrJqwO6fR48L0eePErKRakTkJHJ0Fg6POzIJNkwj%2Bm0XO4gOKZoPyFbBQpkW1yxKwwImkgZx9iI5T2V6CGA7waRL4l60ER7Heh6gKdLj4gffX9ziib2v5mXZVdrAwgFeRZtXjutfaBZ0ZDb7%2BY0NfU0znGzjL2DqkwdFgRIb5c0iU2OW2mwH2vnSIU%2Fu1BTA8WWOIe%2Ft1h6L95R2e2zllUqiDPjvbyAUto01tTG2K5MgsPRTnr2LJS3Rnat12VbNGP%2FtkBKzrIVY3sreKtvdtN6o6uVVVrCqMjxhfZ5XW57JFX%2BedERd54wUQ7IxyH62PvlpfCvAJlptIUPrNWOLXaG%2BwXAsHimxgEI0pbVHzzypHPv%2FjdIIcrcC7wUf9liFwlRI77s0oNJUl3xBCFAxzhrC2O91HW0%2FiYj6F9RKBcf15J18oIuuxJH%2FPyB34Wy940ay6aRu%2BhkDroNult0xDXXhZ%2BUTz1GH0vwZgWMUKtqtiK15eYVabV1YUKnrtk%2BzSolY5FgVb5UTGaTQn8YD%2FV7tmcLj0FYXPgTFxH3vYYJqShQHDlDftgiqou25a730CxLoKse9AByGilfi4Muw004ZCnvEibiQen6zwSH%2FZQ%2F9wM8lO0p5iwJIU9YY2jw1jAdVSxoNBwhAgs8%2BddPbuZ8866Dem4yXAG4%2B19uvV1gn%2F8f5%2FfLJxHAPMAAMIMN78vwomL3qEP9ImSvVT4qdaJdVobyiH2qn%2FrzQpJSOuKgqSMfI%2FttMTV6%2BadvQ9ot%2FIdxd9BdquJq4hrkQN6uLpmMVArjaJRey%2FA2NXLizzbTsWFbvMgVd5icoFHIzg5o8twShFcFOBqzUOBAVvvFJmorU1iBoxokqkmEeoParEuKl1Ow8gpohD8SjygUW9bUcfszrEMoKRS1cqNsL6X35l5AA2C7l%2FG%2BK1%2Bg2j8uoCJn9kCZJbOslIbUCrDCn5dUUDhi3JWc43gyQoBMEfx5UQ3qSLrjBghBiV7cN5Z5AMjFixicoUL0SpOdj9TNSCABuigQ5E3U7rPABne4%2FYC60UwgqUArQfm%2FJtMz5PgOz50fAD9YMeDglEJjR9Mqph1ArjCeGRMTAQTp4SO19ZRCGOgAuZwGQY7T6DBSM41%2Bto7SVKLa7GrjfCaQR1lJAUBNyilyyADq7A7J1m04mHhioUzbLLAM7AF6Xg1BIsq9WKM6LQBoXfCKz2zkIrCDCyxSID4MswMMm4QTuMwjyYrE%2BxYUt8EOgZAspgLxyBaiiEAl3n0wsh9nnXRM8D7yJ9ggA%2FSYNX9GloTgAzgQLd%2FoknOk2m6TQxBRARIHeGWRHtjIgXko36dzYxR%2FPOOLxYubESmQApKtSqliMPtohrlasRiUTVKix7njJFdBQvlStZmgVq79xqVRMTEPEmEkhOIYzSZPAFaqUeOV%2FpwxKkmS7vLl6jSEXdE2OmieKEYF6vKLVQBb2cRWWdtAR8ZbyMVgmIP5FPoDQ%2BlYB5K%2BbPcJwlbRbSb7avFEDorecJaOWqoJO3IGm0LiOkN1mlsIRKCwdaJuhLy0wEtj7G3kOi%2FU9ACkIAMpl9HRNrqvw%2FNxcPn4CQiJiElBdvPnz58RcgUJBgCkoRVBMzHzReAk2Tbzy1DBqZsmQbZ5vTTtlOJ0e7XGflGXXGReecd0G%2Bqy65bECBDgY3XHNdoTdeeadYkZKs2pdbpUKVyvFqX0uvTr2brxeQmGyq6a8UsIw7NJhphllme2vYa%2B%2BDQj9z3ZwDR915un9KkTxb1lzQoNbelbSGGRN77bPbHsedcNAhm2xmE3nid9rlmIXCmLMQQma8iexMEOolSwss0qSRG1zwEAEy%2Fe9BL4wFZAlZQdZguRWxia25DsCbryd25tkfewTffPWdlQ8%2BGoRxnSz%2BtSGntS4OwrW45bZWd9z3II5xinOIIYUcSqhxCS2uwUIPI25xj8ck%2FszYWDj8NCT%2F4ny1jHp87U1FIpFcQai4KU9QU1tZQ9DfXbGbYKa%2FpjrPnmCaf3NttWk%2F5crqCkFueUVZZ1kQEPhB9gqIieC0fTQcXwuqvLO6YrjREonYe1gtTG8tFYnMxwhytJW2KC4vFiXlJaK0vFT3wlA%2F83S3Lqdy8jqJrzmNgkuRXGRStJO%2BusSAa2cgmJudBTdz3leirWjOVoCw%2FVNDYNrYl8BdmFS7%2BdQ7JwQ890nTaifHGC5JzjDkv2hHn0wrAAAA) format("woff2"), url(/assets/decidim/Source_Sans_Pro_600-d4baa84c5bb927222aee6bcebcb29510b33b6de1a7ec71acbb2a4921d9f6ff22.woff) format("woff"), url(/assets/decidim/Source_Sans_Pro_600-fe131ecfa8cb8e2f8b86c292b45ea42c5563e2bfae965f3e4f6b6f2994578b90.ttf) format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url(data:;base64,d09GMgABAAAAADRgABEAAAAAhtgAADP%2FAAEMzAAAAAAAAAAAAAAAAAAAAAAAAAAAGkAbsAwcgWAGYACDZggoCYJzEQgKgbosgaMWATYCJAOHRAuDZAAEIAWDSgeGOQxLGzZ4B9g2pR7e7QCateoPShTBxgEN%2FCgdGQg2Dswecyhk%2F%2F8nJCcjGsMPmKrdVUHMSLPZZdVsnXrLJgrVofqmOayLyoRguBhhD9Sqgaz3du13k9WTbKwwiQvStJ4gePo0mTMIjMZJEVKsiPSqrhI9fMOGq0wu6cGMry878aPfKlh%2FRNagiIrI%2BewaXRALxCNqjYb%2FD1xyYZi9XJ970TW42Y1dZodJw%2BLmhy9wnCc6dvIPdaPfzlJT1HK8HJ%2FACdrz4flt%2FrnvPRHxkSI2XrERGxkfo5jfabOIKtesmzVrs34lPP%2FfGKz7%2FmBmp4sn92qRaqVBaOINKnQ8JLGI7%2FrMb1o9JECA0ENanZIttZ87Yb4wftaYe%2F4HQALQ%2FvuSrjdpHHzy5vcJFxUVFd5dFZZG3p3LOgjlQWW36%2FYzef8RwTz8Nv%2FPntfEQlGi7uUSKegVFBWkLkgIGICUyhNzM1bOGYvGGbx0Fa7%2Bu1P35iLqv%2Fkiy1frn%2FT8fnhZMrU%2Bltw%2BvIYX6AUugH%2BtTgKQClTgsOMnsFxePg6Xgz%2Bhh0C%2FEKh8gKOFhzodsOV7gzpV2lh62wbRKVwDBCce4vN1994yBMnmlgNsaEAAgctgrA2x3fdsEkx9dasSVgcuYKaiDwHXVizjJ9j5V2eufHS60pXSOpdhsVL7lC1bhlH6Kubr69sWLo%2BP7HcBfHkG3ATXgCtw9ktI6x25cxWuhbuU1re6lVLWZFyyjBnGNszZ9sxj%2Fm9qST2jbfDSHt%2FrBHo3twAlKAhZmqInS%2BO5ovO%2BjaNrzdftlP7nz2hP1shO6RWFtQZIYyzB4AANxFhMTlcFGIvI53bDsKXu%2BQp2fzd6XfFEXAgSQnDBc99zHYAAJC9z2jgFH3AhdSl1DChbtNKuwJD%2Bzld%2FKc%2FZdUeZoa1LrZKs5goo6t%2B0r3PsDuji7QYhThtEiroSBYXEYFdi1GhiiisxdRrjEyBfPzrFMDNbja%2B%2FLcmFUBa2vHFQ%2FoG7SQnmfGMStiSXlRBCR7tzBhpEqUAERS%2FKLWPApA2OsXrwtrz255BB8viJuXDjxUe8BJ3GLLfSLocdJeR1%2BCzxU8I0UGSQ2q4mmLgASVig00ScxZ%2BVXX%2BlgWEGZQHMxXGCsVzsSj4%2BTjcWQw5j5cI0H4DbcAsfjUQKMBUu7E4HwmtgBpHicycBQprUSAsrA%2FlT%2FMaML%2BLgKQ1GOgD%2BGINSEv97Ajv%2FQTS0gGBfLFAemg7scdKKA9os%2FB%2BuqrXx2lYOOrPi9ZUC2T5zuz4mPYkTg%2BPch0Enkql9HBJupufsgphTGiAcRcaO3RnhU%2BUO8Zwg0oRoM1Q4tBQzEac8Xkeb7i0ACRsrULg1HBdUnuuT1PJkyNn%2FVbGgwYivA%2F0NQ7vL1YE6Z0kYvWTSPcdwtgXAEFKmqR8jG9s%2BoGZ02gjd%2FTTK7MgBzgOQx4OiOap9rHVOKP6hfDiW4iCco67P1SlPrVQtiLFGnkl4lIk%2B2xhjumcZGKNCb6ctyohYFWLKmmUgK1oUEwgSQ2xTbqIcGAEHB7BEuoHdbCXENICYokoVhKnMsg6AnWWG1wMlorZYqW1CNQdhhUimuIwH7XOxzdqUjSLXpE27WpXVSOxgQtRqZfVPg7NJC0OFsSmpURDYMMXE3VT%2Fr5p1Qvsd8wsZbKsrC8pQ7zIFgymzYkV99b9iMLnjpgAMnktmqdarqtrnLF%2BirJOL4mIGa0ctV%2F3CttRG3MIkau%2FllS19X%2Bmoiccqe4Jr3yrBQWglmKCfI%2BCjS4RFI64v3YBpZVOqx0Gtt7Q61sG4J2mwTDKDWgysxUMQhO7A%2B4Yy90YHwaoed%2B8anlqWZfWVBmSvA4N1ylxAwEwJ5ilQ4qzELRLX4IxHTTpORPRTo%2BTaWNhSp7UW7K2hDEy4rtBas7YKa2GAz%2Bve8y5KVg3r1lW6nSmO3tfoGsLF%2Fwk8ys41ehZgmC6rNXWVvyEYzmSwaFTsdewMa1rXzZ1LNgWUA1q8mLCeRJYhD5galAR2e%2B4gVSRt2WpST6s%2FZ9fIS8NCSLu5Cp%2FRlMY1nsmWSthP%2FRioJisypFq%2BtrnRluKJiW1yYIhkRUGFKWeE1%2FYZtqN%2FnNF0HMFFdQ29Xre3zKZ8Pu0iIxo2LP3xnwY6g%2FBidG0GAjvnOXXpt1Ge%2FZV4XcCkaumefGm4bjSBgrHnhA0iS6nngjJsw1axaEN7yXBEAJ6UMwXKlUYwb2H6QKlp%2FeivXb9kgyd1njJt8CLrDdtklyl7hZtrPzfPQW6%2Bw9wCRx%2BohQjOAQLOhHhBgrkAQoQScQUAvDAeSDEJKRktuQgKbpT8uAM8efHmCwB8AL4Av49Xwx8VQEMvgUGgNgQ7NIjQZWBDdgvwSweRRRR44d23CtSTe5RB9USDqg5re4qiAYG3AuDHS4ABeQBUrgQjFifOVIs%2F3zAARIshkXDlLADQgdUJI4sDuxRHeSIgb1hMHx5AwDwGFqFhMpgMLwbhhJyBAEfMHlBX6kDF6BBLi8ASxhiORgiN1Il2RoPpwFJqNFgUnFQ0FyyGCxGL5UUBhQDnT89RCZyGgQvQxjWUUTIXqbl47Qp5Re0ZHeShZHXuKdarn1T%2FQREGDwk2dLTU2AkKEycFvPqeS2KRxYSWWCrccjhPKzhfK129rLKanzWc2lpOYB2ntp4T2MQF2cyF2cIF2eoaZpudAu3i3O3jtA5wWoewVt%2BMB1U6DufmNKfSSpa%2FD7BX%2B%2BxaMBVns%2BnH2lLqLZYOVNgBSy4VF8DkuqnAwGlemoXg3cbBGcIRZwf3RdzlPkb3HwFjFWSUzpsKAngvOCEIfhIYHYJbwxELo2J5TMUg8F0OHLs%2FP4FY0tAWcAJqWXUB268XML3EhUK5ClmWYxmGozAYUfIP6aatGW0B%2Fu9McxcAzR75HJD1QEprA5iDBRQwoAkZE3gpceQ1WIvi4AtGItoP0nTTxzSz3PTSdy0cJDbt60F9qi9zlNSbqqmGmqiZXqR35zmNu8ORxEKpGCbpqOved%2Foet9iUahXWsrrbUAwN%2F%2FqZS%2F8b8uC4CziuA3BMgWMyHAb8P%2BF%2F9J%2BlAFB6KbiqNJ30bd%2FOMnCvjIAOQC9g0AjgCOAeoJTf20%2B%2BuausZVY747ZHpq%2By1z7HPbPYNoscVn7oFZvXrRdCif2OOuCtPewOOuKQd1osd98dt9x1zAlfnHLVFu9td9pXN71xznkffXCy9VB%2Bd9Y1Wz32xFMrdcxul5Obl%2F9CQVGxpX2H95xeGJOHDB02fMTIl0aNHTd%2BwsQpkwpHr7HWBuust5HSIieUAPiO8KnmS%2BAgBcwCaxyPiniMYRharXD5LI4Qssp7kjjWgvnAKbiQS%2B5LToIMQRAdapgifZYMZrhm9KFZH%2BwQNJawwUZLDeylg9ppu%2FAgNdKWvuEpLvha3GrTuKyrFJxC%2B6I1T9ihgKbSvNRbf6PXW3QLJ8dwFYNdqaZtyUyb2EBPjijKaWilU2yIs0tFzdQcM3UqzeClQhCIltz6LDx03gd5u%2FbLBSTFWjezlUQXOBuCfkMXZuiiqstUGnUKXQfLFnEwNDVn2TKfwU9QxpM7iVt7O0jApnlOYk%2F8CRHUSuY473fPSRr1D6EIKr6i4TU%2F1uFC29egQwcUbB3II81jA3wDUg7ewui1MOEkMMAC9Qjm3%2BD0r8Q1Y0HAgEwsk1m35KVmZyMe3X88cfjbXzmeUAs%2BSRX7VDVXkyFUDE3Q0SwtxZyLVRzBovhjOcjMD8CWnSmZjzATHGGAhyCABKMINil29jLcwRgnocjEDe7XybLLQQinGaODlIIvBfKSdJkXmomRmiPq1FQZXrNcdlbRRou4c5EK5IT8W%2BbrRSZzmRxVuZiqjkeG0iqVdlIki08jRFkltqMbu8zl0RHn%2B97LaU%2FEK6NeFU95P2GJAHStiHNRhOKoHmlN6ckJKkarMyS977xQ7Fs1yJu43CVxzbwgyyAO9roD0iAhAhRx7r6CFCkBSsvqHsk9cM79p5HylEoxdDLVExF6LPlRDNvdg%2FOqE0uyeX8QilKuxj4bRbkNc%2FGymxQFZPIULTUihEGjbgOpolGqNRE9UC7PqzpkkIfcP4CCqw3aJzJSJbWhNrzz3tTE%2FyGq8B1aKDsEEgJ1KH%2FJRFclqhNu6hixhO7sSFi2IUNAeaTe0ueXiy3CW%2BrFp3rre5xL0UVUujGC9GCRromn0l6uV8tiAqmIEVPL00CxWBCeXlFV0m5iL2JJAeH6UISwo8zB06lh34McV%2FrUViOkphVpotHDAowrmX9Xd8d8tFHfdWOQ7fn6ki4JJ8e7GkHYfsZ%2FwfzD1JaFTGxseOO6IGRrOnv0qn7EmXHLQOWi%2FThwkuqzBB4hcejhhyQKMckBP%2BkuKQ5Z1VxJnv%2BW8iYtb%2F5686oVc7K5QOqJTWUMMpszcdBmOmvEVFqv8J%2Frn1MssqjZJib4XXCHbt2Se61Ry%2FLyXYg%2Fs2cBw0GEf3yMVeEtqsLFdLzLlUK6VRPXAtkcgR3U2DpuB7KNXPO7cJoIXd9APKxhfVBSCnwVIspI7hx%2B9OarLdymiSeKSIkSb1dzffl8A3fgsw8qxfevk0jO%2FHC85ZxhkBACMrBzre3UWMw9j1UVXA1SRBtsDIyOkTXF60lIbpCjsgMtdPbndMemgXRdFukdHQPW8XwVJURVb6QmBXsJxoHEhBV%2B0KyO9jlX%2FoDKQRPSwjWAOikBSU5ISi1Fr4%2BN47pphVB7qYtKwXOR9H1eqgjuv85G88jq9nvyyhHp%2FKDDQ2RcOZYWpg1%2FMA5phYsKYANIOQhE%2FUCT0uJDfCWpd6IyLC45BvbNQ1mE3ovJ2ze%2B9X7luKU%2BFJD%2Few5qdbjoXWcEzmqtb%2FiiwXcDjK8XPGs0n%2BGuVb2UwO7fAwSq7LxSZ%2FYkTVsLnOghNpjhgIhXZGGE7N%2Bg%2FF9D1ORUsKZkdQWirjsURJBwLgIDSRDXbKInZU37AF%2F7hlyXkseT5g8sxLib9dvdkD6mnKF4OIJllTdbTlJjHKbNgOHuqzxsDmn014ggGHRLP1UMrBXKr960wn%2BLT4bBLvfPd%2BSUSmQm3IHgPZusFMKi%2Fg6NL6mkmzbu3eV6lnl0xMfGwbKRkc1yOW%2BwURCNmo4as37dXMZJEuBrk2HW95%2Fuv9nerPPs5Pkzw5M8PXMORDqZc6qU4df71F%2FRPTK6HwXltIb8K%2BJhVRFaFxiuE28LuBgkymhOVSplaLkkMNxsNmOrkH8Dw2IrLUDn%2FZ%2FAru6%2BR89P8x7x1jONvs54%2FUPlopthJyqdpRowvj2YF9BiWohRpgWlJ2VPwXnormrpYM7tFY87%2F9%2Br0an31fCWCClu%2FvueeukDpsfLpUTfa6qZQDG8Dzh32yG2NJuk5Rs%2F3nVTns1UaiTXxz%2BjuAwoiTVKMvD3WqI%2FNPzvqrMiCMi6P26JtQPXFG4FdBsHuBD6pw5rkBlmH13NQWyGqfpDf%2FycgSOR5Hwart3lejGs8xJR10Hg3DbD4m0Dg1AcwL1WYl9MHYJubKo2pZl2M6roeCa6gSz75xKR9ffT7m2CuGyeiJXKOdspM6SEaH%2FWm5lzh%2F6QAx3gFZxgFzGMdzJOvT5cD2WgQdbaZWawW27Jd4HoR4lcEpp3Bjfs4Hxy6OU4YJqSU5V2olOabTScXytUNScVK3MHvO7hOkAb2Q3%2BrJFHDb6HhTdKllG0gN7EfjV4En%2FBMK8Dano1JaZiEGbOMkfhyLzxOPeDGJrR71NLpzgMFMKGVpAdlGp6lJSxOzhkrKL8QAL3HEiqBA05Kn28A3%2FkUcgOcwU4%2ByW1ix6vGOnlJAS5jJWnEdrj1j9WTqzhKlYXe%2FiVcrb%2F2vHYPzDyBdU0p1YNeSRjiaUQtt2tx7aDZUfsdcJgX1gGRBaIcI5LImQhyKLnkAEYFNY6PEOFLUAGIvgxaaT%2B7Pw8F7chGiSKxhxwz5UF4M9SngPmZw8scbtoXMqLKHuipbx05w2wbyZLHt1cROb8GjVhR2XFQxWBqneT8i%2BRNYCuCLmGbH8Gr3lbwZQqpqpoenl64QFCTHsYDqaA7lSckNympqSalmpqKqR3hEu4Qeh4FJ0kn1jpMxd54u777nQkm9yJ228zIktHKI4HptyGE9cjvZkEE2347IAVY2HMVq0imjaITch%2FtDcjNxKC0aXEQVrlNbF%2Fi4nPUWC5GyI6hDAIjtI9Nq%2FqQ9uBg7Y1rE961CnG8SzMYMvAqblQ4j1444%2BmcxP04554RoozVKKolK%2BQiU7zWPyhs2eZvvg9%2BlUg7l%2FjH7SycOiI85AzVgOBwS4kPmCiC14pgsy7owdLAGEvwmVqhTAmHwZg209j%2Fs0MxWKH9B7WWoh4sGD3fp668llBh6bLbh%2FjLrpdnCoO6C9pxPPKS0rSSlnttyb1C0P4hkgCv%2FcLRu1KAnU4jmKhdxXi5sx9%2FLHmmuBUjjQ9E8zrr1GO1h9UaqMC8Jc2p0QjTq1MVkbiQZO76t7TUNivAXyuLaR7TF2CQZX5qBptCQbOsxi8u5oGHtqm7CbEGqy1GY%2BlQujQS6oK60O5l1rWpRdIAdgtSP6SeTcQLXvzFEA231HFJ3GTVMmMbty9xu4cI1%2FvBqivlO46K6CK5AA9NE1gnMm%2B8DAM7V09feoEcB7KeWbr8XecEfpiePluhRIu8K3YFkXfnwKncbI%2F84TC%2Bjpu1iTmoBUXDvVTenzOHOHSQkcsNJeOlz%2BNyegP5IxFCzsyh1%2FalYePW5esx%2FhV9CEp%2FlBF8gLnZGgNzuFDWR%2Ffh%2Fkh%2BNNWcLWyWl%2Fiv8y%2FVFVxwFnmTK3wP43BdYBNNKYt5dVl9mSSb3MgFTtPbJ8CdmfPO4%2B9uuY4MzJ1LXKff77j1abIj4g3VQt3yLJO7x8%2BDhhSDGXaPH6ZISeYlf%2F0m4hwMYOxVFjUj8aGLew0xDjiF5VWIss87gWSUnU4jxVsXfQuSDd3ZqPigC1Uyp1nDDbvnCst0cznuypz%2B5WmyEVLL%2Bwply11u6V9bkc3x3j7WAS%2Bf4tsVirJphufwkndclNkPPpf09vRtxc9F50oN0UORh%2F3vx99%2F1dM39OGve5uiR5tXiOOBy3dWWBFqCZ131pf%2FdB%2FCll3DqpfzPdU5vUn2mJ%2FXv4TG8Seu8xgZrF4gxhn4FrauSz8QeIYcwt2MJfikmsqOYXO1mK1KDInsPePs5fiv5t7dvSByrMH87f9D%2F%2BJ7tFbvd6YArcC1nco5fXBXRfJ1to%2BHiAf836okfsLGQN4fbVW8sUdnabI1CikegEQDMRqAA3j7Pjg1ChLFQU8aatLlhbB78UZOiR2t2iZ0ynqt1d3iAz6TpHdJeq77XOZ3d0p0b1UrGvyenX1xcUuMmpaisV%2FnF9LMOYJKlUlQpdJEaQgzv9jsy4kTSxGZGWY3junmyOEitNA6NNJ2130sbAgQLZIC3Q8UaVCWcXsNAz1p7yibZ%2Bf3mEjcLLcX1tnQ%2BoWt9CBqI%2FM6fxA9yE2%2BE9%2BbaZRKnCqjIX%2BB0OPqldeFzlZbB4vO%2FlC%2B2OTE9r8e4kZFsJl%2F9Qw5YULBHddc%2BNuBIHybCL%2Fop1xQ%2BsyCCCrpjAIqdSrxA7zlQdYFIhiDzFEH8HCnhwjgsiMnvB%2B54GVOzZE1uw4UJIYOa6nvpUZfht4Wxm%2BoqVOXYjc1yRGpmCqDteoA1bhG1epqFHLdwW%2BaTWgxzVqYer43MiHuXMWJ5XrAX16whZL57w76VT5vuKLotb9hs%2BAyfx1nNaT%2B%2FST6EVk4amqc8Bh5JB04Un%2Fqc%2BuHDopXT9NRK8B1zzRqxthLdvnmIbZnPjC79GrLfmvOzn6uUowbF9eM5papaFOh4s7HXOh4lBHR1%2F20AXgwwxQAPe0FuwVs3Oy9nxqeP%2BtbuUJbE%2BMaewBJDbBeVpqUKllhZUGC8yHfr8IvLPotbFfHuAZJ8rUHJjwW8xq5gO1KGTW1bPkEgt9c3lryqFUmVynVCp0AlIDTj%2FX6aPx5H6WXscNKeEHKlaoUGeGuYKipljTHuzk0Dlgs44JSS1wvp5WP6k2NMOET98%2B%2BYsST9132r9ZFb9ep3fBOQUVHLmW4skj6kn0C28JKakTBY1Dz9OEBUGWQccLFSwG7%2FDou5dWtCLTLyeTTsPJ1euqO7AO3QotEM%2FPLPvOAhbC%2Flj3ITnJJRb2ZBEEII%2Fx5Z4Noxu5xSgbUI2BlJkXgN18rTgHNpy1ZQnExaf7y%2FjWNPFTjzlDSP62uwiHf8y11jaVoAK%2BziJtI%2BtF1uRhxhdLSDNs%2BD6JdB9mz7Qv2l2Md71axkcqzR3BfIwhW04hzeaWYTWjucI6LrdOSF%2FzchX2FyYpnsU%2BFOJtdyysQngslj6w589Ear3ARe9UUIHyxMEFQOTw6SNvnIFPNxxR9hz02z9KqRQoMTa%2BInPgnfV08f9yUw1CkXJ26CzwsVmEIDq%2B4jeTFKm09j4adJUx2hTjOHO0ecLRocYCxvNDBp2XJZPVLGdIEFKrBRLUAK8NPzSpUoI6Hg8sqswW%2BTecQWy8dMFTKJN7loykBIuYhrOq8bHzz5CUor%2FH%2FLsXgZlF49horLHpR8YFWj7GJxrnAl635XCI0%2BPUl95cg6eOM7KxyuBefa6C2pGW9DRO5dXcRDqYnDvKsmyxuoafYG3cKyeKaUm%2FbKdwPe%2Bdiw8zfDbgIOXL2jidZke7boU1NnPlyKoF6xa8JlSTksOryH3yPmGugXaNYMlB5bPrUORX8TrsryGcFngrW4AIsGq8RdqIm43LP8Bb8E7AhCLMn0fj22eva4iz%2F%2BPMuOItbsCdbFstmXlROrM22dINuOMtLs7MjvmzN%2BHDlTjUC3gT0Uro8NXuvTHDv52E0ZeLXwbCj8JE9PXhmFfWsvDQcf84sIiymCqPg98lDcUkwMJu17kvsOILe9IMa4GFqejq3AvjB37K45vrDNk5FACgrzTy%2FOfwB9ctC%2BQH6eq6Laq%2BhDkAA%2FTEwZVpPdHxNfsKV0%2FzIkD016bb0duL%2BhmbolAi%2BUZR2HldPwjSyYQd8wnryY1qdJ6NPqgTqKwevaHqFrMDJdRfibBZpq%2F06NeKTO78pf7yPtg0Ff256Wb05qJ%2FolcNSzheB9I36SqimH94xlbdqewn31FMLqLXu%2FqDi5yLtmU%2Bc45vO9diMccSvKYIVuv0Ao6u%2Fv8%2BCMp7W9k52dJfBgUZG758CedoghRiFBpI0zGFiJWbqyN50WDUzEMruZQvJ5TtifJqzh%2FjP05dJ9NZPNM%2B4B1NFXzPIjy7b5jQBExv8G9Vzlre9Dg%2FrU2h8oRaBYUNO5Ip2ZQpsUnJM6eZHoXWT2maXvXZ8UmGW2EVVtPelz4z33sAfQpBLBtArKPg%2FXe4UM0JaXVuVi5i5l%2BcLeewNXOBnTM7a%2BHIc12sUh075J3PzP%2BZ%2BcqPculVv9SydAWV9M4JCK7fG0xPXW04ZVjDgQeelFFyJcbsauXC%2BW9kERbg09YZTmqGQGrBQgWFcokqGkFu%2Fy9MHEj%2FxHGZg8tMwI8Q4SeFctbQB2fMu9pVUJPa4hMWyVzQU05NYQGrOmKic0kp4FDasFFk7iigdPvMzRDKjx8xiSzebyaxFmxvjCa8H8yxwvlamjFfBZsbjkHPp0fjOUKzZduodj1cAvqXjfHmeuPoA%2BOLsrJ%2BYCRsi0PgE%2FVfijW6Y5iIEnQ1faDLg9lirG%2BcyIlTjGs8ulQvp3zyREFh4r9YQhdyCb%2Btwx9wM49jzVCpsorRQNVzWNkPX2yHMrV0eGeagSa2BytNYFXx16OR6DftsOnQtgSkVYvFDqXg5C6hugrqq6iAetVOF1%2Be7%2BarK6Cl5mTBfeoqtxBZnTZRjCsvLcVZlVhaGqbEWbf%2FspQXT8i1kQ1lPW0%2BK1Wx7PcFg%2Fv1cGhhvd%2Fk5JeBooMwCDT5%2FZF%2Fyl6DZQ76K0yblAvakXKN%2BfcFV7PaondVoVO3dSBLSGdknMn8IK%2BHb%2F7zFr5IB5I%2FcDV%2F2yAsbu0PuAONYsCpt5RIeAad1EvMtXdKlVVQWll6HDE7DTg79rFyrmOlYWTXSGrPewvfbTN4Qqdu%2FQFL4oWC%2F7gpeRz%2F%2B2ZpGtoT%2FTreH7s3XWAmLgfNeXJulbbQTZfZu%2FKaTOSF1LV5xLPgqynZm5I1wpoNEf%2FnPipxxfeZGub599K%2BE%2FON2VK6GUFYjhMOmiSnhoVahT1ut2i5qapWgBhC0mf6qRhL5gB7YVHn2fTo9bbO0k64O3VjTABDzh7jZkH0ATb%2BwddHz9wXL3rtBB8iMIhiCIz9sK6wCL0BBCTGPCFDN2wjScVlpBKali%2FO0WUB3yfbS7mg5g0XJV9WSbrH9MwJjU1PHitdN%2F%2FEGEeQunaeAG2%2B7Bf3id%2BKI0nmHy3RcOJ5FyXCo%2BJCZYXF27A8RCE1JMa%2BhMmFiVldorGup0yJydJ%2BGSljs453MM6MPZ0aR6QU5AZdgjpEKbJmRpg6KaP2O%2F07IuHk457x0WfbEVu2T6GaVAdx0O829FYA9%2Ff7vx5LwHg2lSv8gyvPt6FW6wIHJ8W88dBEuRd61m6cmfuK%2Bmdwux8FYQXe2uJEysc9j1NEyIZ5G2iON%2BfdTDm6kMF1G5hMg5vLaIrBfRdf%2B3Ftyo1z6ibDp2vWGD5RN88VyUPSt1pavEIeGp4Eh6y%2F9aubDZ90oZ%2Bqmw53WHXlc1%2F9wXrf58SXVO%2FuQPztJiIqnxFOnfNdOIWHsIkU%2Fx%2FhP%2FwUIhvhUSp%2FQ42%2BdJqCx40xi0sW9AA9C0rEMWYuT0ET6VXa1U73GdHfKk0%2BLsF3cxgso0907loHLqapg1T1S8f3HThI5D%2FR0b7kcsdlXMXC4rZOhFLZQ0xZWpPS20PqTNSFlLSheVU%2B7YNwxEq4%2B96Sc6sYhHPvrS2vk3vbGvqI2QF8avchFDzM00iqnIhDBA%2BJbSSksEOYE3It9VCo9WnpnjEtYztHI4P5BsXF9yiWBk%2BNuk74H384gn2INSTKgwxjsaCmSCNwG%2FODWXLxfY4Itct7fVVLxHq92%2Fqq5Uvtdnmfz7VEIvuU%2BFzyPmt5CTdkQAOcggIaDCg3VMLq9QZ9gP34sA16br1JJQZNlUYKVza7RI1%2BejFDsoknGecSf6PLy68%2F5IhNFB2tDPkFEZoZLqZFLOasLjND%2BNDqlVK7E0UhpfzPSPi3ln0fwj8i8cy6E6RCTcXzqRcSkz7mM2Qe6b0288RA70F9XdU6eW193jqnUdhsMFSzBBItb%2FVzO07MIaWpzdWojOktQC0CEcl9%2BrkHf6Rf4c0l2WM%2F53ARal2ppVliK%2B1BgnXKdVUW6Vwn2gIVsisIn8L%2B7%2BqzFLYhydygJloVLspJXRGXNWCxpRJ%2BMJ4vbT1aNq8aV2eb58vcXo%2FfHgjZ7PMCuLrqefVZR583FID%2FMyaubj%2BvXedw7I%2BukWy5uSTr1Y%2FY7DtXydbFG4Bsu3YHDhI%2B00G9H5CTksgf9EK6z%2Fi7U3y2yn8Ptb%2F%2F%2FLplLIGWcvnuGJ6ylZTxLYCWJlp5UkOFsVSscMaFW4Ti0AARJhKOZhDDIiNTQ8Q7MzKmz6MqWMeU0RjzWsifsJ7%2F9%2BwQddvkfKa8intQ%2FdZORuwSALZC5p8cRc4O57R69b87vi2yLX9Ecm59myCvVtYnlPIztm8XlOdbsnlam9l5un4ngL%2BW4k1J2iAOX0%2FNLj7zCDz%2B8QWBgKr5%2BAQInvi43leB4MLHx5lBspDNEZHJIg5bSD23Euxe3wSCTeu7wSaJ6aBzQJBDD3kQ03edSVWDwDfHq6tRdDYvb1YENnPmbwAEs%2F6509pobCWR8i%2BXpOAT3jYQ3Maj1zVx7Z0D8TTwb0amf6uWub1OYra12jPausLj9ewK88JhDRnkPqQTardrwe1Bsc3ZUJbW0tX0b5nos2D86MPo220vlJbJgYSYhuf1sc9pOlJzIcfxCrpM6RYo%2Ff6%2FufB%2BaUohPdrSByTE0pPNnhNLeYt3ZWsuAJNE7eR8ImwjeYHz1bxXPTiCjbza9LFgI3kN3hEI5ihkVVR9er5XHC%2B1I9lxybFy%2B9fk9tFFjRIPlxv0p1eTjNnBa9X3M%2BJTYg9Ub6V4jJSWuHbitvOvcmy1HwVu6mh%2F%2BQP%2BcEr3mi456FZqnIL%2FagPeqo9d5a0hw98xnz0ueA3n311vyaQ3UiZ6Jqb7p4MNHVr7fs%2F7KTnnIy9HW12NzeNSDvAcXK6DV7MK34gwRrOSskHQ2veODu3OXS8BTCjuoaWTzXqAbxlvQP3QXf27gr%2Bn%2F3BuStbCW9s3bB0d4rSL1gMmlLkYKiSrNjqkPOa7Pg6BIPnBoxcrgNd8XMSb3tUU908HUpRfZIr7Mo2RuuZgorcXK9373rhncz8p6SvjdHnfBhys6l9uGCchZzbEbNM4%2FXsb6jYvkJoBW%2B%2BCgqNn6voOLtyqB8AD3aQqwaYyCAjiz%2FpxyX9QbgweSqrVlp65QrlqnVWLxohuXlD3V0549AQ4D8Q1IzAGQRgcMg8%2FnBp%2B8zG1NZWr0CplMicKjg2mewgET3ponXlSoVVIpYEoKDbYSMgOKsZ1lNHng9ubfvX177SuNpnFRcPT5z1VumYuOaAzP3GdcDDKQkHwK%2FhV%2FBp%2BPdvICJZsTh8iNM%2FUgF%2FBr2LrGX63ZXbxK%2FhVbD2RT5EpIoqBM7sRv4Jfxa9h64mnQWYR%2BBX8Krae%2BEYxMkZ94tL4gV%2FOr%2BRX8%2BvYBoYu2RR%2FojHPlIFfzq9k65jBuy21hl%2FOr2TrSMQUGRPRDZzpSfxyfiW%2Fmq0jcQaZGvDL%2BZVsHTFEZSrB1CWGWgQxEHAqYheDRVY5c1U4MGvYNcxa51pUbmPw%2F0iESpoIM8SmCHOTR%2FHMZm2zCJYA2z4UWgQ%2B8OqXIFbWyl5mrpgCXHf4Btk9AItdhHBkPsg8S%2FNi6rWlL%2FUyZoj7CtMC021Ja0qXvtz%2FI1Ni4QDWEM9NIQhlS4umlkstlFoitTjiI6lltsHZ1FwChHj5%2Fvmv%2F%2FvXP%2F%2F%2FOys8WfsaWDuFtF4FVzl%2Bh7I0I9gC1vL%2BWUDXaTDWJtmQ35uxwpa%2FLZOfEuVZBeohlg21kA5AzV9dWgG8v9YS2sPqMc7CDHq0A%2FLUkJYc2nOT6rLTFtlc%2F0Y75XsFgVNTX3Zg25%2Bd0BdazQjRQyk58Mk1q2xMUDIxVsRWsQ%2BwAQMSau2A1YZ3vJUCMrw2SdiEI3%2BL6npWwZsTc7bUCYbEAB2SDRklYaxsoBdGhPsCIlzj6HMj9xjAnQqdbA2LSRK7ld0R2bGGthQqcu3QcnjmRLogKtEMLd7bv8muLlTk6Gf0DlNokNUmKga1IhBeUg%2FcgSm3xub8nf9NqJSMKbtbFbjGTgBDXB%2BVTb%2FS50XuJZWXI2W1p0Kypv52rCT3bAIOMeBrfWOFbUessHr6ZTBmfdc9JzOSwS1m1HtYANjPjzQDIpZOfhz8J%2B96BMzPgf9H%2B2gVqtoVFVQIR23PDnmToFTctLyxx%2BzwcdN0Lh0uAZAmDZbt1186GxdpQy1sgo6kk%2BvTUtyOaZ3VYx3inEgi9RR%2BOiDHwckEAtaQ01jFC3Pc%2FMK13RYBIF6KmuITkXgNlLJbZSuZa%2Ba0X7Wf7ztsq2E9qWdSzuxwbD6EBeFVwHzRHt6uaFc0pCHoIGYKQA013NrViqLGKNbgSekc3RYAQCwzCHVtVwiTMbCGgJJ2Qtv2FkizYxAiMuzQJtuWaJFPkAGgZYpyPzcg8Y7KTPa1A5E4ty3QLt6JGIZNmPjw%2BzvIVVMXKMEGKgRg%2BERobTkrM9q1d9RT%2Fy3bBmnolTmeA%2FWJVyR7vrV%2BiWm6GCGi%2FNFBEOuWSBLdWXZq8oRm7Rndq%2ByBcbRYZm%2BOKiOmYQt7ZAUOApVBQqMsGpkOZvYM8WjAymsUAUqCxNCKTxMDQIJMqAi8o2N1FDTNK3nnZBxN8%2FJs0Bh1EVxR6IHKA%2B9oWS17oHpObyOgMknSWcbtop1M6qYCq3wGRhKKZ8E%2FYVIPlShwaJEKnXLwnR1KuLqxsETUOsyxdAW0bJTLDVk0qHdUf61DJh%2FFVpwlfghMN0lZryrxfAWDBC9E%2Bvcu%2FJCfqg4k9WW0gdcS0Ft01DVxJLeNcvCygjnOJ86sVrzTNIKoxwnePy2yovWhhBVt7pPNPZ2zbXBOrC6FteMA8Du0Upmjb8kSn7V09%2Bb5DKzo1D7Rp%2Bc9IeS07dLkSV2GYGGds7HaXdbIKcw%2FGocn5FC9F7%2Fw%2FowfBw8OL4Dd%2FJD6IfN4EFnUKx1uHIYT%2BdIEAOGDdC3F0RY5W8GV5BybVN2L4MCV7c2JFvYAWDtBUdlJeA0pheJ0ZyCFDlBVsez7kBC7VNCa2asmkCfBLHuWgFJtYWARAHIGMp4ysGhAt5K9eYwHhLU0aqylCx5NftGkl3idm5ikSCUBs0pDEI5muuSR7vufYmJZTLuWIo%2BPYFMRpZ8iTUmShNauS6rFGOimAOAQyOVJYaURavTTkCYIEv6aK5P4tD4MJj7McR2XAZA%2BCdGkwPZPCNeWVzqpWhrk%2BCjYbWaqrXe8RWKN5Kqqlhq2n0JZoWWNa1PhjfBpz4RGQ2pchXekuZCj5DYBGFxBVyZJ4ximyMdF4IDPXWgQ3i70Ii8m0Q5wQ9y0mAjfUwD%2B27ZSGgRUhFrEs5ZeB1AsgueuPTVjPZRS1v7GXnKgq%2BpqWCNJwFOySqQhDCIrV19Es8LKJRfpioczVXR1qttMzQWu63QjGouSoDkXLVElXkppHoAFdVUJVOgcSGhDG7nE0CPbQ2XUtNlX3d%2F4b6voRka%2FGAGM%2FvpKkILeAlCR4Sp2NRN62H5I52x%2B1z%2BMCopLh%2BtJcpnS020Nb77U1Bx8EaVvlovBc9IcpnjDBLB7BkrQtX9tcJ8fAKU1TAbU2j7COkLAoBVBYSChR5WjpSQnMsWyK%2BVzdNx9Z%2FVy1uq%2Bvicitry3PHe1n%2BO99VqLjl5Xr7kM9sUupNWuKfJ9Rau3RccZv1p5JtTmc4LpbnzfI4Zeu7aiMl0udP9gK%2BzsxuEdn%2B7JyEmoBQwisNHqcqV7VVQbSjo%2Bv7NAvReD872GAnVg2sbjCbtLTcDFK%2BxP1uRNVXPjolPX%2BB8PQMEmGTd2bp%2ByP6KfoLscjHLyaeO8wGLG3sm9UYj5LhpaVashjSh%2BcClXm652Hy9gucvtZFXtfYxFJY5fqa1QLEUBsz7L1EMjfN9pLcrbraT8Kt7WcNFEELfKY2BEhlsiqE%2BHuSHo8nq%2Bq97GEkJUoCbdqtnaFTpc2dr65svcSHhB8mIDEV4IYfuUG%2F%2BBGRAA6IFrjBxgFlW5CQDH4nDLe%2FJ0cPOpmEQyWeTMumEsL3YgQwJ3elw9bgPg8%2BhaEGVMz6b9pMfxt7i6gJS5ohSGNe6iQXl6UXPB4%2FTCuUbJCWpuOfrBxZE3584et3%2BJYBskYmZsIgQstntCjV35Jw9vjcny2rmxzokvg9Trz0QMgRK7yGMS%2BaZzx0H24%2FObAFonF7%2BYdNkrEs%2FhqMQciZ57uCqBC4HT1aENX4lzEfVg3gL5wCYiR0AI1pkGH60aBlA1%2FOeQJ3rYFh39xOWCI5IGnozBlPBjs3F53g0Ukm56te0pIOdXYuBKHaSV7f4fmJNvD6rB265V%2Bxupamn09wb03Izsk7NH2I%2FF2cTZ5yjf9LQWjO3VWD%2FzOH%2BB3SnVBXfFjj2zTnaS9OA0mY88ioga5dsLBoVHH%2F29B70xITffi%2F0J6EY3gP5mBKenok6WJ1MMi0J8qYQHhPiGKHBHHCIc%2BxQh9A3mR2o9G0A95Y%2BqyCMNsaTNOkp5%2BrwuZqF5EtpxU6QotgnLxRd1csclB%2F9W9rHDePK8UBnGMZ86P%2FNAji9cntdjW%2BNPrko4HP4cG5SKjvm8CSacRAqHJAQoTanfe%2Fi1HQX1dbXdXYwSkmmw3t9ZAKBmfPMdXgzq%2Fr4%2FAOgE4b3KnMkiKAmb3LYGHIHBng3gRwchwZwnkbhKeh3Wmnd2oqpvbmef2vhUDMUZIktjUXoBzdKdqoXAJjIoGJ%2Flrar8KmZK0K%2FAqzJrqXTLmzttVUI1Lzq1fhEApbaAywEMLy7wOUyLrIM5EsbD2ayDH%2FPh2tfDTleU6HSVGfGityNP1V0e69C5N8zbwFp1EFNMSGludzjRUXQAXlvAfC%2BEQTTyKej8S4pNgiVEp%2BnwmmhXW%2FmADUSFr%2FpdFIRod%2FMsPqiD27RgU9lxNNyWmomLaXlwxhHgZQKAoBA0zNh0NP3kUmlqDsI83kkln%2FUksgn8M0uw9SV7LBS7KlM%2Bw7djtOD7xgamNjfXLuqCHXaB3rVCw9i7MRLg%2F0t6PcLxgPAzX0N0MBOsrTcjEgrfcdxQLJdkrJWykGJdFjBWkinftZRQhde3g2z0NG19yTBZ8fuPj1e8jFXsHwd8dL6nCGdsivuKGdMhV4hwkxyTiK4Z%2FgkBhH%2B2Xj5vjyxN%2BuXC1gLPrs2Z4z9doRz8%2F7OztNnBUDAAAjT7%2Fy0Y8PuR1hPwn6yCht%2FqlrzGsv7a56js%2FnsNkF05dDWPkA7AEy2SjmODkhQSQsRMILeCQU2I9rim83Q1jMAkqkeBPPWAuZL699eoiMkjRK2R2sWracvMFPs2t1lQSUAzhKo01JWlxVMx0fRHZUS0lqkNYEJlxcRqpngj%2B%2FSs9yiyhoTJYCisPKvmWb4yVo0nn4Tl0pYPtk69Pj9WpyCQpN4KkVE9ldfm1QZoUBvjYG5pBGHu4Jk%2FzK8tN7AppJwPRoLlQntjFSMP7J9S822LtEZo1TGYd5oTIcE0CFmnUAlVvQU4y%2FnSgAzgyyqhBkKADmhDNGmSUB7F5hBF4L7RojDnzSkzoiOGLTFIWaM6cZ4a8iuDX80OdHCUGo0CWqIhFvRXPJDZAz3pwIw6VEBCVG0BRmPaqac%2BvW1CqpUuXwW1HWLInxmyPVABT0K306DQCN6ZIlXG0%2FIl8vUAUawwnGRA7%2BBt2iCqphfeelR1Ju5xEJnR2zRAC%2BxNctnABHKLwRDQDywBe1yPQe8B3QKOkBMS5JEigDEkx7NLmHXz8hpCxSCAb8ZwxrAjTao7YBhQIOPbkm8wus2TcS4g0MIBZSBpy7A2i2zGTC68thPmmbO2ACFhCpEg%2B8nT9QPkEjpBCouiCqWkTwkgHflUOs%2F3wLTkY2EJisiErA7Oji6ztEzqvrxfciRH448D%2Bk8MQikHtA4q5bw0n35IQYYge2hm9M3y4sBEs4PYgMojwsiMVp9Dw8CTc7zIcADQRfbAmokssTKlQGcqA9AIiMCMAjhTiwjYZwuoGKXWBXxLP1m98N%2BgFEj%2BlpCm%2Fej%2BPWl3ur3%2BYDhCmFDGfz7%2Fk53NF8vVenN2iYKsH3%2FwebcFhahj%2B6XXuUvXbt179DzpsYdO6dd%2FjQFPDXzkiZeeee6FQW%2FYvHLa4LVKvPfWO0Ma1GkybOjwopJH7TF67BihkidOmDT5w%2F8eKGTq9Jkz9jpjqdmz5rQ7aXRFveYg8rasQdmqU%2FH43wHIp20nJ%2BVHjbN%2FUNQ%2BIk4uuuS8C%2B6574abjjpGFkk%2B65y7Fsv4oOlDkSKtVx%2BF3qlqiS2yxHLLBBLEmQiJyy8QvdF5IiYSIsVOu2IiN991zhbaFGeBa0kI%2Fean30Zp0eoxyl%2BA9dL7HoiXuZLdR6t88tU3WiZNdoghhRxKqKGFHkaYAQOFFTjscAbY%2F15fr0%2FfN6Zs%2BjxmD3noEHI4P0IoUJpH6WNWwk3jc2YnYt34ZEKezMmNSAAZIQR%2FLTkIEBSAtzLAufJeTdHv84VvL3kCD1fPGJ08rH68XpkT8jIG6Wq0ZmlJyrKSjOUlORnDsPlL6jY5DCUOdWz2MpRCgeRA7lpRlnhFlIhwNoSJyNlico%2BXik5TykQQRjxqc4JLSVqj8ZTujX12gNA54qGf647OLTnz3aUkv83te5hVAA%3D%3D) format("woff2"), url(/assets/decidim/Source_Sans_Pro_900-c3610e1397da654a025046597822bc430e5168d3252bfc1403eb01f263bbaa6d.woff) format("woff"), url(/assets/decidim/Source_Sans_Pro_900-0c06eae3332b848078c988eca567670e9e3926fc07b1f403b144112c6ece1f15.ttf) format("truetype");
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.list-reset, .reveal__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.list-inline > li {
  display: inline-block;
  vertical-align: top;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.list-inline > dt {
  clear: both;
  margin-right: .3em;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.list-inline > dt,
.list-inline > dd {
  float: left;
  margin-bottom: 0;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex-center > :first-child {
  margin-right: .5rem;
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex-center > :last-child {
  margin-left: .5rem;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex--cc, .badge-tip > :first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex--sbc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex--sbe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

/* line 68, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex--fsc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

/* line 76, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex--fsb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: baseline;
      align-items: baseline;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.flex--cb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.scroll {
  max-height: 50vh;
  overflow-y: scroll;
}

/* line 99, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.absolutes {
  position: relative;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.absolutes .left,
.absolutes .right,
.absolutes .top,
.absolutes .bottom {
  position: absolute;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.absolutes .left {
  left: 0;
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.absolutes .right {
  right: 0;
}

/* line 117, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.absolutes .top {
  top: 0;
}

/* line 121, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.absolutes .bottom {
  bottom: 0;
}

/* line 127, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.absolutes .left.center,
.absolutes .right.center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 134, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_helpers.scss */
.absolutes .top.center,
.absolutes .bottom.center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_toggle-expand.scss */
.toggle-show {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_toggle-expand.scss */
.toggle-show.is-expanded {
  display: block;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.section {
  margin-bottom: 2rem;
  word-wrap: break-word;
}

@media print, screen and (min-width: 64em) {
  /* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
  .section {
    margin-bottom: 3rem;
  }
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.m-bottom {
  margin-bottom: 1rem;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.p-none {
  padding: 0 !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pt-none {
  padding-top: 0 !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pr-none {
  padding-right: 0 !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pb-none {
  padding-bottom: 0 !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pl-none {
  padding-left: 0 !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.p-xs, .chart-tooltip .tooltip-content {
  padding: 0.5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pt-xs {
  padding-top: 0.5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pr-xs {
  padding-right: 0.5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pb-xs {
  padding-bottom: 0.5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pl-xs {
  padding-left: 0.5rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.p-s, .reveal__list li {
  padding: 1rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pt-s {
  padding-top: 1rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pr-s {
  padding-right: 1rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pb-s {
  padding-bottom: 1rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pl-s {
  padding-left: 1rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.p-sm {
  padding: 2rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pt-sm {
  padding-top: 2rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pr-sm {
  padding-right: 2rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pb-sm {
  padding-bottom: 2rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pl-sm {
  padding-left: 2rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.p-m, .conversation .conversation-header {
  padding: 3rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pt-m {
  padding-top: 3rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pr-m {
  padding-right: 3rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pb-m {
  padding-bottom: 3rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pl-m {
  padding-left: 3rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.p-l {
  padding: 5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pt-l {
  padding-top: 5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pr-l {
  padding-right: 5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pb-l {
  padding-bottom: 5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.pl-l {
  padding-left: 5rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.m-none {
  margin: 0 !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mt-none {
  margin-top: 0 !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mr-none {
  margin-right: 0 !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mb-none {
  margin-bottom: 0 !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.ml-none {
  margin-left: 0 !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.m-xs {
  margin: 0.5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mt-xs, .badge-tip {
  margin-top: 0.5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mr-xs, .badge-tip {
  margin-right: 0.5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mb-xs {
  margin-bottom: 0.5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.ml-xs {
  margin-left: 0.5rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.m-s {
  margin: 1rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mt-s, .conversation .conversation-chat, .conversation .conversation-reply {
  margin-top: 1rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mr-s {
  margin-right: 1rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mb-s {
  margin-bottom: 1rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.ml-s {
  margin-left: 1rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.m-sm {
  margin: 2rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mt-sm {
  margin-top: 2rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mr-sm {
  margin-right: 2rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mb-sm {
  margin-bottom: 2rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.ml-sm {
  margin-left: 2rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.m-m {
  margin: 3rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mt-m {
  margin-top: 3rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mr-m {
  margin-right: 3rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mb-m {
  margin-bottom: 3rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.ml-m {
  margin-left: 3rem !important;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.m-l {
  margin: 5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mt-l {
  margin-top: 5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mr-l {
  margin-right: 5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.mb-l {
  margin-bottom: 5rem !important;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_margins.scss */
.ml-l {
  margin-left: 5rem !important;
}

/* Variables */
/* Typography - Foundation overrides */
/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
button,
input {
  font-family: inherit;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.heading1 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.5em;
  line-height: 1.1;
}

@media print, screen and (min-width: 40em) {
  /* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
  .heading1 {
    font-size: 3em;
  }
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.subheading1 {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 2rem;
  margin-top: -3rem;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.heading2, .card--full .card__title {
  line-height: 1.2;
  font-size: 1.625em;
}

@media print, screen and (min-width: 40em) {
  /* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
  .heading2, .card--full .card__title {
    font-size: 2em;
  }
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.heading3 {
  line-height: 1.2;
  font-size: 1.5em;
}

@media print, screen and (min-width: 40em) {
  /* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
  .heading3 {
    font-size: 1.75em;
  }
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.heading4 {
  line-height: 1.2;
  font-size: 1.375em;
}

@media print, screen and (min-width: 40em) {
  /* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
  .heading4 {
    font-size: 1.5em;
  }
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.heading5, .card__title, .author-data--big .author__name {
  line-height: 1.2;
  font-size: 1.25em;
}

@media print, screen and (min-width: 40em) {
  /* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
  .heading5, .card__title, .author-data--big .author__name {
    font-size: 1.25em;
  }
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.heading6 {
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1em;
}

@media print, screen and (min-width: 40em) {
  /* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
  .heading6 {
    font-size: 1em;
  }
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.heading-small {
  font-size: 1rem;
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
hr {
  width: 50%;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
hr.reset {
  width: 100%;
}

/* New typographic styles */
/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.section-heading {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125em;
  letter-spacing: .05em;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.section-heading::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: .8em;
  background-color: var(--primary);
  margin-right: .5rem;
  margin-bottom: -.1rem;
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.section-heading.collapse {
  margin: 0;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.section-heading span {
  font-weight: normal;
}

/* line 100, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.mini-title {
  color: #8c838a;
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 108, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.mini-title__strong {
  color: #3d393c;
  font-size: 1.2rem;
  font-weight: 800;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.mini-title__strong--highlight {
  font-size: 1.4rem;
}

/* line 119, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.page-title {
  margin-bottom: 3rem;
}

/* line 123, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-highlight {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/* line 128, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-highlight.heading1 {
  font-weight: 800;
}

/* line 132, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-highlight > a {
  color: inherit;
}

/* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-highlight > a:hover {
  color: var(--primary);
}

/* line 145, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-primary {
  color: #ef604d;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.bg-primary {
  background-color: #fcddd9;
}

/* line 145, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-secondary {
  color: #599aa6;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.bg-secondary {
  background-color: #bdd7db;
}

/* line 145, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-success {
  color: #57d685;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.bg-success {
  background-color: #d2f4de;
}

/* line 145, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-warning {
  color: #ffae00;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.bg-warning {
  background-color: #ffdf99;
}

/* line 145, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-alert {
  color: #ec5840;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.bg-alert {
  background-color: #fad2cb;
}

/* line 145, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-muted {
  color: #8c838a;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.bg-muted {
  background-color: #d5d3d5;
}

/* line 154, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-large {
  font-size: 130%;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-medium, .chart-tooltip .tooltip-content {
  font-size: 90%;
  color: #8c838a;
}

/* line 163, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-small {
  font-size: 80%;
  color: #8c838a;
}

/* line 168, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 172, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 176, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

/* line 180, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.text-compact {
  line-height: 1;
}

/* line 184, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_typography.scss */
.word-wrapper {
  display: inline-block;
}

/* HTML inline text elements. Modifiers color text */
/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
a.primary,
abbr.primary,
acronym.primary,
b.primary,
bdo.primary,
big.primary,
br.primary,
button.primary,
cite.primary,
code.primary,
dfn.primary,
em.primary,
i.primary,
img.primary,
input.primary,
kbd.primary,
label.primary,
map.primary,
object.primary,
q.primary,
samp.primary,
script.primary,
select.primary,
.inline-filters button.primary[data-toggle],
small.primary,
span.primary,
strong.primary,
sub.primary,
sup.primary,
textarea.primary,
time.primary,
tt.primary,
var.primary {
  color: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
a.secondary,
abbr.secondary,
acronym.secondary,
b.secondary,
bdo.secondary,
big.secondary,
br.secondary,
button.secondary,
cite.secondary,
code.secondary,
dfn.secondary,
em.secondary,
i.secondary,
img.secondary,
input.secondary,
kbd.secondary,
label.secondary,
map.secondary,
object.secondary,
q.secondary,
samp.secondary,
script.secondary,
select.secondary,
.inline-filters button.secondary[data-toggle],
small.secondary,
span.secondary,
strong.secondary,
sub.secondary,
sup.secondary,
textarea.secondary,
time.secondary,
tt.secondary,
var.secondary {
  color: var(--secondary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
a.success,
abbr.success,
acronym.success,
b.success,
bdo.success,
big.success,
br.success,
button.success,
cite.success,
code.success,
dfn.success,
em.success,
i.success,
img.success,
input.success,
kbd.success,
label.success,
map.success,
object.success,
q.success,
samp.success,
script.success,
select.success,
.inline-filters button.success[data-toggle],
small.success,
span.success,
strong.success,
sub.success,
sup.success,
textarea.success,
time.success,
tt.success,
var.success {
  color: var(--success);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
a.warning,
abbr.warning,
acronym.warning,
b.warning,
bdo.warning,
big.warning,
br.warning,
button.warning,
cite.warning,
code.warning,
dfn.warning,
em.warning,
i.warning,
img.warning,
input.warning,
kbd.warning,
label.warning,
map.warning,
object.warning,
q.warning,
samp.warning,
script.warning,
select.warning,
.inline-filters button.warning[data-toggle],
small.warning,
span.warning,
strong.warning,
sub.warning,
sup.warning,
textarea.warning,
time.warning,
tt.warning,
var.warning {
  color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
a.alert,
abbr.alert,
acronym.alert,
b.alert,
bdo.alert,
big.alert,
br.alert,
button.alert,
cite.alert,
code.alert,
dfn.alert,
em.alert,
i.alert,
img.alert,
input.alert,
kbd.alert,
label.alert,
map.alert,
object.alert,
q.alert,
samp.alert,
script.alert,
select.alert,
.inline-filters button.alert[data-toggle],
small.alert,
span.alert,
strong.alert,
sub.alert,
sup.alert,
textarea.alert,
time.alert,
tt.alert,
var.alert {
  color: var(--alert);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
a.muted,
abbr.muted,
acronym.muted,
b.muted,
bdo.muted,
big.muted,
br.muted,
button.muted,
cite.muted,
code.muted,
dfn.muted,
em.muted,
i.muted,
img.muted,
input.muted,
kbd.muted,
label.muted,
map.muted,
object.muted,
q.muted,
samp.muted,
script.muted,
select.muted,
.inline-filters button.muted[data-toggle],
small.muted,
span.muted,
strong.muted,
sub.muted,
sup.muted,
textarea.muted,
time.muted,
tt.muted,
var.muted {
  color: #8c838a;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_title-action.scss */
.title-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.5rem;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_title-action.scss */
.title-action__title {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  margin-bottom: 0;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_title-action.scss */
.title-action__title.section-heading {
  margin-bottom: 0;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_title-action.scss */
.title-action__action {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_title-action.scss */
.title-action__action .icon {
  width: 11px;
  height: 11px;
  margin-left: .3rem;
}

/* Foundation button overrides */
/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.small {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.small.compact {
  padding-left: .5rem;
  padding-right: .5rem;
  letter-spacing: 0;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.tiny {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.tiny.compact {
  padding-left: .25rem;
  padding-right: .25rem;
  letter-spacing: 0;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.button--right {
  float: right;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button {
  background-color: var(--primary);
}

/* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button:hover, .button:focus {
  background-color: var(--primary);
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.hollow {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.secondary:hover, .button.secondary:focus {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.secondary.hollow {
  background-color: transparent;
  color: var(--secondary);
  border-color: var(--secondary);
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.progress-meter {
  background-color: var(--primary);
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.hollow:disabled:hover,
.button.hollow.disabled:hover {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

/* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.hollow:disabled:hover.secondary,
.button.hollow.disabled:hover.secondary {
  border-color: var(--secondary);
  color: var(--secondary);
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.hollow:disabled:hover.success,
.button.hollow.disabled:hover.success {
  border-color: var(--success);
  color: var(--success);
}

/* line 80, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.hollow:disabled:hover.alert,
.button.hollow.disabled:hover.alert {
  border-color: var(--alert);
  color: var(--alert);
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.hollow:disabled:hover.warning,
.button.hollow.disabled:hover.warning {
  border-color: var(--warning);
  color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button.light:not(.hollow).primary {
  color: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button.light:not(.hollow).secondary {
  color: #fff;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button.light:not(.hollow).success {
  color: #fff;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button.light:not(.hollow).warning {
  color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button.light:not(.hollow).alert {
  color: var(--alert);
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button.light.hollow {
  border-color: #fff;
  color: #fff;
}

/* line 101, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button-group--collapse {
  text-align: left;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button-group--collapse > :last-child {
  -ms-flex: 1;
      flex: 1;
}

/* line 110, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button-group--collapse .button {
  margin-right: 0;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button-group--collapse > :first-child,
.button-group--collapse > :first-child * {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button-group--collapse > :last-child,
.button-group--collapse > :last-child * {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 126, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button-group--collapse > :not(:first-child):not(:last-child),
.button-group--collapse > :not(:first-child):not(:last-child) * {
  border-radius: 0;
}

/* line 133, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.buttons__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.buttons__row > * {
  margin: 0 0.25rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.buttons__row > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.buttons__row > :last-child {
  margin-right: 0;
}

/* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.buttons__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.buttons__column > * {
  margin: 0.25rem 0;
}

/* line 89, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.buttons__column > :first-child {
  margin-top: 0;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.buttons__column > :last-child {
  margin-bottom: 0;
}

/* Extra buttons styles */
/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button--shadow.primary {
  color: #fff;
  background-color: #783027;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button--shadow.secondary {
  color: #fff;
  background-color: #2d4d53;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button--shadow.success {
  color: #fff;
  background-color: #2c6b43;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button--shadow.warning {
  color: #fff;
  background-color: #805700;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button--shadow.alert {
  color: #fff;
  background-color: #762c20;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.button--shadow.muted {
  color: #fff;
  background-color: #464245;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 162, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--icon .icon {
  margin: 0 2px;
}

/* line 167, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--icon.small .icon {
  width: 12px;
  height: 12px;
}

/* line 174, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--nomargin {
  margin: 0;
}

/* line 178, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--frosted {
  background-color: rgba(255, 255, 255, 0.65);
  color: var(--primary);
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--muted {
  background-color: #8c838a;
}

/* line 186, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--muted:hover {
  background-color: var(--secondary);
}

/* line 190, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--muted.hollow {
  border-color: #8c838a;
}

/* line 195, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--sc {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
}

/* line 200, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--sc.large {
  font-size: 1rem;
}

/* line 205, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button__info {
  text-transform: none;
  font-weight: normal;
  font-size: 80%;
  margin-top: .25rem;
  display: block;
}

/* line 213, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.link {
  cursor: pointer;
  color: #599aa6;
  font-weight: 600;
}

/* line 219, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.muted-link {
  font-weight: 600;
  color: #8c838a;
}

/* line 223, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.muted-link:hover {
  color: #599aa6;
}

/* line 228, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.show-more {
  text-align: center;
  margin-bottom: 1rem;
}

/* Social buttons */
/* line 235, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--social {
  padding: 0 1.5rem 0 0;
  text-align: left;
  display: block;
  min-width: 250px;
}

/* line 242, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: .85em 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.075);
  margin-right: .5rem;
  min-width: 3rem;
  text-align: center;
}

/* line 252, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--twitter {
  background-color: var(--twitter);
}

/* line 255, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--twitter:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

/* line 260, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--facebook {
  background-color: var(--facebook);
}

/* line 263, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--facebook:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

/* line 268, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--google {
  background-color: var(--google);
}

/* line 271, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_buttons.scss */
.button--google:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

/* Froms foundation overwrites */
/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
.input-group-button button {
  height: 2.5rem;
  padding: .5rem 1rem;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
.help-text {
  line-height: 1.2;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-bottom: 0;
}

/* Switch additional styles */
/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
.switch-with-label > label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.2;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
.switch-with-label .switch-paddle {
  display: inline-block;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
.checkboxes {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
.checkboxes::after {
  /* Align last row to left */
  min-width: 200px;
  content: "";
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
.checkboxes label {
  min-width: 200px;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_forms.scss */
.checkboxes label input[type=checkbox] {
  vertical-align: middle;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon {
  width: 0.875em;
  height: 0.875em;
  fill: currentColor;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.icon.primary {
  color: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.icon.secondary {
  color: var(--secondary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.icon.success {
  color: var(--success);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.icon.warning {
  color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.icon.alert {
  color: var(--alert);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.icon.muted {
  color: #8c838a;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--small {
  width: 0.625em;
  height: 0.625em;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--big {
  width: 1.5em;
  height: 1.5em;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--large {
  width: 1.875em;
  height: 1.875em;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--action {
  fill: rgba(0, 0, 0, 0.2);
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--action:hover,
a:hover .icon--action {
  fill: currentColor;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--after {
  margin-left: .3rem;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--before {
  margin-right: .3rem;
}

/* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_icons.scss */
.icon--share {
  margin-bottom: -2px;
  width: 12px;
  height: 12px;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_video.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_video.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Reveal foundation overwrites */
@media screen and (max-width: 28.0625em) {
  /* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
  .reveal {
    width: 95%;
    left: 2.5%;
    top: 2rem;
    height: auto;
    min-height: auto;
  }
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__header {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1rem;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__header.reveal__header--nomargin {
  margin-bottom: 0;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__footer {
  border-top: 1px solid #e8e8e8;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__bg {
  background-color: #f4f4f4;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__title {
  margin-top: -6px;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__list li {
  display: -ms-flexbox;
  display: flex;
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__list li.selected {
  background-color: rgba(255, 174, 0, 0.3);
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__list li.selected svg {
  color: #57d685;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* line 53, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__list li:hover {
  cursor: pointer;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__list li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

/* line 62, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reveal.scss */
.reveal__trigger {
  cursor: pointer;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
.wrapper {
  padding: 1.2rem 1rem;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
  .wrapper {
    padding: 5rem 1.5rem 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
  .wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
.wrapper--inner {
  background: #f4f4f4;
  padding-top: 1rem;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
html {
  height: 100%;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  min-height: 100%;
}

@media screen and (max-width: 39.9375em) {
  /* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
  body {
    background-color: #2c2930;
  }
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
.footer-separator {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
.off-canvas-wrapper {
  background-color: #fafafa;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
.off-canvas-wrapper,
.off-canvas-wrapper-inner,
.off-canvas-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 53, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
.off-canvas {
  background-color: #2c2930;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_layout.scss */
.off-canvas .close-button {
  color: #fafafa;
  padding: .2rem .5rem;
  margin-right: -.5rem;
}

/* Variables */
/* Navigation */
/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.navbar {
  background: #2c2930;
}

/* Title bar */
/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.title-bar {
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  /* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .title-bar {
    border-top: 2.125rem solid #2c2930;
  }
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.logo-cityhall {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin-top: -1.95rem;
  text-align: right;
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.logo-cityhall img {
  width: auto;
  height: 22px !important;
}

@media print, screen and (min-width: 40em) {
  /* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .logo-cityhall {
    top: 50%;
    margin-top: -19px;
  }
  /* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .logo-cityhall img {
    height: 38px !important;
  }
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__search {
  position: relative;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__search input,
.topbar__search input:focus {
  color: #fff;
  border: 0;
  padding-left: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(255, 255, 255, 0.02);
}

@media print, screen and (min-width: 40em) {
  /* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .topbar__search input,
  .topbar__search input:focus {
    background: #2c2930;
  }
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__search svg {
  color: #e8e8e8;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .5;
}

/* Top bar */
/* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 84, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.logo-wrapper {
  display: inline-block;
  line-height: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 89, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.logo-wrapper a {
  display: inline-block;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.logo-wrapper img {
  display: block;
  max-height: 33px;
}

@media screen and (min-width: 50em) {
  /* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .logo-wrapper img {
    max-height: 45px;
  }
}

/* Dropmenus in topbar */
/* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  margin-left: 2rem;
}

/* line 110, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .dropdown > li > a {
  padding-left: 0;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .dropdown {
  display: inline-block;
  vertical-align: middle;
}

/* line 119, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu {
  z-index: 701;
  text-align: left;
  padding: 0;
  background-color: #fff;
  border: 1px solid #fafafa;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  min-width: 150px;
}

/* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu::after, .topbar__dropmenu .is-dropdown-submenu::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 141, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu::after {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

/* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu::before {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}

/* line 155, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu li {
  padding: 0.5rem;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu li a {
  padding: .5rem;
  color: #599aa6;
}

/* line 162, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu li a:hover {
  color: #726a70;
}

/* line 167, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

/* line 171, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu li:hover {
  cursor: pointer;
  background-color: rgba(var(--secondary-rgb), 0.05);
}

/* line 179, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu #topbar__language-choose .is-dropdown-submenu {
  -webkit-transform: translateX(-12%);
      -ms-transform: translateX(-12%);
          transform: translateX(-12%);
  top: 110%;
}

/* line 184, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu #topbar__user-notifications .is-dropdown-submenu {
  -webkit-transform: translateX(-47%);
      -ms-transform: translateX(-47%);
          transform: translateX(-47%);
  top: 110%;
}

/* line 189, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu #topbar__user-profile .is-dropdown-submenu {
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
  top: 110%;
}

/* line 196, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu > ul > li > a {
  color: #e8e8e8;
}

/* line 199, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu > ul > li > a::after {
  margin-top: -1px !important;
  border-top-color: #e8e8e8 !important;
}

@media screen and (max-width: 39.9375em) {
  /* line 205, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .language-choose {
    font-size: .8rem;
    position: absolute;
    top: -2.2rem;
    left: .5rem;
    margin-left: 0;
  }
  /* line 213, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .language-choose .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-width: 3px;
    right: 10px;
    margin-top: 0;
  }
}

/* line 221, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user {
  display: inline-block;
  padding-right: 2.5rem;
  margin-left: 2rem;
}

@media (min-width: 81.25em) {
  /* line 221, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .topbar__user {
    padding-right: 0;
  }
}

/* line 231, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__logged {
  text-align: right;
  padding-right: 2.5rem;
  display: none;
}

@media print, screen and (min-width: 40em) {
  /* line 231, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .topbar__user__logged {
    display: block;
  }
}

@media (min-width: 81.25em) {
  /* line 231, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .topbar__user__logged {
    padding-right: 0;
  }
}

/* line 245, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__logged .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

/* line 250, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__logged__picture {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 258, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__logged__name {
  color: #3d393c;
}

/* line 261, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__logged__name > * {
  display: block;
}

/* line 266, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__notifications,
.topbar__conversations {
  margin-right: 1rem;
  vertical-align: -4px;
}

/* line 271, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__notifications .icon,
.topbar__conversations .icon {
  fill: #fff;
  opacity: .3;
}

/* line 276, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__notifications.is-active .icon,
.topbar__conversations.is-active .icon {
  fill: #ffae00;
  opacity: 1;
}

/* line 282, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__notifications__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #8c838a;
  width: 250px;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.topbar__notifications__item > * {
  margin: 0 0.5rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.topbar__notifications__item > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.topbar__notifications__item > :last-child {
  margin-right: 0;
}

/* line 291, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__notifications__item strong {
  color: #599aa6;
}

/* line 295, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__notifications__item :last-child {
  -ms-flex: 1;
      flex: 1;
}

/* line 298, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__notifications__item :last-child > * {
  display: block;
}

/* line 304, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__notifications__item--more {
  text-align: center;
  background-color: #f4f4f4;
  color: #599aa6;
  font-size: 90%;
}

/* line 311, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__login {
  text-align: right;
  line-height: 1.2;
}

/* line 315, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__login a {
  color: #e8e8e8;
  font-weight: 600;
}

/* line 319, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__login a:hover {
  color: #599aa6;
}

/* line 324, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__login a::before {
  content: "";
  margin-left: .5rem;
  margin-right: .5rem;
  display: inline-block;
  width: 1px;
  height: 2px;
  border-left: 1px solid #e8e8e8;
  vertical-align: middle;
}

/* line 335, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__user__login a:first-of-type::before {
  display: none;
}

/* Menu icon and off-canvas */
/* line 341, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__menu {
  text-align: right;
  font-size: 20px;
  margin-right: .1rem;
}

/* line 346, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__menu button {
  color: inherit;
}

/* line 351, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__edit__link a {
  color: #e8e8e8;
}

/* line 354, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__edit__link a:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
}

/* line 360, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.usermenu-off-canvas-holder .usermenu-off-canvas {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/* line 364, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.usermenu-off-canvas-holder .usermenu-off-canvas.is-dropdown-submenu {
  display: block;
  position: static;
  background: transparent;
  border-left: 0;
  border-right: 0;
}

/* line 372, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.usermenu-off-canvas-holder .usermenu-off-canvas a {
  display: block;
  padding: 1em 2em;
  color: rgba(255, 255, 255, 0.5);
}

/* line 377, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.usermenu-off-canvas-holder .usermenu-off-canvas a:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
}

/* line 384, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.off-canvas .topbar__user__login {
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/* Main nav */
/* line 394, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 394, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .main-nav ul {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 405, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .main-nav ul > li {
    display: inline-block;
    -ms-flex: 1;
        flex: 1;
    text-align: center;
  }
}

/* line 413, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.main-nav__link a {
  display: block;
  padding: 1em 2em;
  color: rgba(255, 255, 255, 0.5);
}

/* line 418, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.main-nav__link a:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
}

@media print, screen and (min-width: 40em) {
  /* line 413, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .main-nav__link a {
    padding: .75em 2em;
  }
}

/* line 428, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
.main-nav__link--active a {
  -webkit-box-shadow: inset 4px 0 0 0 var(--primary);
          box-shadow: inset 4px 0 0 0 var(--primary);
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
}

@media print, screen and (min-width: 40em) {
  /* line 428, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_navbar.scss */
  .main-nav__link--active a {
    -webkit-box-shadow: inset 0 4px 0 0 var(--primary);
            box-shadow: inset 0 4px 0 0 var(--primary);
  }
}

/* Variables */
/* Main container */
/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
.main-container {
  background: #fff;
  border: 1px solid #e8e8e8;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
.main-container__content {
  padding: 1rem 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
  .main-container__content {
    padding: 2rem 2rem;
  }
}

/* Main container side panel */
@media print, screen and (min-width: 40em) {
  /* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
  .main-container--side-panel {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
.side-panel {
  background-color: #f4f4f4;
  min-height: 100%;
  border-bottom: 1px solid #e8e8e8;
}

@media print, screen and (min-width: 40em) {
  /* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
  .side-panel {
    border-bottom: 0;
    border-right: 1px solid #e8e8e8;
  }
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
.side-panel__tabs {
  border: none;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
.side-panel__tabs .tabs-title {
  border-bottom: 1px solid #e8e8e8;
}

@media print, screen and (min-width: 40em) {
  /* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
  .side-panel__tabs .tabs-title:last-of-type {
    margin-bottom: 4rem;
  }
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
.side-panel__tabs .tabs-title > [role=tab],
.side-panel__tabs .tabs-title > a {
  color: #3d393c;
}

/* line 61, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
.side-panel__tabs .tabs-title > [role=tab]:hover,
.side-panel__tabs .tabs-title > a:hover {
  color: #599aa6;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_main-container.scss */
.side-panel__tabs .tabs-title.is-active > [role=tab],
.side-panel__tabs .tabs-title.is-active > a {
  color: #599aa6;
  -webkit-box-shadow: inset 4px 0 0 var(--primary);
          box-shadow: inset 4px 0 0 var(--primary);
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.main-footer,
.mini-footer {
  color: #e8e8e8;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.main-footer a,
.mini-footer a {
  color: #828282;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.main-footer a:hover,
.mini-footer a:hover {
  color: #b5b5b5;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.main-footer {
  background-color: #1a181d;
  position: relative;
  padding: 1rem 0;
  min-height: 76px;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.main-footer__badge {
  display: block;
  width: 140px;
}

@media print, screen and (min-width: 64em) {
  /* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
  .main-footer__badge {
    position: absolute;
  }
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.main__footer__nav {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  /* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
  .main__footer__nav {
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
  .main__footer__nav {
    text-align: center;
  }
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.footer-nav {
  list-style: none;
  padding-top: .5rem;
  margin: 0 0 0 -1rem;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.footer-nav li {
  display: inline-block;
  padding: 0 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
  .footer-nav {
    margin-left: 0;
  }
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.main__footer__social {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  /* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
  .main__footer__social {
    text-align: right;
  }
}

/* line 72, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.footer-social {
  list-style: none;
  padding-top: .5rem;
  margin: 0;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.footer-social li {
  display: inline-block;
  padding-left: 1rem;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.footer-social li:first-child {
  padding-left: 0;
}

/* line 87, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.footer-social__icon .icon {
  width: 16px;
  height: 16px;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.mini-footer {
  padding: 1rem 0;
  background-color: #2c2930;
}

/* line 98, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.cc-badge {
  margin-right: .5rem;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_footer.scss */
.decidim-logo {
  display: block;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
  .static-with-nav {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
.static-nav {
  min-height: 100%;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
.static-nav .list-latin {
  list-style-type: upper-latin;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
.static-nav ul {
  text-transform: uppercase;
  margin-left: .5rem;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
.static-nav li {
  color: #9c9c9c;
  line-height: 1.2;
  margin-bottom: .8rem;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
.static-nav a {
  color: #3d393c;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
.static-nav a:hover {
  color: #599aa6;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
.static__message {
  text-align: center;
  padding: 2rem 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
  .static__message {
    padding: 4rem 1.5rem;
  }
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_static-pages.scss */
.static__message__cta {
  margin-top: 2rem;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_card-grid.scss */
.card-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_card-grid.scss */
.card-grid::before {
  width: 0;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_card-grid.scss */
.card-grid .column, .card-grid .columns {
  margin-bottom: 30px;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_card-grid.scss */
.card-grid .card, .card-grid .comment-thread, .card-grid .message, .card-grid .add-message, .card-grid .conference-speaker .speaker-bio, .conference-speaker .card-grid .speaker-bio, .card-grid .conference-registration, .card-grid .chart-tooltip {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_card-grid.scss */
.card-grid .card__content, .card-grid .badge-card__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* Variables */
/* Cards */
/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card, .comment-thread, .message, .add-message, .conference-speaker .speaker-bio, .conference-registration, .chart-tooltip {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card.primary, .primary.comment-thread, .primary.message, .primary.add-message, .conference-speaker .primary.speaker-bio, .primary.conference-registration, .primary.chart-tooltip {
  border-top-width: 8px;
  border-top-color: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card.secondary, .secondary.comment-thread, .secondary.message, .secondary.add-message, .conference-speaker .secondary.speaker-bio, .secondary.conference-registration, .secondary.chart-tooltip {
  border-top-width: 8px;
  border-top-color: var(--secondary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card.success, .success.comment-thread, .success.message, .success.add-message, .conference-speaker .success.speaker-bio, .success.conference-registration, .success.chart-tooltip {
  border-top-width: 8px;
  border-top-color: var(--success);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card.warning, .warning.comment-thread, .warning.message, .warning.add-message, .conference-speaker .warning.speaker-bio, .warning.conference-registration, .warning.chart-tooltip {
  border-top-width: 8px;
  border-top-color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card.alert, .alert.comment-thread, .alert.message, .alert.add-message, .conference-speaker .alert.speaker-bio, .alert.conference-registration, .alert.chart-tooltip {
  border-top-width: 8px;
  border-top-color: var(--alert);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card.muted, .muted.comment-thread, .muted.message, .muted.add-message, .conference-speaker .muted.speaker-bio, .muted.conference-registration, .muted.chart-tooltip {
  border-top-width: 8px;
  border-top-color: rgba(140, 131, 138, 0.3);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card:hover.primary, .comment-thread:hover.primary, .message:hover.primary, .add-message:hover.primary, .conference-speaker .speaker-bio:hover.primary, .conference-registration:hover.primary, .chart-tooltip:hover.primary {
  border-color: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card:hover.secondary, .comment-thread:hover.secondary, .message:hover.secondary, .add-message:hover.secondary, .conference-speaker .speaker-bio:hover.secondary, .conference-registration:hover.secondary, .chart-tooltip:hover.secondary {
  border-color: var(--secondary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card:hover.success, .comment-thread:hover.success, .message:hover.success, .add-message:hover.success, .conference-speaker .speaker-bio:hover.success, .conference-registration:hover.success, .chart-tooltip:hover.success {
  border-color: var(--success);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card:hover.warning, .comment-thread:hover.warning, .message:hover.warning, .add-message:hover.warning, .conference-speaker .speaker-bio:hover.warning, .conference-registration:hover.warning, .chart-tooltip:hover.warning {
  border-color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card:hover.alert, .comment-thread:hover.alert, .message:hover.alert, .add-message:hover.alert, .conference-speaker .speaker-bio:hover.alert, .conference-registration:hover.alert, .chart-tooltip:hover.alert {
  border-color: var(--alert);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card:hover.muted, .comment-thread:hover.muted, .message:hover.muted, .add-message:hover.muted, .conference-speaker .speaker-bio:hover.muted, .conference-registration:hover.muted, .chart-tooltip:hover.muted {
  border-color: rgba(140, 131, 138, 0.3);
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--nomargin {
  margin-bottom: 0;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--secondary {
  background: #f4f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__content, .badge-card__content {
  padding: 1rem;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__content:not(:only-child), .badge-card__content:not(:only-child) {
  padding-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card__content, .badge-card__content {
    padding: 1.5rem;
  }
  /* line 61, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card__content:not(:only-child), .badge-card__content:not(:only-child) {
    padding-bottom: 0.75rem;
  }
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__content--center {
  text-align: center;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__extra {
  background: #f4f4f4;
  padding: 1rem;
}

/* line 80, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__header {
  margin-bottom: 0.75rem;
}

/* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__header.collapse {
  margin-bottom: 0;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__button {
  margin-bottom: 0;
  cursor: pointer;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__type {
  background: #f4f4f4;
  padding: .1rem 1rem;
  margin-top: .5rem;
  margin-bottom: -.75rem;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .05em;
  color: #8c838a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

/* line 107, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__type .icon {
  width: 14px;
  height: 14px;
  fill: #8c838a;
  margin-right: .2rem;
}

/* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__text .card__text--status {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__text .card__text--status::after {
  content: " ";
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__text .card__text--status.primary {
  color: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__text .card__text--status.secondary {
  color: var(--secondary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__text .card__text--status.success {
  color: var(--success);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__text .card__text--status.warning {
  color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__text .card__text--status.alert {
  color: var(--alert);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__text .card__text--status.muted {
  color: #8c838a;
}

/* line 127, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__text .card__text--category {
  display: block;
  margin-top: 0.5rem;
}

/* line 132, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__text:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 136, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__text.card--picture-offset {
  margin-left: calc(3.375rem + .5rem);
}

/* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__text--separated-mid-dot > *:not(:last-child)::after {
  content: " · ";
}

/* line 147, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__image, .badge-container .badge__logo, .badge-container .badge__logo--small {
  width: 100%;
  max-height: 10rem;
  min-height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__image.card__image--smaller, .badge-container .card__image--smaller.badge__logo, .badge-container .card__image--smaller.badge__logo--small {
  max-height: 5rem;
}

/* line 157, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__image.card__image--larger, .badge-container .card__image--larger.badge__logo, .badge-container .card__image--larger.badge__logo--small {
  max-height: 20rem;
  min-height: 10rem;
}

/* Card datetime */
/* line 165, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__datetime {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-bottom: 1rem;
  padding: .5rem;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  border-left: 4px solid var(--primary);
  background: #f4f4f4;
  line-height: 1;
}

/* line 178, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__datetime__date {
  font-size: 1.4rem;
  margin-right: 1rem;
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__datetime__month {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.2rem;
}

/* line 189, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__datetime__time {
  font-size: .8rem;
}

/* Card footer */
/* line 194, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__footer, .card__top {
  background: #f4f4f4;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  clear: both;
}

/* line 200, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__footer .card__content, .card__top .card__content, .card__footer .badge-card__content, .card__top .badge-card__content {
  display: -ms-flexbox;
  display: flex;
}

/* line 205, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__footer--transparent {
  background: transparent;
}

/* line 209, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__footer--data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 213, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__footer--data .card__content, .card__footer--data .badge-card__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 217, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__footer--data .card-data {
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 221, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__footer--data .card-data__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  border-right: none;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

/* line 227, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__footer--data .card-data__item:last-of-type {
  border-bottom: none;
}

/* line 233, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__author {
  margin-bottom: .5rem;
}

/* line 237, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__author [data-toggler] {
  margin-bottom: -.5rem;
}

/* line 242, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__voting {
  display: inline-block;
  text-align: center;
}

/* line 247, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__vote-number {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

/* Card data */
/* line 255, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card-data {
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 262, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card-data__item {
  display: inline-block;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1;
  color: #8c838a;
  padding: .5em;
  border-right: 1px solid #e8e8e8;
  margin-right: -1px;
  border-top: 1px solid #e8e8e8;
  margin-top: -1px;
}

/* line 277, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card-data__item .card-data__item--centerblock {
  margin: 0 auto;
}

/* line 281, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card-data__item.card-data__item--expand {
  line-height: 1.5;
}

/* line 286, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card-data__item__number, .card--list__data__number {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
  color: #3d393c;
  margin-bottom: .2rem;
}

/* line 295, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card-data__item--multiple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card-data__item--multiple > * {
  margin: 0 0.5rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card-data__item--multiple > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card-data__item--multiple > :last-child {
  margin-right: 0;
}

/* line 302, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card-data__item--multiple > div {
  text-align: left;
  display: block;
}

/* Card popularity */
/* line 310, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__popularity {
  padding: 1.5rem;
  text-align: center;
}

/* line 314, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__popularity .icon {
  fill: #e8e8e8;
}

/* line 319, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__popularity__data {
  text-align: center;
  text-transform: uppercase;
  font-size: 85%;
  line-height: 1;
  margin-bottom: .2rem;
  color: #8c838a;
}

/* Card support */
/* line 330, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__support {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 330, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card__support {
    padding: 1.5rem;
  }
}

/* line 342, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__support > *:only-child {
  margin-left: auto;
}

/* line 346, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__support .card__button {
  font-size: 90%;
}

/* line 351, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__support__data, .card__support__data--left {
  text-align: center;
  text-transform: uppercase;
  font-size: 85%;
  line-height: 1;
  margin-bottom: .2rem;
  color: #8c838a;
}

/* line 360, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__support__data--left {
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  color: #8c838a;
  max-width: 60%;
}

/* line 369, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__support__data--left strong {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 377, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__support__number, .progress__bar .progress__bar__title .progress__bar__number, .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number {
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
  color: #3d393c;
}

/* Card with image */
/* line 385, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__img {
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  /* line 385, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card__img {
    float: right;
    width: 35%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 394, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card__content--img {
    float: left;
    width: 60%;
  }
}

/* Card Link */
/* line 402, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__link {
  color: #599aa6;
}

/* line 405, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__link:hover {
  color: #599aa6;
}

/* line 410, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__link--block {
  display: block;
}

/* Card list */
/* line 416, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list .card--list__item:not(:last-of-type),
.card--list *:not(:last-of-type) .card--list__item {
  border-bottom: 1px solid #e8e8e8;
}

/* line 422, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 1rem;
}

/* line 427, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list--mini .card--list__item {
  padding-left: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 422, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--list__item {
    padding-left: 1.5rem;
  }
}

/* line 435, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__item svg {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 440, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__item svg + div {
  max-width: calc(85% - 1rem);
  overflow-wrap: break-word;
}

/* line 446, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__icon {
  display: none;
  fill: #599aa6;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--list__icon.primary {
  fill: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--list__icon.secondary {
  fill: var(--secondary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--list__icon.success {
  fill: var(--success);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--list__icon.warning {
  fill: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--list__icon.alert {
  fill: var(--alert);
}

@media print, screen and (min-width: 40em) {
  /* line 446, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--list__icon {
    margin-right: 1rem;
    display: block;
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* line 461, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__text, .card--list__titled-text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 1rem 1rem 0;
}

/* line 469, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__text.card--list__text--top, .card--list__text--top.card--list__titled-text {
  -ms-flex-align: start;
      align-items: start;
}

/* line 473, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list--mini .card--list__text, .card--list--mini .card--list__titled-text {
  padding: .5rem .5rem .5rem 0;
}

/* line 477, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__text .author, .card--list__titled-text .author {
  margin-top: .3rem;
  margin-right: 1rem;
}

/* line 483, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__heading {
  margin-bottom: 0;
  display: block;
}

@media screen and (max-width: 49.9375em) {
  /* line 488, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--list .tags {
    display: none;
  }
}

/* line 494, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__data {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 85%;
  min-width: 7rem;
  line-height: 1;
  color: #8c838a;
  padding: 1rem;
  background: #f4f4f4;
}

@media print, screen and (min-width: 40em) {
  /* line 494, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--list__data {
    padding: 1rem 1.5rem;
  }
}

/* line 514, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list--mini .card--list__data {
  padding: 0.5rem 1rem;
}

/* line 520, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__data__icon .icon, .card--list__data__icon--lg .icon {
  width: 20px;
  height: 20px;
  fill: #8c838a;
}

/* line 527, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__data__icon:hover .icon, .card--list__data__icon--lg:hover .icon {
  fill: #599aa6;
}

/* line 536, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__data__icon--lg .icon {
  width: 36px;
  height: 36px;
}

/* line 542, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__data__number {
  font-size: 1.5rem;
}

/* line 548, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__titled-text {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 555, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__titled-text .card--list__heading {
  margin-bottom: 5px;
  width: calc(100% - 28px);
}

/* line 560, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__titled-text .card--list__annotation {
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: .7em;
  font-weight: 600;
  width: 28px;
}

/* line 568, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__titled-text .card--list__counter {
  background-color: #599aa6;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  width: 20px;
}

/* line 580, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--list__titled-text .card--list__counter span {
  display: block;
  line-height: 20px;
  text-align: center;
}

/* Card full width variant */
/* line 589, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--full {
  margin-bottom: 60px;
}

/* line 592, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--full:last-child {
  margin-bottom: 0;
}

/* line 600, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--full .card__content, .card--full .badge-card__content {
  padding: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  /* line 600, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--full .card__content, .card--full .badge-card__content {
    padding: 3rem;
  }
}

/* line 609, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--full__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 40em) and (max-width: 49.9375em) {
  /* line 609, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--full__image {
    min-height: 15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* line 622, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--full__image > .card__content, .card--full__image > .badge-card__content {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 40em) and (max-width: 49.9375em) {
  /* line 622, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--full__image > .card__content, .card--full__image > .badge-card__content {
    min-width: 50%;
  }
}

@media screen and (min-width: 50em) {
  /* line 622, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--full__image > .card__content, .card--full__image > .badge-card__content {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/* line 639, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__image-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem;
}

/* line 645, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--process .card__image-top {
  display: none;
}

@media screen and (min-width: 50em) {
  /* line 645, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--process .card__image-top {
    display: block;
  }
}

/* Card full width process variant */
@media screen and (min-width: 50em) {
  /* line 657, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--process__row {
    display: -ms-flexbox;
    display: flex;
  }
  /* line 661, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--process__column {
    position: relative;
  }
  /* line 664, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--process__column .card--full__image-wrapper {
    height: 100%;
    overflow: hidden;
  }
  /* line 669, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--process__column .card--full__image {
    height: 100%;
    position: absolute;
    right: -1px;
    left: 0;
  }
  /* line 675, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--process__column .card--full__image > img {
    min-height: 100%;
    max-width: initial;
    position: absolute;
  }
}

/* line 684, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--process__small {
  font-size: 90%;
}

/* line 687, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--process__small:last-child {
  margin-bottom: 0;
}

/* line 694, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--mini .card__content, .card--mini .badge-card__content {
  padding: 1.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 701, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--mini .card__image-top {
  display: block;
  height: 8rem;
}

/* line 706, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--mini .card--process__small {
  margin-top: auto;
}

/* line 713, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__status .card-data__item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  padding: 1em .5em;
}

/* line 718, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__status .card-data__item:empty {
  border-right: 0;
}

/* line 721, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__status .card-data__item:empty + .card-data__item:not(:empty) {
  border-left: 1px solid #e8e8e8;
}

/* line 729, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #e8e8e8;
  padding: 0 .5rem;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
  position: absolute;
  background-color: transparent;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  margin-top: -0.6rem;
  margin-left: 1rem;
  z-index: 0;
}

/* line 747, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__label::before {
  content: " ";
  height: 1px;
  display: inline-block;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0.5rem;
}

/* line 759, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card.success .card__label, .success.comment-thread .card__label, .success.message .card__label, .success.add-message .card__label, .conference-speaker .success.speaker-bio .card__label, .success.conference-registration .card__label, .success.chart-tooltip .card__label,
.card.secondary .card__label,
.secondary.comment-thread .card__label,
.secondary.message .card__label,
.secondary.add-message .card__label,
.conference-speaker .secondary.speaker-bio .card__label,
.secondary.conference-registration .card__label,
.secondary.chart-tooltip .card__label,
.card.muted .card__label,
.muted.comment-thread .card__label,
.muted.message .card__label,
.muted.add-message .card__label,
.conference-speaker .muted.speaker-bio .card__label,
.muted.conference-registration .card__label,
.muted.chart-tooltip .card__label,
.card.warning .card__label,
.warning.comment-thread .card__label,
.warning.message .card__label,
.warning.add-message .card__label,
.conference-speaker .warning.speaker-bio .card__label,
.warning.conference-registration .card__label,
.warning.chart-tooltip .card__label,
.card.alert .card__label,
.alert.comment-thread .card__label,
.alert.message .card__label,
.alert.add-message .card__label,
.conference-speaker .alert.speaker-bio .card__label,
.alert.conference-registration .card__label,
.alert.chart-tooltip .card__label {
  margin-top: -0.95rem;
}

/* line 766, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card.success .card__label::before, .success.comment-thread .card__label::before, .success.message .card__label::before, .success.add-message .card__label::before, .conference-speaker .success.speaker-bio .card__label::before, .success.conference-registration .card__label::before, .success.chart-tooltip .card__label::before,
.card.secondary .card__label::before,
.secondary.comment-thread .card__label::before,
.secondary.message .card__label::before,
.secondary.add-message .card__label::before,
.conference-speaker .secondary.speaker-bio .card__label::before,
.secondary.conference-registration .card__label::before,
.secondary.chart-tooltip .card__label::before,
.card.muted .card__label::before,
.muted.comment-thread .card__label::before,
.muted.message .card__label::before,
.muted.add-message .card__label::before,
.conference-speaker .muted.speaker-bio .card__label::before,
.muted.conference-registration .card__label::before,
.muted.chart-tooltip .card__label::before,
.card.warning .card__label::before,
.warning.comment-thread .card__label::before,
.warning.message .card__label::before,
.warning.add-message .card__label::before,
.conference-speaker .warning.speaker-bio .card__label::before,
.warning.conference-registration .card__label::before,
.warning.chart-tooltip .card__label::before,
.card.alert .card__label::before,
.alert.comment-thread .card__label::before,
.alert.message .card__label::before,
.alert.add-message .card__label::before,
.conference-speaker .alert.speaker-bio .card__label::before,
.alert.conference-registration .card__label::before,
.alert.chart-tooltip .card__label::before {
  height: 8px;
  top: 0.45rem;
}

/* line 772, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__label .icon {
  margin-left: -.25rem;
}

@media print, screen and (min-width: 40em) {
  /* line 729, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card__label {
    margin-left: 1.5rem;
  }
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__label.primary {
  margin-top: -0.95rem;
  color: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__label.secondary {
  margin-top: -0.95rem;
  color: var(--secondary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__label.success {
  margin-top: -0.95rem;
  color: var(--success);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__label.warning {
  margin-top: -0.95rem;
  color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__label.alert {
  margin-top: -0.95rem;
  color: var(--alert);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card__label.muted {
  margin-top: -0.95rem;
  color: #c5c1c4;
}

/* line 788, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__icondata ul, .card__block ul {
  -ms-flex-align: stretch;
      align-items: stretch;
  border-top: 1px solid #e8e8e8;
}

/* line 792, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__icondata ul li, .card__block ul li {
  border-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 798, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__icondata ul li > *, .card__block ul li > * {
  margin: .5rem;
}

/* line 803, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__icondata ul li:first-child, .card__block ul li:first-child {
  color: var(--primary);
  -ms-flex: 0;
      flex: 0;
}

/* line 808, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__icondata ul li:not(:first-child), .card__block ul li:not(:first-child) {
  font-size: 100%;
  text-transform: none;
  -ms-flex-pack: left;
      justify-content: left;
}

/* line 813, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__icondata ul li:not(:first-child) strong, .card__block ul li:not(:first-child) strong {
  color: #3d393c;
  text-transform: uppercase;
}

/* line 818, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__icondata ul li:not(:first-child) .card__icondata--address, .card__block ul li:not(:first-child) .card__icondata--address {
  color: #3d393c;
  line-height: 120%;
}

/* line 822, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__icondata ul li:not(:first-child) .card__icondata--address + a, .card__block ul li:not(:first-child) .card__icondata--address + a {
  display: block;
  margin-top: 1rem;
}

/* line 831, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__block {
  margin-bottom: 0.5rem;
}

/* line 836, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__block ul {
  border: 1px solid #e8e8e8;
}

/* line 839, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__block ul li {
  padding: .25em;
}

/* line 846, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--stack {
  position: relative;
  overflow: visible;
  z-index: 0;
  /* Second sheet of paper */
  /* Third sheet of paper */
}

/* line 851, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--stack, .card--stack::after, .card--stack::before {
  /* Add shadow to distinguish sheets from one another */
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 858, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--stack::after, .card--stack::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* line 868, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--stack::before {
  left: 3px;
  top: 3px;
  z-index: -1;
}

/* line 875, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--stack::after {
  left: 5px;
  top: 5px;
  z-index: -2;
}

/* line 883, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--widget .card-data {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}

/* line 886, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--widget .card-data .card-data__item {
  color: #3d393c;
  text-transform: none;
  font-size: 1rem;
  text-align: left;
  padding: 1rem;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--widget .card-data .card-data__item.primary {
  color: var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--widget .card-data .card-data__item.secondary {
  color: var(--secondary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--widget .card-data .card-data__item.success {
  color: var(--success);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--widget .card-data .card-data__item.warning {
  color: var(--warning);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.card--widget .card-data .card-data__item.alert {
  color: var(--alert);
}

@media print, screen and (min-width: 40em) {
  /* line 886, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card--widget .card-data .card-data__item {
    padding: 1.5rem;
  }
}

/* line 899, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--widget .card-data .card-data__item:first-child {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  background-color: #f4f4f4;
  position: relative;
}

/* line 905, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card--widget .card-data .card-data__item:first-child > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 918, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__top {
  border-top: 0;
}

/* line 923, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__top .card__content, .card__top .badge-card__content {
  line-height: 1.5;
  padding: 0.25rem 1rem;
}

/* line 927, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
.card__top .card__content > :first-child, .card__top .badge-card__content > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 923, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cards.scss */
  .card__top .card__content, .card__top .badge-card__content {
    padding: 0.375rem 1.5rem;
  }
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra {
  text-align: center;
  margin-bottom: 1rem;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra .button:last-of-type {
  margin-bottom: 0;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra .follow-button {
  margin-top: 1rem;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra__suport-number {
  display: block;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra__suport-text, .progress__bar.progress__bar--vertical .progress__bar__text {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: .9rem;
  margin-bottom: .5rem;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra__date {
  font-size: 3rem;
  line-height: 1;
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra__month {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
}

/* line 40, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra__time {
  display: block;
  font-size: 1.2rem;
  margin: .5rem 0 0;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_extra.scss */
.extra--text {
  text-align: left;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item {
  display: block;
  padding: .75rem .5rem;
  border-bottom: 1px solid #e8e8e8;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item:last-child {
  border-bottom: 0;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item.social_networks a {
  display: block;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item.expanded {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item.expanded > :first-child {
  -ms-flex: 1 1 80%;
      flex: 1 1 80%;
  min-width: 0;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item.expanded > :first-child div {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item.expanded > :first-child div .author__name {
  display: inherit;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item.expanded > :last-child {
  -ms-flex: 1 0 40%;
      flex: 1 0 40%;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.definition-data__item.expanded > * {
  margin: 0 0.25rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.definition-data__item.expanded > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.definition-data__item.expanded > :last-child {
  margin-right: 0;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item--double {
  display: inline-block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  border-right: 1px solid #e8e8e8;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item--double:nth-of-type(even) {
  border-right: 0;
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__item--double:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

/* line 65, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__title {
  display: block;
  text-transform: uppercase;
  font-size: 85%;
  line-height: 1;
  margin-bottom: .25rem;
  color: #8c838a;
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__number {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
  color: #3d393c;
  margin-bottom: .2rem;
}

/* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_definition-data.scss */
.definition-data__text {
  display: block;
  margin: .5rem;
  color: #3d393c;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5;
}

/* Callout foundation overwrites */
/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_callout.scss */
.callout.primary {
  background: #fafafa;
  border-color: #e8e8e8;
  border-left: 8px solid var(--primary);
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_callout.scss */
.callout.secondary {
  border-color: #e8e8e8;
  border-left: 8px solid var(--secondary);
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_callout.scss */
.callout.success {
  border-color: #e8e8e8;
  border-left: 8px solid var(--success);
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_callout.scss */
.callout.warning {
  border-color: #e8e8e8;
  border-left: 8px solid var(--warning);
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_callout.scss */
.callout.alert {
  border-color: #e8e8e8;
  border-left: 8px solid var(--alert);
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_callout.scss */
.callout.flash {
  margin-bottom: 0;
}

/* Variables */
/* Comments */
/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comments {
  padding-top: 3rem;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment-thread__title {
  font-weight: normal;
  font-size: 90%;
  text-transform: none;
  color: #8c838a;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__header {
  padding: 1rem;
}

/* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__content {
  padding: 0 1rem;
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__content > :last-child {
  margin-bottom: 0;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__footer,
.comment__additionalreply {
  padding: 1rem;
  font-size: 90%;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.comment__footer::before, .comment__footer::after,
.comment__additionalreply::before,
.comment__additionalreply::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.comment__footer::after,
.comment__additionalreply::after {
  clear: both;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment--nested {
  background: #fafafa;
  margin: 1rem;
  padding-bottom: 1px;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment--nested.comment--nested--alt {
  background: #fff;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment--nested:first-of-type {
  margin-top: 0;
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__reply {
  float: left;
  color: #8c838a;
}

/* line 68, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes {
  float: right;
}

/* line 72, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--up {
  color: #8c838a;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--up .icon {
  color: #57d685;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--up:hover, .comment__votes--up.is-vote-selected {
  color: #31c968;
}

/* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--up:hover .icon, .comment__votes--up.is-vote-selected .icon {
  color: inherit;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--up.is-vote-notselected {
  color: #8c838a;
  opacity: .3;
}

/* line 92, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--up.is-vote-notselected .icon {
  color: inherit;
}

/* line 98, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--down {
  color: #8c838a;
  padding-left: .3rem;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--down .icon {
  color: #ec5840;
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--down:hover, .comment__votes--down.is-vote-selected {
  color: #e23317;
}

/* line 110, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--down:hover .icon, .comment__votes--down.is-vote-selected .icon {
  color: inherit;
}

/* line 115, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--down.is-vote-notselected {
  color: #8c838a;
  opacity: .3;
}

/* line 119, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.comment__votes--down.is-vote-notselected .icon {
  color: inherit;
}

/* Comment form */
/* line 127, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.add-comment {
  background: #fafafa;
  padding: 1rem;
}

/* line 131, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.add-comment .button {
  margin-bottom: 0;
}

/* line 136, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.add-comment--reply {
  display: none;
}

/* line 139, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_comments.scss */
.add-comment--reply.is-active {
  display: block;
}

/* Variables */
/* Messages */
/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_messages.scss */
.message__header {
  padding: 1rem;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_messages.scss */
.message__content {
  padding: 0 1rem 1rem;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_messages.scss */
.message__content > :last-child {
  margin-bottom: 0;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_messages.scss */
.message__content p {
  overflow-wrap: break-word;
}

/* Message form */
/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_messages.scss */
.add-message {
  padding: 1rem;
}

/* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_messages.scss */
.add-message .button {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle {
  margin: 2rem 0;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--ok.is-inactive,
.opinion-toggle--ko.is-inactive,
.opinion-toggle--meh.is-inactive {
  opacity: .3;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--ok {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--ok:hover, .opinion-toggle--ok:focus, .opinion-toggle--ok.is-active {
  background-color: #57d685;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--ok .icon {
  vertical-align: middle;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--ko {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--ko:hover, .opinion-toggle--ko:focus, .opinion-toggle--ko.is-active {
  background-color: #ec5840;
}

/* line 40, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--ko .icon {
  vertical-align: middle;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--meh {
  border-radius: 0;
  padding-left: .5em;
  padding-right: .5em;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss */
.opinion-toggle--meh:hover, .opinion-toggle--meh:focus, .opinion-toggle--meh.is-active {
  background-color: #599aa6;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_flag.scss */
.flag ul {
  list-style: none;
  margin-left: 0;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_flag.scss */
.flag li a {
  color: #599aa6;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: #8c838a;
  font-size: .9rem;
  padding-left: 30px;
  position: relative;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data a,
.author-data button {
  color: #8c838a;
}

/* line 23, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data a:hover,
.author-data button:hover {
  color: #599aa6;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data .author__name {
  color: #599aa6;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data .author__avatar {
  position: absolute;
  margin-left: -30px;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--small {
  padding-left: 25px;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--big {
  padding-left: 0;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--big .author-data__main {
  margin: 0;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--big .author--flex,
.author-data--big .author__name--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--big .author__avatar {
  position: relative;
  margin-left: 0;
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--big .author__avatar img {
  max-width: none;
  margin-top: auto;
  width: 3.375rem;
}

/* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--big .author__nickname {
  font-size: 0.9375rem;
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--big .author__verified {
  margin-left: 0.25rem;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data--nopadding {
  padding-left: 0;
}

/* line 83, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data__main {
  display: inline;
  margin-right: .8rem;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data__extra {
  display: inline-block;
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data__extra > button,
.author-data__extra > span,
.author-data__extra > a {
  margin-right: 1rem;
}

@media print, screen and (min-width: 64em) {
  /* line 98, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
  .author-data__extra::before {
    content: "";
    margin-right: .8rem;
    border-right: 1px solid #e8e8e8;
    height: .7rem;
    display: inline-block;
    vertical-align: middle;
  }
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author {
  display: -ms-flexbox;
  display: flex;
  font-size: .9rem;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author--inline {
  display: inline-block;
}

/* line 117, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author--inline span {
  padding-right: 5px;
}

/* line 122, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author__name {
  display: inline-block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-weight: 600;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #8c838a;
}

/* line 130, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
a:hover .author__name {
  color: inherit;
}

/* line 134, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author__avatar {
  padding: 0 .5em 0 0;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 141, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author--inline .author__avatar {
  display: inline-block;
}

/* line 145, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author__avatar img {
  border-radius: 50%;
  width: 100%;
  max-width: 25px;
  margin-top: -5px;
}

/* line 154, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author-data .author__avatar--small {
  margin-left: -25px;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author__avatar--small img {
  max-width: 20px;
  margin-top: -3px;
}

/* line 164, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author__date {
  display: block;
  color: #8c838a;
  font-size: 90%;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_author-avatar.scss */
.author__verified,
.author__badge svg {
  display: inline-block;
  vertical-align: middle;
  color: var(--primary);
}

/* Card address */
/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_address.scss */
.address {
  display: -ms-flexbox;
  display: flex;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.address::before, .address::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.address::after {
  clear: both;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_address.scss */
.address--alone {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_address.scss */
.address__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_address.scss */
.address__icon {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  fill: var(--primary);
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_address.scss */
.address__details {
  float: left;
  max-width: 100%;
  padding-left: .5em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* Order by styles */
/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.diff-view-by,
.order-by {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
  /* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
  .diff-view-by + .diff-view-by,
  .order-by + .diff-view-by, .diff-view-by +
  .order-by,
  .order-by +
  .order-by {
    margin-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
  .diff-view-by + .diff-view-by,
  .order-by + .diff-view-by, .diff-view-by +
  .order-by,
  .order-by +
  .order-by {
    margin-left: 3rem;
  }
}

/* line 23, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.diff-view-by__dropdown,
.order-by__dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.diff-view-by__dropdown .menu .is-dropdown-submenu-parent > a,
.order-by__dropdown .menu .is-dropdown-submenu-parent > a {
  padding: 0;
  margin-left: .5rem;
  margin-top: .25rem;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__dropdown--right {
  margin-left: auto;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__action {
  margin-left: auto;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__action .button {
  margin-bottom: 0;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__tabs {
  display: inline-block;
}

/* line 53, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__tabs span {
  opacity: .5;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__tab {
  color: #8c838a;
}

/* line 61, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__tab::after {
  content: "";
  display: inline-block;
  height: .75em;
  border-left: 1px solid #e8e8e8;
  margin: 0 .2em 0 .5em;
  vertical-align: middle;
}

/* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__tab.is-active {
  color: #599aa6;
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__tab:first-of-type {
  padding-left: 0;
}

/* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_order-by.scss */
.order-by__tab:last-of-type::after {
  border-left: none;
}

/* Tags */
/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_tags.scss */
.tags {
  list-style: none;
  margin: 0 0 1rem;
  font-size: 90%;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_tags.scss */
.tags li {
  display: inline-block;
  margin-right: .3rem;
  margin-bottom: .5rem;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_tags.scss */
.tags a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 0 .5rem;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_tags.scss */
.tags:last-child {
  margin-bottom: -.5rem;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_tags.scss */
.tags--inline {
  display: inline;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 53, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-tags.scss */
.input__tag {
  background-color: rgba(232, 232, 232, 0.5);
  border-radius: 4px;
  padding: 0.25rem;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-tags.scss */
.input__tag span {
  color: #599aa6;
}

/* line 23, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-tags.scss */
.bootstrap-tagsinput {
  width: 100%;
  border: 1px solid #e8e8e8;
  min-height: 2.5rem;
  padding-bottom: 0.05rem;
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-tags.scss */
.bootstrap-tagsinput.focus {
  outline: none;
  border: 1px solid #2c2930;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
          box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-tags.scss */
.bootstrap-tagsinput input {
  height: 1.8125rem;
  display: inline-block;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-tags.scss */
.bootstrap-tagsinput .tag {
  color: inherit;
  margin-right: 0;
  margin-bottom: 0.2rem;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container li.highlight, .tribute-container li:hover {
  background: #ddd;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container li span {
  font-weight: bold;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container li.no-match {
  cursor: default;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container .menu-highlighted {
  font-weight: bold;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container {
  width: 100%;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container span {
  color: #599aa6;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container [type=text] {
  white-space: nowrap;
  overflow: hidden;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container [type=text] br {
  display: none;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container [type=text] * {
  display: inline;
  white-space: nowrap;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container [contenteditable=true]:empty::before {
  color: #e8e8e8;
  content: attr(placeholder);
  display: block;
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container.mentions__container--textarea [contenteditable=true] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield-multiline;
  appearance: textfield;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
          box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1a181d;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  max-width: 100%;
  min-height: 7.5rem;
  height: auto;
}

/* line 111, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
.mentions__container.mentions__container--textarea [contenteditable=true]:focus {
  outline: none;
  border: 1px solid #2c2930;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
          box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container.mentions__container--textarea [contenteditable=true]::-webkit-input-placeholder {
  color: #e8e8e8;
}
.mentions__container.mentions__container--textarea [contenteditable=true]:-ms-input-placeholder {
  color: #e8e8e8;
}
.mentions__container.mentions__container--textarea [contenteditable=true]::-ms-input-placeholder {
  color: #e8e8e8;
}
.mentions__container.mentions__container--textarea [contenteditable=true]::placeholder {
  color: #e8e8e8;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container.mentions__container--textarea [contenteditable=true]:disabled, .mentions__container.mentions__container--textarea [contenteditable=true][readonly] {
  background-color: #fafafa;
  cursor: not-allowed;
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container .tribute-container {
  position: relative;
  min-width: 100%;
  top: -1.0625rem;
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container .tribute-container ul {
  margin: 0;
  list-style: none;
  outline: none;
  border: 1px solid #2c2930;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
          box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container .tribute-container ul li {
  padding: 0.5rem;
  border-top: 1px solid #e8e8e8;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container .tribute-container .highlight {
  background-color: #fafafa;
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container.is-active [contenteditable=true],
.mentions__container.is-active input,
.mentions__container.is-active textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 99, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container.is-active .tribute-container ul {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 108, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container.is-active.editor > :first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #2c2930;
  border-right: 1px solid #2c2930;
  border-left: 1px solid #2c2930;
}

/* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-mentions.scss */
.mentions__container.is-active.editor .editor-container {
  border-right: 1px solid #2c2930;
  border-left: 1px solid #2c2930;
  margin-bottom: 1rem;
  outline: none;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container li.highlight, .tribute-container li:hover {
  background: #ddd;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container li span {
  font-weight: bold;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container li.no-match {
  cursor: default;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/tribute.css */
.tribute-container .menu-highlighted {
  font-weight: bold;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container {
  width: 100%;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container span {
  color: #599aa6;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container [type=text] {
  white-space: nowrap;
  overflow: hidden;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container [type=text] br {
  display: none;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container [type=text] * {
  display: inline;
  white-space: nowrap;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container [contenteditable=true]:empty::before {
  color: #e8e8e8;
  content: attr(placeholder);
  display: block;
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container.hashtags__container--textarea [contenteditable=true] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield-multiline;
  appearance: textfield;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
          box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1a181d;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  max-width: 100%;
  min-height: 7.5rem;
  height: auto;
}

/* line 111, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/forms/_text.scss */
.hashtags__container.hashtags__container--textarea [contenteditable=true]:focus {
  outline: none;
  border: 1px solid #2c2930;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
          box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container.hashtags__container--textarea [contenteditable=true]::-webkit-input-placeholder {
  color: #e8e8e8;
}
.hashtags__container.hashtags__container--textarea [contenteditable=true]:-ms-input-placeholder {
  color: #e8e8e8;
}
.hashtags__container.hashtags__container--textarea [contenteditable=true]::-ms-input-placeholder {
  color: #e8e8e8;
}
.hashtags__container.hashtags__container--textarea [contenteditable=true]::placeholder {
  color: #e8e8e8;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container.hashtags__container--textarea [contenteditable=true]:disabled, .hashtags__container.hashtags__container--textarea [contenteditable=true][readonly] {
  background-color: #fafafa;
  cursor: not-allowed;
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container .tribute-container {
  position: relative;
  min-width: 100%;
  top: -1.0625rem;
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container .tribute-container ul {
  margin: 0;
  list-style: none;
  outline: none;
  border: 1px solid #2c2930;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #e8e8e8;
          box-shadow: 0 0 5px #e8e8e8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container .tribute-container ul li {
  padding: 0.5rem;
  border-top: 1px solid #e8e8e8;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container .tribute-container .highlight {
  background-color: #fafafa;
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container.is-active [contenteditable=true],
.hashtags__container.is-active input,
.hashtags__container.is-active textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 99, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container.is-active .tribute-container ul {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 108, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container.is-active.editor > :first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #2c2930;
  border-right: 1px solid #2c2930;
  border-left: 1px solid #2c2930;
}

/* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_input-hashtags.scss */
.hashtags__container.is-active.editor .editor-container {
  border-right: 1px solid #2c2930;
  border-left: 1px solid #2c2930;
  margin-bottom: 1rem;
  outline: none;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-docs.scss */
.list-docs {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-docs.scss */
.list-docs__icon {
  color: #8c838a;
  margin-right: 3px;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-docs.scss */
.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-docs.scss */
.list-check > li {
  margin-bottom: 1rem;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-docs.scss */
.list-check__icon {
  vertical-align: -.05rem;
  margin-right: .2rem;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-docs.scss */
.list-check__ok .list-check__icon {
  color: #57d685;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-docs.scss */
.list-check__ko .list-check__icon {
  color: #ec5840;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  font-size: 90%;
  line-height: 18px;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker.dropdown-menu td {
  padding: 6px 9px;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker table {
  border: 0;
  margin: 0;
  width: auto;
}

/* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

/* line 62, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 90%;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker td.active.day,
.datepicker td.active.year {
  background: #ef604d;
}

/* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker .day:hover,
.datepicker .date-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .month:hover,
.datepicker .year:hover {
  background-color: #fafafa;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker .day:hover.active,
.datepicker .date-switch:hover.active,
.datepicker .prev:hover.active,
.datepicker .next:hover.active,
.datepicker .month:hover.active,
.datepicker .year:hover.active {
  background: #ef604d;
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker td.new,
.datepicker td.old {
  color: #e8e8e8;
}

/* line 96, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker td span.active {
  background: #ef604d;
}

/* line 100, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker td.day.disabled {
  color: #fafafa;
}

/* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker td span.month.disabled,
.datepicker td span.year.disabled {
  color: #fafafa;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 90%;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker th.active.day,
.datepicker th.active.year {
  background: #ef604d;
}

/* line 125, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker th.date-switch {
  width: 145px;
}

/* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker th span.active {
  background: #ef604d;
}

/* line 133, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 140, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 148, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 152, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 156, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 161, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

/* line 165, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker-inline {
  width: 220px;
}

/* line 169, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 173, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 177, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 182, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker-dropdown::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 194, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker-dropdown::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 205, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker > div,
.datepicker-dropdown::after,
.datepicker-dropdown::before {
  display: none;
}

/* line 211, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

/* line 221, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_pagination.scss */
.pagination .pagination-previous,
.pagination .pagination-next {
  display: inline-block;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker {
  margin: 0 0 1rem;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.picker-single .picker-values div a,
.data-picker .picker-prompt a {
  background: white;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: .4rem .7rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  color: #1a181d;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.picker-single .picker-values div a:active,
.data-picker .picker-prompt a:active {
  outline: none;
  border: 1px solid #1a181d;
  background-color: #fff;
  box-shadow: 0 0 5px #adadad;
  -webkit-box-shadow: 0 0 5px #adadad;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.picker-single .picker-values div a::after,
.data-picker .picker-prompt a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #1a181d;
  float: right;
  margin-top: 7px;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.is-invalid-input.picker-single .picker-values div a,
.data-picker.is-invalid-input .picker-prompt a {
  border-color: #ec5840;
  background-color: #fdeeec;
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.picker-single .picker-values:not(:empty) + .picker-prompt {
  display: none;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.disabled.picker-single .picker-values div a,
.data-picker.disabled .picker-prompt a {
  cursor: not-allowed;
  background: #eee;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.disabled.picker-single .picker-values div a:active,
.data-picker.disabled .picker-prompt a:active {
  border: inherit !important;
  box-shadow: inherit !important;
  -webkit-box-shadow: inherit !important;
  transition: none !important;
  -webkit-transition: none !important;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.picker-multiple .picker-values div {
  display: block;
  margin: 0 0 2px;
  font-size: .9rem;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.data-picker.picker-multiple .picker-values div input {
  margin: 2px 8px 8px 2px;
  vertical-align: top;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#data_picker-modal {
  height: 90%;
}

/* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#data_picker-modal .data_picker-modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
  min-height: 100%;
}

/* line 89, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#data_picker-modal .data_picker-modal-content .picker-footer .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 0 50px;
}

/* line 96, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#data_picker-modal .data_picker-modal-content .picker-content {
  -ms-flex-positive: 10;
      flex-grow: 10;
  min-height: 100%;
  max-height: 100%;
  overflow: auto;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#data_picker-modal .data_picker-modal-content .picker-content .picker-scrollable-content {
  max-height: 100%;
  overflow: auto;
}

/* line 111, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker ul {
  margin-left: 0;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker ul li {
  list-style: none;
}

/* line 119, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker.picker-header {
  padding: 5px;
}

/* line 122, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker.picker-header li:hover {
  background: #ddd;
}

/* line 126, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker.picker-header li ~ li a::before {
  content: '';
  width: 10px;
  height: 2em;
  float: left;
}

/* line 133, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker.picker-header li:last-child a {
  color: #333;
}

/* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker.picker-header a {
  display: block;
  padding: 2px;
}

/* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker.picker-content .picker-scrollable-content {
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
}

/* line 147, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker.picker-content .picker-scrollable-content a {
  -ms-scroll-snap-coordinate: 0 0;
      scroll-snap-coordinate: 0 0;
  display: block;
  border-top: 1px solid #ddd;
  line-height: 1.5rem;
  padding: 5px;
}

/* line 154, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
.scope-picker.picker-content .picker-scrollable-content a:hover {
  background: #ddd;
}

/* line 163, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#participatory-space-filters legend {
  float: left;
  padding-top: 10px;
}

/* line 168, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#participatory-space-filters .picker-prompt,
#participatory-space-filters select,
#participatory-space-filters .inline-filters button[data-toggle],
.inline-filters #participatory-space-filters button[data-toggle] {
  width: 75%;
  float: right;
}

/* line 174, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#participatory-space-filters .filters__section, #participatory-space-filters .filters__section--general {
  padding: 0;
}

/* line 178, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#participatory-space-filters .picker-values {
  clear: both;
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_data-picker.scss */
#participatory-space-filters .picker-values div {
  display: inline-block;
}

/* Progress bars */
/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar {
  -ms-flex: .8;
      flex: .8;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar .progress__bar__title, .progress__bar.progress__bar--vertical .progress__bar__subtitle {
  color: #8c838a;
  text-transform: uppercase;
  font-size: .875rem;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar .progress__bar__subtitle {
  display: none;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar .progress__bar__bar {
  background-color: #fff;
  height: 6px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar .progress__bar__bar .progress__bar__bar--complete {
  border-radius: 0;
  background-color: #57d685;
  height: 100%;
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar .progress__bar__bar .progress__bar__bar--incomplete {
  background-color: rgba(140, 131, 138, 0.3);
  height: 100%;
  margin-left: 1px;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar.progress__bar--vertical {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar.progress__bar--vertical .progress__bar__title, .progress__bar.progress__bar--vertical .progress__bar__subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar.progress__bar--vertical .progress__bar__subtitle {
  display: block;
  font-size: .875rem;
  margin: .5rem 0 1rem;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar.progress__bar--vertical .progress__bar__number {
  display: inline-block;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_progress-bar.scss */
.progress__bar.progress__bar--vertical .progress__bar__text {
  font-weight: 600;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_docs-manager.scss */
.docs__container h6 {
  cursor: pointer;
  text-transform: uppercase;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_docs-manager.scss */
.docs__container svg {
  color: #e8e8e8;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_docs-manager.scss */
.docs__container .docs__content {
  border-left: 1px solid #e8e8e8;
  padding-left: 1rem;
  margin-left: .25rem;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss */
#profile-tabs.tabs {
  background: transparent;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1rem;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss */
#profile-tabs.tabs .tabs-title a {
  color: #599aa6;
  padding: 0.75rem;
  position: relative;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss */
#profile-tabs.tabs .tabs-title a:focus, #profile-tabs.tabs .tabs-title a[aria-selected='true'] {
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  border-bottom: 3px solid var(--primary);
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss */
#profile-tabs.tabs .tabs-title a:hover {
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  border-bottom-width: 3px;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss */
#profile-tabs.tabs .tabs-title a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_horizontal-tabs.scss */
[data-tabs-content="profile-tabs"] {
  border-top: 0;
  background: transparent;
  color: inherit;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-header {
  border-bottom: 1px solid #e8e8e8;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-header img {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-chat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 75%;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conversation .conversation-chat > * {
  margin: 0 0.5rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conversation .conversation-chat > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conversation .conversation-chat > :last-child {
  margin-right: 0;
}

/* line 23, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-chat.conversation-chat--offset {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
}

/* line 99, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conversation .conversation-chat.conversation-chat--offset > * {
  margin: 0 0.5rem;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conversation .conversation-chat.conversation-chat--offset > :last-child {
  margin-left: 0;
}

/* line 107, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conversation .conversation-chat.conversation-chat--offset > :first-child {
  margin-right: 0;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-chat > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-chat img {
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
}

/* line 40, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-chat .card, .conversation .conversation-chat .comment-thread, .conversation .conversation-chat .message, .conversation .conversation-chat .add-message, .conversation .conversation-chat .conference-speaker .speaker-bio, .conference-speaker .conversation .conversation-chat .speaker-bio, .conversation .conversation-chat .conference-registration, .conversation .conversation-chat .chart-tooltip {
  margin-bottom: 0.5rem;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-chat .card:last-of-type, .conversation .conversation-chat .comment-thread:last-of-type, .conversation .conversation-chat .message:last-of-type, .conversation .conversation-chat .add-message:last-of-type, .conversation .conversation-chat .conference-speaker .speaker-bio:last-of-type, .conference-speaker .conversation .conversation-chat .speaker-bio:last-of-type, .conversation .conversation-chat .conference-registration:last-of-type, .conversation .conversation-chat .chart-tooltip:last-of-type {
  margin-bottom: 0;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-reply {
  width: 75%;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conversation.scss */
.conversation .conversation-reply.conversation-reply--offset {
  margin-left: auto;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-level {
  display: table;
  border-collapse: collapse;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-level > div {
  width: 1rem;
  height: 1rem;
  border: 1px solid #e8e8e8;
  display: table-cell;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-level > div.is-achieved {
  background-color: var(--success);
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-tip {
  width: 1rem;
  height: 1rem;
  color: #fff;
  border-radius: 50%;
  background-color: #e8e8e8;
  z-index: 10;
  cursor: pointer;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-tip > :first-child {
  height: 100%;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-tip.badge-tip--inline {
  display: inline-block;
}

/* line 40, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  /** Config SVG colors **/
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container .badge__logo, .badge-container .badge__logo--small {
  max-height: auto;
  min-height: auto;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container .badge__logo--small {
  border: 2px solid var(--primary);
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container > * {
  max-width: 100%;
  height: auto;
  border: 4px solid var(--primary);
  border-radius: 50%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container .no-stroke,
.badge-container .no-stroke circle,
.badge-container .no-stroke ellipse,
.badge-container .no-stroke line,
.badge-container .no-stroke path,
.badge-container .no-stroke polygon,
.badge-container .no-stroke polyline,
.badge-container .no-stroke rect {
  stroke: none !important;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container .stroke-white,
.badge-container .stroke-white circle,
.badge-container .stroke-white ellipse,
.badge-container .stroke-white line,
.badge-container .stroke-white path,
.badge-container .stroke-white polygon,
.badge-container .stroke-white polyline,
.badge-container .stroke-white rect {
  stroke: #fff !important;
}

/* line 87, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container .fill-primary {
  fill: var(--secondary);
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container .fill-secondary {
  fill: var(--primary);
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container .stroke-primary,
.badge-container .stroke-primary circle,
.badge-container .stroke-primary ellipse,
.badge-container .stroke-primary line,
.badge-container .stroke-primary path,
.badge-container .stroke-primary polygon,
.badge-container .stroke-primary polyline,
.badge-container .stroke-primary rect {
  stroke: var(--secondary);
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_badges.scss */
.badge-container .stroke-secondary,
.badge-container .stroke-secondary circle,
.badge-container .stroke-secondary ellipse,
.badge-container .stroke-secondary line,
.badge-container .stroke-secondary path,
.badge-container .stroke-secondary polygon,
.badge-container .stroke-secondary polyline,
.badge-container .stroke-secondary rect {
  stroke: var(--primary);
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_hover-section.scss */
.hover-section:hover {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
          box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  cursor: pointer;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_hover-section.scss */
.hover-section:hover > :first-child {
  border-right: 1px solid #e8e8e8;
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_hover-section.scss */
.hover-section:hover .hidden-section {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_hover-section.scss */
.hover-section a {
  color: inherit;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_hover-section.scss */
.hover-section .hidden-section {
  display: none;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-request.scss */
.list-request {
  border-top: 1px solid #e8e8e8;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-request.scss */
.list-request p {
  margin-top: 1rem;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-request.scss */
.list-request > div {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e8e8e8;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_list-request.scss */
.list-request > div:first-of-type {
  border-top: 1px solid #e8e8e8;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__layout {
  position: relative;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__trigger {
  position: fixed;
  right: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  background-color: #fff;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}

@media screen and (max-width: 28.0625em) {
  /* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
  .floating-helper__trigger {
    bottom: 2rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
  .floating-helper__trigger {
    top: 2rem;
    position: absolute;
  }
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__text {
  color: #599aa6;
  background-color: rgba(89, 154, 166, 0.1);
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  padding: 0.125rem 0.5rem 0.125rem 1rem;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__icon {
  color: #fff;
  background-color: #599aa6;
  padding: 0.125rem 0.5rem;
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__wrapper {
  display: -ms-flexbox;
  display: flex;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__content {
  background-color: rgba(89, 154, 166, 0.1);
  border-top: 5px solid #599aa6;
  margin-bottom: 3rem;
  padding: 2rem;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
  .floating-helper__content {
    padding: 3rem 2rem 2rem;
  }
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__content-inner {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  /* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
  .floating-helper__content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
  .floating-helper__content-inner > * {
    margin: 0 1.5rem;
  }
  /* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
  .floating-helper__content-inner > :first-child {
    margin-left: 0;
  }
  /* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
  .floating-helper__content-inner > :last-child {
    margin-right: 0;
  }
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__icon-big {
  border-radius: 50%;
  background-color: rgba(89, 154, 166, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #599aa6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 70px;
  height: 70px;
}

/* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__bottom {
  text-align: right;
}

@media print, screen and (min-width: 40em) {
  /* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
  .floating-helper__bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* line 92, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__link {
  font-weight: 600;
  text-decoration: underline;
}

/* line 97, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_floating-helper.scss */
.floating-helper__content-close {
  background-color: #599aa6;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff-direction-label {
  display: block;
  text-transform: uppercase;
  font-size: 85%;
  line-height: 1;
  margin-bottom: .25rem;
  color: #8c838a;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  min-height: 2.7rem;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff del,
.diff ins,
.diff span {
  white-space: pre-wrap;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff del,
.diff ins {
  display: block;
  text-decoration: none;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff del strong {
  font-weight: normal;
  background: #ffc7cd;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff ins strong {
  font-weight: normal;
  background: #bfffd1;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff li {
  position: relative;
  padding: .5rem 1rem .5rem 1.5rem;
  margin: 0;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff li.ins .symbol, .diff li.del .symbol {
  position: absolute;
  left: .5rem;
  top: .5rem;
  width: 1rem;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff li.ins {
  background: #e6ffed;
  color: #2d4c36;
}

/* line 62, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff li.del {
  background: #ffeef0;
  color: #4d2e32;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff li .diff-comment {
  display: none;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_versions.scss */
.diff li .diff-block-info {
  background: none repeat scroll 0 0 gray;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(26, 24, 29, 0.8)), color-stop(50%, var(--primary)));
  background-image: linear-gradient(to right, rgba(26, 24, 29, 0.8) 50%, var(--primary) 50%);
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header .heading2, .process-header .card--full .card__title, .card--full .process-header .card__title {
  font-weight: bold;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header__main {
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 120rem;
  margin: 0 auto;
  background-color: #786f83;
  -webkit-clip-path: polygon(0 0, 95% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 95% 0, 80% 100%, 0% 100%);
}

@media print, screen and (min-width: 64em) {
  /* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
  .process-header__main {
    -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
  }
}

@media screen and (min-width: 75em) {
  /* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
  .process-header__main {
    -webkit-clip-path: polygon(0 0, 80% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0, 70% 100%, 0% 100%);
  }
}

@media screen and (min-width: 100em) {
  /* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
  .process-header__main {
    -webkit-clip-path: polygon(0 0, 75% 0, 65% 100%, 0% 100%);
    clip-path: polygon(0 0, 75% 0, 65% 100%, 0% 100%);
  }
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header__main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 24, 29, 0.6);
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header__container {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 50em) {
  /* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
  .process-header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

/* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header__info {
  padding: 1rem 1.5rem 1rem 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
  .process-header__info {
    padding: 2rem 1.5rem 2rem 1rem;
  }
}

@media screen and (min-width: 50em) {
  /* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
  .process-header__info {
    padding-left: 2rem;
  }
}

/* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header__hashtag {
  font-weight: 600;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header__hashtag::after {
  content: "·";
  margin-left: .5rem;
  margin-right: .5rem;
}

/* line 92, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-header.scss */
.process-header__nav {
  margin-top: auto;
  z-index: 1;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
.info-header {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  /* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
  .info-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
.info-details {
  color: #8c838a;
  margin-left: auto;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
.info-details .share {
  text-align: left;
  margin-top: .2rem;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
.info-details .share ul {
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
  .info-details {
    border-left: 1px solid #e8e8e8;
  }
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
.info-image {
  margin-bottom: 1rem;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
.info-image img {
  display: block;
}

@media print, screen and (min-width: 40em) {
  /* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
  .info-image {
    float: right;
    margin-left: 30px;
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-info.scss */
  .info-image {
    margin-right: calc(-50% - 2rem - 30px / 2);
    width: 80%;
  }
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav {
  background-color: #fff;
  padding: 0.75rem 1rem;
  -webkit-box-shadow: inset 0 -3px 0 0 #e8e8e8;
          box-shadow: inset 0 -3px 0 0 #e8e8e8;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav ul {
  margin: 0;
  list-style: none;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav .about-link {
  font-size: 80%;
}

@media print, screen and (min-width: 40em) {
  /* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav {
    padding: 0;
  }
  /* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  /* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav ul::-webkit-scrollbar {
    display: none;
  }
  /* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav ul::after {
    display: inline-block;
    -ms-flex-positive: 1;
        flex-grow: 1;
    content: "";
  }
  /* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav li {
    display: inline-block;
    padding: 0.5rem 0.75rem 0.875rem;
  }
  /* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav .about-link {
    float: right;
    margin-right: 0;
    margin-left: auto;
  }
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__trigger {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}

/* line 61, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__trigger__icon {
  position: absolute;
  right: .5rem;
  top: .55rem;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
}

@media screen and (max-width: 39.9375em) {
  /* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav__content {
    display: none;
  }
}

/* line 72, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__content.is-active {
  display: block;
}

@media screen and (max-width: 39.9375em) {
  /* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav__content li {
    margin-top: 1rem;
  }
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__content li.is-active {
  -webkit-box-shadow: inset 0 -4px 0 0 var(--primary);
          box-shadow: inset 0 -4px 0 0 var(--primary);
}

@media screen and (max-width: 39.9375em) {
  /* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav__content li.is-active {
    display: none;
  }
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__more, .process-nav__hidden-content__more {
  margin: 0;
  color: var(--primary);
  background-color: rgba(var(--primary-rgb), 0.1);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__more i, .process-nav__hidden-content__more i {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--primary);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .1rem;
}

/* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__more i:not(:last-child), .process-nav__hidden-content__more i:not(:last-child) {
  margin-right: .1rem;
}

/* line 118, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__hidden-content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(26, 24, 29, 0.08);
          box-shadow: 0 0 4px 0 rgba(26, 24, 29, 0.08);
  padding: 0;
}

/* line 123, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__hidden-content ul {
  padding: 0.5rem 0;
}

/* line 127, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__hidden-content li {
  width: 100%;
  padding: 0.5rem 1rem;
}

/* line 133, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__hidden-content__more {
  background-color: transparent;
  text-align: right;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5rem 1rem;
}

/* line 142, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__link {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__link svg {
  margin-right: .4em;
  width: 25px;
  height: 25px;
  fill: #8c838a;
}

/* line 155, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
.process-nav__link svg .stroked-shape {
  fill: none;
  fill-opacity: 1;
  stroke-width: 2.01957917;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke: #8c838a;
}

@media print, screen and (min-width: 40em) {
  /* line 168, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav__link.is-active {
    color: var(--primary);
  }
  /* line 171, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav__link.is-active svg {
    fill: var(--primary);
  }
  /* line 174, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-nav.scss */
  .process-nav__link.is-active svg .stroked-shape {
    stroke: var(--primary);
  }
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__phase, .process-phase {
  background: #fff;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__phase .button, .process-phase .button {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-weight: normal;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__phase--simple {
  padding: .5rem 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
  .process-header__phase--simple {
    padding: 2rem 1rem;
  }
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.phase-title, .phase-title--initiatives, .phase-subtitle--initiatives {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}

@media print, screen and (min-width: 40em) {
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
  .phase-title, .phase-title--initiatives, .phase-subtitle--initiatives {
    font-size: 1.25rem;
  }
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.is-inactive .phase-title, .is-inactive .phase-title--initiatives, .is-inactive .phase-subtitle--initiatives {
  color: #8c838a;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.phase-date {
  color: #8c838a;
  font-weight: 600;
  font-size: 90%;
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress {
  margin-bottom: 0.5rem;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 1rem;
  text-align: center;
}

/* line 61, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress li:first-child {
  width: auto;
}

/* line 65, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress li::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e8e8e8;
  position: absolute;
  top: calc(50% - (2px / 2));
  z-index: 0;
}

/* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress li span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #e8e8e8;
  z-index: 1;
  margin-left: auto;
}

/* line 90, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress .phase-item--past::after {
  background-color: var(--primary);
}

/* line 94, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress .phase-item--past span {
  background-color: var(--primary);
  opacity: 1;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress .phase-item--current span::before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 4px solid transparent;
  border-top-color: var(--primary);
  top: -8px;
  left: calc(50% - 1px);
  z-index: 2;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__progress .phase-item--current:first-child span::before {
  left: 0;
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.phase-current {
  font-weight: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #8c838a;
}

/* line 127, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-phase {
  padding: 0;
}

/* line 132, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-phase .process-header__progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #8c838a;
  padding: .5rem 1rem;
}

/* line 139, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-phase .process-header__progress ol {
  -ms-flex: 1;
      flex: 1;
}

/* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-phase .process-header__progress .phase-current {
  margin-left: 1rem;
}

/* line 149, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__body {
  padding: 1rem 1rem 1.5rem;
}

/* line 152, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__body .process-header__link {
  margin-top: .5rem;
}

/* line 158, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.process-header__button .button {
  border-color: var(--primary);
  text-transform: uppercase;
}

/* line 164, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.phase-title--initiatives {
  font-size: 1.125rem;
  margin: 0 0 .5rem;
}

/* line 171, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_process-phase.scss */
.phase-subtitle--initiatives {
  font-size: 0.9375rem;
}

/* Variables */
/* Timeline */
/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline {
  list-style: none;
  margin: 2rem 0 0;
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item {
  padding-bottom: 2em;
  position: relative;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item::before {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--primary);
  left: 1rem;
  top: 0;
  position: absolute;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item:last-of-type::before {
  width: 0;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__phase {
  width: 30px;
  height: 30px;
  margin-left: -13px;
  position: absolute;
  top: 0;
  left: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #e8e8e8;
          box-shadow: 0 0 0 1px #e8e8e8;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__phase__number {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 1px;
  margin-top: -1px;
}

/* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__info {
  width: 90%;
  width: calc(100% - 45px);
  float: right;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item--current .timeline__info {
  border-color: var(--primary);
}

/* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__header {
  background: #e8e8e8;
  padding: 0.5rem 1rem;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item--current .timeline__header {
  background-color: var(--primary);
  color: #fff;
}

/* line 92, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__date {
  color: #8c838a;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item--current .timeline__date {
  color: rgba(255, 255, 255, 0.8);
}

/* line 100, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__title {
  margin-bottom: 0;
}

/* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__content {
  padding: 1rem;
}

/* line 107, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__content :last-child {
  margin-bottom: 0;
}

/* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__footer {
  list-style: none;
  margin: 0;
  border-top: 1px solid #e8e8e8;
}

@media print, screen and (min-width: 40em) {
  /* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
  .timeline__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 123, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__footer-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  padding: .5em;
  border-bottom: 1px solid #e8e8e8;
}

/* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__footer-item:last-child {
  border-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 123, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
  .timeline__footer-item {
    border-bottom: 0;
    border-right: 1px solid #e8e8e8;
  }
  /* line 137, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
  .timeline__footer-item:last-child {
    border-right: 0;
  }
}

/* line 143, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__footer-inner {
  display: block;
}

/* line 147, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item-icon {
  width: 1.5em;
  height: 1.5em;
}

/* line 152, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item-text {
  display: block;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 90%;
  color: #3d393c;
  font-weight: 600;
  line-height: 1;
}

/* Inactive timeline */
/* line 165, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item--current::before {
  background: #e8e8e8;
}

/* line 171, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item--inactive::before {
  background: #e8e8e8;
}

/* line 175, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item--inactive .timeline__phase {
  background: #e8e8e8;
}

/* line 179, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_timeline.scss */
.timeline__item--inactive .timeline__phase__number {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Filter tags */
/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filter-tags.scss */
.filter-tags__title {
  margin-right: 0.4rem;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filter-tags.scss */
.filter-tags {
  margin-bottom: 0.8rem;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filter-tags.scss */
.filter-tag {
  display: inline-block;
  background-color: #f4f4f4;
  border: 1px solid #e8e8e8;
  padding: 0.2rem 0.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filter-tags.scss */
.filter-tag__close {
  padding-left: .5rem;
  color: #3d393c;
}

@media print, screen and (min-width: 40em) {
  /* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
  .filters-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters-controls {
  margin: 1rem 0 2rem;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.filters-controls::before, .filters-controls::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.filters-controls::after {
  clear: both;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters-controls__trigger {
  width: 100%;
  font-weight: 600;
  text-align: left;
  background: #fafafa;
  padding: .5rem;
  border: 1px solid #e8e8e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters {
  display: none;
  min-height: 100%;
  padding: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
  .filters {
    display: block;
    padding: 0;
    margin: 0;
  }
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.reveal .filters {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.js .filters__content {
  display: none;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.js .filters__content.is-active {
  display: block;
}

@media print, screen and (min-width: 40em) {
  /* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
  .js .filters__content {
    display: block;
  }
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section, .filters__section--general {
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem 1rem;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section:first-of-type, .filters__section--general:first-of-type {
  padding-top: 1.5rem;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section:last-of-type, .filters__section--general:last-of-type {
  padding-bottom: 1.5rem;
  border-bottom: none;
}

/* line 76, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section label, .filters__section--general label {
  line-height: 1.2;
  margin-bottom: .4rem;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section .button, .filters__section--general .button {
  margin-bottom: 0;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section .section-title, .filters__section--general .section-title {
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: underline;
  margin-right: 1rem;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section--general {
  padding: 0;
}

/* line 98, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section--general:first-of-type, .filters__section--general:last-of-type {
  padding: 0;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section--general > :first-child {
  padding: 1rem 1rem;
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section--general > :first-child:hover {
  background: #fafafa;
}

/* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section--general.no-results .section-title {
  color: #8c838a;
  text-decoration: none;
}

/* line 117, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__section--general.no-results > * {
  opacity: .25;
}

/* line 123, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__info__title {
  margin-bottom: 0;
}

/* line 127, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__info__icon {
  margin-left: .25rem;
}

/* line 132, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_filters.scss */
.filters__search .input-group {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: left;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.inline-filters > * {
  margin: 0 1rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.inline-filters > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.inline-filters > :last-child {
  margin-right: 0;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.inline-filters label > * {
  margin: 0 0.25rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.inline-filters label > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.inline-filters label > :last-child {
  margin-right: 0;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters label span {
  white-space: nowrap;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters button[data-toggle] {
  color: #599aa6;
  margin: 0;
  width: 12rem;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters button[data-toggle].hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters .dropdown-pane {
  padding: 0;
  background-color: #fff;
  width: 12rem;
}

/* line 40, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters .dropdown-pane li {
  padding: 1rem;
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters .dropdown-pane li a {
  color: #3d393c;
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters .dropdown-pane li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters .dropdown-pane li:hover {
  cursor: pointer;
  background-color: rgba(89, 154, 166, 0.05);
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_inline-filters.scss */
.inline-filters .dropdown-pane.is-open {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_reference.scss */
.tech-info {
  color: #8c838a;
  font-size: .9rem;
  text-align: center;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_status-labels.scss */
.label--basic {
  background-color: #c5c1ca;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_status-labels.scss */
.label--highlight {
  background-color: var(--secondary);
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_status-labels.scss */
.label--admin {
  background-color: var(--primary);
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_status-labels.scss */
.proposal-status,
.collaborative-draft-status {
  float: left;
  margin-right: .5rem;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_status-labels.scss */
.proposal-status--small,
.label--small {
  margin: .2rem .2rem .2rem 0;
  padding: .2rem .3rem;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_status-labels.scss */
.label.light {
  color: #fff;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-nav.scss */
.conference-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-nav.scss */
.conference-nav li {
  padding: 0.5rem;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-nav.scss */
.conference-nav li a {
  font-size: 1.125rem;
  color: #8c838a;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-nav.scss */
.conference-nav li.is-active {
  font-weight: 600;
  position: relative;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-nav.scss */
.conference-nav li.is-active::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1.6rem;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: -.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker {
  margin-bottom: 3rem;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-img-wrapper {
  margin-bottom: 1rem;
  position: relative;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-img-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-img-wrapper .speaker-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-img-wrapper .speaker-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-data .data-name {
  font-weight: 600;
  font-size: 1.125rem;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-data .data-role,
.conference-speaker .speaker-data .data-extra {
  color: #8c838a;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-bio {
  display: none;
  padding: 1rem;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
          box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
  z-index: 1;
  width: 100vw;
  position: absolute;
}

@media print, screen and (min-width: 40em) {
  /* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
  .conference-speaker .speaker-bio {
    top: 0;
    width: 300%;
    padding: 2rem;
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-bio > :first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
}

/* line 65, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-bio .bio-extended {
  font-size: 0.875rem;
}

/* line 69, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker .speaker-bio .bio-acts {
  font-weight: 600;
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
.conference-speaker:hover .speaker-bio {
  display: block;
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
  .conference-speaker {
    position: relative;
  }
  /* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-speaker.scss */
  .conference-speaker:nth-of-type(4n + 3) .speaker-bio,
  .conference-speaker:nth-of-type(4n + 4) .speaker-bio {
    -webkit-transform: translateY(-10%) translateX(-50%);
        -ms-transform: translateY(-10%) translateX(-50%);
            transform: translateY(-10%) translateX(-50%);
  }
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-selector {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.5rem;
  color: #8c838a;
  text-transform: uppercase;
  font-size: 1.1875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 28.0625em) {
  /* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
  .conference-programme .programme-selector {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-selector .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 85, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-programme .programme-selector .tabs > * {
  margin: 0.25rem 0;
}

/* line 89, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-programme .programme-selector .tabs > :first-child {
  margin-top: 0;
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-programme .programme-selector .tabs > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
  .conference-programme .programme-selector .tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
  .conference-programme .programme-selector .tabs > * {
    margin: 0 0.25rem;
  }
  /* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
  .conference-programme .programme-selector .tabs > :first-child {
    margin-left: 0;
  }
  /* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
  .conference-programme .programme-selector .tabs > :last-child {
    margin-right: 0;
  }
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-day > .row {
  padding: 2rem 0;
  border-bottom: 1px solid #e8e8e8;
  border-bottom-style: dashed;
}

/* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .tabs,
.conference-programme .tabs-content {
  background: transparent;
}

/* line 40, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .tabs-title > a {
  padding: 0;
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .tabs-title > a:hover {
  background: transparent;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .tabs-title > a[aria-selected='true'] {
  background: transparent;
}

/* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .tabs-title:not(.is-active) .button {
  opacity: .4;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}

@media screen and (max-width: 28.0625em) {
  /* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
  .conference-programme .programme-header {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-time {
  font-size: 1.1875rem;
  font-weight: 600;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-title {
  font-size: 1.5rem;
  color: #599aa6;
  font-weight: 600;
}

@media screen and (max-width: 28.0625em) {
  /* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
  .conference-programme .programme-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
  }
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-resume {
  font-size: 0.875rem;
  color: #8c838a;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-extra {
  color: #8c838a;
  font-size: 0.875rem;
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-extra > .row:not(:nth-child(2)) {
  margin-top: 0.5rem;
}

@media screen and (min-width: 40em) {
  /* line 97, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
  .conference-programme .programme-extra > .row:nth-child(2) {
    margin-top: -0.5rem;
  }
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-extra .row:not(.speakers-list) span {
  opacity: .6;
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-programme.scss */
.conference-programme .programme-extra .speakers-list {
  min-height: 35px;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-registration.scss */
.conference-registration {
  padding: 1rem;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-registration.scss */
.conference-registration .registration__text > * {
  display: block;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-registration.scss */
.conference-registration .registration__text strong {
  font-size: 1.125rem;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-registration.scss */
.conference-registration .registration__text span {
  font-size: 0.875rem;
  color: #8c838a;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-registration.scss */
.conference-registration .registration__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-registration .registration__buttons > * {
  margin: 0 0.5rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-registration .registration__buttons > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-registration .registration__buttons > :last-child {
  margin-right: 0;
}

@media screen and (max-width: 49.9375em) {
  /* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-registration.scss */
  .conference-registration .registration__buttons {
    margin-top: 1rem;
  }
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-registration.scss */
.conference-registration .registration__buttons > :first-child {
  border: 1px solid #e8e8e8;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
.conference-diploma {
  text-align: center;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
.conference-diploma .diploma__border {
  margin: 4rem;
  /* Border pattern */
  -o-border-image: url(/images/pattern.png) 20 repeat;
  border-image: url(/images/pattern.png) 20 repeat;
  border-style: solid;
  border-width: 1rem;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
.conference-diploma .diploma__border .diploma__content {
  padding: 3rem;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
.conference-diploma .diploma__attendance {
  text-align: center;
  font-size: 0.875rem;
}

/* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
.conference-diploma .diploma__attendance > * {
  display: block;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
.conference-diploma .diploma__name {
  margin-top: 4rem;
  font-size: 1.125rem;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
.conference-diploma .diploma__name p {
  margin-top: 1rem;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
.conference-diploma .diploma__logo {
  border: 1px solid #e8e8e8;
  padding: 2rem;
}

@media print {
  @page {
    size: A4 landscape;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
  }
  /* line 65, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-diploma.scss */
  .conference-diploma .diploma__border {
    margin: 0;
    -o-border-image: url(/images/pattern.png) 20 repeat;
    border-image: url(/images/pattern.png) 20 repeat;
    border-style: solid;
    border-width: 1rem;
  }
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-media.scss */
.conference-media .media-links li {
  color: #599aa6;
  margin-bottom: 1rem;
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-media .media-links li > * {
  margin: 0 0.5rem;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-media .media-links li > :first-child {
  margin-left: 0;
}

/* line 79, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/utils/_mixins.scss */
.conference-media .media-links li > :last-child {
  margin-right: 0;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-media.scss */
.conference-media .media-links li > :first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-media.scss */
.conference-media .media-links a {
  font-size: 1.125rem;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-media.scss */
.conference-media .media-pictures article {
  cursor: pointer;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-media.scss */
.conference-media .media-pictures .picture__content {
  padding: 1rem;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-media.scss */
.conference-media .media-pictures .picture__content img {
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 75%;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_conference-media.scss */
[data-reveal].picture__modal img {
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_user-form.scss */
.user-form input[type="text"],
.user-form input[type="email"],
.user-form input[type="password"] {
  height: 3rem;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_user-form.scss */
.user-form .button {
  margin: 2rem 0;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_user-form.scss */
.user-form__label {
  font-weight: 600;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.register__separator {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-style: italic;
  margin: 1rem 0 2rem;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.register__separator::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e8e8e8;
  position: absolute;
  top: 50%;
  z-index: -1;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.register__separator__text {
  display: inline-block;
  background: #fafafa;
  padding: 0 1rem;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="password"] {
  height: 3rem;
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.register-form legend {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-align: center;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.register-form label > [type='checkbox'] {
  margin-bottom: 1rem;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.register-form .tos-text {
  padding: .5rem;
  border: 1px solid #e8e8e8;
  margin: 1rem 0;
  max-height: 10rem;
  overflow: auto;
  font-size: .8rem;
  font-style: italic;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.register-form #card__tos,
.register-form #card__newsletter {
  text-align: center;
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname label .row div:first-of-type {
  border-right: 0;
  width: 8%;
  height: 3rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname label .row div:first-of-type .prefix {
  display: inline-block;
  height: 2.9rem;
  padding-top: .8rem;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname label .row div:last-of-type {
  width: 92%;
  height: 3rem;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname label .row div:last-of-type input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname label.is-invalid-label .row {
  margin-bottom: 1rem;
}

/* line 98, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname label.is-invalid-label .row div:first-of-type {
  background-color: #f9edeb;
  border-color: #ec5840;
}

/* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname label.is-invalid-label .row div:last-of-type {
  height: 4.2rem;
}

/* line 108, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname label.is-invalid-label .row div:last-of-type .form-error.is-visible {
  margin-left: -8%;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_signup.scss */
.user-nickname .help-text {
  margin-top: 1rem;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_share.scss */
.share {
  text-align: center;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_share.scss */
.share ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 .5rem;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_share.scss */
.share li {
  display: inline-block;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_share.scss */
.share__icon {
  color: #8c838a;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  padding: .1em 0 0;
  margin-right: .5em;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_share.scss */
.share-link.calendar {
  float: right;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.help {
  vertical-align: -2px;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.help .icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  background: #bdb8bc;
  border-radius: 50%;
  padding: 2px;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.help .icon:hover {
  background: #599aa6;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.help-tooltip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 0.25rem solid #accdd3;
  border-radius: 50%;
  background-color: #599aa6;
  color: #fafafa;
  padding: .25rem;
  cursor: pointer;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.tooltip.expanded {
  max-width: 100%;
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.tooltip.light {
  background-color: #fafafa;
  color: #3d393c;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.tooltip.light.top::before {
  border-color: #fafafa transparent transparent;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.tooltip.light.bottom::before {
  border-color: transparent transparent #fafafa;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.tooltip.light.left::before {
  border-color: transparent transparent transparent #fafafa;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_help.scss */
.tooltip.light.right::before {
  border-color: transparent #fafafa transparent transparent;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cookie-bar.scss */
.cookie-warning {
  background: #e8e8e8;
  padding: .5em 1em;
  text-align: center;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cookie-bar.scss */
.cookie-warning a {
  color: #477b85;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cookie-bar.scss */
.cookie-warning__action {
  text-align: center;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cookie-bar.scss */
.cookie-warning__action .button {
  margin: .5em 0;
}

@media screen and (min-width: 50em) {
  /* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cookie-bar.scss */
  .cookie-warning__action {
    vertical-align: baseline;
    display: inline-block;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_cookie-bar.scss */
  .cookie-warning__action .button {
    margin: 0 0 0 1em;
  }
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.google-map {
  width: 100%;
  height: 200px;
  background-color: #e8e8e8;
  margin-bottom: 2rem;
}

@media screen and (min-width: 50em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
  .google-map {
    height: 450px;
  }
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map-info {
  background: var(--primary);
  border-radius: 4px;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map-info > div:first-child > div:first-child {
  border-top-color: var(--primary) !important;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map-info > div:first-child > div:nth-child(2) {
  background-color: transparent !important;
  border-radius: 4px !important;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map-info * {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map-info__content {
  padding-top: 1rem;
  padding-left: 1.2rem;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map__date-adress {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
  .map__date-adress {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map__date-adress .card__datetime {
  float: none;
  border-color: var(--primary);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 0;
  margin-bottom: 1rem;
  padding: .5em 1em;
}

@media print, screen and (min-width: 40em) {
  /* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
  .map__date-adress .card__datetime {
    margin-right: .5rem;
    margin-bottom: 0;
  }
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map__date-adress .address {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 0;
}

/* line 65, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map__date-adress .address__icon {
  display: none;
}

@media print, screen and (min-width: 40em) {
  /* line 65, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
  .map__date-adress .address__icon {
    display: block;
  }
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map__date-adress .card__extra {
  padding: 0 1rem;
}

/* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map-info__button {
  text-align: center;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_map.scss */
.map-info__button .button {
  min-width: 12em;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_omnipresent_banner.scss */
.omnipresent-banner {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.2em;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_omnipresent_banner.scss */
.omnipresent-banner .omnipresent-banner-title {
  font-weight: bold;
  margin-right: 1em;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_omnipresent_banner.scss */
.omnipresent-banner .omnipresent-banner-short-description {
  margin-right: .5em;
  margin-left: 1em;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_omnipresent_banner.scss */
.omnipresent-banner a {
  color: #fff;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_omnipresent_banner.scss */
.omnipresent-banner a:hover,
.omnipresent-banner a:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_wizard-steps.scss */
.wizard__steps {
  list-style-type: none;
  margin-left: .25rem;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_wizard-steps.scss */
.wizard__steps.steps-toggle {
  margin-top: 1rem;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_wizard-steps.scss */
.wizard__steps li {
  border: none;
  color: var(--primary);
  border-left: 2px solid var(--primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  padding: 1rem 0;
  font-size: .875rem;
  cursor: default;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_wizard-steps.scss */
.wizard__steps li::before {
  border-radius: 50%;
  background-color: var(--primary);
  content: "";
  display: inline-block;
  float: left;
  height: 10px;
  line-height: 10px;
  text-align: center;
  width: 10px;
  margin: .4rem 4px 0 -6px;
}

/* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_wizard-steps.scss */
.wizard__steps .step--active {
  font-weight: bold;
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_wizard-steps.scss */
.wizard__steps .step--active ~ li {
  color: #8c838a;
  border-left: 2px solid #8c838a;
}

/* line 40, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_wizard-steps.scss */
.wizard__steps .step--active ~ li::before {
  background-color: #8c838a;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-1 .collapse:nth-of-type(n+2),
.collapsible-list.is-filtered.show-1 > div:nth-of-type(n+2) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-2 .collapse:nth-of-type(n+3),
.collapsible-list.is-filtered.show-2 > div:nth-of-type(n+3) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-3 .collapse:nth-of-type(n+4),
.collapsible-list.is-filtered.show-3 > div:nth-of-type(n+4) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-4 .collapse:nth-of-type(n+5),
.collapsible-list.is-filtered.show-4 > div:nth-of-type(n+5) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-5 .collapse:nth-of-type(n+6),
.collapsible-list.is-filtered.show-5 > div:nth-of-type(n+6) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-6 .collapse:nth-of-type(n+7),
.collapsible-list.is-filtered.show-6 > div:nth-of-type(n+7) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-7 .collapse:nth-of-type(n+8),
.collapsible-list.is-filtered.show-7 > div:nth-of-type(n+8) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-8 .collapse:nth-of-type(n+9),
.collapsible-list.is-filtered.show-8 > div:nth-of-type(n+9) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-9 .collapse:nth-of-type(n+10),
.collapsible-list.is-filtered.show-9 > div:nth-of-type(n+10) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-10 .collapse:nth-of-type(n+11),
.collapsible-list.is-filtered.show-10 > div:nth-of-type(n+11) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-11 .collapse:nth-of-type(n+12),
.collapsible-list.is-filtered.show-11 > div:nth-of-type(n+12) {
  display: none;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered.show-12 .collapse:nth-of-type(n+13),
.collapsible-list.is-filtered.show-12 > div:nth-of-type(n+13) {
  display: none;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered .collapsible-list__see-more {
  display: inline-block;
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered .collapsible-list__see-more + .text-small {
  padding-top: .15rem;
  padding-left: .2rem;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list.is-filtered .collapsible-list__see-less {
  display: none;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list .collapsible-list__see-less {
  display: inline-block;
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list .collapsible-list__see-more {
  display: none;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_collapsible-list.scss */
.collapsible-list > * {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 .5rem;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_block-banner.scss */
.block-banner {
  background-repeat: no-repeat;
  padding: 1rem;
}

@media screen and (max-width: 49.9375em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_block-banner.scss */
  .block-banner {
    background-image: none !important;
    padding-bottom: 1rem;
  }
  /* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_block-banner.scss */
  .block-banner .card__content, .block-banner .badge-card__content {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_block-banner.scss */
  .block-banner {
    background-position: right -400px center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_block-banner.scss */
  .block-banner .card__content, .block-banner .badge-card__content {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_block-banner.scss */
  .block-banner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_block-banner.scss */
  .block-banner .card__content, .block-banner .badge-card__content {
    padding-left: 0;
  }
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_block-banner.scss */
.block-banner p:last-child {
  margin-bottom: 0;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_fingerprint.scss */
.fingerprint-dialog .fingerprint-value,
.fingerprint-dialog .fingerprint-source {
  display: block;
  max-width: 100%;
  word-break: break-all;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_toggle.scss */
[data-toggle] {
  margin: 0 0 0.5rem;
  cursor: pointer;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_toggle.scss */
[data-toggle] span {
  margin-right: 0.5rem;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_loading-spinner.scss */
.loading-spinner {
  margin: 25px !important;
  height: 25px;
  text-align: center;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/modules/_loading-spinner.scss */
.loading-spinner::before {
  -webkit-animation: animation-spin 800ms infinite linear;
  animation: animation-spin 800ms infinite linear;
  width: 25px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #e8e8e8;
  border-right-color: var(--primary);
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: middle;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_highlighted_banner.scss */
.highligted-content-banner {
  background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 255px;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_highlighted_banner.scss */
.highligted-content-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 24, 29, 0.6);
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_highlighted_banner.scss */
.highligted-content-banner .highligted-content-banner__container {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}

@media print, screen and (min-width: 40em) {
  /* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_highlighted_banner.scss */
  .highligted-content-banner .highligted-content-banner__container {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 50em) {
  /* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_highlighted_banner.scss */
  .highligted-content-banner .highligted-content-banner__container {
    padding: 5rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_highlighted_banner.scss */
  .highligted-content-banner .highligted-content-banner__container {
    padding: 6rem 0;
  }
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero {
  background-size: cover;
  position: relative;
  z-index: 0;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 24, 29, 0.6);
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 0;
}

@media print, screen and (min-width: 40em) {
  /* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero__container {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 50em) {
  /* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero__container {
    padding: 5rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero__container {
    padding: 6rem 0;
  }
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes {
  text-align: center;
  border-radius: 4px;
  background-color: rgba(26, 24, 29, 0.5);
  color: #fff;
  margin-top: 1rem;
  padding: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero__boxes {
    text-align: left;
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 50em) {
  /* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero__boxes {
    margin-top: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero__boxes {
    margin-top: 4rem;
  }
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes p {
  font-size: 1.0625rem;
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes .button {
  display: block;
  margin: 0 auto;
}

/* line 69, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes .box__search {
  position: relative;
  margin: 0 auto;
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes .box__search input,
.hero__boxes .box__search input:focus {
  color: #3d393c;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  line-height: 1;
  padding: 0.85em 1em;
  padding-left: 2rem;
  height: auto;
  border: 1px solid transparent;
}

/* line 89, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes .box__search input::-webkit-input-placeholder,
.hero__boxes .box__search input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(61, 57, 60, 0.3);
}

/* line 93, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes .box__search input::-moz-placeholder,
.hero__boxes .box__search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(61, 57, 60, 0.3);
}

/* line 97, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes .box__search input:-ms-input-placeholder,
.hero__boxes .box__search input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(61, 57, 60, 0.3);
}

/* line 101, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes .box__search input:-moz-placeholder,
.hero__boxes .box__search input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(61, 57, 60, 0.3);
}

/* line 106, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__boxes .box__search svg {
  color: rgba(61, 57, 60, 0.3);
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .5;
}

/* line 117, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero-heading {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* line 123, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero-heading br {
  display: none;
}

@media print, screen and (min-width: 40em) {
  /* line 117, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero-heading {
    font-size: 2.5rem;
  }
  /* line 130, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero-heading br {
    display: block;
  }
}

@media screen and (min-width: 50em) {
  /* line 117, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero-heading {
    font-size: 3.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 117, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero-heading {
    font-size: 4.5rem;
  }
}

/* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.hero-cta {
  margin-top: 1rem;
  padding: 1.2rem 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero-cta {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 50em) {
  /* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero-cta {
    margin-top: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero-cta {
    margin-top: 4rem;
  }
}

/* line 161, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.wrapper-home {
  padding: 4rem 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 161, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .wrapper-home {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 161, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .wrapper-home {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* line 175, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.wrapper-home--mini {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 180, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-section:nth-of-type(2n+1) {
  background-color: #f4f4f4;
}

/* line 184, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.subhero {
  padding: 4rem 0;
  text-align: center;
}

@media screen and (max-width: 49.9375em) {
  /* line 188, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .subhero .heading3 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 49.9375em) {
  /* line 194, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .subhero .heading2, .subhero .card--full .card__title, .card--full .subhero .card__title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 49.9375em) {
  /* line 200, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .subhero .heading4 {
    font-size: 1.2em;
  }
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.subhero-cta {
  margin-top: 2rem;
  color: var(--primary);
  display: inline-block;
}

/* line 212, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.subhero-cta .icon {
  vertical-align: -1px;
}

/* line 217, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.subhero-cta--secondary {
  margin-top: 0;
}

/* line 221, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-section__cta {
  margin-top: 2rem;
}

/* line 225, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-bullets {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 50em) {
  /* line 225, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .home-bullets {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* line 235, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-bullet {
  overflow: hidden;
}

/* line 239, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-bullet__icon {
  float: left;
  text-align: right;
}

/* line 244, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-bullet__icon svg {
  width: 30px;
  height: 30px;
  fill: var(--primary);
}

/* line 251, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-bullet__desc {
  float: right;
  width: 85%;
  width: calc(100% - 30px);
  padding-left: 1rem;
}

/* line 259, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-map .wrapper-home {
  padding-bottom: 0;
}

/* line 263, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-map #google-map {
  margin-bottom: 0;
}

/* Home PAM */
/* line 270, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam {
  overflow: hidden;
  margin: 2rem 0;
}

@media screen and (min-width: 50em) {
  /* line 270, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .home-pam {
    margin: 5rem 0;
  }
}

/* line 279, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__title {
  color: #8c838a;
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 287, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__lowlight .home-pam__title {
  display: inline;
}

/* line 292, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__data {
  text-align: center;
  padding: .25rem;
}

@media print, screen and (min-width: 40em) {
  /* line 292, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .home-pam__data {
    float: left;
  }
}

/* line 301, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__highlight .home-pam__data {
  padding: 1rem 2rem;
}

@media print, screen and (min-width: 40em) {
  /* line 301, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .home-pam__highlight .home-pam__data {
    width: 50%;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}

/* line 310, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__highlight .home-pam__data:last-child {
  border-right: none;
}

/* line 315, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__lowlight .home-pam__data {
  float: none;
}

@media screen and (min-width: 50em) {
  /* line 315, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .home-pam__lowlight .home-pam__data {
    float: left;
    width: 33.33%;
  }
  /* line 322, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .home-pam__lowlight .home-pam__data:first-child {
    text-align: left;
    padding-left: 0;
  }
  /* line 327, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .home-pam__lowlight .home-pam__data:last-child {
    text-align: right;
    padding-right: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 335, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
  .home-pam__highlight {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 341, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__lowlight {
  text-align: center;
}

/* line 345, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__number {
  font-size: 1.2rem;
  font-weight: 800;
}

/* line 349, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_home.scss */
.home-pam__highlight .home-pam__number {
  font-size: 4rem;
  line-height: 1;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.user-header {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  /* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
  .user-header {
    margin-bottom: 3rem;
  }
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.user-header__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 170, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.user-header__main::before, .user-header__main::after {
  display: table;
  content: ' ';
}

/* line 181, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/foundation-rails-6.4.3.0/vendor/assets/scss/util/_mixins.scss */
.user-header__main::after {
  clear: both;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.user-header__avatar {
  width: 60px;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.user-header__avatar > img {
  border-radius: 50%;
  width: 40px;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.user-header__heading {
  margin-bottom: 0;
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.user-nickname {
  color: gray;
  font-size: 1rem;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.user-nickname .user-contact_link {
  margin-left: .5rem;
}

/* line 40, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.badge-card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 46, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_user.scss */
.badge-card__content .icon {
  height: 1.5em;
  width: 1.5em;
  margin-right: .7em;
  vertical-align: middle;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_view.scss */
.view-header {
  margin-bottom: 2rem;
}

@media screen and (max-width: 49.9375em) {
  /* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_view.scss */
  .support-wrapper-md {
    margin: 1rem 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 49.9375em) {
  /* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/layouts/_view.scss */
  .view-side {
    width: 50%;
    margin: 0 auto 2rem;
    float: none;
  }
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_add_comments.scss */
.add-comment .remaining-character-count {
  border: 0;
  color: #3d393c;
  padding: .85em 1em;
  vertical-align: middle;
  display: inline-block;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_announcement.scss */
.callout.announcement {
  margin-bottom: 1em;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_collection-sort-controls.scss */
.collection-sort-controls .column, .collection-sort-controls .columns {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_embed.scss */
.reveal--embed {
  overflow-y: hidden;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_embed.scss */
.reveal--embed .embed__code {
  font-family: monospace;
  background: #f4f4f4;
  padding: 1em;
  border-radius: .3em;
  font-size: 1em;
  overflow-y: auto;
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_embed.scss */
body.widget {
  background: #fff;
  padding: 8px;
  margin: 0;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_embed.scss */
body.widget .participatory-process {
  margin-bottom: 8px;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_embed.scss */
body.widget .card, body.widget .comment-thread, body.widget .message, body.widget .add-message, body.widget .conference-speaker .speaker-bio, .conference-speaker body.widget .speaker-bio, body.widget .conference-registration, body.widget .chart-tooltip {
  margin: 0;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_embed.scss */
body.widget .organization {
  margin-top: 8px;
  text-align: right;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_impersonation-bar.scss */
.impersonation-warning {
  background: #e8e8e8;
  padding: .5em 1em;
  text-align: center;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_impersonation-bar.scss */
.impersonation-warning a {
  color: #477b85;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_impersonation-bar.scss */
.impersonation-warning__action {
  text-align: center;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_impersonation-bar.scss */
.impersonation-warning__action .button {
  margin: .5em 0;
}

@media screen and (min-width: 50em) {
  /* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_impersonation-bar.scss */
  .impersonation-warning__action {
    vertical-align: baseline;
    display: inline-block;
  }
  /* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_impersonation-bar.scss */
  .impersonation-warning__action .button {
    margin: 0 0 0 1em;
  }
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_label-required.scss */
.label-required {
  margin-left: 5px;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_leaflet.scss */
.leaflet-container .map-info {
  border: 1px solid var(--primary);
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_leaflet.scss */
.leaflet-container .map-info .leaflet-popup-content-wrapper {
  border-radius: 2px;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_leaflet.scss */
.leaflet-container .map-info a.button {
  color: #fff;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_leaflet.scss */
.leaflet-container .leaflet-popup-tip {
  border: 1px solid var(--primary);
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_meeting-registrations.scss */
#meeting-registration-confirm .help-text {
  border: 1px solid #eee;
  background: #fff;
  padding: .5em;
  overflow-y: scroll;
  margin-bottom: 1em;
  margin-top: .5em;
  height: 20em;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_meeting-registrations.scss */
.represent-user-group {
  margin-top: .5em;
  margin-bottom: .5em;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_meeting-registrations.scss */
.user-group-fields {
  margin-bottom: .5em;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_process_stats.scss */
#participatory_process-statistics {
  margin-bottom: 1.5rem;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_process_stats.scss */
.process_stats {
  padding: 0;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_process_stats.scss */
.process_stats .process_stats-item {
  width: 33.3%;
  display: inline-block;
  padding: 1em;
  border: 1px solid #e8e8e8;
  background: #fff;
}

@media screen and (max-width: 74.9375em) {
  /* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_process_stats.scss */
  .process_stats .process_stats-item {
    width: 33.3%;
  }
}

@media screen and (max-width: 49.9375em) {
  /* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_process_stats.scss */
  .process_stats .process_stats-item {
    width: 49.9%;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_process_stats.scss */
  .process_stats .process_stats-item {
    width: 100%;
  }
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_process_stats.scss */
.process_stats .process_stats-item .icon {
  width: 1.5em;
  height: 1.5em;
  color: #599aa6;
  vertical-align: middle;
  margin-right: .5rem;
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_process_stats.scss */
.process_stats .process_stats-item .process_stats-text {
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 90%;
  color: #3d393c;
  font-weight: 600;
  line-height: 1;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_proposal_form.scss */
form.new_collaborative_draft fieldset,
form.new_proposal fieldset,
form.edit_proposal fieldset {
  border: 1px solid #e8e8e8;
  padding: .5em;
  margin-bottom: 1em;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_quill.scss */
.ql-video {
  max-width: 600px;
  width: 100%;
  height: 450px;
  max-height: 70vh;
  margin: 40px auto;
  display: block;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_reference.scss */
.tech-info--text-left {
  text-align: left;
}

/* Results per page styles */
/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__dropdown .menu .is-dropdown-submenu-parent > a {
  padding: 0;
  margin-left: .5rem;
  margin-top: .25rem;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__dropdown--right {
  margin-left: auto;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__action {
  margin-left: auto;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__action .button {
  margin-bottom: 0;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__tabs {
  display: inline-block;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__tab {
  color: #8c838a;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__tab::after {
  content: "";
  display: inline-block;
  height: .75em;
  border-left: 1px solid #e8e8e8;
  margin: 0 .2em 0 .5em;
  vertical-align: middle;
}

/* line 54, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__tab.is-active {
  color: #599aa6;
}

/* line 58, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__tab:first-of-type {
  padding-left: 0;
}

/* line 62, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_results-per-page.scss */
.results-per-page__tab:last-of-type::after {
  border-left: none;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_social_icons_mini.scss */
.button--social--mini {
  padding: 0;
  display: inline-block;
  min-width: 0;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_social_icons_mini.scss */
.button--social--mini .button--social__icon {
  border: 0;
  padding: .85em 0;
  margin-right: 0;
}

/*
 *= require social-share-button
 */
/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_social_share.css.scss */
.share-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_social_share.css.scss */
.social-share-button {
  display: inline-block;
  vertical-align: top;
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_social_share.css.scss */
.social-share-button .ssb-icon {
  margin-right: 5px;
  background-size: 45px 45px;
  height: 45px;
  width: 45px;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_social_share.css.scss */
a.ssb-icon.ssb-whatsapp_app {
  display: none;
}

@media (hover: none) and (pointer: coarse) {
  /* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_social_share.css.scss */
  a.ssb-icon.ssb-whatsapp_app {
    display: inline-block;
  }
  /* line 33, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_social_share.css.scss */
  a.ssb-icon.ssb-whatsapp_web {
    display: none;
  }
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/extras/_status-labels.scss */
.proposal-status.label.secondary {
  color: #fff;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart svg {
  background-color: #f4f4f4;
  overflow: visible;
  border-radius: 3px;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart .title {
  fill: #8c838a;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart .area {
  fill: rgba(var(--primary-rgb), 0.05);
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart .line {
  fill: none;
  stroke: rgba(var(--primary-rgb), 0.2);
  stroke-width: 4px;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart .circle {
  fill: rgba(var(--primary-rgb), 0.2);
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart .tick {
  opacity: .5;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart .tick .dashed {
  stroke-dasharray: 1, 3;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart .sum {
  font-weight: 600;
  font-size: 4.5rem;
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.primary .area {
  fill: rgba(239, 96, 77, 0.05);
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.primary .line {
  stroke: rgba(239, 96, 77, 0.2);
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.primary .circle {
  fill: rgba(239, 96, 77, 0.2);
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.secondary .area {
  fill: rgba(89, 154, 166, 0.05);
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.secondary .line {
  stroke: rgba(89, 154, 166, 0.2);
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.secondary .circle {
  fill: rgba(89, 154, 166, 0.2);
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.success .area {
  fill: rgba(87, 214, 133, 0.05);
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.success .line {
  stroke: rgba(87, 214, 133, 0.2);
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.success .circle {
  fill: rgba(87, 214, 133, 0.2);
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.warning .area {
  fill: rgba(255, 174, 0, 0.05);
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.warning .line {
  stroke: rgba(255, 174, 0, 0.2);
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.warning .circle {
  fill: rgba(255, 174, 0, 0.2);
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.alert .area {
  fill: rgba(236, 88, 64, 0.05);
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.alert .line {
  stroke: rgba(236, 88, 64, 0.2);
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.alert .circle {
  fill: rgba(236, 88, 64, 0.2);
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_areachart.scss */
.areachart.small .sum {
  font-size: 1.75rem;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_chart-tooltip.scss */
.chart-tooltip {
  position: absolute;
  -webkit-transform: translate(-50%, -119%);
      -ms-transform: translate(-50%, -119%);
          transform: translate(-50%, -119%);
  -webkit-box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
          box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
  overflow: visible;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_chart-tooltip.scss */
.chart-tooltip .tooltip-content {
  position: relative;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_chart-tooltip.scss */
.chart-tooltip .tooltip-content::after, .chart-tooltip .tooltip-content::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_chart-tooltip.scss */
.chart-tooltip .tooltip-content::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  top: calc(100% - 1px);
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_chart-tooltip.scss */
.chart-tooltip .tooltip-content::before {
  border-color: rgba(232, 232, 232, 0);
  border-top-color: #e8e8e8;
  border-width: 11px;
  margin-left: -11px;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart svg {
  overflow: visible;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .background {
  fill: #f4f4f4;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .title {
  fill: #8c838a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .subtitle {
  fill: #8c838a;
  font-size: 0.875rem;
}

/* line 23, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .tick {
  opacity: .5;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .tick .dashed {
  stroke-dasharray: 3;
}

/* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .line {
  fill: none;
  stroke-width: 3px;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-0:not(.legend) {
  stroke: #2590f7;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #f78c25;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-0:not(.line) {
  fill: #2590f7;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-0:not(.line):hover {
  cursor: pointer;
  fill: #f78c25;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-1:not(.legend) {
  stroke: #5aabf9;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #f9a85a;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-1:not(.line) {
  fill: #5aabf9;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-1:not(.line):hover {
  cursor: pointer;
  fill: #f9a85a;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-2:not(.legend) {
  stroke: #8fc6fb;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #fbc48f;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-2:not(.line) {
  fill: #8fc6fb;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-2:not(.line):hover {
  cursor: pointer;
  fill: #fbc48f;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-3:not(.legend) {
  stroke: #c4e1fd;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #fde0c4;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-3:not(.line) {
  fill: #c4e1fd;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-3:not(.line):hover {
  cursor: pointer;
  fill: #fde0c4;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-4:not(.legend) {
  stroke: #238ef5;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #f58a23;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-4:not(.line) {
  fill: #238ef5;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-4:not(.line):hover {
  cursor: pointer;
  fill: #f58a23;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-5:not(.legend) {
  stroke: #1a6bb9;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #b9681a;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-5:not(.line) {
  fill: #1a6bb9;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-5:not(.line):hover {
  cursor: pointer;
  fill: #b9681a;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-6:not(.legend) {
  stroke: #12497e;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #7e4712;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-6:not(.line) {
  fill: #12497e;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-6:not(.line):hover {
  cursor: pointer;
  fill: #7e4712;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-7:not(.legend) {
  stroke: #092743;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #432509;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-7:not(.line) {
  fill: #092743;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-7:not(.line):hover {
  cursor: pointer;
  fill: #432509;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-8:not(.legend) {
  stroke: #2895f7;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #f78a28;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-8:not(.line) {
  fill: #2895f7;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-8:not(.line):hover {
  cursor: pointer;
  fill: #f78a28;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-9:not(.legend) {
  stroke: #9ef5fb;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #fba59e;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-9:not(.line) {
  fill: #9ef5fb;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-9:not(.line):hover {
  cursor: pointer;
  fill: #fba59e;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-10:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-10:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-11:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-11:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-0:not(.legend) {
  stroke: #ef624f;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #4fdcef;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-0:not(.line) {
  fill: #ef624f;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-0:not(.line):hover {
  cursor: pointer;
  fill: #4fdcef;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-1:not(.legend) {
  stroke: #f3887a;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #7ae5f3;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-1:not(.line) {
  fill: #f3887a;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-1:not(.line):hover {
  cursor: pointer;
  fill: #7ae5f3;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-2:not(.legend) {
  stroke: #f7aea4;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #a4edf7;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-2:not(.line) {
  fill: #f7aea4;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-2:not(.line):hover {
  cursor: pointer;
  fill: #a4edf7;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-3:not(.legend) {
  stroke: #fbd4cf;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #cff6fb;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-3:not(.line) {
  fill: #fbd4cf;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-3:not(.line):hover {
  cursor: pointer;
  fill: #cff6fb;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-4:not(.legend) {
  stroke: #ed5f4c;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #4cdaed;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-4:not(.line) {
  fill: #ed5f4c;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-4:not(.line):hover {
  cursor: pointer;
  fill: #4cdaed;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-5:not(.legend) {
  stroke: #b3483a;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #3aa5b3;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-5:not(.line) {
  fill: #b3483a;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-5:not(.line):hover {
  cursor: pointer;
  fill: #3aa5b3;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-6:not(.legend) {
  stroke: #7a3127;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #27707a;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-6:not(.line) {
  fill: #7a3127;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-6:not(.line):hover {
  cursor: pointer;
  fill: #27707a;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-7:not(.legend) {
  stroke: #411a15;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #153c41;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-7:not(.line) {
  fill: #411a15;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-7:not(.line):hover {
  cursor: pointer;
  fill: #153c41;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-8:not(.legend) {
  stroke: #ef6252;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #52e0ef;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-8:not(.line) {
  fill: #ef6252;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-8:not(.line):hover {
  cursor: pointer;
  fill: #52e0ef;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-9:not(.legend) {
  stroke: #fac2d3;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #c2fae9;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-9:not(.line) {
  fill: #fac2d3;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-9:not(.line):hover {
  cursor: pointer;
  fill: #c2fae9;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-10:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-10:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-11:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-11:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.primary .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-0:not(.legend) {
  stroke: #5b9ba7;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #a7675b;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-0:not(.line) {
  fill: #5b9ba7;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-0:not(.line):hover {
  cursor: pointer;
  fill: #a7675b;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-1:not(.legend) {
  stroke: #83b3bc;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #bc8c83;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-1:not(.line) {
  fill: #83b3bc;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-1:not(.line):hover {
  cursor: pointer;
  fill: #bc8c83;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-2:not(.legend) {
  stroke: #aacbd2;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #d2b1aa;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-2:not(.line) {
  fill: #aacbd2;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-2:not(.line):hover {
  cursor: pointer;
  fill: #d2b1aa;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-3:not(.legend) {
  stroke: #d2e4e7;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #e7d5d2;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-3:not(.line) {
  fill: #d2e4e7;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-3:not(.line):hover {
  cursor: pointer;
  fill: #e7d5d2;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-4:not(.legend) {
  stroke: #5898a4;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #a46458;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-4:not(.line) {
  fill: #5898a4;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-4:not(.line):hover {
  cursor: pointer;
  fill: #a46458;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-5:not(.legend) {
  stroke: #43747d;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #7d4c43;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-5:not(.line) {
  fill: #43747d;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-5:not(.line):hover {
  cursor: pointer;
  fill: #7d4c43;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-6:not(.legend) {
  stroke: #2d4f55;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #55332d;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-6:not(.line) {
  fill: #2d4f55;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-6:not(.line):hover {
  cursor: pointer;
  fill: #55332d;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-7:not(.legend) {
  stroke: #182a2d;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #2d1b18;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-7:not(.line) {
  fill: #182a2d;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-7:not(.line):hover {
  cursor: pointer;
  fill: #2d1b18;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-8:not(.legend) {
  stroke: #5c9da8;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #a8675c;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-8:not(.line) {
  fill: #5c9da8;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-8:not(.line):hover {
  cursor: pointer;
  fill: #a8675c;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-9:not(.legend) {
  stroke: #acd3c8;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #d3acb6;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-9:not(.line) {
  fill: #acd3c8;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-9:not(.line):hover {
  cursor: pointer;
  fill: #d3acb6;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-10:not(.legend) {
  stroke: #fcfdfc;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: #fdfcfd;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-10:not(.line) {
  fill: #fcfdfc;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-10:not(.line):hover {
  cursor: pointer;
  fill: #fdfcfd;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-11:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-11:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.secondary .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-0:not(.legend) {
  stroke: #59d686;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #d659a9;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-0:not(.line) {
  fill: #59d686;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-0:not(.line):hover {
  cursor: pointer;
  fill: #d659a9;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-1:not(.legend) {
  stroke: #81e0a4;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #e081bd;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-1:not(.line) {
  fill: #81e0a4;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-1:not(.line):hover {
  cursor: pointer;
  fill: #e081bd;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-2:not(.legend) {
  stroke: #a9eac1;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #eaa9d2;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-2:not(.line) {
  fill: #a9eac1;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-2:not(.line):hover {
  cursor: pointer;
  fill: #eaa9d2;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-3:not(.legend) {
  stroke: #d2f4de;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #f4d2e8;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-3:not(.line) {
  fill: #d2f4de;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-3:not(.line):hover {
  cursor: pointer;
  fill: #f4d2e8;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-4:not(.legend) {
  stroke: #56d484;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #d456a6;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-4:not(.line) {
  fill: #56d484;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-4:not(.line):hover {
  cursor: pointer;
  fill: #d456a6;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-5:not(.legend) {
  stroke: #41a164;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #a1417e;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-5:not(.line) {
  fill: #41a164;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-5:not(.line):hover {
  cursor: pointer;
  fill: #a1417e;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-6:not(.legend) {
  stroke: #2c6d44;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #6d2c55;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-6:not(.line) {
  fill: #2c6d44;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-6:not(.line):hover {
  cursor: pointer;
  fill: #6d2c55;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-7:not(.legend) {
  stroke: #173a24;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #3a172d;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-7:not(.line) {
  fill: #173a24;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-7:not(.line):hover {
  cursor: pointer;
  fill: #3a172d;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-8:not(.legend) {
  stroke: #5bd786;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #d75bac;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-8:not(.line) {
  fill: #5bd786;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-8:not(.line):hover {
  cursor: pointer;
  fill: #d75bac;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-9:not(.legend) {
  stroke: #c0efbd;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #ecbdef;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-9:not(.line) {
  fill: #c0efbd;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-9:not(.line):hover {
  cursor: pointer;
  fill: #ecbdef;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-10:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-10:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-11:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-11:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.success .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-0:not(.legend) {
  stroke: #ffaf03;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #0353ff;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-0:not(.line) {
  fill: #ffaf03;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-0:not(.line):hover {
  cursor: pointer;
  fill: #0353ff;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-1:not(.legend) {
  stroke: #ffc240;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #407dff;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-1:not(.line) {
  fill: #ffc240;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-1:not(.line):hover {
  cursor: pointer;
  fill: #407dff;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-2:not(.legend) {
  stroke: #ffd67d;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #7da6ff;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-2:not(.line) {
  fill: #ffd67d;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-2:not(.line):hover {
  cursor: pointer;
  fill: #7da6ff;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-3:not(.legend) {
  stroke: #ffe9ba;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #bad0ff;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-3:not(.line) {
  fill: #ffe9ba;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-3:not(.line):hover {
  cursor: pointer;
  fill: #bad0ff;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-4:not(.legend) {
  stroke: #fcac00;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #0050fc;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-4:not(.line) {
  fill: #fcac00;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-4:not(.line):hover {
  cursor: pointer;
  fill: #0050fc;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-5:not(.legend) {
  stroke: #bf8300;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #003cbf;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-5:not(.line) {
  fill: #bf8300;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-5:not(.line):hover {
  cursor: pointer;
  fill: #003cbf;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-6:not(.legend) {
  stroke: #825900;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #002982;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-6:not(.line) {
  fill: #825900;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-6:not(.line):hover {
  cursor: pointer;
  fill: #002982;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-7:not(.legend) {
  stroke: #452f00;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #001645;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-7:not(.line) {
  fill: #452f00;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-7:not(.line):hover {
  cursor: pointer;
  fill: #001645;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-8:not(.legend) {
  stroke: #ffab05;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #0559ff;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-8:not(.line) {
  fill: #ffab05;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-8:not(.line):hover {
  cursor: pointer;
  fill: #0559ff;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-9:not(.legend) {
  stroke: #ffa180;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #80ddff;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-9:not(.line) {
  fill: #ffa180;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-9:not(.line):hover {
  cursor: pointer;
  fill: #80ddff;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-10:not(.legend) {
  stroke: #fffafb;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: #fafffe;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-10:not(.line) {
  fill: #fffafb;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-10:not(.line):hover {
  cursor: pointer;
  fill: #fafffe;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-11:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-11:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.warning .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-0:not(.legend) {
  stroke: #ec5a42;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #42d4ec;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-0:not(.line) {
  fill: #ec5a42;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-0:not(.line):hover {
  cursor: pointer;
  fill: #42d4ec;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-1:not(.legend) {
  stroke: #f18270;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #70dff1;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-1:not(.line) {
  fill: #f18270;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-1:not(.line):hover {
  cursor: pointer;
  fill: #70dff1;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-2:not(.legend) {
  stroke: #f5aa9e;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #9ee9f5;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-2:not(.line) {
  fill: #f5aa9e;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-2:not(.line):hover {
  cursor: pointer;
  fill: #9ee9f5;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-3:not(.legend) {
  stroke: #fad2cb;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #cbf3fa;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-3:not(.line) {
  fill: #fad2cb;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-3:not(.line):hover {
  cursor: pointer;
  fill: #cbf3fa;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-4:not(.legend) {
  stroke: #ea573f;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #3fd2ea;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-4:not(.line) {
  fill: #ea573f;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-4:not(.line):hover {
  cursor: pointer;
  fill: #3fd2ea;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-5:not(.legend) {
  stroke: #b14230;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #309fb1;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-5:not(.line) {
  fill: #b14230;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-5:not(.line):hover {
  cursor: pointer;
  fill: #309fb1;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-6:not(.legend) {
  stroke: #782d21;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #216c78;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-6:not(.line) {
  fill: #782d21;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-6:not(.line):hover {
  cursor: pointer;
  fill: #216c78;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-7:not(.legend) {
  stroke: #401811;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #113940;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-7:not(.line) {
  fill: #401811;
}

/* line 86, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-7:not(.line):hover {
  cursor: pointer;
  fill: #113940;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-8:not(.legend) {
  stroke: #ec5945;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #45d8ec;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-8:not(.line) {
  fill: #ec5945;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-8:not(.line):hover {
  cursor: pointer;
  fill: #45d8ec;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-9:not(.legend) {
  stroke: #f8b4c7;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #b4f8e5;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-9:not(.line) {
  fill: #f8b4c7;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-9:not(.line):hover {
  cursor: pointer;
  fill: #b4f8e5;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-10:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-10:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 44, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-11:not(.legend) {
  stroke: white;
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}

/* line 73, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-11:not(.line) {
  fill: white;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_linechart.scss */
.linechart.alert .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_orgchart.scss */
.orgchart .as-card {
  fill: #f4f4f4;
  stroke: #e8e8e8;
  stroke-width: 3px;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_orgchart.scss */
.orgchart .as-text {
  font-weight: 600;
  fill: #599aa6;
  text-anchor: middle;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_orgchart.scss */
.orgchart .as-circle {
  stroke: #e8e8e8;
  stroke-width: 3px;
  fill: #f4f4f4;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_orgchart.scss */
.orgchart .link {
  stroke: #e8e8e8;
  stroke-width: 3px;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_orgchart.scss */
.orgchart .node {
  cursor: pointer;
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_orgchart.scss */
.orgchart .button {
  min-height: 2.4375rem;
  color: #3d393c;
  outline: none;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
          box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_orgchart.scss */
.orgchart .button:hover {
  background-color: #fff;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .background {
  fill: #f4f4f4;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .title {
  fill: #8c838a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .subtitle {
  fill: #8c838a;
  font-size: 0.875rem;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .tick {
  opacity: .5;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .tick .dashed {
  stroke-dasharray: 3;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-0 {
  fill: #2590f7;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-0:hover {
  cursor: pointer;
  fill: #f78c25;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-1 {
  fill: #5aabf9;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-1:hover {
  cursor: pointer;
  fill: #f9a85a;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-2 {
  fill: #8fc6fb;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-2:hover {
  cursor: pointer;
  fill: #fbc48f;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-3 {
  fill: #c4e1fd;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-3:hover {
  cursor: pointer;
  fill: #fde0c4;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-4 {
  fill: #238ef5;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-4:hover {
  cursor: pointer;
  fill: #f58a23;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-5 {
  fill: #1a6bb9;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-5:hover {
  cursor: pointer;
  fill: #b9681a;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-6 {
  fill: #12497e;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-6:hover {
  cursor: pointer;
  fill: #7e4712;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-7 {
  fill: #092743;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-7:hover {
  cursor: pointer;
  fill: #432509;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-8 {
  fill: #2895f7;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-8:hover {
  cursor: pointer;
  fill: #f78a28;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-9 {
  fill: #9ef5fb;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-9:hover {
  cursor: pointer;
  fill: #fba59e;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-10 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-10:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-11 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart .type-11:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-0 {
  fill: #ef624f;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-0:hover {
  cursor: pointer;
  fill: #4fdcef;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-1 {
  fill: #f3887a;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-1:hover {
  cursor: pointer;
  fill: #7ae5f3;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-2 {
  fill: #f7aea4;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-2:hover {
  cursor: pointer;
  fill: #a4edf7;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-3 {
  fill: #fbd4cf;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-3:hover {
  cursor: pointer;
  fill: #cff6fb;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-4 {
  fill: #ed5f4c;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-4:hover {
  cursor: pointer;
  fill: #4cdaed;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-5 {
  fill: #b3483a;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-5:hover {
  cursor: pointer;
  fill: #3aa5b3;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-6 {
  fill: #7a3127;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-6:hover {
  cursor: pointer;
  fill: #27707a;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-7 {
  fill: #411a15;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-7:hover {
  cursor: pointer;
  fill: #153c41;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-8 {
  fill: #ef6252;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-8:hover {
  cursor: pointer;
  fill: #52e0ef;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-9 {
  fill: #fac2d3;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-9:hover {
  cursor: pointer;
  fill: #c2fae9;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-10 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-10:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-11 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.primary .type-11:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-0 {
  fill: #5b9ba7;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-0:hover {
  cursor: pointer;
  fill: #a7675b;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-1 {
  fill: #83b3bc;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-1:hover {
  cursor: pointer;
  fill: #bc8c83;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-2 {
  fill: #aacbd2;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-2:hover {
  cursor: pointer;
  fill: #d2b1aa;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-3 {
  fill: #d2e4e7;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-3:hover {
  cursor: pointer;
  fill: #e7d5d2;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-4 {
  fill: #5898a4;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-4:hover {
  cursor: pointer;
  fill: #a46458;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-5 {
  fill: #43747d;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-5:hover {
  cursor: pointer;
  fill: #7d4c43;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-6 {
  fill: #2d4f55;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-6:hover {
  cursor: pointer;
  fill: #55332d;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-7 {
  fill: #182a2d;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-7:hover {
  cursor: pointer;
  fill: #2d1b18;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-8 {
  fill: #5c9da8;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-8:hover {
  cursor: pointer;
  fill: #a8675c;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-9 {
  fill: #acd3c8;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-9:hover {
  cursor: pointer;
  fill: #d3acb6;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-10 {
  fill: #fcfdfc;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-10:hover {
  cursor: pointer;
  fill: #fdfcfd;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-11 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.secondary .type-11:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-0 {
  fill: #59d686;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-0:hover {
  cursor: pointer;
  fill: #d659a9;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-1 {
  fill: #81e0a4;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-1:hover {
  cursor: pointer;
  fill: #e081bd;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-2 {
  fill: #a9eac1;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-2:hover {
  cursor: pointer;
  fill: #eaa9d2;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-3 {
  fill: #d2f4de;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-3:hover {
  cursor: pointer;
  fill: #f4d2e8;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-4 {
  fill: #56d484;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-4:hover {
  cursor: pointer;
  fill: #d456a6;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-5 {
  fill: #41a164;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-5:hover {
  cursor: pointer;
  fill: #a1417e;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-6 {
  fill: #2c6d44;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-6:hover {
  cursor: pointer;
  fill: #6d2c55;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-7 {
  fill: #173a24;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-7:hover {
  cursor: pointer;
  fill: #3a172d;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-8 {
  fill: #5bd786;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-8:hover {
  cursor: pointer;
  fill: #d75bac;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-9 {
  fill: #c0efbd;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-9:hover {
  cursor: pointer;
  fill: #ecbdef;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-10 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-10:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-11 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.success .type-11:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-0 {
  fill: #ffaf03;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-0:hover {
  cursor: pointer;
  fill: #0353ff;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-1 {
  fill: #ffc240;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-1:hover {
  cursor: pointer;
  fill: #407dff;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-2 {
  fill: #ffd67d;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-2:hover {
  cursor: pointer;
  fill: #7da6ff;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-3 {
  fill: #ffe9ba;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-3:hover {
  cursor: pointer;
  fill: #bad0ff;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-4 {
  fill: #fcac00;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-4:hover {
  cursor: pointer;
  fill: #0050fc;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-5 {
  fill: #bf8300;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-5:hover {
  cursor: pointer;
  fill: #003cbf;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-6 {
  fill: #825900;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-6:hover {
  cursor: pointer;
  fill: #002982;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-7 {
  fill: #452f00;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-7:hover {
  cursor: pointer;
  fill: #001645;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-8 {
  fill: #ffab05;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-8:hover {
  cursor: pointer;
  fill: #0559ff;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-9 {
  fill: #ffa180;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-9:hover {
  cursor: pointer;
  fill: #80ddff;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-10 {
  fill: #fffafb;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-10:hover {
  cursor: pointer;
  fill: #fafffe;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-11 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.warning .type-11:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-0 {
  fill: #ec5a42;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-0:hover {
  cursor: pointer;
  fill: #42d4ec;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-1 {
  fill: #f18270;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-1:hover {
  cursor: pointer;
  fill: #70dff1;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-2 {
  fill: #f5aa9e;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-2:hover {
  cursor: pointer;
  fill: #9ee9f5;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-3 {
  fill: #fad2cb;
}

/* line 39, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-3:hover {
  cursor: pointer;
  fill: #cbf3fa;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-4 {
  fill: #ea573f;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-4:hover {
  cursor: pointer;
  fill: #3fd2ea;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-5 {
  fill: #b14230;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-5:hover {
  cursor: pointer;
  fill: #309fb1;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-6 {
  fill: #782d21;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-6:hover {
  cursor: pointer;
  fill: #216c78;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-7 {
  fill: #401811;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-7:hover {
  cursor: pointer;
  fill: #113940;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-8 {
  fill: #ec5945;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-8:hover {
  cursor: pointer;
  fill: #45d8ec;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-9 {
  fill: #f8b4c7;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-9:hover {
  cursor: pointer;
  fill: #b4f8e5;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-10 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-10:hover {
  cursor: pointer;
  fill: white;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-11 {
  fill: white;
}

/* line 57, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/vizzs/_rowchart.scss */
.rowchart.alert .type-11:hover {
  cursor: pointer;
  fill: white;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 28, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor > * {
  cursor: text;
}

/* line 48, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ul > li::before {
  content: '\2022';
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

/* line 78, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

/* line 82, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 88, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

/* line 94, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 99, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 104, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 108, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 112, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 116, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 120, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

/* line 123, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 126, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

/* line 129, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 132, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

/* line 138, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 141, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 144, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

/* line 147, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 150, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 153, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

/* line 156, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 159, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 162, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

/* line 165, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 168, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 171, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

/* line 174, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

/* line 177, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 180, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

/* line 183, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

/* line 186, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 189, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

/* line 192, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

/* line 195, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 198, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

/* line 201, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 204, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 207, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 210, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 213, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 216, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 219, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 222, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 225, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 228, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 231, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 234, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 237, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 240, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 243, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 246, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 249, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 252, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 255, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 258, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 261, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 264, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 267, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 270, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 273, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 276, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 279, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 282, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 285, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 288, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 291, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 294, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 297, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 300, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 303, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 306, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 309, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 313, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 316, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 319, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 322, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 325, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 328, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 331, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 334, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 337, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 340, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 343, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 346, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 349, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 352, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 355, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 358, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 361, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 364, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 367, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 370, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 373, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 376, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 380, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 383, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 386, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 389, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 398, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 404, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 415, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 420, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 424, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 428, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 444, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 474, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 505, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  /* line 509, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  /* line 515, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

/* line 522, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 525, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 528, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-hidden {
  display: none;
}

/* line 531, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 535, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

/* line 539, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 543, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* line 546, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 550, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 555, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 562, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 568, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 572, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-empty {
  fill: none;
}

/* line 575, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 578, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 582, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 585, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 588, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 591, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 594, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 597, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 600, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 603, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 606, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 609, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 612, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 615, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 621, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 626, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 632, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 636, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 641, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 644, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 654, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 663, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 667, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 675, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 681, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 685, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 688, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 691, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 697, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 701, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 705, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 709, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

/* line 712, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 717, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 721, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

/* line 729, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 736, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 744, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 747, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

/* line 751, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 755, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 759, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 763, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 767, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 771, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 775, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 778, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 781, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 784, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 787, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 790, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 793, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 796, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 800, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 804, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 808, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 811, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

/* line 814, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 817, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 821, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

/* line 825, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

/* line 829, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

/* line 833, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

/* line 836, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

/* line 839, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

/* line 842, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 845, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 848, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

/* line 854, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 857, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 860, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 864, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 867, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 870, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 874, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

/* line 877, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
          box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 885, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 890, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

/* line 899, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 906, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

/* line 912, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 916, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 919, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 923, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 926, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

/* line 931, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

/* line 934, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

/* line 937, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* line 940, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-snow a {
  color: #06c;
}

/* line 943, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/vendor/assets/stylesheets/quill.snow.css */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/_variables.scss */
:root {
  --primary: #ef604d;
  --primary-rgb: 239, 96, 77;
  --secondary: #599aa6;
  --secondary-rgb: 89, 154, 166;
  --success: #57d685;
  --success-rgb: 87, 214, 133;
  --warning: #ffae00;
  --warning-rgb: 255, 174, 0;
  --alert: #ec5840;
  --alert-rgb: 236, 88, 64;
  --proposals: #238ff7;
  --actions: #57d685;
  --debates: #fa6c96;
  --meetings: #fabc6c;
  --twitter: #55acee;
  --facebook: #3b5998;
  --google: #dd4b39;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/editor.scss */
.editor-container {
  margin-bottom: 1.5rem;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-core-0.20.0/app/assets/stylesheets/decidim/editor.scss */
.editor-container p {
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 39.9375em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss */
  .budget-list__title {
    font-size: 100%;
  }
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss */
.budget-list__data {
  -ms-flex-preferred-size: 9rem;
      flex-basis: 9rem;
}

@media print, screen and (min-width: 40em) {
  /* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss */
  .budget-list__data {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-preferred-size: 16rem;
        flex-basis: 16rem;
  }
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss */
.budget-list__data--added {
  background-color: #ddf7e7;
}

@media screen and (max-width: 49.9375em) {
  /* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss */
  .budget-list__number {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss */
  .budget-list__number {
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss */
.budget--list__action {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-summary__total {
  margin-bottom: .5rem;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-summary__progressbox {
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: .5rem;
}

@media screen and (max-width: 39.9375em) {
  /* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
  .budget-summary__progressbox {
    text-align: center;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
  .budget-summary__progressbox {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-summary__progressbox .button {
  margin-bottom: 0;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.progressbox-fixed-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  display: none;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.progressbox-fixed-wrapper.is-progressbox-visible {
  display: block;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-summary__progressbox--fixed {
  margin: auto;
  max-width: 75rem;
  padding: 1rem 2rem;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 50em) {
  /* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
  .budget-summary__progressbox--fixed {
    padding: 1rem 4rem;
  }
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-progress {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: .5rem;
  min-height: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
  .budget-progress {
    min-height: 2rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

/* line 61, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-progress--fixed {
  min-height: 2rem;
  margin-bottom: 0;
  margin-right: 1rem;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-progress__meter {
  min-width: .1%;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-summary__selected {
  border-top: 1px solid #e8e8e8;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 77, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-summary__selected-list {
  margin-top: 2rem;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss */
.budget-summary__selected-number {
  margin: 0 .5rem;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_progress.scss */
.progress {
  position: relative;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_progress.scss */
.progress-meter--minimum {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 8px, rgba(0, 0, 0, 0.03) 8px, rgba(0, 0, 0, 0.03) 16px);
  position: absolute;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-budgets-0.20.0/app/assets/stylesheets/decidim/budgets/budget/_progress.scss */
.progress-meter-text--right {
  left: auto;
  min-width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: right;
  padding-left: 1rem;
  padding-right: .5rem;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly {
  font-weight: bold;
  font-size: .875rem;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly p {
  margin-bottom: .5rem;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly em {
  font-weight: normal;
  font-size: 90%;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly p + ul {
  margin-top: -.5rem;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly-answers {
  margin-bottom: .5rem;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly-answers.single_option {
  list-style-type: disc;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly-answers.multiple_option {
  list-style-type: square;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly-answers.sorting {
  list-style-type: circle;
}

/* line 35, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-forms-0.20.0/app/assets/stylesheets/decidim/forms/forms.scss */
.questionnaire-question_readonly-answer {
  font-weight: normal;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-surveys-0.20.0/app/assets/stylesheets/decidim/surveys/surveys.scss */
form.answer-questionnaire .radio-button-collection,
form.answer-questionnaire .check-box-collection,
form.answer-questionnaire .sortable-check-box-collection {
  margin: 0 0 1rem;
}

/* line 10, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-surveys-0.20.0/app/assets/stylesheets/decidim/surveys/surveys.scss */
form.answer-questionnaire .tos-agreement {
  margin: 1rem 0 0;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-surveys-0.20.0/app/assets/stylesheets/decidim/surveys/surveys.scss */
form.answer-questionnaire .tos-agreement .help-text {
  margin: .2rem 0 0;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-surveys-0.20.0/app/assets/stylesheets/decidim/surveys/surveys.scss */
form.answer-questionnaire label.questionnaire-question {
  font-weight: bold;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-surveys-0.20.0/app/assets/stylesheets/decidim/surveys/surveys.scss */
form.answer-questionnaire .help-text {
  margin-top: .5em;
}

/* line 25, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-surveys-0.20.0/app/assets/stylesheets/decidim/surveys/surveys.scss */
form.answer-questionnaire .help-text .ql-video {
  margin: .5em auto;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-surveys-0.20.0/app/assets/stylesheets/decidim/surveys/surveys.scss */
form.answer-questionnaire .last-sorted {
  margin-bottom: 1rem;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_cards.scss */
.accountability .card__link--block {
  display: block;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_cards.scss */
.accountability .card--meta span {
  margin-right: .5rem;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--header .icon--arrow-bottom {
  fill: #aba5b3;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--header span {
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #aba5b3;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  /* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
  .accountability .categories .categories--group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .category--title {
  background: #fff;
  padding: 1.5rem 2rem;
  min-height: 9rem;
}

@media print, screen and (min-width: 40em) {
  /* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
  .accountability .categories .categories--group .category--title {
    height: calc(100% - 1.875rem);
  }
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .category--title p {
  font-weight: 600;
  margin-bottom: .75rem;
}

/* line 41, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .category--title .progress {
  margin-bottom: .5rem;
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .category--title .progress-info {
  position: relative;
  margin-bottom: 1.5rem;
}

/* line 49, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .category--title .progress-info .progress-figure {
  display: inline-block;
}

/* line 53, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .category--title .progress-info .category--count {
  position: absolute;
  right: 0;
  top: .5rem;
  color: #aba5b3;
}

/* line 63, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .card__link .category--line {
  background: #f4f4f4;
  border-radius: 4px;
  min-height: 9rem;
  padding: 1rem;
  margin-bottom: 1.875rem;
  position: relative;
}

/* line 71, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .card__link .category--line strong {
  font-weight: 600;
  color: #599aa6;
}

/* line 76, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .card__link .category--line .progress-figure {
  position: absolute;
  bottom: 1rem;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .card__link .category--line .category--count {
  color: #aba5b3;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 80%;
}

/* line 91, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .card__link:hover .category--count {
  color: #aba5b3;
}

/* line 95, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .categories--group .card__link:hover strong {
  color: #4d848f;
}

/* line 102, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .category--elements.active {
  display: block !important;
}

/* line 105, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .category--elements.active .medium-4:first-child {
  margin-top: 1rem;
}

/* line 110, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss */
.accountability .categories .progress-figure {
  color: #aba5b3;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss */
.lines-breadcrumb {
  margin-bottom: 2rem;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss */
.lines-breadcrumb .breadcrumb--separator {
  color: #949494;
  padding: 0 .25rem;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss */
.lines-breadcrumb div {
  display: inline-block;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss */
.lines-breadcrumb a {
  font-weight: 600;
  color: #2c2930;
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss */
.lines-breadcrumb ul {
  list-style: none;
  margin-left: 0;
}

/* line 23, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss */
.lines-breadcrumb .percentage {
  color: #949494;
  font-weight: 400;
  padding-left: .15rem;
  display: inline-block;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .intro ul {
  margin-bottom: 1rem;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .intro .progress-level {
  background: #fff;
  padding: 1.5rem 1.75rem;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .intro .progress-level p {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: .25rem;
  display: inline-block;
  margin-right: .5rem;
  font-size: 1.25rem;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .intro .progress-level .icon {
  background: #aba5b3;
  border-radius: 50%;
  fill: white;
  padding: .15rem;
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .intro .progress-level .progress {
  max-width: 85%;
  margin-bottom: 0;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .intro .progress-level .progress-figure {
  font-size: 2.5rem;
  font-weight: 300;
  color: #aba5b3;
}

@media print, screen and (min-width: 40em) {
  /* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
  .accountability .intro .progress-level .progress-figure {
    font-size: 4rem;
  }
}

/* line 45, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .scope-filters div {
  color: #aba5b3;
  text-transform: uppercase;
  margin-bottom: .15rem;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .scope-filters span {
  margin-right: .5rem;
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .scope-filters ul {
  display: inline;
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .scope-filters li.active {
  background-color: #e8e8e8;
}

/* line 64, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .description {
  margin-bottom: 1rem;
}

/* line 68, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.accountability .title-action {
  margin-bottom: .5rem;
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 1rem;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 80, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .title .icon {
  fill: #599aa6;
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-bottom: .5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 80, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
  .result-view .title .icon {
    margin-right: .75rem;
    margin-top: .5rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
  .result-view .title {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 97, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .progress-level {
  background: #fff;
  border-radius: 4px;
  padding: 1.5rem;
  border: 1px solid #e8e8e8;
}

/* line 103, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .progress-level .progress-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: .5rem;
}

/* line 109, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .progress-level .progress-label .progress-text {
  text-transform: uppercase;
  color: #786f83;
}

/* line 114, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .progress-level .progress-label .progress-figure {
  line-height: 1;
  font-size: 2.25rem;
  font-weight: 600;
}

/* line 122, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .result-description div {
  margin-bottom: 1rem;
}

/* line 126, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .result-meta {
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

/* line 130, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .result-meta .result-meta--label {
  font-weight: 600;
  color: #786f83;
}

/* line 135, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .result-meta .result-meta--data {
  font-size: 1.15rem;
}

/* line 140, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view hr {
  width: 100%;
  margin: 0 0 3rem;
}

/* line 146, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-accountability-0.20.0/app/assets/stylesheets/decidim/accountability/accountability/_results.scss */
.result-view .timeline .timeline__info {
  background-color: transparent;
  border: none;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-group-heading {
  text-transform: uppercase;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-header {
  margin-top: 3em;
  margin-bottom: 1.5em;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-header .heading1 {
  text-align: center;
  font-size: 4em;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-header .question-hashtag {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

/* line 22, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-header-data .question-header-data-group {
  margin-bottom: 1em;
  font-size: 1.2em;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-header-data .question-header-data-group .question-eader-data-group-title {
  text-transform: uppercase;
  color: #857d84;
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-header-data .question-header-data-group:last-child {
  margin-bottom: 0;
}

/* line 37, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-vote-cabin {
  margin-bottom: 3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 43, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-vote-cabin .vote-button-caption {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

/* line 50, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.question-vote-cabin .small-buttons div {
  margin-top: 1em;
}

/* line 56, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question.scss */
.consultations-card .button.expanded.button--sc.success {
  color: white;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question_multiple_votes.scss */
.question-masonry-group {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question_multiple_votes.scss */
  .question-masonry-group {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 64em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question_multiple_votes.scss */
  .question-masonry-group {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_question_multiple_votes.scss */
.question-masonry-group .column, .question-masonry-group .columns {
  float: none !important;
  width: auto !important;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_video_wrapper.scss */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 7, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_video_wrapper.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_stats.scss */
.consultation-statistics {
  margin-top: 3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_stats.scss */
.consultation-statistics .definition-data__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-bottom: 0;
  border-top: 1px solid #e8e8e8;
}

/* line 15, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_stats.scss */
.consultation-statistics .definition-data__item:nth-child(-n+2) {
  border-top: 0;
}

/* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/_stats.scss */
.consultation-statistics .definition-data__item:nth-child(odd) {
  border-right: 1px solid #e8e8e8;
}

/* line 2, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-banner.scss */
.consultations-banner {
  color: inherit;
}

/* line 5, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-banner.scss */
.consultations-banner:hover, .consultations-banner:active {
  color: var(--primary);
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-banner.scss */
.consultations-banner__action {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-card.scss */
.card--process__column .consultations-card__image {
  min-height: 0;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-card.scss */
.card--process__column .consultations-card__image::after {
  display: none;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-card.scss */
.card--process__column .consultations-card__image > div {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 14, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-card.scss */
.card--process__column .consultations-card__image .button {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
  .consultations-header {
    margin-bottom: 3rem;
  }
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header .heading2, .consultations-header .card--full .card__title, .card--full .consultations-header .card__title {
  font-weight: bold;
}

/* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__main {
  background-size: cover;
  position: relative;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 24, 29, 0.6);
}

/* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__container {
  position: relative;
  z-index: 1;
  padding: 0 0 0 1rem;
}

@media print, screen and (min-width: 50em) {
  /* line 32, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
  .consultations-header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  /* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
  .consultations-header__container .columns > * {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__info {
  padding: 1rem 1.5rem 1rem 1rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  /* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
  .consultations-header__info {
    padding: 1rem 1.5rem 1rem 1rem;
  }
}

@media print, screen and (min-width: 50em) {
  /* line 52, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
  .consultations-header__info {
    padding-left: 2rem;
    text-align: left;
  }
}

/* line 66, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__link {
  font-weight: 600;
  color: #fff;
}

/* line 70, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__link:hover, .consultations-header__link:focus {
  color: var(--primary);
}

/* line 75, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__link .icon {
  width: 8px;
  height: 8px;
}

/* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__extra {
  background: rgba(44, 41, 48, 0.8);
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 16rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 81, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
  .consultations-header__extra {
    margin-left: -1rem;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 150%;
    padding: 2rem 1rem;
  }
}

/* line 100, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__extra-title {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (min-width: 40em) {
  /* line 100, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
  .consultations-header__extra-title {
    font-size: 1.1rem;
  }
}

/* line 113, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss */
.consultations-header__extra-date {
  font-weight: 900;
}

/* line 3, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-banner.scss */
.consultations-home-banner .consultations-header__main::after {
  display: none;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-banner.scss */
.consultations-home-banner .consultations-header__container {
  min-height: 8rem;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-banner.scss */
.consultations-home-banner p:last-child {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss */
.consultations-home-intro {
  margin-top: 1rem;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss */
.consultations-home-intro > :first-child {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss */
  .consultations-home-intro {
    margin-top: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  /* line 13, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss */
  .consultations-home-intro > :first-child {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  /* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss */
  .consultations-home-intro p:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss */
  .consultations-home-intro {
    -ms-flex-align: center;
        align-items: center;
  }
}

/* line 27, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss */
.consultations-home-intro .heading6 {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-intro.scss */
.consultations-intro {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-intro.scss */
  .consultations-intro {
    margin-bottom: 2rem;
  }
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-title.scss */
.consultations-title {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-title.scss */
  .consultations-title {
    margin-bottom: 2rem;
  }
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-title.scss */
.consultations-title .heading1,
.consultations-title .heading2,
.consultations-title .card--full .card__title,
.card--full .consultations-title .card__title {
  text-align: center;
}

@media screen and (max-width: 49.9375em) {
  /* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-title.scss */
  .consultations-title .heading1,
  .consultations-title .heading2,
  .consultations-title .card--full .card__title,
  .card--full .consultations-title .card__title {
    font-size: 1.5em;
  }
}

/* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-title.scss */
.consultations-title__cta {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 18, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations-title.scss */
  .consultations-title__cta {
    margin-top: 2rem;
  }
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations_nav.scss */
.consultations-nav {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/_consultations_nav.scss */
  .consultations-nav {
    margin-bottom: 2rem;
  }
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/consultations/introductory_image.scss */
.introductory-image {
  min-height: 290px;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss */
.block-banner {
  background-repeat: no-repeat;
  padding: 1rem;
}

@media screen and (max-width: 49.9375em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss */
  .block-banner {
    background-image: none !important;
    padding-bottom: 1rem;
  }
  /* line 9, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss */
  .block-banner .card__content, .block-banner .badge-card__content {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss */
  .block-banner {
    background-position: right -400px center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 19, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss */
  .block-banner .card__content, .block-banner .badge-card__content {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss */
  .block-banner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  /* line 31, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss */
  .block-banner .card__content, .block-banner .badge-card__content {
    padding-left: 0;
  }
}

/* line 36, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-consultations-0.20.0/app/assets/stylesheets/decidim/consultations/banners/_block-banner.scss */
.block-banner p:last-child {
  margin-bottom: 0;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity {
  min-width: 100px;
  margin-top: 5px;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity::before,
.popularity::after {
  display: table;
  content: ' ';
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity::after {
  clear: both;
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity.extra__popularity {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 21, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity__desc {
  color: #8c838a;
  text-transform: uppercase;
  font-size: 90%;
  padding-top: .3rem;
  display: block;
  clear: both;
}

/* line 30, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity__item {
  float: left;
  width: 18.4%;
  height: 4px;
  background-color: lightgrey;
  margin-left: 2%;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity__item:first-of-type {
  margin-left: 0;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity--level1 .popularity__item:first-of-type,
.popularity--level2 .popularity__item:first-of-type,
.popularity--level3 .popularity__item:first-of-type,
.popularity--level4 .popularity__item:first-of-type,
.popularity--level5 .popularity__item:first-of-type,
.popularity--level6 .popularity__item:first-of-type {
  background: #53c9c8;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity--level2 .popularity__item:nth-of-type(2),
.popularity--level3 .popularity__item:nth-of-type(2),
.popularity--level4 .popularity__item:nth-of-type(2),
.popularity--level5 .popularity__item:nth-of-type(2),
.popularity--level6 .popularity__item:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, right top, from(#53c9c8), to(#f9bc48));
  background: linear-gradient(to right, #53c9c8, #f9bc48);
}

/* line 60, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity--level3 .popularity__item:nth-of-type(3),
.popularity--level4 .popularity__item:nth-of-type(3),
.popularity--level5 .popularity__item:nth-of-type(3),
.popularity--level6 .popularity__item:nth-of-type(3) {
  background: #f9bc48;
}

/* line 67, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity--level4 .popularity__item:nth-of-type(4),
.popularity--level5 .popularity__item:nth-of-type(4),
.popularity--level6 .popularity__item:nth-of-type(4) {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9bc48), to(#f85a39));
  background: linear-gradient(to right, #f9bc48 50%, #f85a39);
}

/* line 74, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/popularity_item.css.scss */
.popularity--level5 .popularity__item:nth-of-type(5),
.popularity--level6 .popularity__item:nth-of-type(5) {
  background: #f85a39;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/statistics.css.scss */
.initiative-statistics {
  margin-top: 25px;
}

/* line 4, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/statistics.css.scss */
.initiative-statistics .definition-data__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/statistics.css.scss */
.initiative-statistics .definition-data__item:nth-child(odd) {
  border-right: 1px solid #e8e8e8;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/statistics.css.scss */
.initiative-statistics .definition-data__item:nth-last-child(2) {
  border-bottom: none;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/admin.css.scss */
.committee_link {
  border: 1px solid lightgray;
  float: left;
  padding: .85em 1em;
  width: auto;
}

/* line 8, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/admin.css.scss */
.invite-users-link {
  padding: .85em 1em;
}

/* line 12, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/admin.css.scss */
#initiatives_type_remove_banner_image {
  display: none;
}

/* line 16, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/admin.css.scss */
#initiatives_type_remove_banner_image + label {
  display: none;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/admin.css.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/admin.css.scss */
.white-button {
  color: #599aa6;
  background: white;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/admin.css.scss */
.white-button:hover {
  color: #599aa6;
  background: white;
  font-weight: bold;
}

/* line 6, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.ql-formats .ql-video {
  margin: 0;
}

/* line 11, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.initiative-status {
  float: left;
  margin-right: .5rem;
}

/* line 17, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.supports-list .author {
  margin-right: 15px;
}

/* line 20, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.supports-list .author .author__name {
  color: #599aa6;
}

/* line 26, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.initiative-authors {
  padding-left: 0 !important;
}

/* line 29, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.initiative-authors .publish-date {
  display: inline-block;
  margin-left: -10px;
}

/* line 34, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.initiative-authors .author {
  margin-right: 15px;
}

/* line 38, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.initiative-authors .author__avatar--small {
  margin-left: 0 !important;
}

/* line 42, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.initiative-authors .author__name {
  margin-left: 25px;
}

/* line 47, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.pull-left {
  float: left;
}

/* line 51, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.pull-right {
  float: right;
}

/* line 55, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.lowercase {
  text-transform: lowercase !important;
}

/* line 59, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-initiatives-0.20.0/app/assets/stylesheet/decidim/initiatives/initiatives.scss */
.legal_text {
  font-size: 8pt;
}

/* line 1, ../../../home/sub0ps/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/decidim-conferences-0.20.0/app/assets/stylesheet/decidim/conferences/conferences.scss */
.conference--date {
  cursor: default;
}

/* line 145, app/assets/stylesheets/decidim.scss */
.section-heading {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: none;
  font-size: 3rem;
  letter-spacing: normal;
}

/* line 152, app/assets/stylesheets/decidim.scss */
.section-heading::before {
  display: none;
}

/* line 157, app/assets/stylesheets/decidim.scss */
.button.hollow {
  background-color: #3C393C;
  border-radius: 1.3rem;
  color: #fff;
  border-color: #3C393C;
}

/* line 162, app/assets/stylesheets/decidim.scss */
.button.hollow:hover, .button.hollow :active {
  background-color: #3C393C;
  border-color: #3C393C;
  color: #fff;
}

/* line 169, app/assets/stylesheets/decidim.scss */
.process-header-box {
  margin: 2rem auto;
  padding: 0 !important;
}

/* line 174, app/assets/stylesheets/decidim.scss */
.display-heading-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

/* line 181, app/assets/stylesheets/decidim.scss */
.process-image {
  height: 307px;
  width: auto;
}

/* line 186, app/assets/stylesheets/decidim.scss */
.ql-video {
  max-width: 100%;
  height: 1000px;
}

/* line 622, app/assets/stylesheets/decidim.scss */
.footer-plaza-publica-adip {
  background-color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.4rem 1rem;
}

@media (max-width: 715px) {
  /* line 622, app/assets/stylesheets/decidim.scss */
  .footer-plaza-publica-adip {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 715px) {
  /* line 633, app/assets/stylesheets/decidim.scss */
  .caja-footer-plaza-publica {
    margin-bottom: 3rem;
  }
}

@media (max-width: 390px) {
  /* line 633, app/assets/stylesheets/decidim.scss */
  .caja-footer-plaza-publica {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

/* line 661, app/assets/stylesheets/decidim.scss */
.texto-footer-adip-plaza {
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
}

@media (max-width: 576.98px) {
  /* line 661, app/assets/stylesheets/decidim.scss */
  .texto-footer-adip-plaza {
    font-size: 0.875rem;
  }
}

/* line 669, app/assets/stylesheets/decidim.scss */
.texto-footer-adip-plaza + .texto-footer-adip-plaza {
  margin-left: 1.5rem;
}

@media (max-width: 390px) {
  /* line 669, app/assets/stylesheets/decidim.scss */
  .texto-footer-adip-plaza + .texto-footer-adip-plaza {
    margin-left: 1.2rem;
  }
}
/* line 1, app/assets/stylesheets/decidim/layouts/_home.scss */
.hero {
  background: #fff !important;
}

/* line 5, app/assets/stylesheets/decidim/layouts/_home.scss */
.hero::after {
  background-color: transparent;
}

/* line 9, app/assets/stylesheets/decidim/layouts/_home.scss */
.hero__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
  padding: 0 0 4rem 0;
}

@media print, screen and (min-width: 50em) {
  /* line 9, app/assets/stylesheets/decidim/layouts/_home.scss */
  .hero__container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 19, app/assets/stylesheets/decidim/layouts/_home.scss */
.hero-image {
  width: auto;
}

/* line 23, app/assets/stylesheets/decidim/layouts/_home.scss */
.hero-text {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 29, app/assets/stylesheets/decidim/layouts/_home.scss */
.hero-text p {
  font-size: 1.3rem;
}

/* line 34, app/assets/stylesheets/decidim/layouts/_home.scss */
.hero-heading {
  color: #1a1a1a;
  text-shadow: none;
}

/* line 39, app/assets/stylesheets/decidim/layouts/_home.scss */
.home-section {
  background: #f2f3f7;
}

/* line 41, app/assets/stylesheets/decidim/layouts/_home.scss */
.home-section:nth-of-type(2n+1) {
  background-color: #f2f3f7;
}
/* line 2, app/assets/stylesheets/decidim/modules/_navbar.scss */
.title-bar {
  background-color: #fff;
  border-bottom: .1px #dcdcdc solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.7rem 1rem;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 12, app/assets/stylesheets/decidim/modules/_navbar.scss */
.title-bar .is-dropdown-submenu-parent a {
  color: #1f6058;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/decidim/modules/_navbar.scss */
.logo-wrapper img {
  height: 70px;
  max-height: 70px;
}

/* line 24, app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__edit__link a {
  color: #00312d;
  margin-left: .5rem;
}

/* line 29, app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__dropmenu .is-dropdown-submenu li a {
  padding: .5rem;
  color: #00312d;
}

/* line 34, app/assets/stylesheets/decidim/modules/_navbar.scss */
.navbar {
  background: #fff;
  font-weight: bold;
}

/* line 41, app/assets/stylesheets/decidim/modules/_navbar.scss */
.search-bar {
  background: #fff;
  padding-top: 1rem;
}

/* line 45, app/assets/stylesheets/decidim/modules/_navbar.scss */
.nav-wrapper {
  padding: 1rem;
  background: #fff;
}

/* line 51, app/assets/stylesheets/decidim/modules/_navbar.scss */
form#form-search_topbar button#submit.button {
  color: #fff;
  font-weight: bold;
  height: 4rem;
  padding: 0 2rem;
  border-radius: 0 1.3rem 1.3rem 0;
}

/* line 59, app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__search input {
  background: #f2f2f2;
  height: 4rem;
  border-radius: 1.3rem 0 0 1.3rem;
  color: #1a1a1a;
}

/* line 64, app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__search input::-webkit-input-placeholder {
  color: #a5a5a5;
}
.topbar__search input:-ms-input-placeholder {
  color: #a5a5a5;
}
.topbar__search input::-ms-input-placeholder {
  color: #a5a5a5;
}
.topbar__search input::placeholder {
  color: #a5a5a5;
}

/* line 67, app/assets/stylesheets/decidim/modules/_navbar.scss */
.topbar__search input:focus {
  background: #f2f2f2;
  color: #1a1a1a;
}

/* line 73, app/assets/stylesheets/decidim/modules/_navbar.scss */
.main-nav__link a {
  color: #1a1a1a;
}

/* line 75, app/assets/stylesheets/decidim/modules/_navbar.scss */
.main-nav__link a:hover {
  color: #00312d;
}

/* line 80, app/assets/stylesheets/decidim/modules/_navbar.scss */
.main-nav__link--active a {
  border-bottom: 4px var(--primary) solid;
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
}

/* line 85, app/assets/stylesheets/decidim/modules/_navbar.scss */
.navbar {
  border-bottom: .1px #dcdcdc solid;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS 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/SCSS
 * 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.
 *



 */

