/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fontawesome-webfont-7bfcab6d.eot?v=4.7.0');
  src: url('./fontawesome-webfont-7bfcab6d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./fontawesome-webfont-2adefcbc.woff2?v=4.7.0') format('woff2'), url('./fontawesome-webfont-ba0c59de.woff?v=4.7.0') format('woff'), url('./fontawesome-webfont-aa58f33f.ttf?v=4.7.0') format('truetype'), url('./fontawesome-webfont-ad615792.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.block {
  display: block;
}
.flex-col, .flex-column {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.flex-row {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.flex-wrap {
  flex-wrap: wrap;
}

#app .flex-align-top {
  align-items: flex-start;
}
.flex-align-center {
  align-items: center;
  text-align: center;
}
.flex-align-bottom {
  align-items: flex-end;
}
.flex-align-stretch {
  align-items: stretch;
}
.place-bottom {
  align-self: flex-end;
}

.flex-left {
  justify-content: flex-start;
  text-align: left;
}
.flex-right {
  justify-content: flex-end;
  text-align: right;
}
.flex-center {
  justify-content: center;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-space-around {
  justify-content: space-around;
}

.flex-stretch {
  flex: 1 1 auto;
}
.flex-shrink {
  flex: 0 1 auto;
}
.flex-static {
  flex: 0 0 auto;
}

.flex1 {
  flex: 1 1 1px;
}
.flex2 {
  flex: 2 2 1px;
}
.flex3 {
  flex: 3 3 1px;
}
.flex4 {
  flex: 4 4 1px;
}
.flex99 {
  flex: 99 99 1px;
}

.full-width,
.fill-width {
  max-width: 100%;
  overflow: hidden;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.flex-crunch {
  min-width: 1px;
}#app input[type=range] {
  margin: 5px 0;
  border: none;
  background: transparent;
  border-radius: 18px;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: var(--bg);
  border: 2px solid var(--color2);
  border-radius: 18px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: 0px;
  width: 35px;
  height: 35px;
  background: var(--spark);
  border: 1px solid var(--bg);
  border-radius: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 0.75;
}
input[type=range]:focus::-webkit-slider-thumb {
  opacity: 1.0;
}
input[type=range]::-moz-range-track {
  background: var(--bg);
  border: 2px solid var(--color2);
  border-radius: 18px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 35px;
  height: 35px;
  background: var(--text);
  border: 1px solid var(--bg);
  border-radius: 18px;
  cursor: pointer;
}
* {
  box-sizing: border-box;
  image-rendering: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
*::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}
#app {
  --bg: black;
  --text: white;
  --color1: #222;
  --color1_text: white;
  --color2: rgb(67, 11, 119);
  --color2_text: white;
  --color3: #6D07CC;
  --color3_text: white;
  --spark: #1E71CF;
  --spark_text: white;
  --spacing: 5px;
  --padding: 5px;
  --softness: 5px;
}
#app {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  height: 100vh;
  height: -webkit-fill-available;
  max-width: 100vw;
  background: var(--bg);
  color: var(--text);
}
body, html {
  padding: 0;
  margin: 0;
  height: 100vh;
  height: -webkit-fill-available;
  width: 100vw;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  max-width: 100vw;
  overflow: hidden;
  background: #333;
}
a {
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  text-decoration: none;
  color: var(--text);
}
input:not([type=color]), textarea, .input, select {
  background: var(--bg);
  color: var(--text);
  border: 2px solid var(--color2);
  padding: 8px;
  font-size: 1.3rem;
  border-radius: 12px;
  margin: 5px;
  outline: none;
}
input[type=color] {
  background: var(--bg);
  color: var(--text);
  border: 2px solid var(--color2);
  padding: 2px;
  font-size: 1.3rem;
  border-radius: 12px;
  margin: 5px;
  outline: none;
  min-height: 44px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border-radius: 6px;
	border: none;
}
button, .button {
  border: none;
  background: var(--color2);
  box-shadow: 0px 1px 3px var(--color1);
  border-radius: calc(var(--softness) * 4);
  color: var(--color2_text);
  padding: calc(var(--padding) * 2);
  font-size: 1em;
  margin: 5px;
  min-height: 44px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
button.icon, .button.icon {
  min-width: 2.5em;
  min-height: 2.5em;
  flex: 0 0 auto;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.debug-border1 {
  border: 2px dashed red;
}
.debug-border2 {
  border: 2px dashed blue;
}
.debug-border3 {
  border: 2px dashed green;
}
.min-200 {
  min-width: 200px;
}
.min-300 {
  min-width: 300px;
}
#app button.small, #app .button.small {
  padding: var(--padding);
  min-height: 34px;
  min-width: 34px;
  font-size: 0.8em;
}
#app .no-scroll {
  overflow: hidden;
}
.scroll {
  overflow-y: auto;
}
#app .scroll-x {
  overflow-x: auto;
}
.scrollsnap {
  scroll-snap-type: y proximity;
}
.scrollsnap-x {
  scroll-snap-type: x mandatory;
}
.scrollsnap-item {
  scroll-snap-stop: always;
  scroll-snap-align: start;
}
.scrollsnap-prox {
  scroll-snap-stop: normal;
  scroll-snap-align: start;
}
.padded {
  padding: calc(var(--padding) * 2);
}
.plain button, .plain .button {
  background: transparent;
  border-color: transparent;
}
.mellow {
  color: var(--color1_text);
  background-color: var(--color1);
  /* border: 3px solid var(--color1); */
}
.mellow .header {
  color: var(--color2_text);
  background: var(--color2);
  font-size: 1.2em;
  padding: calc(var(--padding) * 2);
}
.mellow .header a {
  align-items: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.mellow .header i {
  margin-bottom: -2px;
}
.mellow .header + .body {
  margin-top: 10px;
}
.mellow .body {
  padding: 10px;
}
.mellow button i {
  color: var(--color2_text);
}
.button, .mellow button {
  font-size: 15px;
  color: var(--color2_text_10);
  background: var(--color2_10);
  background-image: radial-gradient(
    150% 120% at 50% 0%,
    rgba(255, 255, 255, 0.02) 45%,
    transparent 45%
  );
  /* border: 2px solid var(--color3); */
  padding: calc(var(--padding) * 2) calc(var(--padding) * 4);
  border: 2px solid var(--color2_40);
  border-radius: var(--softness);
}
.mellow button.active {
  color: var(--spark_text);
  background: var(--spark);
}
.accented .header {
  color: var(--spark_text);
  background-color: var(--spark);
}
.accented .header a,
.accented .header i {
  color: var(--spark_text);
}
.accented {
  color: var(--color2_text);
  background-color: var(--color2);
  /* border: 3px solid var(--color1); */
}
.accented a,
.accented i {
  color: var(--color2_text);
}
.accented .footer {
  color: var(--color3_text);
  background: var(--color2);
}
.accented .footer a,
.accented .footer i {
  color: var(--color3_text);
}
.accented button i,
.accented .button i {
  color: var(--spark_text);
}
.accented button,
.accented .button {
  border: 2px solid var(--color1);
  /* background: var(--color2); */
  color: var(--spark_text);
  background: var(--spark);
  background-image: radial-gradient(
    150% 120% at 50% 0%,
    rgba(255, 255, 255, 0.2) 45%,
    transparent 45%
    /* rgba(255, 255, 255, 0.1) 80% */
  ), radial-gradient(
    300% 200% at 50% 80%,
    rgba(255, 255, 255, 0.1) 0,
    /* rgba(255, 255, 255, 0.1) 45%, */
    transparent 20%
    /* rgba(255, 255, 255, 0.1) 80% */
  );
  border-radius: var(--softness * 2);
  padding: calc(var(--padding) * 2) calc(var(--padding) * 3);
}
.hyper {
  color: var(--color3_text);
  background: var(--color3);
  background-image: radial-gradient(
    130% 160% at 50% 30%,
    rgba(255, 255, 255, 0.2) 10%,
    transparent 55%
    /* rgba(255, 255, 255, 0.1) 80% */
  );
  /* border: 3px solid var(--color2); */
}
.hyper button,
.hyper .button {
  border: 2px solid var(--color1);
  /* background: var(--color2); */
  color: var(--color2_text);
  background: var(--color2);
  background-image: radial-gradient(
    150% 120% at 50% 0%,
    rgba(255, 255, 255, 0.2) 45%,
    transparent 45%
    /* rgba(255, 255, 255, 0.1) 80% */
  ), radial-gradient(
    300% 200% at 50% 80%,
    rgba(255, 255, 255, 0.1) 0,
    /* rgba(255, 255, 255, 0.1) 45%, */
    transparent 20%
    /* rgba(255, 255, 255, 0.1) 80% */
  );
  border-radius: var(--softness);
  padding: calc(var(--padding) * 2) calc(var(--padding) * 3);
}
.spark {
  color: var(--spark_text);
  background: var(--spark);
  background-image: radial-gradient(
    120% 120% at 50% 80%,
    rgba(255, 255, 255, 0.15) 10%,
    /* rgba(255, 255, 255, 0.1) 45%, */
    transparent 50%
    /* rgba(255, 255, 255, 0.1) 80% */
  );
  /* border: 3px solid var(--spark_text); */
}
.spark button,
.spark .button {
  border: 2px solid var(--color3);
  /* background: var(--color2); */
  color: var(--color1_text);
  background: var(--color1);
  background-image: radial-gradient(
    300% 200% at 50% 80%,
    rgba(255, 255, 255, 0.1) 0,
    /* rgba(255, 255, 255, 0.1) 45%, */
    transparent 20%
    /* rgba(255, 255, 255, 0.1) 80% */
  );
  border-radius: var(--softness);
  padding: calc(var(--padding) * 2) calc(var(--padding) * 3);
}
#app .app-header {
  padding: var(--padding);
  border-top: none;
  border-left: none;
  border-right: none;
}
.app-header h2 {
  margin: 0;
}
.card {
  padding: calc(var(--padding) * 2);
  margin: var(--spacing);
  border-radius: var(--softness * 2);
}
.card .header {
  border-radius: var(--padding);
  margin-bottom: var(--padding);
  font-size: 1.2em;
  padding: calc(var(--padding) * 2);
}
.list, .list-cont {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.list-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 1 auto;
  position: relative;
}
.list-item > div {
  padding: 0px;
  flex: 1 1 auto;
  /* width: 100%; */
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
}
.list-cont.grid .list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  align-items: stretch;
  justify-content: stretch;
}
.list-cont.grid .delete {
  position: absolute;
  padding: 7px;
  right: 0;
  top: 0;
}
ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
ul.list li {
  padding: 5px;
  margin: 0;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 250ms;
  opacity: 1;
}
.fade-enter {
  opacity: 0;
}
.fade-leave-to {
  opacity: 0;
}
.pop-enter-active, .pop-leave-active {
  transition: transform 300ms;
  transform: scale(1);
}
.pop-enter {
  transform: scale(0);
}
.pop-leave-to {
  transform: scale(0);
}
.auto-form {
  /* max-width: calc(100% - var(--spacing) * 2); */
  display: grid;
  /* flex: 0 1 max-content; */
  /* grid-template-columns: minmax(auto, 200px) 1fr; */
  grid-template-columns: 1fr 2fr;
  justify-content: flex-start;
  align-items: center;
  /* padding: calc(var(--padding) * 2); */
  margin: calc(var(--spacing) * 1);
  border-radius: var(--softness);
  padding: var(--spacing);
  margin: 0;
  /* margin: var(--spacing); */
  border: none;
  min-width: 250px;
}
.auto-form .header {
  font-size: 1.2em;
  margin-top: calc(var(--spacing) * 2);
  margin-bottom: calc(-1 * var(--spacing));
  text-align: left;
  padding-left: var(--spacing);
}
.auto-form .form-row > span {
  justify-content: left;
  text-align: left;
}
.auto-form p {
  white-space: normal;
  text-align: left;
  max-width: 500px;
  width: max(100%, min-content)
}
.auto-form .row,
.auto-form .form-row {
  display: contents;
}
.auto-form .form-row > * {
  padding: var(--spacing);
  white-space: normal;
  place-self: stretch;
  min-width: 0;
}
.auto-form .form-buttons {
  margin-top: 15px;
}
#app .auto-form.lined .form-row:first-child > * {
  border-top: none !important;
}
#app .auto-form.lined .form-row:last-child > * {
  border-top: none !important;
  border-bottom: none !important;
}
.auto-form .form-row label {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  /* align-self: center;
  align-items: center; */
  align-self: stretch;
  justify-content: right;
  justify-self: stretch;
  text-align: right;
  /* white-space: nowrap; */
  /* overflow: hidden;
  text-overflow: ellipsis; */
  padding: var(--padding);
  text-align: right;
  /* margin-top: 15px; */
}
.auto-form .form-row input,
.auto-form .form-row textarea,
.auto-form .form-row select {
  min-width: 20px;
  max-width: 100%;
}
.auto-form .form-row > div.controls {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.auto-form .form-row .checkbox,
.auto-form .buttons {
  justify-content: flex-start;
  padding: var(--padding);
  display: flex;
  /* margin-left: min(auto, 200px); */
}
.auto-form .form-label {
  justify-self: flex-end;
  align-self: center;
  min-width: min-content;
}
.auto-form .form-label label {
  white-space: normal;
  min-width: min-content;
}
.auto-form .help {
  font-style: italic;
  font-size: 0.9em;
  opacity: 0.8;
  margin: var(--spacing);
  margin-top: -5px;
  grid-column: span 1;
  text-align: left;
  max-width: 400px;
  place-self: flex-start;
}
.auto-form .unsplit {
  grid-column: span 2;
}
.auto-form.lined .form-row > *,
.auto-form.lined.plain .form-row > * {
  border-bottom: 1px solid var(--color1_50);
}
.auto-form.lined .form-row:nth-child(even) > *,
.auto-form.lined.plain .form-row:nth-child(even) > * {
  background: var(--color1_10);
}
.auto-form.lined.mellow .form-row > * {
  border-bottom: 1px solid var(--color2_50);
}
.auto-form.lined.accented .form-row > * {
  border-bottom: 1px solid var(--color3);
}
.auto-form.lined.hyper .form-row > * {
  border-bottom: 1px solid var(--text);
}
.auto-form.lined.spark .form-row > * {
  border-bottom: 1px solid var(--text);
}
.auto-form.small {
  display: grid;
  flex: 1 1 auto !important;
  grid-template-columns: 1fr;
}
@media (max-width: 500px) {
  .auto-form.responsive {
    display: grid;
    flex: 1 1 auto !important;
    grid-template-columns: 1fr;
  }
  .auto-form.responsive label {
    justify-content: flex-start;
    margin-top: 0;
  }
  .auto-form.responsive label.checkbox {
    margin-top: 0;
  }
  .auto-form.responsive .form-label {
    border-bottom: none !important;
    justify-self: flex-start;
  }
  .auto-form.responsive .help-spacer {
    display: none;
  }
  .auto-form.responsive .help {
    text-align: left;
    grid-column: span 1;
  }
  .auto-form.responsive .unsplit {
    grid-column: span 1;
  }
}

.comments[data-v-9a1cd53c] {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: normal;
}
.comments[data-v-9a1cd53c],
.comments textarea[data-v-9a1cd53c] {
  font-size: 18px;
}
.comment-list[data-v-9a1cd53c] {
  border-radius: 0;
  margin: 0;
  padding: 10px;
}
.comment .content[data-v-9a1cd53c] {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  word-break: break-word;
  display: block;
}
textarea[data-v-9a1cd53c] {
  font-size: 18px;
  height: 200px;
}
.meta[data-v-9a1cd53c] {
  margin-top: 25px;
  flex: 0 0 auto;
  font-size: .8em;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0.75;
}
.meta-date[data-v-9a1cd53c] {
  justify-content: flex-start;
  align-items: flex-start;
}
.remove-comment[data-v-9a1cd53c] {
  padding: 0px 15px;
}

.outer[data-v-003312ce] {
  display: flex;
  justify-content: flex-start;
  min-height: 0;
}
.inner[data-v-003312ce] {
  transition: opacity 250ms;
  /* border: 2px dashed purple; */
}
.visible[data-v-003312ce] {
  /* visibility: hidden; */
}

.reader-content-item[data-v-4d75155b] {
  position: relative;
  /* border: 4px dashed orange; */
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: min-content;
  /* padding-top: 10px; */
  margin: 3px 6px;
  transform-origin: center center;
}
#app .reader-content-item .text-content2[data-v-4d75155b] {
  overflow: visible;
  position: relative;
}
#app .input-content[data-v-4d75155b] {
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
}
#app .input-content input[data-v-4d75155b] {
  margin: 0;
}
#app .input-content button[data-v-4d75155b] {
  margin-left: 5px;
}
#app .input-row[data-v-4d75155b] {
}
#app .input-row .button[data-v-4d75155b] {
  background: var(--spark);
  color: var(--spark-color);
  min-width: 35px;
  min-height: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  font-size: 30px;
  margin: 5px;
}
.input-row .value[data-v-4d75155b] {
  min-width: 45px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}
.input-row .value.based[data-v-4d75155b] {
  font-size: 0.75em;
  opacity: 0.7;
  font-weight: normal;
}
.lobby-content[data-v-4d75155b] {
  max-width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
}

/*
#app .story-read .text-content {
  max-height: max-content;
} */
.has-emote[data-v-4d75155b] {
  position: absolute;
  left: -70px;
  z-index: 0;
  width: 300px;
  height: 300px;
  transition-delay: 400ms;
  /* --aura: white; */
  background: radial-gradient(circle at 150px 150px, var(--aura) 0%, transparent 150px);
}
.position-center.has-emote[data-v-4d75155b] {
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0px);
}
.position-right.has-emote[data-v-4d75155b] {
  left: unset;
  right: -60px;
}
.reader-content-item .text-block-label[data-v-4d75155b] {
  position: absolute;
  display: block;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  width: min-content;
  bottom: -15px;
  z-index: 5;
  /* transform: translate(0, 120px); */
  /* box-shadow: 0 5px 10px var(--story-color); */
}
.position-center .text-block-label[data-v-4d75155b] {
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0px);
}
.position-right .text-block-label[data-v-4d75155b] {
  left: auto;
}
.reader-content-item .text-block[data-v-4d75155b] {
  display: block;
  padding: 20px;
  border-radius: 5px;
}
.reader-content-item .text-block-emote[data-v-4d75155b] {
  z-index: 3;
  position: relative;
  margin-left: 15px;
  overflow: visible;
}
.reader-content-item .image-filler[data-v-4d75155b] {
  min-height: 19px;
}
.position-center .text-block-emote[data-v-4d75155b] {
  justify-content: center;
  transform: none;
}
.position-right .text-block-emote[data-v-4d75155b] {
  justify-content: flex-end;
  /* transform: translate(-15px, 0px); */
  margin-right: 15px;
}
.position-right .text-block-emote img[data-v-4d75155b] {
  transform: scale(-1, 1);
  z-index: 5;
  position: relative;
}
.reader-content-item .choice[data-v-4d75155b] {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.reader-content-item .choice .typer[data-v-4d75155b] {
  flex: 1 1 auto;
}
.reader-content-item .choice .picks[data-v-4d75155b] {
  margin: -20px -20px -20px 0;
  flex: 0 1 auto;
  max-width: 25%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
}
.reader-content-item .choice .pick[data-v-4d75155b] {
  flex: 0 0 auto;
  font-size: 10px;
  right: 0;
  padding: 2px 5px;
  background: var(--spark);
  color: var(--spark_text);
  writing-mode: vertical-lr;
  text-shadow: none;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  max-height: 60px;
  border-radius: 0 0 4px 4px;
}
.reader-content-item .option[data-v-4d75155b] {
  display: flex;
  flex-direction: row;
  border-radius: calc(var(--softness));
  margin: 0 !important;
}
.reader-content-item .option .option-input[data-v-4d75155b] {
  flex: 0 0 100px;
  align-items: center;
  color: var(--spark_text);
  background: var(--spark);
  text-shadow: none;
  border-radius: calc(var(--softness));
  align-items: center;
}
.reader-content-item .option-label[data-v-4d75155b] {
}
.reader-content-item .option > *[data-v-4d75155b] {
  align-items: flex-start;
  justify-content: center;
  padding: calc(var(--padding) * 2);
  margin: 0;
}
.reader-content-item .thought[data-v-4d75155b] {
  margin: 15px;
  padding: 20px;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
.reader-content-item .thought[data-v-4d75155b]::after {
  content: ' ';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  z-index: 1;
  height: 0px;
  background: var(--border-color, var(--style-bg, white));
  width: 50px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.reader-content-item .video iframe[data-v-4d75155b] {
  height: calc(100vw - var(--padding) * 2);
  width: calc(100vw - var(--padding) * 2);
  border-radius: var(--softness);
}
.reader-content-item .image[data-v-4d75155b] {
  margin: auto;
  flex: 1 1 auto;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reader-content-item .image img[data-v-4d75155b] {
  max-width: 100%;
}
.reader-content-item .timer[data-v-4d75155b] {
  border-radius: 5px;
}
.timer-text[data-v-4d75155b] {
  width: 150px;
}
.progress[data-v-4d75155b] {
  background: var(--spark_text);
  border: 1px solid var(--spark);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
.progress-meter[data-v-4d75155b] {
  background: var(--spark);
  box-shadow: 0 0 5px 10px var(--spark);
  height: 20px;
  border-radius: 10px;
  flex: 0 0 auto;
}
.rotate-in-enter-active[data-v-4d75155b], .rotate-in-leave-active[data-v-4d75155b] {
  transition: transform 2000ms;
  border: 4px solid red;
}
.rotate-in-enter[data-v-4d75155b], .rotate-in-leave-to[data-v-4d75155b] {
  transform: rotate(-30deg);
}
.fade-enter-active[data-v-4d75155b], .fade-leave-active[data-v-4d75155b] {
  transition: opacity 600ms !important;
}
.fade-enter[data-v-4d75155b], .fade-leave-to[data-v-4d75155b] /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

/* .achievement-content {} */
/* .achievement-title {} */
/* .achievement-text {} */
@media (min-width: 1000px) {
.reader-content-item .text-block[data-v-4d75155b],
  .reader-content-item .choice[data-v-4d75155b],
  .input-content[data-v-4d75155b] {
    margin: 0 60px;
}
.reader-content-item .text-block-emote[data-v-4d75155b] {
    padding: 0 60px;
}
.position-left.has-emote[data-v-4d75155b] {
    /* --aura: white; */
    left: 0;
}
  /* .position-center.has-emote {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0px);
  } */
.position-right.has-emote[data-v-4d75155b] {
    left: unset;
    right: 0px;
}
.reader-content-item .timer[data-v-4d75155b] {
    margin: 0 90px;
}
}

#app .area[data-v-9d584930] {
  display: flex;
  min-height: 0;
  /* max-height: 100%; */
  /* max-height: calc(min(100%, 100vh)); */
  max-width: calc(100vw);
  text-align: left;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y proximity;
  user-select: none;
  position: relative;
}
#app .more[data-v-9d584930] {
  position: fixed;
  right: calc(50vw - 25px);
  bottom: -4px;
  animation: blinky-9d584930 1200ms linear infinite;
  background: var(--color2_text);
  color: var(--color2_text);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 10%, 100% 10%, 50% 90%);
}
#app .more[data-v-9d584930]::after {
  position: fixed;
  right: calc(50vw - 25px);
  bottom: -4px;
  background: var(--color2);
  color: var(--color2);
  content: '.';
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 10%, 100% 10%, 50% 90%);
  transform: translate(-3px, -3px);
}
@keyframes blinky-9d584930 {
0% { opacity: .95
}
20% { opacity: .25
}
30% { opacity: .25
}
50% { opacity: .95
}
100% { opacity: .95
}
}
#app .area > .flex-stretch[data-v-9d584930] {
  min-height: 15px;
  flex: 2 2 auto;
}
#app .area[data-v-9d584930] > :last-child {
  scroll-snap-stop: normal;
  scroll-snap-align: end;
}
.no-touch[data-v-9d584930] {
  /* pointer-events: none; */
  /* touch-action: none; */
}
.option-remaining[data-v-9d584930] {
  padding: 5px;
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 0 0 var(--softness) var(--softness);
  color: var(--spark_text_20);
  background: var(--spark_20);
  opacity: 0.8;
}

.background-image[data-v-013b7d28] {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 0;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}
.background-image > .bg[data-v-013b7d28] {
  transform: translate3d(0,0,0);
  grid-row: 1 / 1;
  grid-column: 1 / 1;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.background-image .repeat[data-v-013b7d28] {
  background-size: auto;
  background-repeat: repeat;
}
#app .fade-enter-active[data-v-013b7d28] {
  transition: opacity 500ms;
}
#app .fade-leave-active[data-v-013b7d28] {
  transition: opacity 0ms;
}
#app .fade-enter[data-v-013b7d28] {
  opacity: 0;
}
#app .fade-leave-to[data-v-013b7d28] {
  opacity: 1;
}
#app .fade-slow-enter-active[data-v-013b7d28],
#app .fade-slow-leave-active[data-v-013b7d28] {
  transition: opacity 3000ms;
}
#app .fade-slow-enter[data-v-013b7d28] {
  opacity: 0;
}
#app .fade-leave-to[data-v-013b7d28] {
  opacity: 1;
}
.label[data-v-013b7d28] {
  color: purple;
  width: auto;
  height: min-content;
}
.glyph-dot[data-v-013b7d28] {
  position: absolute; top: 0; left: 0;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 100%;
  border: 5px solid var(--spark);
  background: var(--spark_50);
  opacity: 0.8;
}
.glyph-dot.glyph-hidden[data-v-013b7d28] {
  opacity: 0;
}

.reader-layout[data-v-02704cdf] {
  font-size: 20px;
  color: var(--story-color);
  /* max-height: 65vh; */
  background: var(--story-bg);
  max-height: 100vh;
  height: -webkit-fill-available;
}
.top-buttons[data-v-02704cdf] {
  position: absolute;
  top: 0;
  right: 35px;
  z-index: 9;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: -4px;
  flex: 0 0 auto;
}
.top-buttons > a[data-v-02704cdf] {
  font-size: 18px;
  padding: 11px 11px;
  width: 40px;
  text-align: center;
  margin-right: 5px;
  color: black;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 5px 5px;
}
.reader-content[data-v-02704cdf] {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  overflow: hidden;
  /* pointer-events: none; */
  touch-action: none;
  transform: translate(0, 0);
}
.reader-content.subdued[data-v-02704cdf] {
  animation: subdued-02704cdf 250ms ease-in-out forwards;
}
@keyframes subdued-02704cdf {
0% { opacity: 1
}
100% { opacity: 0; transform: translate(0, calc(100px + 100%))
}
}
.explorer[data-v-02704cdf] {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  touch-action: none;
}
.close[data-v-02704cdf] {
  position: absolute;
  top: 5px;
  right: -30px;
  font-weight: bold;
}
.close.align-left[data-v-02704cdf] {
  right: calc(100% + 10px);
}
.close.align-top[data-v-02704cdf] {
  right: 50%;
  top: -50px;
  transform: translate(50%, 0);
}
.close a[data-v-02704cdf] {
  color: var(--story-color);
  padding: 10px;
  margin: 0;
}
.overlay[data-v-02704cdf], .underlay[data-v-02704cdf] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 5px;
  margin: 5px;
}
.underlay[data-v-02704cdf] {
  z-index: 0;
  /* background: var(--story-bg); */
}
.overlay[data-v-02704cdf] {
  z-index: 40;
}
.overlay .background-image[data-v-02704cdf] {
  background: var(--story-bg);
}
.top-col[data-v-02704cdf] {
  flex: 1 0 auto;
}
.left-col[data-v-02704cdf], .right-col[data-v-02704cdf] {
  padding: 5px 0;
}
.content-cols[data-v-02704cdf] {
  justify-content: center;
  max-height: 100%;
}
.content-cols > div[data-v-02704cdf] {
  flex: 1 1 auto;
}
/* #app .area.active {
  border: 2px solid orange;
} */
.area.overlay[data-v-02704cdf] {
  position: absolute;
  top: 40px;
  bottom: 40px;
  height: min-content;
  max-width: 600px;
  z-index: 10;
  /* border: 2px solid var(--story-color); */
  border-radius: 10px;
  box-shadow: 0 2px 15px var(--story-color);
  padding: 5px 0;
  margin: 10px;
  justify-content: center;
}
#app .area.open[data-v-02704cdf] {
  display: block;
}
#app .center-col[data-v-02704cdf] {
  max-width: 1000px;
}
#app .rbottom[data-v-02704cdf],
#app .cbottom[data-v-02704cdf],
#app .lbottom[data-v-02704cdf] {
  align-items: flex-end;
  justify-content: flex-end;
}
.reader-footer[data-v-02704cdf] {
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  padding: 2px;
  height: 50px;
  z-index: 1;
}
.reader-footer .debug-border1[data-v-02704cdf] {
  font-size: 10px;
  background: white;
  color: black;
}
#app .sidebar-indicator[data-v-02704cdf] {
  flex: 0 0 auto;
}
#app .sidebar-indicator a[data-v-02704cdf],
#app .sidebar-indicator button[data-v-02704cdf] {
  font-size: 1em;
  border-radius: 50%;
  color: var(--spark);
  /* opacity: 0.5; */
}
#app .indicators > *[data-v-02704cdf] {
  margin: 0 10px;
}
#app .indicators button[data-v-02704cdf] {
  min-width: 35px;
  min-height: 35px;
  overflow: hidden;
}
#app .next a[data-v-02704cdf],
#app .next button[data-v-02704cdf] {
  font-size: 1em;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--spark_text);
  background: var(--spark);
  box-shadow: 0 1px 7px 5px var(--spark_text);
  /* opacity: 0.5; */
}
#app .next a[data-v-02704cdf]:hover,
#app .next button[data-v-02704cdf]:hover {
  opacity: 1;
}
#app .next .pick-count[data-v-02704cdf] {
  color: var(--color1_text);
  background: var(--color1);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .reader-footer[data-v-02704cdf] {
  width: 100%;
}
.backdrop[data-v-02704cdf], .sidebar-indicator[data-v-02704cdf] {
  display: none;
}
@media (max-width: 600px) {
.sidebar-indicator[data-v-02704cdf] {
    display: flex;
}
.backdrop[data-v-02704cdf] {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    display: block;
    background: var(--story-bg);
    opacity: 0.3;
    z-index: 9;
}
.left-col[data-v-02704cdf], .right-col[data-v-02704cdf] {
    z-index: 2;
    height: 100vh;
    height: -webkit-fill-available;
    width: 90vw;
    bottom: 0px;
    box-shadow: 0 0 5px var(--spark);
    transition: left 100ms, right 100ms;
}
.left-col .background-image[data-v-02704cdf],
  .right-col .background-image[data-v-02704cdf] {
    background: var(--story-bg);
    /* opacity: 0.6; */
}
.left-col[data-v-02704cdf] {
    position: absolute;
    z-index: 10;
    left: -100%;
}
.left-col.open[data-v-02704cdf] {
    left: 0;
}
.right-col[data-v-02704cdf] {
    position: absolute;
    z-index: 10;
    right: -100%;
}
.right-col.open[data-v-02704cdf] {
    right: 0;
}
}
@media (min-width: 1000px) {
.reader-footer[data-v-02704cdf] {
    height: 100px;
    padding: 0 60px;
    padding-bottom: 30px;
    width: 1000px;
    margin: 0 auto;
}
}
@font-face {
    font-family: 'plasma_drip_brkregular';
    src: url('./plasdrip-webfont-dd54a402.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 3, 2019 */
@font-face {
    font-family: 'literata_bookregular';
    src: url('./literatabook-webfont-3acb1317.woff2') format('woff2'),
         url('./literatabook-webfont-61f4f1f8.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookbold';
    src: url('./literatabook-bold-webfont-ee433d13.woff2') format('woff2'),
         url('./literatabook-bold-webfont-0db5a941.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookbold_italic';
    src: url('./literatabook-bolditalic-webfont-c76e822f.woff2') format('woff2'),
         url('./literatabook-bolditalic-webfont-98059a40.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookitalic';
    src: url('./literatabook-italic-webfont-870ca6dd.woff2') format('woff2'),
         url('./literatabook-italic-webfont-e1c44ee6.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookmedium';
    src: url('./literatabook-medium-webfont-8070113b.woff2') format('woff2'),
         url('./literatabook-medium-webfont-4ed76623.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookmedium_italic';
    src: url('./literatabook-mediumitalic-webfont-0a4fbced.woff2') format('woff2'),
         url('./literatabook-mediumitalic-webfont-13f68c83.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_booksemibold';
    src: url('./literatabook-semibold-webfont-f52ea585.woff2') format('woff2'),
         url('./literatabook-semibold-webfont-cd0c7593.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_booksemibold_italic';
    src: url('./literatabook-semibolditalic-webfont-1c7d9f96.woff2') format('woff2'),
         url('./literatabook-semibolditalic-webfont-0571ffca.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 4, 2019 */
@font-face {
    font-family: 'architects_daughterregular';
    src: url('./architectsdaughter-webfont-9e5a4eb3.woff2') format('woff2'),
            url('./architectsdaughter-webfont-820285b1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-size: 50%;
    font-size-adjust: 50%;
    font-stretch: extra-expanded;
}
@font-face {
    font-family: 'griffinregular';
    src: url('./Griffin-webfont-2a5d9dd3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kingthings_foundationregular';
    src: url('./Kingthings_Foundation-webfont-74a7c783.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yataghanregular';
    src: url('./yataghan-webfont-5f524736.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'konstytucyjamedium';
    src: url('./konstytucyja_091-webfont-ea042ba8.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-size-adjust: 1.5;
}
@font-face {
    font-family: 'homemade_appleregular';
    src: url('./HomemadeApple-webfont-9f24bcfe.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'desyrelregular';
    src: url('./desyrel-webfont-85ea898b.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calligraffitiregular';
    src: url('./Calligraffiti-webfont-741b9d70.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Fira Code';
  src: url('./FiraCode-Regular-105c876c.woff2') format('woff2'),
    url("./FiraCode-Regular-33b9f771.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Code';
  src: url('./FiraCode-Bold-72e84e14.woff2') format('woff2'),
    url("./FiraCode-Bold-78408fee.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: black;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
}
body div {
  display: flex;
  flex-direction: column;
}
#app {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  display: flex;
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  position: relative;
}
#app .story-read {
  flex: 1 1 auto;
}
.slideup-enter-active, .slideup-leave-active {
  transition: height 200ms, transform 200ms, opacity 200ms;
  opacity: 1;
  height: 50px;
  transform: translate(0, 0);
  overflow: hidden;
}
.slideup-enter, .slideup-leave-to {
  /* max-height: 50px !important; */
  height: 1px !important;
  opacity: 0;
  transform: translate(0, 50px);
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s !important;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0 !important;
}
.slowfade-enter-active, .slowfade-leave-active {
  transition: opacity 4s !important;
}
.slowfade-enter, .slowfade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0 !important;
}
.title-backdrop {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 1.0;
}
.zoomin {
  animation-duration: 10s;
  animation-name: zoom;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes zoom {
from { transform: scale(1.0) translate(0, -5%);
}
to { transform: scale(1.5) translate(0, 5%);
}
}
.screen {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
}
.start {
  z-index: 2;
  color: white;
  text-shadow: 0 0 2px black, 0 0 4px black;
}
.screen.about {
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
}
.screen.about .links a {
  display: block;
  color: #ddd;
  padding: 10px;
  text-decoration: none;
  font-size: 1.6;
  border: 1px solid grey;
  background: rgba(0, 0, 0, 0.7);
  margin: 3px;
  border-radius: 10px;
}
.screen.about i {
  padding: 5px;
}
.screen .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 1.6em;
}
.start h1 {
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
}
.header {
  padding: 15px;
  background: rgba(226,226,226, 0.6);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
  /* padding-bottom: 200px; */
}
#app .buttons {
  position: absolute;
  font-size: 1.1em;
  right: 5px;
  left: 5px;
  bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  background: transparent !important;
  border: none !important;
}
.backbutton {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-radius: 0 0 0 5px;
  font-size: 18px;
  color: black;
}
a {
  padding: 15px;
}
#app .actions a {
  padding: 10px;
  width: auto;
  height: auto;
  margin: 0 2px 5px 2px;
  font-size: 14px;
}
.about {
  background: var(--color2);
  text-shadow: 0 0 1px #444;
  font-weight: bold;
  padding: 0px;
  margin: 5px;
  border-radius: 8px;
  opacity: 0.9;
}
.loading {
  padding: 10px;
  color: white;
  background: black;
  border-radius: 5px;
  position: fixed;
  top: 0; bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.achievement {
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  padding: 25px;
  justify-content: center;
  align-items: flex-start;
  z-index: 50;
}
#app .achievement .accented {
  max-width: 100%;
  flex: 0 0 auto;
  border: 10px solid var(--color3);
  box-shadow: 0 0px 0px 5px var(--color1),
              0 5px 25px 5px var(--bg);
}
#app .achievement {
  padding: 15px;
  font-size: 1.2em;
  white-space: normal;
}
#app .achievement .header,
#app .achievement .body {
  border: 5px solid var(--color1);
  padding: 10px;
  margin: 0;
}
#app .achievement .header {
  border-bottom: none;
}
#app .achievement .header + .body {
  border-bottom: 5px solid var(--color1);
}
#app .achievement .body {
  border-top: none;
}
#app {
  color: var(--text);
  background: var(--bg);
}
button,
.button {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: var(--color3);
  border-radius: 15px;
  box-shadow: 0px 2px 3px rgba(var(--color3), .5);
  font-weight: bold;
  margin-right: 1px;
  max-width: max-content;
  outline: none;
  padding: 10px;
  text-align: center;
  transition: box-shadow 200ms;
  vertical-align: middle;
  align-content: center;
}
.button i {
  color: var(--text);
}
button:active, .button:active {
  box-shadow: 0px 0px 2px 2px var(--color3),
      0px 1px 15px -3px var(--color3) inset;
}
#app .mellow {
  color: var(--color1_text);
  background-color: var(--color1);
  /* border: 3px solid var(--color1); */
}
#app .mellow .header {
  color: var(--color2_text);
  background: var(--color2);
  font-size: 1.2em;
  padding: 10px;
}
#app .mellow .header a {
  align-items: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#app .mellow .header i {
  margin-bottom: -2px;
}
#app .mellow .header + .body {
  margin-top: 10px;
}
#app .mellow .body {
  padding: 10px;
}
#app .mellow button i {
  color: var(--color2_text);
}
#app .mellow button {
  padding: 9px;
  font-size: 15px;
  color: var(--color2_text);
  background: var(--color2);
  background-image: radial-gradient(
    150% 120% at 50% 0%,
    rgba(255, 255, 255, 0.05) 45%,
    transparent 45%
  ), radial-gradient(
    300% 200% at 50% 80%,
    rgba(255, 255, 255, 0.05) 0,
    transparent 20%
  );
  border-radius: 6px;
  border: 2px solid var(--color1);
}
#app .mellow button.active {
  color: var(--spark_text);
  background: var(--spark);
}
#app .accented .header {
  color: var(--spark_text);
  background-color: var(--spark);
}
#app .accented .header a,
#app .accented .header i {
  color: var(--spark_text);
}
#app .accented {
  color: var(--color2_text);
  background-color: var(--color2);
  /* border: 3px solid var(--color1); */
}
#app .accented a,
#app .accented i {
  color: var(--color2_text);
}
#app .accented .footer {
  color: var(--color3_text);
  background: var(--color2);
}
#app .accented .footer a,
#app .accented .footer i {
  color: var(--color3_text);
}
#app .accented button i,
#app .accented .button i {
  color: var(--spark_text);
}
#app .accented button,
#app .accented .button,
#app .accented.button,
#app button.accented {
  border: 2px solid var(--color1);
  /* background: var(--color2); */
  color: var(--spark_text);
  background: var(--spark);
  background-image: radial-gradient(
    150% 120% at 50% 0%,
    rgba(255, 255, 255, 0.2) 45%,
    transparent 45%
    /* rgba(255, 255, 255, 0.1) 80% */
  ), radial-gradient(
    300% 200% at 50% 80%,
    rgba(255, 255, 255, 0.1) 0,
    /* rgba(255, 255, 255, 0.1) 45%, */
    transparent 20%
    /* rgba(255, 255, 255, 0.1) 80% */
  );
}
#app .hyper {
  color: var(--color3_text);
  background: var(--color3);
  /* border: 3px solid var(--color2); */
}
#app .spark {
  color: var(--spark_text);
  background: var(--spark);
  /* border: 3px solid var(--spark_text); */
}
#app .spacer {
  flex: 1 1 auto;
  /* flex: 99 0 0; */
  min-width: 0px;
}
.story-read {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  background-position: center;
  background-size: cover;
  position: relative;
}
.story-read .stretch {
  flex: 10 1 auto;
  justify-content: center;
  align-items: center;
}
.story-read .content-image {
  max-width: 100vw;
  max-height: calc(100vh - 130px);
  margin: 10px;
  object-fit: contain;
}
.story-read .scene-child {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  overflow: hidden;
  justify-content: flex-end;
}
.story-read .missing-scene {
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
.story-read .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
.story-read .scene .title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .4);
  padding: 0;
  opacity: 1;
  border-radius: 0 0 0 5px;
}
.story-read .next {
  flex: 0 0 auto;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: center;
  float: right;
  margin: 5px;
  margin-top: 0;
  animation: animateHeight 100ms;
}
@keyframes animateHeight {
0% { height: 0;
}
100% { height: 61px
}
}
.story-read .next a {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  border-radius: 5px;
  text-align: center;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.story-read .text {
  flex: 0 2 auto;
  min-height: 0px;
  font-size: 1.5em;
  padding: 0px;
  padding-top: 0px;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: left;
  display: flex;
  position: relative;
}
.story-read .text-label {
  position: absolute !important;
  top: calc(0px - var(--size) * 0.75);
  left: 15px;
  right: 15px;
  z-index: 10;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.story-read .text-label > div {
  flex: 0 0 auto;
  padding: 2px 5px;
  /* border: 2px solid black; */
  border-radius: 5px;
  background: #ddd;
  color: #333;
  width: fit-content;
  min-width: 120px;
  max-width: calc(100vw - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.story-read .text-right {
  justify-content: flex-end;
}
.story-read .text-center {
  justify-content: center;
}
.story-read .text-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: 'literata_bookregular';
  font-size: 0.9em;
}
.story-read .text-content .p,
.story-read .text-content p {
  transition: height 100ms;
  padding: 15px 10px;
  margin: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  flex: 0 0 auto;
}
.story-read .randomizer {
  color: inherit;
}
.story-read .p input {
  margin: 0px;
  place-self: center;
}
.story-read .p button {
  margin: 5px;
  place-self: center;
}
.story-read .backdrop {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 100vh;
  height: -webkit-fill-available;
  width: 100vw;
  background-position: center;
  background-size: cover;
}
.story-read .choices, .typer {
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 400ms;
}
.fade-enter-to {
  opacity: 1;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
.quickfade-enter-active, .quickfade-leave-active {
  transition: opacity 60ms;
}
.quickfade-enter-to {
  opacity: 1;
}
.quickfade-enter, .quickfade-leave-to /* .quickfade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
.zip-enter-active, .zip-leave-active {
  transition: transform 150ms, opacity 150ms;
}
.zip-enter-to {
  opacity: 1;
}
.zip-enter {
  opacity: 0;
  transform-origin: 0 100%;
  transform: translate(0px, -150px) rotate(-30deg);
}
.zip-leave-to {
  opacity: 0;
  transform-origin: 0 100%;
  transform: translate(0px, -150px) rotate(-30deg);
}
.story-read .frame {
  position: relative;
  margin: 0 0px;
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  flex: 1 5 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  --aura: white;
  background: radial-gradient(circle at 85px 100%, var(--aura) 0%, var(--aura) 25px, transparent 200px);
  position: relative;
  z-index: 3;
  max-width: 100vw;
  min-height: 0;
}
.story-read .frame img {
  object-fit: contain;
  margin: 0 10px;
  max-width: calc(100% - 20px);
  max-height: calc(100%);
  border-radius: 3px;
  flex: 0 1 10px;
}
.story-read .frame.img-right {
  background: radial-gradient(circle at calc(100% - 85px) 100%, var(--aura) 0%, var(--aura) 25px, transparent 200px);
}
.story-read .frame.img-right img {
  margin-left: auto;
  transform: scaleX(-1);
}
.story-read .frame.img-center {
  background: radial-gradient(circle at calc(50% + 0px) 100%, var(--aura) 0%, var(--aura) 25px, transparent 200px);
}
.story-read .frame.img-center img {
  margin: 0 auto;
}
.story-read .actions {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  margin-right: 5px;
}
.story-read .actions a {
  padding: 10px;
  margin: 2px;
  margin-top: 0;
  margin-right: 5px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  color: black;
  border-radius: 0 0 5px 5px;
  width: 36px;
  height: 39px;
}
.story-read .confirm-message,
.story-read .message-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.story-read .confirm-message {
  background: rgba(0, 0, 0, 0.4)
}
.story-read .confirm-message button {
  margin: 5px 15px;
}
.story-read .message-dialog {
  bottom: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: var(--bg);
  padding: 10px;
  border-radius: 30px;
  margin: 0 15px;
  transition: transform 300ms;
}
.slide-enter {
  opacity: 0;
  transform: translate3d(100vw, 0, 0) scale(0);
}
.slide-leave-to {
  opacity: 0;
  transform: translate3d(-100vw, 0, 0) scale(0);
}
.rotatein-enter {
  transform: translate3d(100vw, -10vh, 0) rotate(30deg) scale(0);
}
.rotatein-leave-to {
  transform: translate3d(-100vw, -10vh, 0) rotate(-30deg) scale(0);
}
.choicein-enter-active {
  animation: choicein 300ms linear;
}
.choicein-leave-active {
  animation: choicein 300ms linear reverse;
}
@keyframes choicein {
0% {
    opacity: 0;
    transform: translate3d(20vw, 20px, 0) rotate(3deg) scale(0);
}
70% {
    opacity: 1;
    transform: translate3d(-5px, 0, 0) rotate(-0.5deg) scale(1.01);
}
100% {
    transform: translate3d(0, 0, 0) scale(1);
}
}
.story-read .finished {
  flex: 0 0 auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: right;
  margin: 5px;
  margin-top: 0;
  background: var(--bg);
  color: var(--text);
  text-align: center;
}
.story-read .finished .the-end {
  white-space: normal;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5px;
}
.story-read .finished .the-end b {
  flex: 0 0 auto;
}
.story-read .warning {
  flex: 0 0 auto;
  background: pink;
  color: darkred;
  border: 0 1px 3px solid black;
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.story-read .comments {
  border-top: 1px solid var(--color1_text);
  border-bottom: 1px solid var(--color1_text);
}
.story-read .top-content {
  flex: 1 1 0px;
}

.blog-background {
  background-position: center;
  background-size: cover;
}

.audio[data-v-cd36a446] {
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
  display: inline-flex;
}

.falling-numbers[data-v-6ac084c7] {
  display: inline-block;
  white-space: nowrap;
}
.negative[data-v-6ac084c7] {
  color: darkred;
}
.positive[data-v-6ac084c7] {
  color: darkgreen;
}
.number-text[data-v-6ac084c7] {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.number[data-v-6ac084c7] {
  display: inline-block;
  position: relative;
}
.particle[data-v-6ac084c7] {
  z-index: 2;
  top: 0;
  left: 0em;
  font-size: 0.8em;
  position: absolute;
}

h1[data-v-9f6276ab], h2[data-v-9f6276ab], h3[data-v-9f6276ab], h4[data-v-9f6276ab], h5[data-v-9f6276ab], h6[data-v-9f6276ab], blockquote[data-v-9f6276ab] {
  margin: 0 5px 0 5px;
  padding: 0;
}
h1 > span[data-v-9f6276ab],
h2 > span[data-v-9f6276ab],
h3 > span[data-v-9f6276ab],
h4 > span[data-v-9f6276ab],
h5 > span[data-v-9f6276ab],
h6 > span[data-v-9f6276ab],
blockquote > span[data-v-9f6276ab] {
  margin: 0;
  padding: 0;
}
blockquote[data-v-9f6276ab] {
  padding-left: calc(var(--spacing));
}
s[data-v-9f6276ab] {
  text-decoration: line-through;
}
pre[data-v-9f6276ab] {
  margin-left: calc(var(--spacing) * 2);
}
.cursor[data-v-9f6276ab] {
  /* font-size: 2em; */
}
.char[data-v-9f6276ab] {
  /* TODO: was commented out, why */
  /* animations require this */
  display: inline;
  transition: none;
  transform-origin: 50% 65%;
  white-space: pre-wrap;
  margin: 0 !important;
  padding: 0 !important;
  /* border-right: 1px solid red; */
}
.char.hidden[data-v-9f6276ab] {
  visibility: hidden;
  /* border: 1px solid red; */
}
.word[data-v-9f6276ab] {
  /* display: inline-block; */
  white-space: nowrap;
}
.word.long[data-v-9f6276ab] {
  white-space: nowrap;
}
.word.nextword[data-v-9f6276ab] {
  visibility: hidden;
}
.word.whitespace .char[data-v-9f6276ab] {
  /* background: cyan; */
  white-space: pre-wrap
}

.typer[data-v-b0b375d2] {
  position: relative;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.typed[data-v-b0b375d2] {
  white-space: pre-wrap;
}
.typer[data-v-b0b375d2]::-webkit-scrollbar {
  display: none;
}
.typer-inner[data-v-b0b375d2] {
  /* TODO: wasn't commented, why? */
  /* animations will sometimes overflow */
  /* overflow: hidden; */
  display: block;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  overflow-wrap: break-word;
}
.allowwrap[data-v-b0b375d2] .type {
  overflow: visible !important;
}
.allowwrap[data-v-b0b375d2] .word.long {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
}
.allowwrap[data-v-b0b375d2] .word.whitespace,
.allowwrap[data-v-b0b375d2] .word.whitespace > span {
  display: inline;
  white-space: pre-wrap;
}
.particle[data-v-b0b375d2] {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.measure[data-v-b0b375d2] {
  visibility: hidden;
  touch-action: none;
  white-space: nowrap;
  position: absolute;
}
.particles[data-v-b0b375d2] {
  top: 0px;
  left: 0px;
  position: absolute;
}
