/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload.scss */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload.scss */
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  /* line 32, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload.scss */
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url(/assets/progressbar-91f3966a1d3b87010bc363341330c1200dd1f343ccbb87532a220df207022ba9.gif) !important;
  filter: none;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-process {
  float: right;
  display: none;
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/loading-6f1c9a2c9e4932c71d86ded184887c41e4f8db70d5eecbca3b8a51a1c807adc3.gif) center no-repeat;
  background-size: contain;
}

/* line 34, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .fileupload-buttonbar .toggle,
.files .toggle,
.files .btn span {
    display: none;
  }
  /* line 45, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  /* line 49, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files audio,
.files video {
    max-width: 80px;
  }
  /* line 53, ../usr/local/bundle/ruby/2.7.0/gems/jquery-fileupload-rails-0.4.7/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files img,
.files canvas {
    max-width: 100%;
  }
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, 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 styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/glyphicons-halflings-regular.eot);
  src: url(/assets/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular.woff) format("woff"), url(/assets/glyphicons-halflings-regular.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.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,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
}

/* line 133, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -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);
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -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);
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -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 46, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -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 120, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #666666;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
/* line 10, app/assets/stylesheets/vendor/bootstrap_xl.scss */
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}

@media (min-width: 1600px) {
  /* line 18, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .container {
    width: 1570px;
  }
  /* line 22, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    float: left;
  }
  /* line 37, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-12 {
    width: 100%;
  }
  /* line 41, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-11 {
    width: 91.66666667%;
  }
  /* line 45, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-10 {
    width: 83.33333333%;
  }
  /* line 49, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-9 {
    width: 75%;
  }
  /* line 53, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-8 {
    width: 66.66666667%;
  }
  /* line 57, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-7 {
    width: 58.33333333%;
  }
  /* line 61, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-6 {
    width: 50%;
  }
  /* line 65, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-5 {
    width: 41.66666667%;
  }
  /* line 69, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-4 {
    width: 33.33333333%;
  }
  /* line 73, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-3 {
    width: 25%;
  }
  /* line 77, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-2 {
    width: 16.66666667%;
  }
  /* line 81, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-1 {
    width: 8.33333333%;
  }
  /* line 85, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-12 {
    right: 100%;
  }
  /* line 89, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  /* line 93, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  /* line 97, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-9 {
    right: 75%;
  }
  /* line 101, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  /* line 105, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  /* line 109, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-6 {
    right: 50%;
  }
  /* line 113, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  /* line 117, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  /* line 121, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-3 {
    right: 25%;
  }
  /* line 125, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  /* line 129, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  /* line 133, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-pull-0 {
    right: auto;
  }
  /* line 137, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-12 {
    left: 100%;
  }
  /* line 141, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  /* line 145, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  /* line 149, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-9 {
    left: 75%;
  }
  /* line 153, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  /* line 157, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  /* line 161, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-6 {
    left: 50%;
  }
  /* line 165, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  /* line 169, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  /* line 173, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-3 {
    left: 25%;
  }
  /* line 177, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  /* line 181, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  /* line 185, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-push-0 {
    left: auto;
  }
  /* line 189, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  /* line 193, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 197, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 201, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  /* line 205, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 209, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 213, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  /* line 217, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 221, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 225, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  /* line 229, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 233, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 237, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .col-xl-offset-0 {
    margin-left: 0;
  }
  /* line 241, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .visible-xl {
    display: block !important;
  }
  /* line 245, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  table.visible-xl {
    display: table;
  }
  /* line 249, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  tr.visible-xl {
    display: table-row !important;
  }
  /* line 253, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  th.visible-xl,
td.visible-xl {
    display: table-cell !important;
  }
  /* line 258, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .visible-xl-block {
    display: block !important;
  }
  /* line 262, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .visible-xl-inline {
    display: inline !important;
  }
  /* line 266, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  /* line 270, app/assets/stylesheets/vendor/bootstrap_xl.scss */
  .hidden-xl {
    display: none !important;
  }
}

@-webkit-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(1);
    -ms-transform: rotate(1);
    -o-transform: rotate(1);
    transform: rotate(1);
  }
}

@-moz-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(1);
    -ms-transform: rotate(1);
    -o-transform: rotate(1);
    transform: rotate(1);
  }
}

@-o-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(1);
    -ms-transform: rotate(1);
    -o-transform: rotate(1);
    transform: rotate(1);
  }
}

@keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(1);
    -ms-transform: rotate(1);
    -o-transform: rotate(1);
    transform: rotate(1);
  }
}

@-webkit-keyframes $animationName {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes $animationName {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes $animationName {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes $animationName {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-moz-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-o-keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes $animationName {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* line 81, app/assets/stylesheets/partials/_animations.scss */
.fade-in.ng-enter {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 85, app/assets/stylesheets/partials/_animations.scss */
.fade-in.ng-leave {
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 89, app/assets/stylesheets/partials/_animations.scss */
.fade-in.ng-enter,
.fade-in.ng-leave.ng-leave-active {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 94, app/assets/stylesheets/partials/_animations.scss */
.fade-in.ng-leave,
.fade-in.ng-enter.ng-enter-active {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/_base.scss */
body,
html {
  background-color: #FFFFFF;
  height: 100%;
  min-height: 100%;
  color: #2D2D2D;
  font-family: "proxima-nova", arial, sans-serif;
  letter-spacing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 14, app/assets/stylesheets/partials/_base.scss */
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
dt,
dl,
dd {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 29, app/assets/stylesheets/partials/_base.scss */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading p, .wf-loading a, .wf-loading span, .wf-loading dt, .wf-loading dl, .wf-loading dd {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

/* line 34, app/assets/stylesheets/partials/_base.scss */
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active p, .wf-active a, .wf-active span, .wf-active dt, .wf-active dl, .wf-active dd {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 39, app/assets/stylesheets/partials/_base.scss */
::selection {
  background: #095197 !important;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 45, app/assets/stylesheets/partials/_base.scss */
::-moz-selection {
  background: #095197 !important;
  color: #FFFFFF;
  text-shadow: none;
}

/* line 51, app/assets/stylesheets/partials/_base.scss */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

/* line 56, app/assets/stylesheets/partials/_base.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #FAFAFA;
  color: gray;
}

/* line 63, app/assets/stylesheets/partials/_base.scss */
select,
input[type="color"][list] {
  background-color: rgba(255, 255, 255, 0);
}

/* line 68, app/assets/stylesheets/partials/_base.scss */
*:focus {
  outline: 0 !important;
}

/* line 72, app/assets/stylesheets/partials/_base.scss */
.opaque {
  opacity: 1 !important;
}

/* line 76, app/assets/stylesheets/partials/_base.scss */
.hide {
  visibility: hidden;
  display: none;
}

/* line 82, app/assets/stylesheets/partials/_base.scss */
.pane.loading {
  opacity: 0;
}

/* line 87, app/assets/stylesheets/partials/_base.scss */
.loaded .pane {
  transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  opacity: 1;
}

/* line 95, app/assets/stylesheets/partials/_base.scss */
.container.absolute {
  min-height: 0px !important;
}

/* line 99, app/assets/stylesheets/partials/_base.scss */
.container.fill {
  display: table;
}

/* line 102, app/assets/stylesheets/partials/_base.scss */
.container.fill .row {
  height: 100%;
  display: table-row;
}

/* line 106, app/assets/stylesheets/partials/_base.scss */
.container.fill .row > div {
  display: table-cell;
  height: 100%;
}

/* line 114, app/assets/stylesheets/partials/_base.scss */
#skrollr-body {
  position: relative;
}

/* line 118, app/assets/stylesheets/partials/_base.scss */
main {
  overflow-x: hidden;
}

/* line 122, app/assets/stylesheets/partials/_base.scss */
.sliding-container {
  position: relative;
}

/* line 126, app/assets/stylesheets/partials/_base.scss */
.content {
  padding: 100px 0 50px;
}

/* line 130, app/assets/stylesheets/partials/_base.scss */
.pagination {
  margin: 0;
}

/* line 134, app/assets/stylesheets/partials/_base.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

/* line 147, app/assets/stylesheets/partials/_base.scss */
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  background-color: #000000;
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: 600;
}

/* line 161, app/assets/stylesheets/partials/_base.scss */
.pagination > li > span,
.pagination > li > a {
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

/* line 170, app/assets/stylesheets/partials/_base.scss */
.strike {
  text-decoration: line-through;
}

@media screen and (max-width: 1024px) {
  /* line 175, app/assets/stylesheets/partials/_base.scss */
  body {
    overflow-x: hidden;
  }
}

@media (min-width: 1200px) {
  /* line 181, app/assets/stylesheets/partials/_base.scss */
  header .glyphicons.earphone {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 187, app/assets/stylesheets/partials/_base.scss */
  .container {
    padding: 0px;
  }
  /* line 191, app/assets/stylesheets/partials/_base.scss */
  span.hidden-xs {
    display: none !important;
  }
  /* line 195, app/assets/stylesheets/partials/_base.scss */
  .glyphicons.earphone {
    opacity: 1;
  }
}

/* line 16, app/assets/stylesheets/partials/_tables.scss */
.table.table-openhead {
  border: none;
}

/* line 19, app/assets/stylesheets/partials/_tables.scss */
.table.table-openhead thead th {
  border: none;
}

/* line 26, app/assets/stylesheets/partials/_tables.scss */
.table.table-content-list tr td {
  border: none;
  padding: 0 8px 0 8px;
}

/* line 29, app/assets/stylesheets/partials/_tables.scss */
.table.table-content-list tr td:first-child {
  font-weight: 600;
  padding-left: 0;
}

/* line 33, app/assets/stylesheets/partials/_tables.scss */
.table.table-content-list tr td:last-child {
  padding-right: 0;
}

/* line 36, app/assets/stylesheets/partials/_tables.scss */
.table.table-content-list tr td ul {
  padding-inline-start: 1.5rem;
}

/* line 46, app/assets/stylesheets/partials/_tables.scss */
table.table-borderless th,
table.table-borderless td,
table.table-borderless tbody,
table.table-borderless thead {
  border: none !important;
  border-color: none;
}

/* line 55, app/assets/stylesheets/partials/_tables.scss */
table.table tr.danger td {
  background-color: #ffcccc;
}

/* line 59, app/assets/stylesheets/partials/_tables.scss */
table.table tr.success td {
  background: rgba(0, 128, 0, 0.1);
}

/* line 63, app/assets/stylesheets/partials/_tables.scss */
table.table tr.warning td {
  background: rgba(255, 255, 0, 0.1);
}

/* line 67, app/assets/stylesheets/partials/_tables.scss */
table.table tr.bold td {
  font-weight: bold;
}

/* line 72, app/assets/stylesheets/partials/_tables.scss */
table.table tr td .form-group {
  margin: 0;
}

/* line 77, app/assets/stylesheets/partials/_tables.scss */
td .flex-cell {
  display: flex;
}

/* line 79, app/assets/stylesheets/partials/_tables.scss */
td .flex-cell > * {
  flex: 1;
  padding: 0 10px;
}

/* line 82, app/assets/stylesheets/partials/_tables.scss */
td .flex-cell > *:first-child {
  padding-left: 0;
}

/* line 85, app/assets/stylesheets/partials/_tables.scss */
td .flex-cell > *:last-child {
  padding-right: 0;
}

/* line 89, app/assets/stylesheets/partials/_tables.scss */
td .flex-cell input[type="submit"] {
  flex: 0.25;
}

/* line 1, app/assets/stylesheets/partials/_buttons.scss */
a.btn {
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/partials/_buttons.scss */
.btn:active, .btn:focus,
select:active,
select:focus {
  outline: none;
}

/* line 13, app/assets/stylesheets/partials/_buttons.scss */
.btn {
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 17, app/assets/stylesheets/partials/_buttons.scss */
.btn-mini {
  padding: 3px 10px;
  font-size: 12px;
}

/* line 22, app/assets/stylesheets/partials/_buttons.scss */
.btn.pull-right {
  margin-left: 10px;
}

/* line 26, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-dark {
  background: #000000;
  opacity: 0.6;
  border: 1px solid #999999;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "proxima-nova", arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

/* line 36, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-dark.active {
  opacity: 1;
}

/* line 40, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-dark:hover {
  opacity: 1;
  color: #FFFFFF;
}

/* line 45, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-dark.btn-sm, .btn-group-sm > .btn-dark.btn {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* line 54, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-dim {
  background-color: #2D2D2D;
  border: none;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  font-family: "proxima-nova", arial, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* line 64, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-dim:hover, .btn.btn-dim:active, .btn.btn-dim:focus {
  background-color: #202020;
  color: #AAAAAA;
}

/* line 72, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-book-flight {
  background-color: #FAFAFA;
  padding: 6px 20px 4px;
  border: 1px solid #803dba;
  color: #803dba;
  font-size: 12px;
  font-weight: 400;
  font-family: "proxima-nova", arial, sans-serif;
  text-transform: uppercase;
}

/* line 84, app/assets/stylesheets/partials/_buttons.scss */
table.fares tbody:hover .btn.btn-book-flight {
  background-color: #803dba;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

/* line 91, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-search-bar {
  background-color: #803dba;
  margin-top: 26px;
  padding: 4px 12px 2px 12px;
  border: 1px solid #a36fd0;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

/* line 104, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-search-bar:hover {
  background-color: #7337a7;
}

/* line 110, app/assets/stylesheets/partials/_buttons.scss */
form.ng-pristine .btn.btn-search-bar {
  background-color: transparent;
  margin-top: 26px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.5);
}

/* line 117, app/assets/stylesheets/partials/_buttons.scss */
form.ng-pristine .btn.btn-search-bar:hover {
  cursor: default;
}

/* line 123, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-cto {
  background-color: #803dba;
  padding: 8px 12px 6px 18px;
  border: 2px solid #803dba;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 137, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-cto:hover, .btn.btn-cto:active, .btn.btn-cto:focus {
  background-color: #7337a7;
  border-color: #7337a7;
  color: #FFFFFF;
}

/* line 145, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-cto.btn-cto-border {
  background: rgba(102, 102, 102, 0.3);
  border: 2px solid #e6e6e6;
  color: #FFFFFF;
}

/* line 150, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-cto.btn-cto-border:hover {
  background: rgba(102, 102, 102, 0.5);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* line 158, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-hold {
  background-color: #803dba;
  width: 100%;
  padding: 15px;
  border: 1px solid #663094;
  border-radius: 0px 0px 3px 3px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

/* line 171, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-hold:hover, .btn.btn-hold:active, .btn.btn-hold:focus {
  background-color: #7337a7;
  color: #FFFFFF;
}

/* line 178, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-hold .small {
  font-size: 13px;
  font-weight: 400;
  line-height: 5px;
  letter-spacing: 0.05em;
}

/* line 184, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-hold .small em {
  opacity: 0.75;
}

/* line 190, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-flights {
  background-color: #AAAAAA;
  width: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: 0px 0 1px rgba(0, 0, 0, 0.3);
  -webkit-animation: fadein 0.4s ease-in-out;
  -o-animation: fadein 0.4s ease-in-out;
  animation: fadein 0.4s ease-in-out;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 204, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-flights:hover, .btn.btn-flights:active, .btn.btn-flights:focus {
  background-color: #7337a7;
  color: #FFFFFF;
}

/* line 212, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-search {
  font-size: 18px;
}

/* line 216, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-search,
.btn.btn-book,
.btn.btn-lark {
  background-color: #803dba;
  border: none;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "proxima-nova", arial, sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 228, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-search:hover, .btn.btn-search:active, .btn.btn-search:focus,
.btn.btn-book:hover,
.btn.btn-book:active,
.btn.btn-book:focus,
.btn.btn-lark:hover,
.btn.btn-lark:active,
.btn.btn-lark:focus {
  background-color: #7337a7;
  color: #FFFFFF;
}

/* line 235, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-search.disabled, .btn.btn-search[disabled],
.btn.btn-book.disabled,
.btn.btn-book[disabled],
.btn.btn-lark.disabled,
.btn.btn-lark[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.5);
}

/* line 245, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-book-inverted {
  background-color: #FFFFFF;
  border: none;
  color: #803dba;
  font-weight: 600;
  font-family: "proxima-nova", arial, sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

/* line 254, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-book-inverted:hover, .btn.btn-book-inverted:active, .btn.btn-book-inverted:focus {
  background-color: white;
  color: #803dba;
}

/* line 262, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-wide {
  width: 100%;
}

/* line 266, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-fill {
  width: 100%;
  height: 100%;
  border-radius: 0 0 3px 3px;
}

/* line 272, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-sharp {
  border-radius: 0px;
}

/* line 276, app/assets/stylesheets/partials/_buttons.scss */
.btn.btn-top-sharp {
  border-radius: 0 0 3px 3px;
}

/* line 1, app/assets/stylesheets/partials/_forms.scss */
.flex-map {
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  line-height: 0;
}

/* line 13, app/assets/stylesheets/partials/_forms.scss */
.form-group.dim,
.control-group.dim {
  background: #FAFAFA;
}

/* line 17, app/assets/stylesheets/partials/_forms.scss */
.form-group.transparent,
.control-group.transparent {
  background: transparent;
}

/* line 21, app/assets/stylesheets/partials/_forms.scss */
.form-group .radio-inline,
.control-group .radio-inline {
  margin-top: 0;
}

/* line 23, app/assets/stylesheets/partials/_forms.scss */
.form-group .radio-inline input[type="radio"],
.control-group .radio-inline input[type="radio"] {
  margin-top: 3px;
}

/* line 28, app/assets/stylesheets/partials/_forms.scss */
.form-group p.help-block,
.control-group p.help-block {
  margin: 5px 0 0 0;
  color: gray;
  font-size: 12px;
  line-height: 1;
}

/* line 35, app/assets/stylesheets/partials/_forms.scss */
.form-group h1,
.control-group h1 {
  color: #2D2D2D;
  font-size: 36px;
  font-weight: 600;
  font-family: "proxima-nova", arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* line 44, app/assets/stylesheets/partials/_forms.scss */
.form-group h2,
.control-group h2 {
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 400;
  font-family: "proxima-nova", arial, sans-serif;
}

/* line 60, app/assets/stylesheets/partials/_forms.scss */
.form-group.error label,
.form-group.error small,
.control-group.error label,
.control-group.error small {
  color: #f55e4e;
}

/* line 68, app/assets/stylesheets/partials/_forms.scss */
.spin i:before {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  /* line 87, app/assets/stylesheets/partials/_forms.scss */
  .lark-form.search-form {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  /* line 95, app/assets/stylesheets/partials/_forms.scss */
  #home-page #hp_form .lark-form .form-group {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 99, app/assets/stylesheets/partials/_forms.scss */
  #home-page #hp_form .lark-form .form-group.button {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
/* line 8, app/assets/stylesheets/vendor/font_glyphicons.scss */
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: 'Glyphicons';
  src: url(/glyphicons-regular.eot);
  src: url(/glyphicons-regular.eot?#iefix) format("embedded-opentype"), url(/glyphicons-regular.woff) format("woff"), url(/glyphicons-regular.ttf) format("truetype"), url(/glyphicons-regular.svg#glyphicons_halflingsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 24, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons {
  display: inline-block;
  position: relative;
  padding: 0.90em 0 0em 1em;
  color: #1d1d1b;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  text-shadow: none;
}

/* line 35, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons i:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80%;
  font-family: 'Glyphicons';
  font-style: normal;
  color: #1d1d1b;
}

/* line 46, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.white i:before {
  color: #fff;
}

/* line 49, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.glass i:before {
  content: "\e001";
}

/* line 52, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.leaf i:before {
  content: "\e002";
}

/* line 55, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.dog i:before {
  content: "\e003";
}

/* line 58, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.user i:before {
  content: "\e004";
}

/* line 61, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.girl i:before {
  content: "\e005";
}

/* line 64, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.car i:before {
  content: "\e006";
}

/* line 67, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.user_add i:before {
  content: "\e007";
}

/* line 70, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.user_remove i:before {
  content: "\e008";
}

/* line 73, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.film i:before {
  content: "\e009";
}

/* line 76, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.magic i:before {
  content: "\e010";
}

/* line 79, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.envelope i:before {
  content: "\2709";
}

/* line 82, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.camera i:before {
  content: "\e012";
}

/* line 85, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.heart i:before {
  content: "\e013";
}

/* line 88, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.beach_umbrella i:before {
  content: "\e014";
}

/* line 91, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.train i:before {
  content: "\e015";
}

/* line 94, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.print i:before {
  content: "\e016";
}

/* line 97, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bin i:before {
  content: "\e017";
}

/* line 100, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.music i:before {
  content: "\e018";
}

/* line 103, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.note i:before {
  content: "\e019";
}

/* line 106, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.heart_empty i:before {
  content: "\e020";
}

/* line 109, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.home i:before {
  content: "\e021";
}

/* line 112, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.snowflake i:before {
  content: "\2744";
}

/* line 115, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.fire i:before {
  content: "\e023";
}

/* line 118, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.magnet i:before {
  content: "\e024";
}

/* line 121, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.parents i:before {
  content: "\e025";
}

/* line 124, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.binoculars i:before {
  content: "\e026";
}

/* line 127, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.road i:before {
  content: "\e027";
}

/* line 130, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.search i:before {
  content: "\e028";
}

/* line 133, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cars i:before {
  content: "\e029";
}

/* line 136, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.notes_2 i:before {
  content: "\e030";
}

/* line 139, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pencil i:before {
  content: "\270F";
}

/* line 142, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bus i:before {
  content: "\e032";
}

/* line 145, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.wifi_alt i:before {
  content: "\e033";
}

/* line 148, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.luggage i:before {
  content: "\e034";
}

/* line 151, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.old_man i:before {
  content: "\e035";
}

/* line 154, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.woman i:before {
  content: "\e036";
}

/* line 157, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.file i:before {
  content: "\e037";
}

/* line 160, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.coins i:before {
  content: "\e038";
}

/* line 163, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.airplane i:before {
  content: "\2708";
}

/* line 166, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.notes i:before {
  content: "\e040";
}

/* line 169, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.stats i:before {
  content: "\e041";
}

/* line 172, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.charts i:before {
  content: "\e042";
}

/* line 175, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pie_chart i:before {
  content: "\e043";
}

/* line 178, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.group i:before {
  content: "\e044";
}

/* line 181, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.keys i:before {
  content: "\e045";
}

/* line 184, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.calendar i:before {
  content: "\1F4C5";
}

/* line 187, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.router i:before {
  content: "\e047";
}

/* line 190, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.camera_small i:before {
  content: "\e048";
}

/* line 193, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.dislikes i:before {
  content: "\e049";
}

/* line 196, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.star i:before {
  content: "\e050";
}

/* line 199, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.link i:before {
  content: "\e051";
}

/* line 202, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.eye_open i:before {
  content: "\e052";
}

/* line 205, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.eye_close i:before {
  content: "\e053";
}

/* line 208, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.alarm i:before {
  content: "\e054";
}

/* line 211, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.clock i:before {
  content: "\e055";
}

/* line 214, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.stopwatch i:before {
  content: "\e056";
}

/* line 217, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.projector i:before {
  content: "\e057";
}

/* line 220, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.history i:before {
  content: "\e058";
}

/* line 223, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.truck i:before {
  content: "\e059";
}

/* line 226, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cargo i:before {
  content: "\e060";
}

/* line 229, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.compass i:before {
  content: "\e061";
}

/* line 232, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.keynote i:before {
  content: "\e062";
}

/* line 235, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.paperclip i:before {
  content: "\e063";
}

/* line 238, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.power i:before {
  content: "\e064";
}

/* line 241, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.lightbulb i:before {
  content: "\e065";
}

/* line 244, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tag i:before {
  content: "\e066";
}

/* line 247, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tags i:before {
  content: "\e067";
}

/* line 250, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cleaning i:before {
  content: "\e068";
}

/* line 253, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ruller i:before {
  content: "\e069";
}

/* line 256, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.gift i:before {
  content: "\e070";
}

/* line 259, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.umbrella i:before {
  content: "\2602";
}

/* line 262, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.book i:before {
  content: "\e072";
}

/* line 265, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bookmark i:before {
  content: "\e073";
}

/* line 268, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.wifi i:before {
  content: "\e074";
}

/* line 271, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cup i:before {
  content: "\e075";
}

/* line 274, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.stroller i:before {
  content: "\e076";
}

/* line 277, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.headphones i:before {
  content: "\e077";
}

/* line 280, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.headset i:before {
  content: "\e078";
}

/* line 283, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.warning_sign i:before {
  content: "\e079";
}

/* line 286, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.signal i:before {
  content: "\e080";
}

/* line 289, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.retweet i:before {
  content: "\e081";
}

/* line 292, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.refresh i:before {
  content: "\e082";
}

/* line 295, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.roundabout i:before {
  content: "\e083";
}

/* line 298, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.random i:before {
  content: "\e084";
}

/* line 301, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.heat i:before {
  content: "\e085";
}

/* line 304, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.repeat i:before {
  content: "\e086";
}

/* line 307, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.display i:before {
  content: "\e087";
}

/* line 310, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.log_book i:before {
  content: "\e088";
}

/* line 313, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.adress_book i:before {
  content: "\e089";
}

/* line 316, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.building i:before {
  content: "\e090";
}

/* line 319, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.eyedropper i:before {
  content: "\e091";
}

/* line 322, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.adjust i:before {
  content: "\e092";
}

/* line 325, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tint i:before {
  content: "\e093";
}

/* line 328, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.crop i:before {
  content: "\e094";
}

/* line 331, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vector_path_square i:before {
  content: "\e095";
}

/* line 334, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vector_path_circle i:before {
  content: "\e096";
}

/* line 337, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vector_path_polygon i:before {
  content: "\e097";
}

/* line 340, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vector_path_line i:before {
  content: "\e098";
}

/* line 343, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vector_path_curve i:before {
  content: "\e099";
}

/* line 346, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vector_path_all i:before {
  content: "\e100";
}

/* line 349, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.font i:before {
  content: "\e101";
}

/* line 352, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.italic i:before {
  content: "\e102";
}

/* line 355, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bold i:before {
  content: "\e103";
}

/* line 358, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.text_underline i:before {
  content: "\e104";
}

/* line 361, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.text_strike i:before {
  content: "\e105";
}

/* line 364, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.text_height i:before {
  content: "\e106";
}

/* line 367, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.text_width i:before {
  content: "\e107";
}

/* line 370, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.text_resize i:before {
  content: "\e108";
}

/* line 373, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.left_indent i:before {
  content: "\e109";
}

/* line 376, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.right_indent i:before {
  content: "\e110";
}

/* line 379, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.align_left i:before {
  content: "\e111";
}

/* line 382, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.align_center i:before {
  content: "\e112";
}

/* line 385, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.align_right i:before {
  content: "\e113";
}

/* line 388, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.justify i:before {
  content: "\e114";
}

/* line 391, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.list i:before {
  content: "\e115";
}

/* line 394, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.text_smaller i:before {
  content: "\e116";
}

/* line 397, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.text_bigger i:before {
  content: "\e117";
}

/* line 400, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.embed i:before {
  content: "\e118";
}

/* line 403, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.embed_close i:before {
  content: "\e119";
}

/* line 406, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.table i:before {
  content: "\e120";
}

/* line 409, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_full i:before {
  content: "\e121";
}

/* line 412, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_empty i:before {
  content: "\e122";
}

/* line 415, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_in i:before {
  content: "\e123";
}

/* line 418, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_out i:before {
  content: "\e124";
}

/* line 421, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_plus i:before {
  content: "\e125";
}

/* line 424, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_minus i:before {
  content: "\e126";
}

/* line 427, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_ban i:before {
  content: "\e127";
}

/* line 430, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_flag i:before {
  content: "\e128";
}

/* line 433, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_lock i:before {
  content: "\e129";
}

/* line 436, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.message_new i:before {
  content: "\e130";
}

/* line 439, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.inbox i:before {
  content: "\e131";
}

/* line 442, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.inbox_plus i:before {
  content: "\e132";
}

/* line 445, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.inbox_minus i:before {
  content: "\e133";
}

/* line 448, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.inbox_lock i:before {
  content: "\e134";
}

/* line 451, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.inbox_in i:before {
  content: "\e135";
}

/* line 454, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.inbox_out i:before {
  content: "\e136";
}

/* line 457, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cogwheel i:before {
  content: "\e137";
}

/* line 460, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cogwheels i:before {
  content: "\e138";
}

/* line 463, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.picture i:before {
  content: "\e139";
}

/* line 466, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.adjust_alt i:before {
  content: "\e140";
}

/* line 469, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.database_lock i:before {
  content: "\e141";
}

/* line 472, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.database_plus i:before {
  content: "\e142";
}

/* line 475, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.database_minus i:before {
  content: "\e143";
}

/* line 478, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.database_ban i:before {
  content: "\e144";
}

/* line 481, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.folder_open i:before {
  content: "\e145";
}

/* line 484, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.folder_plus i:before {
  content: "\e146";
}

/* line 487, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.folder_minus i:before {
  content: "\e147";
}

/* line 490, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.folder_lock i:before {
  content: "\e148";
}

/* line 493, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.folder_flag i:before {
  content: "\e149";
}

/* line 496, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.folder_new i:before {
  content: "\e150";
}

/* line 499, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.edit i:before {
  content: "\e151";
}

/* line 502, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.new_window i:before {
  content: "\e152";
}

/* line 505, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.check i:before {
  content: "\e153";
}

/* line 508, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.unchecked i:before {
  content: "\e154";
}

/* line 511, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.more_windows i:before {
  content: "\e155";
}

/* line 514, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.show_big_thumbnails i:before {
  content: "\e156";
}

/* line 517, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.show_thumbnails i:before {
  content: "\e157";
}

/* line 520, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.show_thumbnails_with_lines i:before {
  content: "\e158";
}

/* line 523, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.show_lines i:before {
  content: "\e159";
}

/* line 526, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.playlist i:before {
  content: "\e160";
}

/* line 529, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.imac i:before {
  content: "\e161";
}

/* line 532, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.macbook i:before {
  content: "\e162";
}

/* line 535, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ipad i:before {
  content: "\e163";
}

/* line 538, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.iphone i:before {
  content: "\e164";
}

/* line 541, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.iphone_transfer i:before {
  content: "\e165";
}

/* line 544, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.iphone_exchange i:before {
  content: "\e166";
}

/* line 547, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ipod i:before {
  content: "\e167";
}

/* line 550, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ipod_shuffle i:before {
  content: "\e168";
}

/* line 553, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ear_plugs i:before {
  content: "\e169";
}

/* line 556, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.phone i:before {
  content: "\e170";
}

/* line 559, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.step_backward i:before {
  content: "\e171";
}

/* line 562, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.fast_backward i:before {
  content: "\e172";
}

/* line 565, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.rewind i:before {
  content: "\e173";
}

/* line 568, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.play i:before {
  content: "\e174";
}

/* line 571, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pause i:before {
  content: "\e175";
}

/* line 574, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.stop i:before {
  content: "\e176";
}

/* line 577, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.forward i:before {
  content: "\e177";
}

/* line 580, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.fast_forward i:before {
  content: "\e178";
}

/* line 583, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.step_forward i:before {
  content: "\e179";
}

/* line 586, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.eject i:before {
  content: "\e180";
}

/* line 589, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.facetime_video i:before {
  content: "\e181";
}

/* line 592, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.download_alt i:before {
  content: "\e182";
}

/* line 595, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.mute i:before {
  content: "\e183";
}

/* line 598, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.volume_down i:before {
  content: "\e184";
}

/* line 601, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.volume_up i:before {
  content: "\e185";
}

/* line 604, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.screenshot i:before {
  content: "\e186";
}

/* line 607, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.move i:before {
  content: "\e187";
}

/* line 610, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.more i:before {
  content: "\e188";
}

/* line 613, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.brightness_reduce i:before {
  content: "\e189";
}

/* line 616, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.brightness_increase i:before {
  content: "\e190";
}

/* line 619, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_plus i:before {
  content: "\e191";
}

/* line 622, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_minus i:before {
  content: "\e192";
}

/* line 625, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_remove i:before {
  content: "\e193";
}

/* line 628, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_ok i:before {
  content: "\e194";
}

/* line 631, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_question_mark i:before {
  content: "\e195";
}

/* line 634, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_info i:before {
  content: "\e196";
}

/* line 637, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_exclamation_mark i:before {
  content: "\e197";
}

/* line 640, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.remove i:before {
  content: "\e198";
}

/* line 643, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ok i:before {
  content: "\e199";
}

/* line 646, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ban i:before {
  content: "\e200";
}

/* line 649, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.download i:before {
  content: "\e201";
}

/* line 652, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.upload i:before {
  content: "\e202";
}

/* line 655, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.shopping_cart i:before {
  content: "\e203";
}

/* line 658, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.lock i:before {
  content: "\e204";
}

/* line 661, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.unlock i:before {
  content: "\e205";
}

/* line 664, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.electricity i:before {
  content: "\e206";
}

/* line 667, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ok_2 i:before {
  content: "\e207";
}

/* line 670, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.remove_2 i:before {
  content: "\e208";
}

/* line 673, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cart_out i:before {
  content: "\e209";
}

/* line 676, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cart_in i:before {
  content: "\e210";
}

/* line 679, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.left_arrow i:before {
  content: "\e211";
}

/* line 682, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.right_arrow i:before {
  content: "\e212";
}

/* line 685, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.down_arrow i:before {
  content: "\e213";
}

/* line 688, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.up_arrow i:before {
  content: "\e214";
}

/* line 691, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.resize_small i:before {
  content: "\e215";
}

/* line 694, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.resize_full i:before {
  content: "\e216";
}

/* line 697, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_arrow_left i:before {
  content: "\e217";
}

/* line 700, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_arrow_right i:before {
  content: "\e218";
}

/* line 703, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_arrow_top i:before {
  content: "\e219";
}

/* line 706, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.circle_arrow_down i:before {
  content: "\e220";
}

/* line 709, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.play_button i:before {
  content: "\e221";
}

/* line 712, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.unshare i:before {
  content: "\e222";
}

/* line 715, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.share i:before {
  content: "\e223";
}

/* line 718, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.chevron-right i:before {
  content: "\e224";
}

/* line 721, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.chevron-left i:before {
  content: "\e225";
}

/* line 724, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bluetooth i:before {
  content: "\e226";
}

/* line 727, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.euro i:before {
  content: "\20AC";
}

/* line 730, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.usd i:before {
  content: "\e228";
}

/* line 733, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.gbp i:before {
  content: "\e229";
}

/* line 736, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.retweet_2 i:before {
  content: "\e230";
}

/* line 739, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.moon i:before {
  content: "\e231";
}

/* line 742, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.sun i:before {
  content: "\2609";
}

/* line 745, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cloud i:before {
  content: "\2601";
}

/* line 748, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.direction i:before {
  content: "\e234";
}

/* line 751, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.brush i:before {
  content: "\e235";
}

/* line 754, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pen i:before {
  content: "\e236";
}

/* line 757, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.zoom_in i:before {
  content: "\e237";
}

/* line 760, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.zoom_out i:before {
  content: "\e238";
}

/* line 763, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pin i:before {
  content: "\e239";
}

/* line 766, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.albums i:before {
  content: "\e240";
}

/* line 769, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.rotation_lock i:before {
  content: "\e241";
}

/* line 772, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.flash i:before {
  content: "\e242";
}

/* line 775, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.google_maps i:before {
  content: "\e243";
}

/* line 778, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.anchor i:before {
  content: "\2693";
}

/* line 781, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.conversation i:before {
  content: "\e245";
}

/* line 784, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.chat i:before {
  content: "\e246";
}

/* line 787, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.male i:before {
  content: "\e247";
}

/* line 790, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.female i:before {
  content: "\e248";
}

/* line 793, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.asterisk i:before {
  content: "\002A";
}

/* line 796, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.divide i:before {
  content: "\00F7";
}

/* line 799, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.snorkel_diving i:before {
  content: "\e251";
}

/* line 802, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.scuba_diving i:before {
  content: "\e252";
}

/* line 805, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.oxygen_bottle i:before {
  content: "\e253";
}

/* line 808, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.fins i:before {
  content: "\e254";
}

/* line 811, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.fishes i:before {
  content: "\e255";
}

/* line 814, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.boat i:before {
  content: "\e256";
}

/* line 817, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.delete i:before {
  content: "\e257";
}

/* line 820, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.sheriffs_star i:before {
  content: "\e258";
}

/* line 823, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.qrcode i:before {
  content: "\e259";
}

/* line 826, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.barcode i:before {
  content: "\e260";
}

/* line 829, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pool i:before {
  content: "\e261";
}

/* line 832, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.buoy i:before {
  content: "\e262";
}

/* line 835, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.spade i:before {
  content: "\e263";
}

/* line 838, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bank i:before {
  content: "\e264";
}

/* line 841, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vcard i:before {
  content: "\e265";
}

/* line 844, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.electrical_plug i:before {
  content: "\e266";
}

/* line 847, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.flag i:before {
  content: "\e267";
}

/* line 850, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.credit_card i:before {
  content: "\e268";
}

/* line 853, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.keyboard-wireless i:before {
  content: "\e269";
}

/* line 856, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.keyboard-wired i:before {
  content: "\e270";
}

/* line 859, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.shield i:before {
  content: "\e271";
}

/* line 862, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ring i:before {
  content: "\02DA";
}

/* line 865, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cake i:before {
  content: "\e273";
}

/* line 868, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.drink i:before {
  content: "\e274";
}

/* line 871, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.beer i:before {
  content: "\e275";
}

/* line 874, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.fast_food i:before {
  content: "\e276";
}

/* line 877, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cutlery i:before {
  content: "\e277";
}

/* line 880, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pizza i:before {
  content: "\e278";
}

/* line 883, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.birthday_cake i:before {
  content: "\e279";
}

/* line 886, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tablet i:before {
  content: "\e280";
}

/* line 889, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.settings i:before {
  content: "\e281";
}

/* line 892, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bullets i:before {
  content: "\e282";
}

/* line 895, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cardio i:before {
  content: "\e283";
}

/* line 898, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.t-shirt i:before {
  content: "\e284";
}

/* line 901, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pants i:before {
  content: "\e285";
}

/* line 904, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.sweater i:before {
  content: "\e286";
}

/* line 907, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.fabric i:before {
  content: "\e287";
}

/* line 910, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.leather i:before {
  content: "\e288";
}

/* line 913, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.scissors i:before {
  content: "\e289";
}

/* line 916, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bomb i:before {
  content: "\e290";
}

/* line 919, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.skull i:before {
  content: "\e291";
}

/* line 922, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.celebration i:before {
  content: "\e292";
}

/* line 925, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tea_kettle i:before {
  content: "\e293";
}

/* line 928, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.french_press i:before {
  content: "\e294";
}

/* line 931, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.coffe_cup i:before {
  content: "\e295";
}

/* line 934, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pot i:before {
  content: "\e296";
}

/* line 937, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.grater i:before {
  content: "\e297";
}

/* line 940, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.kettle i:before {
  content: "\e298";
}

/* line 943, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.hospital i:before {
  content: "\e299";
}

/* line 946, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.hospital_h i:before {
  content: "\e300";
}

/* line 949, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.microphone i:before {
  content: "\e301";
}

/* line 952, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.webcam i:before {
  content: "\e302";
}

/* line 955, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.temple_christianity_church i:before {
  content: "\e303";
}

/* line 958, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.temple_islam i:before {
  content: "\e304";
}

/* line 961, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.temple_hindu i:before {
  content: "\e305";
}

/* line 964, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.temple_buddhist i:before {
  content: "\e306";
}

/* line 967, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bicycle i:before {
  content: "\e307";
}

/* line 970, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.life_preserver i:before {
  content: "\e308";
}

/* line 973, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.share_alt i:before {
  content: "\e309";
}

/* line 976, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.comments i:before {
  content: "\e310";
}

/* line 979, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.flower i:before {
  content: "\2698";
}

/* line 982, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.baseball i:before {
  content: "\e312";
}

/* line 985, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.rugby i:before {
  content: "\e313";
}

/* line 988, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.ax i:before {
  content: "\e314";
}

/* line 991, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.table_tennis i:before {
  content: "\e315";
}

/* line 994, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bowling i:before {
  content: "\e316";
}

/* line 997, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tree_conifer i:before {
  content: "\e317";
}

/* line 1000, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tree_deciduous i:before {
  content: "\e318";
}

/* line 1003, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.more_items i:before {
  content: "\e319";
}

/* line 1006, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.sort i:before {
  content: "\e320";
}

/* line 1009, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.filter i:before {
  content: "\e321";
}

/* line 1012, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.gamepad i:before {
  content: "\e322";
}

/* line 1015, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.playing_dices i:before {
  content: "\e323";
}

/* line 1018, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.calculator i:before {
  content: "\e324";
}

/* line 1021, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tie i:before {
  content: "\e325";
}

/* line 1024, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.wallet i:before {
  content: "\e326";
}

/* line 1027, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.piano i:before {
  content: "\e327";
}

/* line 1030, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.sampler i:before {
  content: "\e328";
}

/* line 1033, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.podium i:before {
  content: "\e329";
}

/* line 1036, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.soccer_ball i:before {
  content: "\e330";
}

/* line 1039, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.blog i:before {
  content: "\e331";
}

/* line 1042, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.dashboard i:before {
  content: "\e332";
}

/* line 1045, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.certificate i:before {
  content: "\e333";
}

/* line 1048, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bell i:before {
  content: "\e334";
}

/* line 1051, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.candle i:before {
  content: "\e335";
}

/* line 1054, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pushpin i:before {
  content: "\e336";
}

/* line 1057, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.iphone_shake i:before {
  content: "\e337";
}

/* line 1060, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pin_flag i:before {
  content: "\e338";
}

/* line 1063, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.turtle i:before {
  content: "\e339";
}

/* line 1066, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.rabbit i:before {
  content: "\e340";
}

/* line 1069, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.globe i:before {
  content: "\e341";
}

/* line 1072, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.briefcase i:before {
  content: "\e342";
}

/* line 1075, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.hdd i:before {
  content: "\e343";
}

/* line 1078, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.thumbs_up i:before {
  content: "\e344";
}

/* line 1081, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.thumbs_down i:before {
  content: "\e345";
}

/* line 1084, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.hand_right i:before {
  content: "\e346";
}

/* line 1087, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.hand_left i:before {
  content: "\e347";
}

/* line 1090, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.hand_up i:before {
  content: "\e348";
}

/* line 1093, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.hand_down i:before {
  content: "\e349";
}

/* line 1096, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.fullscreen i:before {
  content: "\e350";
}

/* line 1099, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.shopping_bag i:before {
  content: "\e351";
}

/* line 1102, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.book_open i:before {
  content: "\e352";
}

/* line 1105, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.nameplate i:before {
  content: "\e353";
}

/* line 1108, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.nameplate_alt i:before {
  content: "\e354";
}

/* line 1111, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vases i:before {
  content: "\e355";
}

/* line 1114, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bullhorn i:before {
  content: "\e356";
}

/* line 1117, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.dumbbell i:before {
  content: "\e357";
}

/* line 1120, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.suitcase i:before {
  content: "\e358";
}

/* line 1123, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.file_import i:before {
  content: "\e359";
}

/* line 1126, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.file_export i:before {
  content: "\e360";
}

/* line 1129, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.bug i:before {
  content: "\e361";
}

/* line 1132, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.crown i:before {
  content: "\e362";
}

/* line 1135, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.smoking i:before {
  content: "\e363";
}

/* line 1138, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cloud-upload i:before {
  content: "\e364";
}

/* line 1141, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.cloud-download i:before {
  content: "\e365";
}

/* line 1144, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.restart i:before {
  content: "\e366";
}

/* line 1147, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.security_camera i:before {
  content: "\e367";
}

/* line 1150, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.expand i:before {
  content: "\e368";
}

/* line 1153, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.collapse i:before {
  content: "\e369";
}

/* line 1156, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.collapse_top i:before {
  content: "\e370";
}

/* line 1159, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.globe_af i:before {
  content: "\e371";
}

/* line 1162, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.global i:before {
  content: "\e372";
}

/* line 1165, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.spray i:before {
  content: "\e373";
}

/* line 1168, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.nails i:before {
  content: "\e374";
}

/* line 1171, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.claw_hammer i:before {
  content: "\e375";
}

/* line 1174, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.classic_hammer i:before {
  content: "\e376";
}

/* line 1177, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.hand_saw i:before {
  content: "\e377";
}

/* line 1180, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.riflescope i:before {
  content: "\e378";
}

/* line 1183, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.electrical_socket_eu i:before {
  content: "\e379";
}

/* line 1186, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.electrical_socket_us i:before {
  content: "\e380";
}

/* line 1189, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pinterest i:before {
  content: "\e381";
}

/* line 1192, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.dropbox i:before {
  content: "\e382";
}

/* line 1195, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.google_plus i:before {
  content: "\e383";
}

/* line 1198, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.jolicloud i:before {
  content: "\e384";
}

/* line 1201, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.yahoo i:before {
  content: "\e385";
}

/* line 1204, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.blogger i:before {
  content: "\e386";
}

/* line 1207, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.picasa i:before {
  content: "\e387";
}

/* line 1210, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.amazon i:before {
  content: "\e388";
}

/* line 1213, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.tumblr i:before {
  content: "\e389";
}

/* line 1216, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.wordpress i:before {
  content: "\e390";
}

/* line 1219, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.instapaper i:before {
  content: "\e391";
}

/* line 1222, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.evernote i:before {
  content: "\e392";
}

/* line 1225, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.xing i:before {
  content: "\e393";
}

/* line 1228, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.zootool i:before {
  content: "\e394";
}

/* line 1231, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.dribbble i:before {
  content: "\e395";
}

/* line 1234, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.deviantart i:before {
  content: "\e396";
}

/* line 1237, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.read_it_later i:before {
  content: "\e397";
}

/* line 1240, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.linked_in i:before {
  content: "\e398";
}

/* line 1243, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.forrst i:before {
  content: "\e399";
}

/* line 1246, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.pinboard i:before {
  content: "\e400";
}

/* line 1249, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.behance i:before {
  content: "\e401";
}

/* line 1252, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.github i:before {
  content: "\e402";
}

/* line 1255, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.youtube i:before {
  content: "\e403";
}

/* line 1258, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.skitch i:before {
  content: "\e404";
}

/* line 1261, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.foursquare i:before {
  content: "\e405";
}

/* line 1264, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.quora i:before {
  content: "\e406";
}

/* line 1267, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.badoo i:before {
  content: "\e407";
}

/* line 1270, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.spotify i:before {
  content: "\e408";
}

/* line 1273, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.stumbleupon i:before {
  content: "\e409";
}

/* line 1276, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.readability i:before {
  content: "\e410";
}

/* line 1279, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.facebook i:before {
  content: "\e411";
}

/* line 1282, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.twitter i:before {
  content: "\e412";
}

/* line 1285, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.instagram i:before {
  content: "\e413";
}

/* line 1288, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.posterous_spaces i:before {
  content: "\e414";
}

/* line 1291, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.vimeo i:before {
  content: "\e415";
}

/* line 1294, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.flickr i:before {
  content: "\e416";
}

/* line 1297, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.last_fm i:before {
  content: "\e417";
}

/* line 1300, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.rss i:before {
  content: "\e418";
}

/* line 1303, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.skype i:before {
  content: "\e419";
}

/* line 1306, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.e-mail i:before {
  content: "\e420";
}

/* line 1309, app/assets/stylesheets/vendor/font_glyphicons.scss */
.glyphicons.earphone i:before {
  content: "\e443";
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 25, 2014 */
@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-thin-webfont.eot);
  src: url(/pfdintextpro-thin-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-thin-webfont.woff) format("woff"), url(/pfdintextpro-thin-webfont.ttf) format("truetype"), url(/pfdintextpro-thin-webfont.svg#pf_dintext_prothin) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-light-webfont.eot);
  src: url(/pfdintextpro-light-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-light-webfont.woff) format("woff"), url(/pfdintextpro-light-webfont.ttf) format("truetype"), url(/pfdintextpro-light-webfont.svg#pf_dintext_prolight) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-regular-webfont.eot);
  src: url(/pfdintextpro-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-regular-webfont.woff) format("woff"), url(/pfdintextpro-regular-webfont.ttf) format("truetype"), url(/pfdintextpro-regular-webfont.svg#pf_dintext_proregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-medium-webfont.eot);
  src: url(/pfdintextpro-medium-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-medium-webfont.woff) format("woff"), url(/pfdintextpro-medium-webfont.ttf) format("truetype"), url(/pfdintextpro-medium-webfont.svg#pf_dintext_promedium) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-bold-webfont.eot);
  src: url(/pfdintextpro-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-bold-webfont.woff) format("woff"), url(/pfdintextpro-bold-webfont.ttf) format("truetype"), url(/pfdintextpro-bold-webfont.svg#pf_dintext_probold) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-boldital-webfont.eot);
  src: url(/pfdintextpro-boldital-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-boldital-webfont.woff) format("woff"), url(/pfdintextpro-boldital-webfont.ttf) format("truetype"), url(/pfdintextpro-boldital-webfont.svg#pf_dintext_probold_italic) format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-meditalic-webfont.eot);
  src: url(/pfdintextpro-meditalic-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-meditalic-webfont.woff) format("woff"), url(/pfdintextpro-meditalic-webfont.ttf) format("truetype"), url(/pfdintextpro-meditalic-webfont.svg#pf_dintext_promedium_italic) format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-italic-webfont.eot);
  src: url(/pfdintextpro-italic-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-italic-webfont.woff) format("woff"), url(/pfdintextpro-italic-webfont.ttf) format("truetype"), url(/pfdintextpro-italic-webfont.svg#pf_dintext_proitalic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-lightitalic-webfont.eot);
  src: url(/pfdintextpro-lightitalic-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-lightitalic-webfont.woff) format("woff"), url(/pfdintextpro-lightitalic-webfont.ttf) format("truetype"), url(/pfdintextpro-lightitalic-webfont.svg#pf_dintext_prolight_italic) format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'DIN';
  src: url(/pfdintextpro-thinitalic-webfont.eot);
  src: url(/pfdintextpro-thinitalic-webfont.eot?#iefix) format("embedded-opentype"), url(/pfdintextpro-thinitalic-webfont.woff) format("woff"), url(/pfdintextpro-thinitalic-webfont.ttf) format("truetype"), url(/pfdintextpro-thinitalic-webfont.svg#pf_dintext_prothin_italic) format("svg");
  font-weight: 200;
  font-style: italic;
}

@-webkit-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-o-keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes $animationName {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* line 19, app/assets/stylesheets/vendor/spinner.scss */
.price-tag.pair {
  position: relative;
}

/* line 23, app/assets/stylesheets/vendor/spinner.scss */
.air-spinner {
  position: relative;
  height: 80px;
  margin-top: -20px;
  text-align: center;
}

/* line 30, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner {
  position: absolute;
  top: 20px;
  right: 47px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

/* line 38, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  -webkit-animation: rotato 1s linear infinite;
  -o-animation: rotato 1s linear infinite;
  animation: rotato 1s linear infinite;
}

/* line 56, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffea00;
  -webkit-animation: rotator 1s linear infinite;
  -o-animation: rotator 1s linear infinite;
  animation: rotator 1s linear infinite;
}

/* line 75, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner.small {
  top: -13px;
  right: 17px;
}

/* line 79, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner.small:before {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
}

/* line 87, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner.small:after {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 96, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner.large {
  right: 50%;
  left: auto;
  width: 60px;
  margin-right: -30px;
}

/* line 102, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner.large:before {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 110, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner.large:after {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 119, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner {
  position: absolute;
  top: -10px;
  right: 60px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

/* line 127, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -webkit-animation: rotato 1s linear infinite;
  -o-animation: rotato 1s linear infinite;
  animation: rotato 1s linear infinite;
}

/* line 145, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
  border: 3px solid rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #ffea00;
  -webkit-animation: rotator 1s linear infinite;
  -o-animation: rotator 1s linear infinite;
  animation: rotator 1s linear infinite;
}

/* line 164, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner.small {
  top: -13px;
  right: 30px;
}

/* line 168, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner.small:before {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 176, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner.small:after {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 185, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner.large {
  right: 50%;
  left: auto;
  width: 60px;
  margin-right: -30px;
}

/* line 191, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner.large:before {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 199, app/assets/stylesheets/vendor/spinner.scss */
.tag-spinner .air-tag-spinner.large:after {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* @group Base */
/* line 5, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}

/* line 11, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

/* line 30, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 35, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 42, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 54, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 74, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 81, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 84, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 93, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 97, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 100, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 107, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 0px 2px;
}

/* line 114, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 121, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 135, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 140, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 149, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 158, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 166, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 170, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 175, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 180, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 185, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 190, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 193, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 203, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 215, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 218, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 222, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 238, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 254, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 257, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 266, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 271, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 278, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 280, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 285, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 289, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 299, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 304, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 313, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 316, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 321, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 324, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 332, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 335, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 338, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 345, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 347, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 351, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 356, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 359, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 363, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 367, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 369, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 372, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 375, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 381, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 385, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 389, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 392, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 398, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 402, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 413, ../usr/local/bundle/ruby/2.7.0/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-f811c9f3282470438df5d1b7fe6faf244a0a17124591b467957a91634aac16e8.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 17, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 31, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  /* line 35, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 39, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 43, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 47, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 62, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 65, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 69, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 72, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 76, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 81, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 89, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 94, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 108, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 113, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 116, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 119, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

/* line 124, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 127, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 130, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 133, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 136, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 139, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 142, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 145, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 148, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 151, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 154, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 157, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 160, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 163, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 166, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 179, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 192, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #f00 0px 0px 1.5px 1px;
}

/* line 195, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 200, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 203, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 207, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 210, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 214, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 221, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 226, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 232, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor
.attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 236, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 240, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 244, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 247, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 250, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 253, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 256, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 266, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 269, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 285, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 293, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 296, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 309, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 312, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 315, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 318, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 331, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 345, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 348, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 351, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 354, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 366, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 374, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 379, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 382, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 387, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 391, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 397, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content [dir="rtl"] blockquote,
.trix-content blockquote[dir="rtl"] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 404, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 407, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content [dir="rtl"] li {
  margin-right: 1em;
}

/* line 410, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 421, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 425, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 430, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 434, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 438, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 441, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content
.attachment__caption
.attachment__name
+ .attachment__size::before {
  content: " · ";
}

/* line 447, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 451, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 456, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 464, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 469, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 474, ../usr/local/bundle/ruby/2.7.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 3, app/assets/stylesheets/main.scss */
.container {
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/main.scss */
.card {
  margin-bottom: 20px;
  border-radius: 4px;
}

/* line 11, app/assets/stylesheets/main.scss */
.card-body {
  border: 2px #cfcfcf solid;
  border-radius: 12px;
  padding: 15px;
  background-color: rgba(216, 216, 189, 0.8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* line 20, app/assets/stylesheets/main.scss */
.label-300,
.label-500 {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

/* line 28, app/assets/stylesheets/main.scss */
.label-500 {
  max-width: 500px;
}

/* line 35, app/assets/stylesheets/main.scss */
.table.alternate-rooms > thead > tr > th, .table.alternate-rooms > tbody > tr > td, .table.flight-segments > thead > tr > th, .table.flight-segments > tbody > tr > td {
  font-size: 14px;
}

/* line 42, app/assets/stylesheets/main.scss */
.table th.center,
.table td.center {
  text-align: center;
}

/* line 45, app/assets/stylesheets/main.scss */
.table th.right,
.table td.right {
  text-align: right;
}

/* line 50, app/assets/stylesheets/main.scss */
.table tr.sub-header td {
  background: #FAFAFA;
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/main.scss */
h1 .label,
h2 .label,
h3 .label {
  padding: 0.3em 0.6em;
  font-weight: 500;
}

/* line 64, app/assets/stylesheets/main.scss */
h1.top,
h2.top,
h3.top {
  margin-top: 0px;
}

/* line 67, app/assets/stylesheets/main.scss */
h1.underline,
h2.underline,
h3.underline {
  background: #FAFAFA;
  padding: 5px 0px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

/* line 76, app/assets/stylesheets/main.scss */
.dl-horizontal.left dt {
  text-align: left;
  width: 40%;
}

/* line 80, app/assets/stylesheets/main.scss */
.dl-horizontal.left dd {
  margin-left: 32%;
}

/* line 85, app/assets/stylesheets/main.scss */
h2.heading {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 94, app/assets/stylesheets/main.scss */
h1 .label-outline,
h2 .label-outline,
h3 .label-outline {
  font-size: 75%;
  padding: 0.2em 0.5em;
}

/* line 101, app/assets/stylesheets/main.scss */
#nearby_destinations_table .row:before {
  display: none !important;
}

/* line 105, app/assets/stylesheets/main.scss */
input[name="location-search"] {
  width: 100%;
}

/* line 108, app/assets/stylesheets/main.scss */
.location-search {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 112, app/assets/stylesheets/main.scss */
.new-destination-img {
  margin-top: 100px;
}

/* line 116, app/assets/stylesheets/main.scss */
.form-group.date {
  display: flex;
  flex-wrap: wrap;
}

/* line 117, app/assets/stylesheets/main.scss */
.form-group.date label {
  width: 100%;
}

/* line 122, app/assets/stylesheets/main.scss */
.form-group.date select {
  flex: 1;
  margin-right: 10px;
}

/* line 125, app/assets/stylesheets/main.scss */
.form-group.date select:last-of-type {
  margin-right: 0;
}

/* line 131, app/assets/stylesheets/main.scss */
.form-group.boolean {
  margin-top: 23px;
  display: flex;
  align-items: center;
  height: 34px;
}

/* line 137, app/assets/stylesheets/main.scss */
.scroll-box-ui {
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 4px 8px;
  background: #fafafa;
  margin-top: 4px;
}

/* line 1, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-map {
  font: 12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 8, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canary {
  background-color: salmon;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 34, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

/* line 38, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-interactive:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* line 45, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* line 52, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate {
  touch-action: pan-x pan-y;
}

/* line 55, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan {
  touch-action: pinch-zoom;
}

/* line 63, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

/* line 68, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan {
  touch-action: none;
}

/* line 71, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

/* line 77, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

/* line 83, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

/* line 88, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

/* line 93, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 98, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

/* line 103, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

/* line 109, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

/* line 114, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

/* line 119, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

/* line 124, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

/* line 129, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

/* line 133, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 139, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

/* line 150, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

@media (-ms-high-contrast: active) {
  /* line 157, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}

/* line 163, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

/* line 171, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media (-ms-high-contrast: active) {
  /* line 178, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  /* line 182, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}

/* line 187, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

/* line 192, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

/* line 195, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: .25;
}

/* line 200, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 206, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

/* line 210, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

/* line 214, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 218, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 222, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

/* line 228, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

/* line 232, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 236, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

/* line 240, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}

/* line 244, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

/* line 249, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

/* line 253, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
}

/* line 257, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

/* line 261, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

/* line 265, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

/* line 269, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
}

/* line 273, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  -webkit-animation: mapboxgl-spin 2s linear infinite;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  /* line 285, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  /* line 289, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 297, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  /* line 301, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: active) {
  /* line 309, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  /* line 313, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 321, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  /* line 325, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: active) {
  /* line 332, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 338, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: active) {
  /* line 345, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  /* line 349, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
  /* line 353, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  /* line 357, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  /* line 361, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
  /* line 365, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 373, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  /* line 377, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
}

@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}

@-moz-keyframes mapboxgl-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(1turn);
  }
}

@-o-keyframes mapboxgl-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(1turn);
  }
}

@-ms-keyframes mapboxgl-spin {
  /* line 414, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  0% {
    -ms-transform: rotate(0deg);
  }
  /* line 418, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  to {
    -ms-transform: rotate(1turn);
  }
}

@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 433, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(/%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(/%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
}

/* line 443, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  /* line 449, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(/%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(/%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
  }
}

@media (-ms-high-contrast: black-on-white) {
  /* line 456, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(/%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(/%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E");
  }
}

/* line 461, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media screen {
  /* line 468, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px;
  }
  /* line 476, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px;
  }
  /* line 483, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px;
  }
  /* line 489, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  /* line 493, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  /* line 497, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    content: "";
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
  }
  /* line 510, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  /* line 515, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }
  /* line 520, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }
  /* line 525, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active) {
  /* line 532, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  /* line 538, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
  }
}

/* line 544, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

/* line 548, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

/* line 554, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

/* line 560, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-attrib-empty {
  display: none;
}

/* line 564, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

/* line 574, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

/* line 584, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 589, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 594, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 599, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 604, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

/* line 611, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

/* line 618, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

/* line 626, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

/* line 634, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

/* line 641, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

/* line 649, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

/* line 657, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

/* line 664, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

/* line 671, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

/* line 680, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 685, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

/* line 694, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

/* line 698, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

/* line 702, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

/* line 706, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

/* line 710, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-track-pointer {
  display: none;
}

/* line 713, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}

/* line 720, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

/* line 724, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

/* line 729, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

/* line 736, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/* line 742, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

/* line 755, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-ms-keyframes mapboxgl-user-location-dot-pulse {
  /* line 787, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }
  /* line 792, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  70% {
    -ms-transform: scale(3);
    opacity: 0;
  }
  /* line 797, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 820, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

/* line 823, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-dot-stale:after {
  display: none;
}

/* line 828, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

/* line 835, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-crosshair {
  cursor: crosshair;
}

/* line 838, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-crosshair .mapboxgl-interactive {
  cursor: crosshair;
}

/* line 841, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

/* line 847, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: .5;
}

@media print {
  /* line 859, ../usr/local/bundle/ruby/2.7.0/gems/mapbox-gl-rails-1.10.1/app/assets/stylesheets/mapbox-gl.scss */
  .mapbox-improve-map {
    display: none;
  }
}

/* line 1, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}

/* line 13, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}

/* line 20, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}

/* line 24, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}

/* line 28, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}

/* line 32, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  outline: 0;
}

/* line 42, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}

/* line 46, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

/* line 56, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

/* line 60, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

/* line 64, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

/* line 68, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

/* line 72, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

/* line 76, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

/* line 80, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

/* line 84, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

/* line 88, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

/* line 92, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

/* line 96, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

/* line 100, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

/* line 104, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
.glyphicon-quote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -3px;
  max-height: 100%;
}

/* line 114, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
.glyphicon-quote:after {
  content: "\0000a0";
}

/* line 12, app/assets/stylesheets/admin/_main.scss */
form p.hint-block {
  margin: 5px 0 0 0;
  color: gray;
  font-size: 12px;
  line-height: 1;
}

/* line 20, app/assets/stylesheets/admin/_main.scss */
.trunc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: truncate;
}

/* line 26, app/assets/stylesheets/admin/_main.scss */
a.streak-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(135deg, #ff9805, #f64c55);
  padding: 1px;
  border-radius: 3px;
  width: 23px;
  height: 23px;
}

/* line 35, app/assets/stylesheets/admin/_main.scss */
a.streak-link img {
  border-radius: 2px;
  overflow: hidden;
  height: 21px;
  width: 21px;
}

/* line 41, app/assets/stylesheets/admin/_main.scss */
a.streak-link span {
  font-weight: 500;
  color: white;
  text-align: center;
}

/* line 48, app/assets/stylesheets/admin/_main.scss */
select.search-select {
  height: 30px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 53, app/assets/stylesheets/admin/_main.scss */
.select2-container .select2-selection--single {
  height: 30px !important;
}

/* line 58, app/assets/stylesheets/admin/_main.scss */
.select2-results li b {
  background: yellow;
}

/* line 61, app/assets/stylesheets/admin/_main.scss */
.select2-results li.select2-results__option--highlighted b {
  background: inherit;
}

/* line 67, app/assets/stylesheets/admin/_main.scss */
div.virtuoso-content .label {
  font-size: 100%;
  margin-bottom: 0.25em;
}

/* line 74, app/assets/stylesheets/admin/_main.scss */
.table.virtuoso-content td:first-child {
  white-space: nowrap;
}

/* line 79, app/assets/stylesheets/admin/_main.scss */
.virtuoso-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

/* line 87, app/assets/stylesheets/admin/_main.scss */
.virtuoso-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* line 91, app/assets/stylesheets/admin/_main.scss */
.virtuoso-grid .list-item {
  border: 1px solid #ccc;
  display: flex;
  padding: 0.5em;
  margin-bottom: 20px;
}

/* line 104, app/assets/stylesheets/admin/_main.scss */
table.pending-reviews tr.reviewed {
  background: rgba(0, 128, 0, 0.1) !important;
}

/* line 106, app/assets/stylesheets/admin/_main.scss */
table.pending-reviews tr.reviewed td {
  opacity: 0.65;
}

/* line 110, app/assets/stylesheets/admin/_main.scss */
table.pending-reviews .current {
  color: black;
}

/* line 113, app/assets/stylesheets/admin/_main.scss */
table.pending-reviews .previous {
  color: gray;
}

/* line 116, app/assets/stylesheets/admin/_main.scss */
table.pending-reviews .changeset > div {
  white-space: nowrap;
}

/* line 118, app/assets/stylesheets/admin/_main.scss */
table.pending-reviews .changeset > div:first-child {
  margin-bottom: 5px;
}

/* line 124, app/assets/stylesheets/admin/_main.scss */
table.pending-reviews .changed.current {
  color: green;
}

/* line 127, app/assets/stylesheets/admin/_main.scss */
table.pending-reviews .changed.previous {
  color: red;
}

/* line 133, app/assets/stylesheets/admin/_main.scss */
.tablesorter input {
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 138, app/assets/stylesheets/admin/_main.scss */
a.active {
  font-weight: bold;
}

/* line 142, app/assets/stylesheets/admin/_main.scss */
.loading {
  background: lightyellow;
  opacity: 0.7;
}

/* line 147, app/assets/stylesheets/admin/_main.scss */
.property_image-thumbnail {
  width: 120px;
  height: 75px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

/* line 154, app/assets/stylesheets/admin/_main.scss */
.property_image-thumbnail:hover .delete-link {
  display: block;
}

/* line 166, app/assets/stylesheets/admin/_main.scss */
.grayscale {
  filter: grayscale(100%);
}

/* line 170, app/assets/stylesheets/admin/_main.scss */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* line 178, app/assets/stylesheets/admin/_main.scss */
.change-before {
  color: #f55e4e;
}

/* line 181, app/assets/stylesheets/admin/_main.scss */
.change-after {
  color: #57a55c;
}

/* line 185, app/assets/stylesheets/admin/_main.scss */
.text-neg {
  color: #f55e4e;
}

/* line 188, app/assets/stylesheets/admin/_main.scss */
.text-pos {
  color: #57a55c;
}

/* line 192, app/assets/stylesheets/admin/_main.scss */
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 197, app/assets/stylesheets/admin/_main.scss */
.strong {
  font-weight: 600;
}

/* line 201, app/assets/stylesheets/admin/_main.scss */
span.disabled {
  opacity: 0.5;
}

/* line 205, app/assets/stylesheets/admin/_main.scss */
tr.disabled {
  text-decoration: line-through;
}

/* line 207, app/assets/stylesheets/admin/_main.scss */
tr.disabled td {
  opacity: 0.5;
}

/* line 214, app/assets/stylesheets/admin/_main.scss */
tr.inactive td {
  opacity: 0.75;
  background: rgba(255, 0, 0, 0.1);
}

/* line 222, app/assets/stylesheets/admin/_main.scss */
table tr td.vcenter {
  vertical-align: middle;
}

/* line 229, app/assets/stylesheets/admin/_main.scss */
ol.breadcrumb li.pull-right {
  white-space: nowrap;
}

/* line 231, app/assets/stylesheets/admin/_main.scss */
ol.breadcrumb li.pull-right:before {
  content: "";
}

/* line 237, app/assets/stylesheets/admin/_main.scss */
ol.breadcrumb.clean li:before {
  content: "";
}

/* line 245, app/assets/stylesheets/admin/_main.scss */
span.label.label-default, span.label.label-primary, span.label.label-success, span.label.label-info, span.label.label-warning, span.label.label-danger {
  color: white;
}

/* line 256, app/assets/stylesheets/admin/_main.scss */
span.label.label-50 {
  width: 50px;
}

/* line 259, app/assets/stylesheets/admin/_main.scss */
span.label.label-base {
  padding: 0.4rem 0.7rem;
  font-size: 100%;
}

/* line 265, app/assets/stylesheets/admin/_main.scss */
h4.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 271, app/assets/stylesheets/admin/_main.scss */
.streak-stage {
  display: inline-block;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 16px;
}

/* line 279, app/assets/stylesheets/admin/_main.scss */
.index-streak-stage {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 287, app/assets/stylesheets/admin/_main.scss */
.index-streak-stage a {
  color: inherit;
}

/* line 292, app/assets/stylesheets/admin/_main.scss */
.tooltip-class {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  background: rgba(0, 0, 0, 0);
  color: white;
  font: 14px arial, san serif;
  text-align: left;
  white-space: nowrap;
  padding: 5px;
  min-width: 100px;
  z-index: 10000;
}

/* line 308, app/assets/stylesheets/admin/_main.scss */
.jqsfield {
  color: white;
  display: inline-block;
  font: 14px arial, san serif;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  border: 1px solid white;
  border-radius: 3px;
  min-width: 20px;
  min-height: 12px;
}

/* line 321, app/assets/stylesheets/admin/_main.scss */
.preset-links {
  text-align: right;
}

/* line 323, app/assets/stylesheets/admin/_main.scss */
.preset-links a {
  border: 1px solid gray;
  padding: 5px;
  margin: 5px;
}

/* line 327, app/assets/stylesheets/admin/_main.scss */
.preset-links a:hover {
  background: #FAFAFA;
}

/* line 335, app/assets/stylesheets/admin/_main.scss */
td.center,
th.center {
  text-align: center;
}

/* line 338, app/assets/stylesheets/admin/_main.scss */
td.right,
th.right {
  text-align: right;
}

/* line 341, app/assets/stylesheets/admin/_main.scss */
td.middle,
th.middle {
  vertical-align: middle !important;
}

/* line 346, app/assets/stylesheets/admin/_main.scss */
ul.columns-3 {
  columns: 3;
  list-style: none;
  padding-left: 0;
}

/* line 352, app/assets/stylesheets/admin/_main.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 10px;
}

/* line 358, app/assets/stylesheets/admin/_main.scss */
.nav-tabs a:hover {
  cursor: pointer;
}

/* line 362, app/assets/stylesheets/admin/_main.scss */
.nav-tabs-compact {
  font-size: 10px;
  font-family: "Roboto Mono", monospace;
}

/* line 366, app/assets/stylesheets/admin/_main.scss */
.nav-tabs-compact > li > a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  white-space: nowrap;
}

/* line 374, app/assets/stylesheets/admin/_main.scss */
.tab-spacer {
  padding: 9px 0 8px;
  margin-bottom: 10px;
}

/* line 377, app/assets/stylesheets/admin/_main.scss */
.tab-spacer:after {
  opacity: 0;
  content: "XXX";
}

/* line 387, app/assets/stylesheets/admin/_main.scss */
.multi_airport td {
  background: rgba(0, 0, 255, 0.15);
  font-weight: bold;
}

/* line 392, app/assets/stylesheets/admin/_main.scss */
.large_airport td {
  background: rgba(87, 165, 92, 0.3);
}

/* line 397, app/assets/stylesheets/admin/_main.scss */
.tab-pane {
  padding-top: 10px;
}

/* line 402, app/assets/stylesheets/admin/_main.scss */
#sabre_amenities .strike {
  color: #f55e4e;
}

/* line 407, app/assets/stylesheets/admin/_main.scss */
.template-message-display {
  margin-top: 20px;
  border: 1px solid #CCCCCC;
  height: 300px;
  overflow: scroll;
  padding: 10px;
  border-radius: 3px;
}

/* line 422, app/assets/stylesheets/admin/_main.scss */
.alert.alert-alert {
  margin-top: 10px;
  border-color: red;
  color: red;
  background: rgba(255, 0, 0, 0.2);
}

/* line 428, app/assets/stylesheets/admin/_main.scss */
.alert.alert-notice {
  margin-top: 10px;
  border-color: green;
  color: green;
  background: rgba(0, 128, 0, 0.2);
}

/* line 437, app/assets/stylesheets/admin/_main.scss */
.wysihtml5-toolbar .btn {
  background: #FAFAFA;
}

/* line 442, app/assets/stylesheets/admin/_main.scss */
.error {
  color: red;
}

/* line 446, app/assets/stylesheets/admin/_main.scss */
.label {
  font-weight: 500;
}

/* line 449, app/assets/stylesheets/admin/_main.scss */
.label.label-lark {
  background-color: #803dba;
  color: #FFFFFF;
}

/* line 453, app/assets/stylesheets/admin/_main.scss */
.label.label-virtuoso {
  background-color: #f47e38;
  color: #FFFFFF;
}

/* line 457, app/assets/stylesheets/admin/_main.scss */
.label.label-ovation {
  background-color: #5f90cb;
  color: #FFFFFF;
}

/* line 463, app/assets/stylesheets/admin/_main.scss */
.nowrap {
  white-space: nowrap;
}

/* line 468, app/assets/stylesheets/admin/_main.scss */
table.table tr.virtuoso {
  background-color: rgba(128, 61, 186, 0.25);
}

/* line 471, app/assets/stylesheets/admin/_main.scss */
table.table tr.unavailable {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: line-through;
}

/* line 475, app/assets/stylesheets/admin/_main.scss */
table.table tr.room-row {
  border-top: 2px solid black;
}

/* line 478, app/assets/stylesheets/admin/_main.scss */
table.table td.no-cancel {
  color: red;
}

/* line 481, app/assets/stylesheets/admin/_main.scss */
table.table td.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 75px;
}

/* line 489, app/assets/stylesheets/admin/_main.scss */
table.table tr.nightly-rate td {
  background-color: rgba(128, 61, 186, 0.15);
}

/* line 497, app/assets/stylesheets/admin/_main.scss */
table.table tr.expired-room,
table.table tr.expired-rate,
table.table tr.expired {
  text-decoration: line-through;
  background-color: rgba(245, 94, 78, 0.25);
}

/* line 506, app/assets/stylesheets/admin/_main.scss */
.room-name {
  font-weight: 600;
}

/* line 510, app/assets/stylesheets/admin/_main.scss */
.room-description {
  margin-top: 5px;
}

/* line 512, app/assets/stylesheets/admin/_main.scss */
.room-description a {
  color: #2D2D2D;
}

/* line 517, app/assets/stylesheets/admin/_main.scss */
.room-url,
.room-image {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

/* line 525, app/assets/stylesheets/admin/_main.scss */
.room-image {
  width: 120px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

/* line 531, app/assets/stylesheets/admin/_main.scss */
.room-image a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 540, app/assets/stylesheets/admin/_main.scss */
.space-1-above {
  margin-top: 10px;
}

/* line 544, app/assets/stylesheets/admin/_main.scss */
i.fas {
  margin-right: 2px;
}

/* line 549, app/assets/stylesheets/admin/_main.scss */
.editable-input input.form-control {
  width: 500px;
}

/* line 552, app/assets/stylesheets/admin/_main.scss */
.editable-input textarea.form-control {
  width: 500px;
  height: 60px;
}

/* line 558, app/assets/stylesheets/admin/_main.scss */
.slide-thumbnail {
  width: 120px;
  height: 75px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #CCCCCC;
  margin: 0 5px 5px 0;
  float: left;
  position: relative;
}

/* line 567, app/assets/stylesheets/admin/_main.scss */
.slide-thumbnail.place {
  width: 100%;
  height: auto;
  padding-top: 66%;
}

/* line 573, app/assets/stylesheets/admin/_main.scss */
.slide-thumbnail:hover .delete-link {
  display: block;
}

/* line 579, app/assets/stylesheets/admin/_main.scss */
#slides .slide-thumbnail:nth-child(n + 9) {
  border-color: red;
}

/* line 582, app/assets/stylesheets/admin/_main.scss */
#slides .slide-thumbnail:nth-child(n + 9):before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background: red;
  opacity: 0.45;
}

/* line 595, app/assets/stylesheets/admin/_main.scss */
#slides .slide-thumbnail:nth-child(n + 9):hover:before {
  opacity: 0;
}

/* line 601, app/assets/stylesheets/admin/_main.scss */
.delete-link {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  color: transparent;
  background: red;
  display: none;
  z-index: 5;
}

/* line 612, app/assets/stylesheets/admin/_main.scss */
.delete-link:active, .delete-link:hover {
  color: transparent;
}

/* line 616, app/assets/stylesheets/admin/_main.scss */
.delete-link:before {
  position: absolute;
  line-height: 21px;
  font-size: 18px;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  content: "×";
  color: white;
  font-weight: 400;
  text-align: center;
}

/* line 631, app/assets/stylesheets/admin/_main.scss */
.tag-list {
  margin-bottom: 15px;
  font-size: 16px;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.tag-list:before, .tag-list:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.tag-list:after {
  clear: both;
}

/* line 635, app/assets/stylesheets/admin/_main.scss */
.tag-list .label {
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  padding: 3px 8px;
}

/* line 640, app/assets/stylesheets/admin/_main.scss */
.tag-list .label .count {
  display: inline-block;
  background: #FFFFFF;
  color: #2D2D2D;
  height: 13px;
  min-width: 13px;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  border-radius: 6.5px;
  padding: 1px 4px;
}

/* line 655, app/assets/stylesheets/admin/_main.scss */
.label.label-image {
  background: linear-gradient(to bottom, rgba(239, 246, 249, 0.6) 0%, rgba(144, 191, 240, 0.6) 50%, rgba(119, 198, 93, 0.6) 62%, rgba(72, 99, 66, 0.6) 97%, rgba(32, 124, 47, 0.6) 100%);
  /* W3C */
  border: 1px solid gray;
  color: black;
  display: inline-block;
  line-height: 10px;
}

/* line 671, app/assets/stylesheets/admin/_main.scss */
ul.hotel-thumbnail-list {
  margin: 0px;
  padding: 0px;
  display: block;
}

/* line 675, app/assets/stylesheets/admin/_main.scss */
ul.hotel-thumbnail-list li {
  list-style: none;
  float: left;
  margin: 0 6px 6px 0;
  padding: 5px;
  border: 1px solid #CCCCCC;
}

/* line 681, app/assets/stylesheets/admin/_main.scss */
ul.hotel-thumbnail-list li div {
  width: 120px;
  height: 70px;
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
}

/* line 691, app/assets/stylesheets/admin/_main.scss */
.image-sizes-cell input[type="text"] {
  width: 50%;
}

/* line 700, app/assets/stylesheets/admin/_main.scss */
.stay-container {
  overflow-x: scroll;
}

/* line 702, app/assets/stylesheets/admin/_main.scss */
.stay-container > div {
  width: 1420px;
}

/* line 708, app/assets/stylesheets/admin/_main.scss */
.stay-year,
.stay-calendar {
  display: block;
  font-size: 10px;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.stay-year:before, .stay-year:after,
.stay-calendar:before,
.stay-calendar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.stay-year:after,
.stay-calendar:after {
  clear: both;
}

/* line 713, app/assets/stylesheets/admin/_main.scss */
.stay-year .stay-month,
.stay-calendar .stay-month {
  display: inline-block;
  float: left;
  margin-right: 2px;
  text-align: center;
}

/* line 720, app/assets/stylesheets/admin/_main.scss */
.stay-year .stay-legend,
.stay-calendar .stay-legend {
  display: inline-block;
  width: 50px;
  float: left;
}

/* line 725, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay,
.stay-calendar span.stay {
  display: inline-block;
  width: 4px;
  height: 11px;
  border: 1px solid #CCCCCC;
  border-right: none;
  margin: 0px;
  float: left;
}

/* line 735, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.month-end,
.stay-calendar span.stay.month-end {
  border-right: 1px solid #CCCCCC;
}

/* line 739, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.month-start,
.stay-calendar span.stay.month-start {
  margin-left: 2px;
}

/* line 743, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.sat, .stay-year span.stay.sun,
.stay-calendar span.stay.sat,
.stay-calendar span.stay.sun {
  background: #e6e6e6;
}

/* line 748, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.available,
.stay-calendar span.stay.available {
  background: white;
}

/* line 750, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.available.sat, .stay-year span.stay.available.sun,
.stay-calendar span.stay.available.sat,
.stay-calendar span.stay.available.sun {
  background: #e6e6e6;
}

/* line 756, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.today,
.stay-calendar span.stay.today {
  margin-left: 2px;
}

/* line 760, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.past,
.stay-calendar span.stay.past {
  background: #EEEEEE;
}

/* line 762, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.past.sat, .stay-year span.stay.past.sun,
.stay-calendar span.stay.past.sat,
.stay-calendar span.stay.past.sun {
  background: #d5d5d5;
}

/* line 767, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.error,
.stay-calendar span.stay.error {
  background: #000000;
}

/* line 770, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.pending,
.stay-calendar span.stay.pending {
  background: #ffea00;
}

/* line 776, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.ready,
.stay-calendar span.stay.ready {
  background: rgba(77, 184, 255, 0.5);
}

/* line 781, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.ready.sat, .stay-year span.stay.ready.sun,
.stay-calendar span.stay.ready.sat,
.stay-calendar span.stay.ready.sun {
  background: rgba(0, 138, 230, 0.5);
}

/* line 786, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.unavailable,
.stay-calendar span.stay.unavailable {
  background: #f55e4e;
}

/* line 792, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.priced,
.stay-calendar span.stay.priced {
  background: #57a55c;
}

/* line 794, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay.priced.sat, .stay-year span.stay.priced.sun,
.stay-calendar span.stay.priced.sat,
.stay-calendar span.stay.priced.sun {
  background: #3d7340;
}

/* line 800, app/assets/stylesheets/admin/_main.scss */
.stay-year span.stay:last-child,
.stay-calendar span.stay:last-child {
  border-right: 1px solid #CCCCCC;
}

/* line 806, app/assets/stylesheets/admin/_main.scss */
.user-identity {
  margin: 15px 0;
}

/* line 809, app/assets/stylesheets/admin/_main.scss */
.user-identity h3 {
  margin: 0px;
  padding: 0px;
  line-height: 100px;
  padding-left: 20px;
}

/* line 817, app/assets/stylesheets/admin/_main.scss */
table > tbody > tr.marketer-row {
  background: #eeeeee;
}

/* line 826, app/assets/stylesheets/admin/_main.scss */
.alphabet-picker {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

/* line 830, app/assets/stylesheets/admin/_main.scss */
.alphabet-picker > span {
  flex: 0;
  padding: 0 5px;
  margin: 2px 2px 0 0;
  border: 1px solid #CCCCCC;
}

/* line 835, app/assets/stylesheets/admin/_main.scss */
.alphabet-picker > span.active {
  background: #EEEEEE;
}

/* line 837, app/assets/stylesheets/admin/_main.scss */
.alphabet-picker > span.active > a {
  font-weight: bold;
}

/* line 841, app/assets/stylesheets/admin/_main.scss */
.alphabet-picker > span > a {
  color: black;
}

/* line 1, app/assets/stylesheets/admin/_sortable.scss */
body.dragging, body.dragging * {
  cursor: move !important;
}

/* line 5, app/assets/stylesheets/admin/_sortable.scss */
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

/* line 10, app/assets/stylesheets/admin/_sortable.scss */
ol.sortable {
  list-style: none;
  padding-left: 0px;
}

/* line 14, app/assets/stylesheets/admin/_sortable.scss */
ol.sortable div.row > div {
  line-height: 22px;
}

/* line 19, app/assets/stylesheets/admin/_sortable.scss */
ol.sortable li.placeholder {
  position: relative;
  /** More li styles **/
}

/* line 23, app/assets/stylesheets/admin/_sortable.scss */
ol.sortable li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

/* line 28, app/assets/stylesheets/admin/_sortable.scss */
li.ui-sortable-handle {
  cursor: move;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
}

/* line 38, app/assets/stylesheets/admin/_sortable.scss */
.tablesorter-filter-row input {
  width: 100%;
}

/* line 3, app/assets/stylesheets/admin/_amenities.scss */
.hotel-amenities-table table th, .hotel-amenities-table table td {
  padding: 3px;
}

/* line 5, app/assets/stylesheets/admin/_amenities.scss */
.hotel-amenities-table table th .form-group, .hotel-amenities-table table td .form-group {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .presets {
  list-style: none;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 18, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .presets li {
  display: inline;
  color: #666;
  margin-right: 10px;
  width: 13%;
  padding-top: 15px;
  padding-left: 25px;
  font-size: 1vw;
  background: #fff;
  padding-right: 25px;
  padding-bottom: 10px;
  cursor: pointer;
  top: 0.1vw;
  position: relative;
  right: 39px;
  box-shadow: 1px 1px 1px 2px #aaa;
}

/* line 35, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .presets li.current, .admin-amenities .presets li.default {
  background: #8a38c4;
  color: #fff;
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .presets .half {
  margin-left: 42%;
}

/* line 44, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .tab, .admin-amenities .preset {
  display: none;
  padding-top: 20px;
  position: relative;
  left: 1px;
}

/* line 50, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .preset.current {
  display: inherit;
  background: #fff;
}

/* line 55, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities table .right {
  padding-left: 50px;
}

/* line 59, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .default_form, .admin-amenities .skylark_form, .admin-amenities .virtuoso_form, .admin-amenities .ovation_form, .admin-amenities .google_form {
  float: left;
  width: 100%;
}

/* line 63, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .copy-tab {
  margin-bottom: 20px;
}

/* line 66, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities li.token-input-token {
  background: #fff !important;
  font-weight: normal !important;
  color: #808080 !important;
  font-family: "proxima-nova", arial, sans-serif;
  padding: 0 !important;
}

/* line 73, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .chosen-container {
  display: block;
  width: 350px !important;
}

/* line 77, app/assets/stylesheets/admin/_amenities.scss */
.admin-amenities .add_default_form, .admin-amenities .add_skylark_form, .admin-amenities .add_virtuoso_form, .admin-amenities .add_ovation_form, .admin-amenities .add_google_form {
  display: none !important;
}

/* line 82, app/assets/stylesheets/admin/_amenities.scss */
.editable-pre-wrapped {
  white-space: normal !important;
}

/* line 1, app/assets/stylesheets/admin/_booking_labels.scss */
h2.heading {
  font-family: 'Roboto Mono', monospace;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 7, app/assets/stylesheets/admin/_booking_labels.scss */
h2.heading .label {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-size: 70%;
  line-height: auto;
}

/* line 14, app/assets/stylesheets/admin/_booking_labels.scss */
.booking-row {
  font-family: 'Roboto Mono', monospace;
  text-transform: uppercase;
}

/* line 20, app/assets/stylesheets/admin/_booking_labels.scss */
.label {
  display: inline-block;
  align-items: center;
  justify-content: space-around;
  border-color: #000000;
  color: #000000;
}

/* line 34, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-shell {
  color: #666666;
  background: #666666;
  border-color: #666666;
}

/* line 39, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-voided, .label.label-cancelled {
  color: #d9534f;
  background: #d9534f;
  border-color: #d9534f;
}

/* line 44, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-hot-held {
  color: #4682B4;
  background: #4682B4;
  border-color: #4682B4;
}

/* line 49, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-manual {
  color: #4682B4;
  background: linear-gradient(to bottom, #4682B4 0%, #803dba 100%);
  /* W3C */
  border-color: #803dba;
}

/* line 54, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-new {
  color: #FF7433;
  background: #FF7433;
  border-color: #FF7433;
}

/* line 59, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-air-held {
  color: #803dba;
  background: #803dba;
  border-color: #803dba;
}

/* line 64, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-all-held {
  color: #5cb85c;
  background: #5cb85c;
  border-color: #5cb85c;
}

/* line 70, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-record-locator {
  min-width: 60px;
}

/* line 74, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-outline {
  background: #FFFFFF;
  background-color: #FFFFFF;
  padding: 0.4em 0.5em;
  border-width: 0.1em;
  border-style: solid;
  font-size: 90%;
}

/* line 83, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-border {
  padding: 0.2em 0.5em;
  border-width: 0.1em;
  border-style: solid;
  font-size: 90%;
}

/* line 90, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-intent-book {
  color: #FFFFFF;
  border-color: #803dba;
  background-color: #803dba;
}

/* line 96, app/assets/stylesheets/admin/_booking_labels.scss */
.label.label-status {
  padding: 0.5em;
  display: inline-block;
  color: #FFFFFF;
  min-width: 80px;
  font-size: 90%;
}

/* line 107, app/assets/stylesheets/admin/_booking_labels.scss */
table.table.bookings tr.attention {
  background: rgba(255, 0, 0, 0.25);
}

/* line 111, app/assets/stylesheets/admin/_booking_labels.scss */
table.table.bookings tr.voided {
  background: rgba(0, 0, 0, 0.1);
}

/* line 113, app/assets/stylesheets/admin/_booking_labels.scss */
table.table.bookings tr.voided td {
  opacity: 0.65;
}

/* line 118, app/assets/stylesheets/admin/_booking_labels.scss */
table.table.bookings tr.travelled {
  background: rgba(87, 165, 92, 0.1);
}

/* line 125, app/assets/stylesheets/admin/_booking_labels.scss */
table.table.bookings tr.travelling {
  background: rgba(43, 175, 255, 0.1);
}

/* line 132, app/assets/stylesheets/admin/_booking_labels.scss */
table.table.bookings.label-outline {
  background-color: #FFFFFF;
  padding: 0.2em 0.5em;
  border-width: 0.1em;
  border-style: solid;
  font-size: 90%;
}

/* line 140, app/assets/stylesheets/admin/_booking_labels.scss */
table.table.bookings.label-intent-book {
  color: #FFFFFF;
  border-color: #803dba;
  background-color: #803dba;
}

/* line 146, app/assets/stylesheets/admin/_booking_labels.scss */
table.table.bookings.label-status {
  width: 50px;
}

/* line 153, app/assets/stylesheets/admin/_booking_labels.scss */
.label-waiting {
  display: inline-block;
  background-color: #666666;
}

/* line 159, app/assets/stylesheets/admin/_booking_labels.scss */
.label-status {
  min-width: 50px;
}

/* line 163, app/assets/stylesheets/admin/_booking_labels.scss */
.label-intent-hold, .label-intent-book {
  text-transform: uppercase;
  color: #803dba;
  border-color: #803dba;
  background-color: #FFFFFF;
}

/* line 172, app/assets/stylesheets/admin/_booking_labels.scss */
.label-intent-book {
  color: #FFFFFF;
  border-color: #803dba;
  background-color: #803dba;
}

/* line 1, app/assets/stylesheets/admin/_places.scss */
li.disabled {
  opacity: 0.5;
}

/* line 5, app/assets/stylesheets/admin/_places.scss */
span.supressed {
  opacity: 0.5;
}

/* line 12, app/assets/stylesheets/admin/_places.scss */
table.places-table tr.global_region {
  background: yellow;
}

/* line 15, app/assets/stylesheets/admin/_places.scss */
table.places-table tr.country {
  background: lightyellow;
}

/* line 18, app/assets/stylesheets/admin/_places.scss */
table.places-table tr.destination {
  color: blue;
}

/* line 21, app/assets/stylesheets/admin/_places.scss */
table.places-table tr.supressed {
  color: rgba(255, 0, 0, 0.5);
}

/* line 23, app/assets/stylesheets/admin/_places.scss */
table.places-table tr.supressed a {
  color: rgba(255, 0, 0, 0.5);
}

/* line 27, app/assets/stylesheets/admin/_places.scss */
table.places-table tr.empty {
  color: #cccccc;
}

/* line 29, app/assets/stylesheets/admin/_places.scss */
table.places-table tr.empty a {
  color: #cccccc;
}

/* line 33, app/assets/stylesheets/admin/_places.scss */
table.places-table tr td {
  white-space: nowrap;
}

/* line 35, app/assets/stylesheets/admin/_places.scss */
table.places-table tr td.pad-cell-left {
  background: #eeeeee;
}

/* line 38, app/assets/stylesheets/admin/_places.scss */
table.places-table tr td span.flag-icon {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 43, app/assets/stylesheets/admin/_places.scss */
table.places-table tr .pad-div {
  color: gray;
  display: inline-block;
  height: 10px;
  width: 30px;
  text-align: left;
}

/* line 1, app/assets/stylesheets/admin/_diff.scss */
.diff {
  overflow: auto;
}

/* line 3, app/assets/stylesheets/admin/_diff.scss */
.diff ul {
  background: #fff;
  overflow: auto;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

/* line 13, app/assets/stylesheets/admin/_diff.scss */
.diff del, .diff ins {
  display: block;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/admin/_diff.scss */
.diff li {
  padding: 0;
  display: table-row;
  margin: 0;
  height: 1em;
}

/* line 22, app/assets/stylesheets/admin/_diff.scss */
.diff li.ins {
  background: #dfd;
}

/* line 26, app/assets/stylesheets/admin/_diff.scss */
.diff li.del {
  background: #fee;
}

/* line 30, app/assets/stylesheets/admin/_diff.scss */
.diff li.diff-comment {
  display: none;
}

/* line 33, app/assets/stylesheets/admin/_diff.scss */
.diff li.diff-block-info {
  background: none repeat scroll 0 0 gray;
}

/* line 34, app/assets/stylesheets/admin/_diff.scss */
.diff li:hover {
  background: #ffc;
}

/* line 36, app/assets/stylesheets/admin/_diff.scss */
.diff del strong {
  font-weight: normal;
  background: #fcc;
  color: #b00;
}

/* line 41, app/assets/stylesheets/admin/_diff.scss */
.diff ins strong {
  font-weight: normal;
  background: #9f9;
  color: #080;
}

/* line 46, app/assets/stylesheets/admin/_diff.scss */
.diff del, .diff ins, .diff span {
  white-space: pre-wrap;
  font-family: courier;
}

/* line 2, app/assets/stylesheets/admin/_layout.scss */
table.table tr td.current {
  color: black;
}

/* line 5, app/assets/stylesheets/admin/_layout.scss */
table.table tr td.previous {
  color: gray;
}

/* line 9, app/assets/stylesheets/admin/_layout.scss */
table.table tr td.changed.current {
  color: green;
}

/* line 12, app/assets/stylesheets/admin/_layout.scss */
table.table tr td.changed.previous {
  color: red;
}

/* line 18, app/assets/stylesheets/admin/_layout.scss */
table.table tr.error td {
  background: rgba(245, 94, 78, 0.1);
}

/* line 22, app/assets/stylesheets/admin/_layout.scss */
table.table-mono {
  font-size: 12px;
  font-family: "Roboto Mono", monospace;
}

/* line 27, app/assets/stylesheets/admin/_layout.scss */
table.table-fine {
  font-size: 11px;
}

/* line 29, app/assets/stylesheets/admin/_layout.scss */
table.table-fine strike {
  color: gray;
}

/* line 31, app/assets/stylesheets/admin/_layout.scss */
table.table-fine strike.lcs-2 {
  color: lightsalmon;
}

/* line 35, app/assets/stylesheets/admin/_layout.scss */
table.table-fine .highlight {
  color: blue;
  font-weight: 500;
}

/* line 39, app/assets/stylesheets/admin/_layout.scss */
table.table-fine tr.even td {
  background: #eeeeee;
}

/* line 42, app/assets/stylesheets/admin/_layout.scss */
table.table-fine tr.odd td {
  background: #ffffff;
}

/* line 48, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row select {
  border-radius: 2px;
  padding: 1px inherit;
}

/* line 55, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row_inherit td select.package_select {
  border-color: transparent;
}

/* line 60, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row_public td {
  background: rgba(0, 128, 0, 0.1);
}

/* line 64, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row_member td {
  background: rgba(128, 61, 186, 0.1);
}

/* line 66, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row_member td select.package_select {
  border-color: #803dba;
}

/* line 71, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row_pair td {
  background: rgba(255, 234, 0, 0.1);
}

/* line 73, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row_pair td select.package_select {
  border-color: #ffea00;
}

/* line 78, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row_restricted td {
  background: rgba(245, 94, 78, 0.1);
}

/* line 80, app/assets/stylesheets/admin/_layout.scss */
tr.hotel_package_row_restricted td select.package_select {
  border-color: #f55e4e;
}

/* line 85, app/assets/stylesheets/admin/_layout.scss */
.upcase {
  text-transform: uppercase;
}

/* line 89, app/assets/stylesheets/admin/_layout.scss */
.flex-image {
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  line-height: 0;
}

/* line 97, app/assets/stylesheets/admin/_layout.scss */
.flex-image.square {
  padding-top: 100%;
}

/* line 102, app/assets/stylesheets/admin/_layout.scss */
.flex {
  display: flex;
  align-items: center;
}

/* line 105, app/assets/stylesheets/admin/_layout.scss */
.flex > * {
  flex: 1;
}

/* line 110, app/assets/stylesheets/admin/_layout.scss */
.admin-user-header {
  border-bottom: 1px solid gray;
  background: #eeeeee;
}

/* line 113, app/assets/stylesheets/admin/_layout.scss */
.admin-user-header .admin-user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 117, app/assets/stylesheets/admin/_layout.scss */
.admin-user-header .admin-user-info > * {
  padding: 10px 0;
  white-space: nowrap;
}

/* line 120, app/assets/stylesheets/admin/_layout.scss */
.admin-user-header .admin-user-info > * h4 {
  margin: 0;
}

/* line 127, app/assets/stylesheets/admin/_layout.scss */
.hotel-squared-images {
  display: flex;
  flex-wrap: wrap;
}

/* line 130, app/assets/stylesheets/admin/_layout.scss */
.hotel-squared-images > * {
  margin: 10px;
}

/* line 135, app/assets/stylesheets/admin/_layout.scss */
.hotel-squared-images > * .truncate {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipses;
}

/* line 141, app/assets/stylesheets/admin/_layout.scss */
.hotel-squared-images > * img {
  width: 250px;
  height: 250px;
}

/* line 148, app/assets/stylesheets/admin/_layout.scss */
.flex-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  align-items: center;
}

/* line 153, app/assets/stylesheets/admin/_layout.scss */
.flex-row > div.col {
  flex: 1;
  border: 1px dashed #eee;
}

/* line 156, app/assets/stylesheets/admin/_layout.scss */
.flex-row > div.col.flex-2 {
  flex: 2;
}

/* line 159, app/assets/stylesheets/admin/_layout.scss */
.flex-row > div.col.flex-3 {
  flex: 3;
}

/* line 162, app/assets/stylesheets/admin/_layout.scss */
.flex-row > div.col.flex-4 {
  flex: 4;
}

/* line 165, app/assets/stylesheets/admin/_layout.scss */
.flex-row > div.col.right {
  text-align: right;
}

/* line 168, app/assets/stylesheets/admin/_layout.scss */
.flex-row > div.col.center {
  text-align: center;
}

/* line 172, app/assets/stylesheets/admin/_layout.scss */
.flex-row > * {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 176, app/assets/stylesheets/admin/_layout.scss */
.flex-row.space-between {
  justify-content: space-between;
}

/* line 179, app/assets/stylesheets/admin/_layout.scss */
.flex-row.align-top {
  align-items: flex-start;
}

/* line 182, app/assets/stylesheets/admin/_layout.scss */
.flex-row.align-stretch {
  align-items: stretch;
}

/* line 187, app/assets/stylesheets/admin/_layout.scss */
.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 192, app/assets/stylesheets/admin/_layout.scss */
.flex-col > * {
  flex: 0;
  width: 100%;
}

/* line 196, app/assets/stylesheets/admin/_layout.scss */
.flex-col > *.flex-1 {
  flex: 1;
}

/* line 199, app/assets/stylesheets/admin/_layout.scss */
.flex-col > *.flex-2 {
  flex: 2;
}

/* line 202, app/assets/stylesheets/admin/_layout.scss */
.flex-col > *.flex-3 {
  flex: 3;
}

/* line 205, app/assets/stylesheets/admin/_layout.scss */
.flex-col > *.flex-4 {
  flex: 4;
}

/* line 211, app/assets/stylesheets/admin/_layout.scss */
.dim {
  color: #ccc;
}

/* line 215, app/assets/stylesheets/admin/_layout.scss */
.admin-header {
  padding-bottom: 10px;
}

/* line 218, app/assets/stylesheets/admin/_layout.scss */
.admin-header h2 {
  display: flex;
  align-items: center;
  margin: 15px -10px;
}

/* line 224, app/assets/stylesheets/admin/_layout.scss */
.admin-header h2 > * {
  margin: 0 10px;
  white-space: nowrap;
  flex: 1;
}

/* line 231, app/assets/stylesheets/admin/_layout.scss */
.admin-header h2 > *:first-child {
  flex: 0;
}

/* line 234, app/assets/stylesheets/admin/_layout.scss */
.admin-header h2 > *.actions {
  flex: 0;
}

/* line 242, app/assets/stylesheets/admin/_layout.scss */
.admin-header .breadcrumb {
  margin-bottom: 10px;
}

/* line 245, app/assets/stylesheets/admin/_layout.scss */
.admin-header .subtitle {
  padding: 0 0 10px;
  font-size: 1rem;
  opacity: 0.7;
  border-bottom: 1px dashed #cccccc;
}

/* line 251, app/assets/stylesheets/admin/_layout.scss */
.admin-header .subtitle.placeholder {
  padding: 0;
  border: none;
}

/* line 1, app/assets/stylesheets/admin/_qr.scss */
.qr {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
}

/* line 8, app/assets/stylesheets/admin/_qr.scss */
.qr td {
  border-width: 1;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 3px;
  height: 3px;
}

/* line 18, app/assets/stylesheets/admin/_qr.scss */
.qr td.black {
  background-color: #000;
}

/* line 21, app/assets/stylesheets/admin/_qr.scss */
.qr td.white {
  background-color: #fff;
}

/* Example tokeninput style #1: Token vertical list*/
/* line 2, app/assets/stylesheets/vendor/token_input/token_input.scss */
ul.token-input-list {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  border: 1px solid #999;
  cursor: text;
  font-family: Verdana;
  z-index: 999;
  margin: 0;
  list-style-type: none;
  display: block;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 32, app/assets/stylesheets/vendor/token_input/token_input.scss */
ul.token-input-list li {
  list-style-type: none;
}

/* line 36, app/assets/stylesheets/vendor/token_input/token_input.scss */
ul.token-input-list li input {
  border: 0;
  width: 350px;
  padding: 3px 8px;
  background-color: white;
  -webkit-appearance: caret;
}

/* line 44, app/assets/stylesheets/vendor/token_input/token_input.scss */
li.token-input-token {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  margin: 3px;
  padding: 3px 5px;
  background-color: #d0efa0;
  color: #000;
  font-weight: bold;
  cursor: default;
  display: block;
}

/* line 57, app/assets/stylesheets/vendor/token_input/token_input.scss */
li.token-input-token p {
  float: left;
  padding: 0;
  margin: 0;
}

/* line 63, app/assets/stylesheets/vendor/token_input/token_input.scss */
li.token-input-token span {
  float: right;
  color: #777;
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/vendor/token_input/token_input.scss */
li.token-input-selected-token {
  background-color: #08844e;
  color: #fff;
}

/* line 74, app/assets/stylesheets/vendor/token_input/token_input.scss */
li.token-input-selected-token span {
  color: #bbb;
}

/* line 78, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.form-group {
  position: relative;
}

/* line 82, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.token-input-dropdown {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 12px;
  font-family: Verdana;
  z-index: 1;
}

/* line 100, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.token-input-dropdown p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}

/* line 107, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
}

/* line 112, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.token-input-dropdown ul li {
  background-color: #fff;
  padding: 3px;
  list-style-type: none;
}

/* line 118, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.token-input-dropdown ul li.token-input-dropdown-item {
  background-color: #fafafa;
}

/* line 122, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.token-input-dropdown ul li.token-input-dropdown-item2 {
  background-color: #fff;
}

/* line 126, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.token-input-dropdown ul li em {
  font-weight: bold;
  font-style: normal;
}

/* line 131, app/assets/stylesheets/vendor/token_input/token_input.scss */
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #d0efa0;
}

/* line 1, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 8, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon {
  position: relative;
  border-radius: 0px;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}

/* line 15, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}

/* line 18, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(/assets/flags/4x3/ad-42432db4ab96f771f99ae29aead8f50a1467bc385588e0ac72532a89a37ab308.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ad-273f618fc46bfc503195b1dbb3d0ea33b96e9ed6933c30f456f07f3cc9c44b8a.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(/assets/flags/4x3/ae-42af95394cbae503c086994a2edf764c8a1cabef771c8e2a932561044c42ccde.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ae-8b4fd2b9e2787a73bb94536e05dedddaa3e5a0722ed3a4473f48cdc2f514baef.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-af {
  background-image: url(/assets/flags/4x3/af-46da7bf7d6e03889b6c20b4ba5b78123ed2078d5fc6f89b74fa5b9df0b0e4852.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(/assets/flags/1x1/af-43187168025be359e438576e42ed969f56907459f0cd8e2423b4b1d57d8dd4f0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(/assets/flags/4x3/ag-2bae249ed6f4e63333b01ca36f09d69e821fc3a5e20309c8f249626da12538bb.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ag-178e1e7798e834805cf52409a3277ac6cd281435cab9063ad40fa59e2142cce7.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(/assets/flags/4x3/ai-34b3192d45b85adcad9e7f89992c6d0972588a2557020e6fb18a37f1e5f8dfb7.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ai-7249d215477a11d0bc56d3c00da531b10f401a47791e98975acdbaa5c3c496c2.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-al {
  background-image: url(/assets/flags/4x3/al-d234bb9b40007b7188622b7d633d60e4313f3332fad8cb77f2ad5429e04a1471.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(/assets/flags/1x1/al-5b88fd237981f3be404d815250f0681f5edbcbd8137aa33488c22d0145a51265.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-am {
  background-image: url(/assets/flags/4x3/am-a77d5272270d827aa1c13e1397c07b464e063e96593d26f7c7dca74c1c693496.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(/assets/flags/1x1/am-9df75a35829abb3acde71f6a10f25f209217eccecc00fc5227f1a372d206f326.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(/assets/flags/4x3/ao-0371cf58e7ab727442275936f73adbecbe44707f40f672e485e36071a34500a6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ao-3a42ecf49526b54faa5a6b25aebcc18e1abe94d61b00a4db7a021cc744df6b25.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(/assets/flags/4x3/aq-3f5e95412731fa915cca78ff4832ec8ed120038d1e49618218c1d7fdf182b735.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aq-5959929e1eb47baa510e7fe252e0c2c27ea1331863cc568470c049ed1ee44c9d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(/assets/flags/4x3/ar-a2cb09cb8f8e6e31fb00fc056cfe2e4ce60d245124720e5efc6eb431f219d377.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ar-0484c5ad1af94c6be602703c2634abcfacd3b7f43d1d8cb400e5ab360f15bd58.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-as {
  background-image: url(/assets/flags/4x3/as-6857c5be1eff61eaa62169612819b7fb55435f9e6e0936248b335c87c9d7039b.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(/assets/flags/1x1/as-150e2095ec97a0a1d7ee06ec4877d3fece8873916e43e78d521c594de72f970d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-at {
  background-image: url(/assets/flags/4x3/at-3bf1c4c8a37cf8224bf5a336217fb82a776a404678e08415642889fc46dabe24.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(/assets/flags/1x1/at-58a7ab7a980d9f9819de5403e9bace0f8265ede5325cef8a07ea0626b511a91d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-au {
  background-image: url(/assets/flags/4x3/au-32e132495b7632f9523b6749fe9d13578a2dd6e46083c19879627c2450843397.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(/assets/flags/1x1/au-cf1281189fdd3e70cf4eddc56754ed383215c5b324a81b73acb079c4c3eb0a5f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(/assets/flags/4x3/aw-ffb94183101fffc493f9106dec576fde689d82f16d8db27eb55d5a856e39e888.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aw-945b0c08e5c1eb66bf8b86c3361cae0e99373def7eda722050678de773c90f1c.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(/assets/flags/4x3/ax-998116ea8a5a45b2b83b314c0b7a1f223eee72bf4fdb8624ffd39b7666f958bc.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ax-8224988ee82337d75c7ead4e9bd7e69dcd46ee0eb04029b18c850a654ab97231.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-az {
  background-image: url(/assets/flags/4x3/az-97627054eadaec7d155b02fd2c2872776c3928c16a32ec9240cce86b41f62d85.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(/assets/flags/1x1/az-b56e819f64579d6f31f0b5c3951c3ca6dbee83915e8a1f225ba867831e8e0650.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(/assets/flags/4x3/ba-a59e55a602f64cac043b2183ee38ded4f4e4e0c1924aa3dcad9481d6dec803d6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ba-4a90c74510bbcbf4341d163910e5861c7d6ef8631cea3327049f68602588c583.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(/assets/flags/4x3/bb-4441087f5a702437a0f843f676aa571ab604756945a59783b86dd4582922e32a.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bb-868a948e7eaafaf28f242231256819403d5c95fb37a6993c6706f81209404c8b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(/assets/flags/4x3/bd-379554002683f586895fe9f85ecb3ecccbf3dc745ba8cd73c0c418ff70f24a56.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bd-5d2c9d61e9a6fc2ac6aa9b57065c088786947133b3c79a969f64643fc3c52345.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-be {
  background-image: url(/assets/flags/4x3/be-d81ad4156d40bccd6ba15e04257ff7ecc05e5c1b7cbe2d2dfcc2fb744a0582a0.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(/assets/flags/1x1/be-53cbdee6fe6eda53c05d6e4f4ca82007f5c24ae1cec81a1c509d65fa77914500.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(/assets/flags/4x3/bf-84e8860c79d51197018a92c0fea78dfafef660312c9fee5770d35855a7d24acc.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bf-10517b2f85dff718d10dd1d4c2438ba0ca954df2e1a0a4030f3b005221cd6cb9.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(/assets/flags/4x3/bg-05f50761ebcdc5a270a8ea86c643b631b555cb65b3db69ad91b4bcfcf822aa12.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bg-6bd87c9edb1d103fe22b8f51413d7fce5c8b004f2739eb623239895c74756810.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(/assets/flags/4x3/bh-f5898cb6bc64c170930d46bf84b9ca75c53b21eb54ca1ade3fbfa4f9299ddf2f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bh-7bea36317940c81c1456f80f7da3739f46265d71d276293b1f2e913619762bca.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(/assets/flags/4x3/bi-f0c4636ae9ec0f5ad8f3467a5b80ab43ae706414f52cf77f3ef4b1ab2c2bf470.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bi-6bd61566823a357b9763e0c2ca9e28e4ff501856573cb44ce1eb4ff3a64dbfec.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(/assets/flags/4x3/bj-2a4921bcfa9e7d90603191fe5ffeb2a3ace2acea8d012bae66d77d3db16d4614.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bj-1ce6f6f69f6ac1159af224c2077fb0faf920c077853e8ce69e568e0e9a5ea6b5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(/assets/flags/4x3/bl-7d0c9a79aa0bbc2f436c7ab7daba69174f30cd55425710ad87fa163ff62d760f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bl-77081fb2329682eef024a19864f405d7d46ad9b6913ed1957a944a87ad912432.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(/assets/flags/4x3/bm-8ecd2919b0c7104b179fc5f4b339e027bd09907398c3b488a47da16fd599783a.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bm-b2af043d86f416120a721a21a89bc74cc69815c1f7bae6ebbd2fed3bc9995b59.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(/assets/flags/4x3/bn-2dd41332cfb54fc98659e92d8484782ba350ffa0f57c14fe27a278f08d7553f3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bn-9a141c9648a72bf039acdbee519a3494e8021cd82abf30efc53d9af3446626a6.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(/assets/flags/4x3/bo-09a619aed7307cefa0569546c179796f745dbf0ad969456a9354a5af3b4c80ae.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bo-58609b431639903d61cddd1c8b82a483d2321dd75213d03f1cf60442f272ce41.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(/assets/flags/4x3/bq-0ba7bc9ee5476d8008021fb27eeee59d24f8060169cb834ac899bb3fa69151f6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bq-c0a24ca8f13c03ecafaa676271f4c48306a25ebf9c0e80d4e8608384fd6271a5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-br {
  background-image: url(/assets/flags/4x3/br-ce80eaef8b776adb3e231573ac2d362710695559a399a461e21caacdff234ca3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(/assets/flags/1x1/br-283881dcaa1a577e4bbe1f3bc939e7e36e75ada7cf2265f9355a79954bdb4b33.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(/assets/flags/4x3/bs-3e8013656524f50240d4d249a61eb95c123ad210bf986096bcf5f43f0450dbb7.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bs-18532640648d0a6e99a62b3a8fd288d9f1b4cf2aee433b6485942f0021555cec.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(/assets/flags/4x3/bt-aea17be33c99aab06c31af0293a41e9af5f1145b1ce023d3d715ed91d95409b0.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bt-dc9d671edfb2608cb767289343cebeee454a800cbb2a042bcd93d19e7ef7c997.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(/assets/flags/4x3/bv-565927c27798adb4268947dd659de4fa60286a8e49a74ba4f3671cc31762c959.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bv-9879436c894c974af73f48091d0588bc3768126f0e93f847ce26350b718a9660.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(/assets/flags/4x3/bw-d5a695b0bf3b37da8e0099c6eddcd52a449226ff58ac64e57664c1e744101747.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bw-af5209c27a2efef7eee9602e3a53191639733c9dc253c72adcaa57124adf0313.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-by {
  background-image: url(/assets/flags/4x3/by-54678d79b41305a60250e891af7df33fcfeae187e37ca96be1ca95d350a02d2b.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(/assets/flags/1x1/by-4f70362506c927fb09f177544171c8f0e757d9728a7303988ed747b12570ce94.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(/assets/flags/4x3/bz-b9eb4f85e5c5e22ea753a2944c4995658321ba1f9e0702095c14abb9136155de.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bz-ad40268d3839a608f1d2cefbe485a665a74af9202f45526038024a3a84e87211.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(/assets/flags/4x3/ca-7a5f74fd295b4c8f983660e46091823c7ba0833a35d9935bdc931407884c0dcd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ca-2c10110c980ef7b5964832703cc0d52edc3bf014717e26083d8bfd46db538fe5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(/assets/flags/4x3/cc-a945f6cf740e3405533163dd6a624be556fea49830de58a76c3efe710e758621.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cc-31a84ccec6d765798aeec19241d85524eac012ee102ba3d051fefaa08d44f514.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(/assets/flags/4x3/cd-d1475415950aafe977e8740b19cd0fe05c3bbbc40ebee17406e3ca91b261f6ce.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cd-f89b13c773a8f25501cc66a8033a3184fe81c70e2d4e0df52c69ec4d68cd66a8.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(/assets/flags/4x3/cf-ffe1c90d5e7469667a59d4a90dc526916db0a96b31636fbdbc715f37a5a6820f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cf-fe154a110d4f695a8fd36432fc20f8103e8d2dfdf9c6e808f28153a95506107f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(/assets/flags/4x3/cg-b570d4ca7a033aa61493b3fdee473c689d2cf6a79a929c4a336451259b84d582.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cg-d0677969d6fdb1edddeac7993897eb15900f969a2a859bb6acd6170e0365134c.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(/assets/flags/4x3/ch-76105ea34eac22bddb43d8978198881e2e584493b5c1435fe8b86ec9e8a3a7f6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ch-211ff7cb73469539526cd0c2fc82922a9301ddd7f27e464c07744ef0c58dab1d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(/assets/flags/4x3/ci-313b188d0417f18994a207d3078f0cd9c17d307ed76fceae5657ddf1b21c0e41.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ci-934f5caf5ee786dce5b183ec0a9d2c3835c2b4f485eb51532c61051dc6d8a101.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(/assets/flags/4x3/ck-5878bfee185331c54fe1bbbd3b80bb7933c860487cb3299e1ca025d41bc14684.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ck-2d3aad848e6756468e1cd67108c005dc46fee2612b44a01fc91edc3c035fc199.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(/assets/flags/4x3/cl-080b6ee7b5f72001c657d83540fbe3b4f1d559bfb6903c68c2173788b5d9c990.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cl-f2709bb1fe4dbb9f1e161e7790da5372f8e6cfca41d64d74857a8f7a61d15dd8.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(/assets/flags/4x3/cm-4d335f9bf072b95d5cf2255480a307ce57ce57bd06bc490c7ffd2543106c8c44.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cm-db6aacba53360c56dacee1c4f02f3d0452dc44157113dd05a20366de8d1611af.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(/assets/flags/4x3/cn-ddc371e27cf8fed16b422133abba97c6778d4024ceb6cc5925a81db8923d3304.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cn-121a4017dbb86370908d9846b42b0d255e7f92f8f5b33aaf62e8e8cd3737057b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-co {
  background-image: url(/assets/flags/4x3/co-023b1e4b70ce5c230cc96cd49512b4ff8422c9e52942471473514472497cf414.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(/assets/flags/1x1/co-172f0e210d1cec22f298b1f86b5aad041298ad2a7787f67cf8e40bd099d94ffc.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(/assets/flags/4x3/cr-043ffe0369ee69f7c8b4e6e04026d3fd3a5ffc8f45674f6a67187f7d60508745.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cr-4a6a653e8f620711de1f901fd5f86667f06d98aa1bf2dd7f30ac8c87640a13b0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(/assets/flags/4x3/cu-a8e86ad037d7e8c7cc3424bf83f82b7305b40ed9286bb994b27186e012f4007d.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cu-a7f18b2142ed210ea6cecd964d1269e44234ef704ad54b216a7cb84357391277.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(/assets/flags/4x3/cv-c31e0018c91794e89382b97a32d1c9291006d638d6731e8459d05ac13ce910f6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cv-bc7ff8d32fdef659f6cbadad6478d247a38dc17f48d59b8a387271caa23e8631.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(/assets/flags/4x3/cw-4ef9b6acd55dfca392f96b535307bf1285f9828df3cd09f6315ba7f0da820ca6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cw-42c8f38e90e5af3cc8d57636396458e0accbae1e07116c4ed307e89728c348cc.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(/assets/flags/4x3/cx-274a34b7c880d51872ef52e83c509ca62e7b0ab4b905ff9092b267e281273541.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cx-2d68b795300814ed803da57551db31923bcf4bc46369ce626dc20d1c04cfcfd1.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(/assets/flags/4x3/cy-9c41a6c5aa87b3b667f5c76f1b1d15578fed1277695387c3bef2d727005ee4b8.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cy-efdc4d77637ac818b3552fe7a4d66e5f22ae6e9e50dec3f5838e3e2341ece07e.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(/assets/flags/4x3/cz-fbc3b9a2a36342c713f2cc1b6a3027245fcda5d5375552119542d0457257ea24.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cz-635ff32b26fb600400b25363abf201aa5303f91415e8bdaa2c5259538dbdd5a0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-de {
  background-image: url(/assets/flags/4x3/de-65dadb3193596174a1aa4f011d31b58a6713d2db5bbde5033bb4e7652d6f14dc.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(/assets/flags/1x1/de-04b1f227665cdf0f07e3b27aedca64845ede7e9c69cca59f37e28e96e95d0fb7.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(/assets/flags/4x3/dj-c397a9192500c4563023ef74d5848c88c884a6bbc18e80de6527d8e1e38adb85.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dj-ccbbc308c55363eb3fe8dee283477ddf76b9ed03a484c15c7b9e454f35593147.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(/assets/flags/4x3/dk-52c7ebf31596838d99428478b39ef41e0daf873a102e3f4fd7512cf763993276.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dk-f390abce82aa9fa96346b17544ebb919c28cf1d602b5ef4af82011cfb2dfdacf.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(/assets/flags/4x3/dm-9ccbd93625e036dc2660fa4bc8d857040e48bebf59f4972c42d924372d193152.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dm-01a863bdc14d138d0fbc6de89bfcb4d742888f7d666363d849e2825a816da02e.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-do {
  background-image: url(/assets/flags/4x3/do-f3f55a1ab543f83071d0b1f28d56aa40fc904c9f076b621f028125f5dd1f9585.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(/assets/flags/1x1/do-f524d243d69bdb3e07b95358d5960618504ff84babfed1b548d10584df5068a0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(/assets/flags/4x3/dz-d55c9f0e94179a99853eecdd3f07e62ccac05b62cc0a9878909d08863305193a.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dz-5d9d8c9ef27ce87fa2c04b9f1d7501460c397faf96d41593b4bf2abc4a85c2d9.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(/assets/flags/4x3/ec-2e21c5a66c1cfb507b23c4d521096486fad974eac0f058a7538cb7713414df85.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ec-c31995e716d5e97e2f1fb6f464d1348159931655d54a447ebfee1ab7f24a0348.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(/assets/flags/4x3/ee-e35e6ef6a805908a971bea6fb03d5d16ea9206538d61872a053f0e9d66eb2fd6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ee-36960c60a3c78886e59b49a5d499b0ceef6a4455b1ba3d7ecfda84b70ee47801.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(/assets/flags/4x3/eg-18c088c0fe18cff800e88983e646ef67c86a8756e4293cb1cc31f0cbd438eeef.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eg-b74183b098b579ad005747b818c06d67cf9cba68670f5efde1768f9be5faaed4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(/assets/flags/4x3/eh-5db433ae7d6f3bbce600c0407c35d33e4bd2c6e1c78193b75385adeccfc0332c.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eh-50c8298fa9858ce72f6f6cbb59694ad4af645f6213a820fa5403e0eb7b88e769.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-er {
  background-image: url(/assets/flags/4x3/er-1bc43b5704dd93198fdae29f61b1c253f8ee91726bd79fee4d34485fa815aea1.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(/assets/flags/1x1/er-7ee289c63c202e7a05c646806edf7c3b504d7f3eedb5b0af79ec7f6403954d5f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-es {
  background-image: url(/assets/flags/4x3/es-947da1ba4f7a7b53d4c925020c3d9e80e1fa8a9d67952088a00292511e6d5bf1.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-bd5ba76d86cce87e98dcfc32888d21ffec6a52d5e4c003ce93034c6c2c0be5c2.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-et {
  background-image: url(/assets/flags/4x3/et-1ac42288ebc4671426263337625ff78cd7018ac546887dd687488e7e8527f8d1.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(/assets/flags/1x1/et-9aba99870a79165ae8c56e437270ce7494c8ac26a73b991f3530f096a40739ae.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(/assets/flags/4x3/fi-9d7a1f8017170b315896596021f1379ad3b13cd4edb0418bdf62665036418168.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fi-96e6a65bfacbdc8899ce28bb860a4f4e69139ac80059a0a37c619f336bb45784.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(/assets/flags/4x3/fj-da871cde42d2c843d161d7ae9b20366f3eed855a2b8f81f25a57f0b0d9a35bea.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fj-5a5a4607b0300ffa03fc6ddb6036ca5eae4d65cea04ccb8f4234fd6540e0b36d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(/assets/flags/4x3/fk-70e01a11725e11dbf6a8402095b4b261fa0562cee254a03d78e9e32cf23d8f37.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fk-8e15352b6007054fc4ad079d616fc949d1c689dae0c6e71cdba076e3d7fa183b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(/assets/flags/4x3/fm-85192d8a9107c01c6987d968bb666230afe279d067facdac95ddcb5180c9a2ba.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fm-0b5f48427dd268f085670d27cb1dd53e27c28c0671d0192bfcdf3aa69017d4df.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(/assets/flags/4x3/fo-9e09d4ab9be6b7ffc8efa822c8febfdbb3903233c6f7c2e01a7cc8842c8328fd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fo-659dc54c8b0faa1abd59b29606a6e23fd1238f1f058caf31fab64d5cf18ecac9.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(/assets/flags/4x3/fr-24a894871a9b08c97a37b6c98b1f3c91d2829c2a80efd4c1fc87d6fd351c59a3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fr-5a54348d86e4b71de84dc142e249f7e2b9515522dc1a4b7eac19855f650fddb5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(/assets/flags/4x3/ga-badbd5ff21d95847239c2c44884dc7010bdc7c2bb79d883943773430303c48d3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ga-befbb428a71bd57699d9f123b3a29d38cbc7913c038f79f37f4422cac45f67a5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(/assets/flags/4x3/gb-b3705bff607719d8e8f072cffbd4ac948cf1497850dfc5046d2aed3cbdc96330.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-27fb5965d82d60501798ac617730504c584fcd921c2a4fd05f7a91576bf67c61.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(/assets/flags/4x3/gd-e3e45a0e7bac18cba42506989aff60f1ae1b3700e44fcd7975b6ec4139d063b7.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gd-24417f2d6f398bbf818514445c0a093195724de7ea0c57165c7fb834fd772e30.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(/assets/flags/4x3/ge-3b03102e01bedb29e1ccc972661a13c6379905405ef67a9847bb506af74dafa6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ge-a5de2c94efb3168dcd41977873f0d97842c6ee95ea1b99eecd2a3798e6813e1a.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(/assets/flags/4x3/gf-7b5210f711b1b5fd7ea0f172ca9a00faed13e79ad328232f5babf30eecac71c2.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gf-04a28a12ffd619302225690795a78a4a3725b56cf6d516b325ae81204c93ed9f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(/assets/flags/4x3/gg-d0b1182ec338ae2cc945846cb12109d67d09b0d95c48bed307ad62c4118fdbb9.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gg-36db8b92b67e58873f7d5773685267bc2ba2b7bb1df5ebde3492a79ad948f903.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(/assets/flags/4x3/gh-8d0b483470a4b085974565cf1f5698b7ef4eb8e8d3f0095567263d1da21ce745.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gh-07b4a805cc97156db21c6cb59cb486f0e01f0727b9142f9b5e2e772b595dbd3b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(/assets/flags/4x3/gi-900f152708ab9d13f6dfc258f0154b26f07e5419073ce9bee36973a0238c045b.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gi-e94a28458c4dd821abb4743723c78d6e742161a4d7a8dcd2df84eb21972b4634.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(/assets/flags/4x3/gl-3110c89e5e355a074f84e41a7829552c23d91d89d97a3e2b02f2d7c78d859451.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gl-306d079df45fc19544cd977e2838baccb4c5e7c779ed9973c25b0a502dee2d8f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(/assets/flags/4x3/gm-0dafd082858a6b9934226fc36d58541e615771211064ca4e41ad979af15cb49d.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gm-5c4527114560a95dd986b4d7f7c6cc69c1177fd7d52ca5334095f4ee9e9a28c2.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(/assets/flags/4x3/gn-63812be81cf9173325ffb1da0aadd88ec3d89ed7caec80593bb071c7a61c6f06.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gn-c12615c4733f61896fc733cdb76ab195f38cb393284fab1342b50e79e34abb7a.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(/assets/flags/4x3/gp-a56c47c55ec7cfbc5e15cb660aef6b7b1a679b1c9ad6cfa91b511fa335729499.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gp-d924f21a73bb5b9a37932c74f533bb20eb559a475a3e63af256c178f55e6afdc.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(/assets/flags/4x3/gq-0459c2be76381d9a400cb29b62cc0d5742ee5be658ea68b69435beb5f37642df.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gq-e399ef3c790ca0d417d32f7ac551c8072cd1f1393f2344546c3b8c0c8cd933e3.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(/assets/flags/4x3/gr-d35ee435560eecc9a3245a6bced2cad0e1cb7d09987e1ebc6d3aab01b580d2ae.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gr-2f7d64434532f067acb91861381e8b3fc7cb18a68b119d0f77e13eff2d8398f0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(/assets/flags/4x3/gs-db9facb86acdb30d3ad7fc4f13163e892d0ca410ece71f5c795254d687287ca8.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gs-fb5ae4204d9f1fef8ccb83bead74340e05dff7ecf608745ea53f5ed6d40821f6.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(/assets/flags/4x3/gt-d4f7501ad1a6816f5418722f13ded055022dc3a0848ba7ee671091e97268d103.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gt-41cecd4efda1e547c8dd542536f77848dcd8e11969afacad7488e48325de4847.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(/assets/flags/4x3/gu-50239171c6ecf67b90e09d9a83a92cc4e879fbfdbda5e5ad1c74e49502091c36.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gu-5b145f38982d6751a3affb59e45fe7f18358103b36baf8f4ac473053573f1759.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(/assets/flags/4x3/gw-e896140442d28e2ec69a53b3ce22321fbac9ab2c24dbe17725b268f10b50fea0.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gw-f4ea4316e7f57d0739d80809295a18c947f9efc8b5b34b291ad39d90e0a15acc.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(/assets/flags/4x3/gy-c02e31bb0f9a14c6bb68d2664c508e0fe510bed5340a897ea9448b7967291993.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gy-ba2b6da133d896ac23223c014279b29d05fa6a1a5ad2918f01224b28c71a0f63.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(/assets/flags/4x3/hk-615e086dd7c919196741a158229d046b960efbebf74541d9e0ffbb78e4237d6f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hk-e28307896a7604349fcdc7747566c0715c6f3835e4bc2d7309b283bfccd0ad2a.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(/assets/flags/4x3/hm-4f7a060926021c7854a29df551ad7c0d984ed361bfbc78a2eaba0a6093729255.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hm-3f1afd6c38d91863c90ccd4cad624082a53045ab877bbb297d9ded777afa9ee4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(/assets/flags/4x3/hn-f43bd1b3aa2226e12fa5195a6a3e11d30dfaaa31304fa2d82f6fa74453a15b85.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hn-940a8e2b60e56849ce6d4f7605afa1e249807e55bf07912dd73b470d532daede.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(/assets/flags/4x3/hr-e0b19dd9c7c80fd3a08c7b1b5f1bb8d5a320e0eed5a3e695ff543af0d8845552.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hr-d66a2e1549297f282472b6a9825f6fef9750210fd1ace6e196b16975b983cff6.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(/assets/flags/4x3/ht-dc80fcc2936e668b106fd6f52da00cbef2f7228d3b5b45ca1b75ae1617731409.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ht-d4fcd7f5462c4ad69a6130bad87b83857b979db76a52d823e6a3f45a58550a66.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(/assets/flags/4x3/hu-ddbf19f4d037757a35e881ef31f5ce2039dc23a6498df9ae843975703cf6c7ad.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hu-0c62e4c36a84c3712f4236cb5db9dad94c0df6104f6a72827e69c6fc05d63435.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-id {
  background-image: url(/assets/flags/4x3/id-ab500809bb5f7e072f23f7391d89693af802c4c067bc6fa630ff737c6936c324.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(/assets/flags/1x1/id-1112c66161ae04a916ac91ab4676ab549e844783031ccf32f6103e70dbf6d7ba.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(/assets/flags/4x3/ie-79ae9094f9304b55fb81f0293f84b8f6144bea8053c2bce669f7f85e4e5fb3fc.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ie-32bd4325dd7f79266fde39803ab7b40899cef913dfa498d937d31ed2faee14e1.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-il {
  background-image: url(/assets/flags/4x3/il-1d5aa88429ca6d070446edb64aee508b1b3ada0269fec2caa52a24ebfc7dbd1e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(/assets/flags/1x1/il-d2c97f0e89cb2eb4a7be79138a4b59dffe51a47988784a2c27dbd67a91cb4a69.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-im {
  background-image: url(/assets/flags/4x3/im-24253580291e4b725dcf529da6fd94c93d043760b5d144bf233a97d2de3739d3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(/assets/flags/1x1/im-29c75b5c77ebe4f1afdcf7e2cd7d239f7d99ebb114d3a50a32b2b6d13dc89ff4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-in {
  background-image: url(/assets/flags/4x3/in-4c3d8e039aad1c0b5cfc961624b6bfc922011610f2b1e0b7652a07b9d1808316.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(/assets/flags/1x1/in-2dd53e4db8ad09ccf87c008d7ddf16ce1e762a494c27da6c6cac332289822d3b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-io {
  background-image: url(/assets/flags/4x3/io-471f60db70cf5cbeb8a482d37365c993f16cf9b9fc25374183c76199793da4fb.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(/assets/flags/1x1/io-915c3d6e0bd544a0529dc7715bcaba6ef376b37a9fe3d9a28a91303a86201118.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(/assets/flags/4x3/iq-a1e33a7f8e8864f40119316f1a8b2119cc17e18cb34e48b8961883d323fc60da.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/iq-08b4e51c7a6637d65c98ebc90c6910083af3fe7ce1900232251eaa2a18b3c0a9.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(/assets/flags/4x3/ir-62ea76744a675ee984f579483d7ac311a6dd28574fb2242531442a5f69331ab3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ir-1645743c4ae7fa1c01517fb39459cf63e8a02e41da7fda4dfc76aaee23480ce0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-is {
  background-image: url(/assets/flags/4x3/is-ada79044d7686129fdd525e9eb7b7cb811acc4537f97379b83bfeddec2d77caf.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(/assets/flags/1x1/is-0076f506dfbf5a472e82da7951408e5f3113a2c83386cc241ce0731f009f27b6.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-it {
  background-image: url(/assets/flags/4x3/it-bc893ebb08dfeecaa21bd9ccb18cdcc622cf1c47c728deb1f2512d582040709e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(/assets/flags/1x1/it-1fa8a529d39f414bec7092cc9121730fd957b6bb7d653df1345b8470a86af35a.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-je {
  background-image: url(/assets/flags/4x3/je-93d5ed28cc8d79a11d623b525ae11a1b67aa7092f1fd93b655082478c4856e11.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(/assets/flags/1x1/je-d15c5168ca089854d45ac5888f6c13ec879545f9fe401639197ca49c34bb5af4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(/assets/flags/4x3/jm-3b49c5195511fdef9e389c2d1592025f82331fb3497d62787f243ba30df0a846.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jm-8672eb017239edfd35eb252ff1e382067bcb9b4c03662f78324d28f9b92f8c89.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(/assets/flags/4x3/jo-8c89ef4da119afab195a8cce9db9733a92340973f1a1239d4983db377db7f148.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jo-828c03ed4cb4e1fed2b785b6f3639adbf182a9d5d7152ec1d0d0f8298437e78c.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(/assets/flags/4x3/jp-ec88b098a457d1712094b93415d2ffbdfc5ea8a037e8f93dc01e461be011107e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jp-6444c9c9cb9b4b303a18f05335985fff0361122000696a4407c9daa5a9770d99.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(/assets/flags/4x3/ke-1376be1231e55cda0f9c6a8c8251970dfbb9744f183b07fae3a14c0a83921cb1.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ke-fa62e4c84dbcf81dca1627b82fafe63086af22d0f928e1fa4c4a0f3a0626cd52.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(/assets/flags/4x3/kg-4ef2c21875712dd14a1b3eb24fa7f9cacd8b03f4b0c6ed6ecd9cde21af981f04.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kg-288ec05511c120c82fd9782aebc32acecff5318e4baa30aa6886c369c6f722f4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(/assets/flags/4x3/kh-2d6d4fa4a7c060f6541a641dd446b8eb859498834e021516848078721fa01b9f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kh-aa71e7a81310984b687c5eaa96d2ee6c859cfab05949e70444fb5d4cf0287b33.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(/assets/flags/4x3/ki-6df9f4e26ce306525f9c523393e76d77287a584db40a64bfde8a5ecb0b185c3e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ki-7830ffc96ed4301e821eaba533dbd720fd657c5aa37853fc300c0898d34a914c.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-km {
  background-image: url(/assets/flags/4x3/km-11f6ebe851f34a737e126b3a9f016aa26335fddc3b77100985706bf26463a238.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(/assets/flags/1x1/km-4a900a830df2715652c2ef929d1c3916c0a531920424d9dc92db0e2bb838f4ff.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(/assets/flags/4x3/kn-01796a8e9768e905dae2bcec19106bc58cd5391e06942de5ed0dea21f1be198a.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kn-7b9d9ca8d3dd18d3562a24640bc375ab8cf15cf81ed5f351a6557cb8e8812c2b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(/assets/flags/4x3/kp-60fc597c78d58f572aceeb07e8efdfd524cc539b39c434adf5ad6c044b701a8d.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kp-cf3f3f9fbced6e68ec0958882291cd047cfbbe38b38dda99412ba8a824268bc8.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(/assets/flags/4x3/kr-6cb298b2e1888f2caaa5026f43ce97b542f1fd7000516ce0d29ef206f21c2d10.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kr-47cee817d58a15506d84375607e2667938ef5156cabb5c84b25d706ac7f787c5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(/assets/flags/4x3/kw-6f031d86344ef4e9912a4ab7d6c70ed6fe8ac4102b70351b419da26cfcff6cdd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kw-d60a5c0c6fd7a7e074a3cf2777e6001341c20f9a9f59f974ed72290bd2a8cdf8.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(/assets/flags/4x3/ky-d0023e2fc1e8d3c5c9f83750be13590c81f0e3c5829562b083edb1c10c00dc1c.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ky-8b59de0259338c6aee6bc1247160f1387d06594f00a068ce5bb64c9dee892976.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(/assets/flags/4x3/kz-247ba2310e05b01f13c3651f6da16b1a1c93087b27f6d060c3a00b06a98766c7.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kz-c48dafc3d4dc1f6f366cc2bec2a8ddb17925a9b9ad483953f7478343cee0f1a5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-la {
  background-image: url(/assets/flags/4x3/la-d1fe0881a9a22d48b0db118cb0ea8665b5a9bb7335bb7178cae077ce1d68bc82.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(/assets/flags/1x1/la-488c30d74b62e508a85c73117535a96f8fa1882aafd11e91162e8bd305f19086.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(/assets/flags/4x3/lb-ab8b677ba38b66d5731452874db6b2039bc40f72385b09f22617f5c41c9f203b.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lb-d48dcb229ab05132b9a06aae90e31a448c2717aadbbd9b9f3df67dd0c411bb00.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(/assets/flags/4x3/lc-80d8ed34cd44635c2c1d64114ad43aa1daa774eb4a9dc288b5d25c0e8c922cb2.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lc-6dc30a1abb4fa69be2dc1a8f087be1f15ee449d52322739e297377e5133f70a7.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-li {
  background-image: url(/assets/flags/4x3/li-de736618781bbad15b785f0f430a65de80c9e8ca095e83b22a03173799928dcd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(/assets/flags/1x1/li-f889040b51bb14b38d83761326fa35539725cd8dcf6fcf77e30e94eb281b52b4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(/assets/flags/4x3/lk-39ee31b9e4f46e314d2fd23573534192c073ba9c2b4316d62990baa7fe57ecef.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lk-7e9011fdcc0f85f90074f8a3cf97381dbad6b0bdf18206d5b84c0baa0f18eabf.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(/assets/flags/4x3/lr-80d99b5f217bbb3c54eead811ed1043d99c7f3ac34d3b24cdc349a03b9f5c4d2.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lr-641ae7bf6138f9e99c44016697ec6bc03e920161e9fffd923ad875bbd5974d21.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(/assets/flags/4x3/ls-6c951dd3647243ba3279d4f3691935de39611112cba437d4c42ccb13142fd7ad.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ls-7ce8d7dd726d4218cb83da2ec969c20bd099d640408452eca04e64f216bce36a.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(/assets/flags/4x3/lt-3e57894fa478c962c1b6534a04359b5e4f5ca477d9cb24a210ba4c260859c504.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lt-69846e6e9f60f0017f1507503e497bdbd47901a2e4d89075d3ca551da5d62a96.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(/assets/flags/4x3/lu-592c722e4745184613429f282166b95e49aca5b7d02d141363723723f52d08cd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lu-239161fb8e4a48fd86d43bbac0d1247b510b921275efd8f9e0b54851908bc198.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(/assets/flags/4x3/lv-aa16d0710fe8bc8ac864757713cdad31c3cf89da25be7b36e3f8629121b31257.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lv-c14034cbbe63ce952a3ed409bf6cd4583b32f7105cbef8d1fba6c491b8297c55.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(/assets/flags/4x3/ly-1bb517a40ec579fdbac813e87ef4b31f420af09738edca61ace1fddf4f14eeb5.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ly-b1b3372304aefeb11adecee9dc1fc74aed093175839caa391db2f74af88e9f3e.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(/assets/flags/4x3/ma-5c0de08d5bc7ec3d9620ed93f6fcaa8c229d65a247203805278b06094ddc2370.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ma-3e071a64da64f0d24b16658f2d65f86dc454287871ffad731fc984b523e71d34.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(/assets/flags/4x3/mc-9e6dc22def5e4b8e8e39e7079e3f238977dd7bd9289b865a56176794ca691c5e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mc-62f5f179ca5dd83ad767e868237e68b49f0e3cf505e402d9b5bee0106ba0893f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-md {
  background-image: url(/assets/flags/4x3/md-64db1356a6d31d1bb6d8642bd533bff30fa4cbcbc0d4e99ea2b46e831e7dded6.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(/assets/flags/1x1/md-264f4445c09b5de9473663cbeb9fe2f16a1ecaa7f547884d58a9fbf7a41f87d1.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-me {
  background-image: url(/assets/flags/4x3/me-c64518d5c9610f30a6013b8522e8318bdc57ad2cea29b53de4ba855bddbffa40.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(/assets/flags/1x1/me-1efbbe832b105eef5b3dc4986d366b4f19b723f255ea0dd53e9031134a42534b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(/assets/flags/4x3/mf-c9e8343814e680673483d5589e9e21968d5e6b1907f1fd512fd94796e377eb02.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mf-861cf60014b0e1629005d28c4fdd6cc02255ef06b180e1bd876cc3f8372d581f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(/assets/flags/4x3/mg-dabfe5eaaf96d4296fff534e7fb0d64c5fdf51b7321ac1ed67f52711efb0239c.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mg-8724cf0ed72e98e9a52a0730a69c087de7cd209880f653a27e1251e08b2896e6.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(/assets/flags/4x3/mh-2d950dcbc346f4508d065ca03bc932d63b343695eedd96b3b67b2b522f802649.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mh-83236315e10f6c55265e8e90e89daacacac709218dbc277240a09fea5c8cd162.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(/assets/flags/4x3/mk-acdb0dd74a52afd753e682520e580538d3c2446c04769445252452304e03a250.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mk-595ae807c055cbaea1e606fbc19029e8de2c68e5743afe55c8e740533695099b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(/assets/flags/4x3/ml-d8392369fbec33f65f448b9ea675cf84fb46a0387913e2401a2bea5dcef8fdaa.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ml-8d0ede8e728a84e2a7f8f50341a8ba256522268e0583c84488f2688002408c9d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(/assets/flags/4x3/mm-e6f074607564acfb5297ae3eef75fc2d20c9c9a33b5317b7f435594d6b9f0391.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mm-8101cabab521e1b641c161d84b89756d20bad8f09e97e4ef49006c01e27b5998.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(/assets/flags/4x3/mn-6ecd34f9290ee067c56554c8a47dec740af1d45883ca841c4d27b58099b64fc2.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mn-b61c8cf6789230c53544446d99e6ceee9ae38beb47a2090c7bfd9f4dcad69d79.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(/assets/flags/4x3/mo-7a3b63123f12c90d2ed1646a71646dc5e6db4217b8b9562ff3c609e04223befd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mo-368bc094bc5a674ea6bcdc0ea09cbc3b43fdadffd62e67361c3552ea6502664d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(/assets/flags/4x3/mp-f7358ba4110bd57f6ac56f07d45d0437889b41e4a978dd2582bb6a842a918995.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mp-c0697910193d316455455492c545498ba0fb12a2bb656321f6b418e668fa5674.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(/assets/flags/4x3/mq-15c2a7e8b39e4e899201e9609545ce3ccf67bf20f7ede8ce7133f0d3ff6fea02.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mq-354aa2a7dee283151a286c575ce766bff6ea887240ae0822c817a4dd977a2423.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(/assets/flags/4x3/mr-3340ce8b57117ecd736d7ffd891867d7ec8a09944354d94d601f158f39c2114d.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mr-4869048da2ff6a3572f3fabbc8ba2361c245f38596fde9d5ba85983e25d46863.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(/assets/flags/4x3/ms-515d716b708a6ddb59672120b9c27d72ad2380705720ad1b3c726ed66ee364d3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ms-1fdea44eb7f11f478b918fc7942b4836f16a14fa2755e649e819c3a00cbcf5b4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(/assets/flags/4x3/mt-16cde0a160983ca70bc729f1d2f07d0f900d8690aca49bd7aeda53c7e4e1b95f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mt-c4a13be313cdbfc879cbfd2bd6232abb8b82d6f071ba2883789eb5ec8cf408be.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(/assets/flags/4x3/mu-56f40915f7b3b7efe35261bf11a75ed4398e79e0c0ee00e77ec5d25d183f9a16.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mu-fd5c292fd37ca3cbbb7f96ea763b80498b2f26e94e2fd2a16d3caded5744ee5d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(/assets/flags/4x3/mv-1fe17024a30ad21e497b73909e5dc31bfc9b717acab1ee2cf26fd87ce0141677.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mv-1ea7a86f3f515747f6f04339e397b3e5cd054d63e3d59c44213549dc209cd62c.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(/assets/flags/4x3/mw-18d9ba4932b80bd277ff015802bfd899f6504c8029194c4963c787ab1a33db34.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mw-2987a62a2a9cc2a13b87754de97001ca6d3318b01dc06d793d5b36c0a91d2d91.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(/assets/flags/4x3/mx-87bdcd060973a2ebe599a310233dfbdcb4701ba6f6d12148c593d0e24847b3ec.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mx-2b7170dc4b0af90db8abece7f29a742eaf08fad18872790f58efce648fdfa0f8.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-my {
  background-image: url(/assets/flags/4x3/my-a19fe202e81a2c5b1f743d3974778449b9c75e8c3675c934e3d5f4ac0bd960b3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(/assets/flags/1x1/my-0a4ec1a1fc4d63728c465514d6d75fbaa1e6b1555458521f57f862c4dac56a57.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(/assets/flags/4x3/mz-8c292a2766cb978ac5f2f2ce7817d5ed1078bfecb7898eae7f726850cb7b2ef4.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mz-d8f4b579505baeb66b0f7958226953ebca42ddb02ae9c8f5b2cb28907c806bcd.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-na {
  background-image: url(/assets/flags/4x3/na-156bea2986f9cc782374d924dd068a26028779bd33f0c1d8bd87ba4a504a0786.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(/assets/flags/1x1/na-054d2b0f655d4cf1a9ed0d83a4aadd237c1e9647c78f87cc19eaf80d4fa27e16.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(/assets/flags/4x3/nc-286a247a7629dbed80ea889be8aaa0ee8cf964dab833d4009c4f46e0d95274c1.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nc-6a9865ff0743ae3585362616871ec1a1dc5c2dff40fd93fdf11d08129b14a739.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(/assets/flags/4x3/ne-1608209afcb118dc431c473672d77fcc0836f381a7ab84a691fbd3d57d7dc04e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ne-aa3fc8e417f271ad7f7add365027f39e1b9ea82ebbed968fdf70788f2f60d5fb.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(/assets/flags/4x3/nf-ef6ad6bb2467b59efd4c5ab88610311f9be050734363a33b6a6c10fe83ee9e29.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nf-e753ac97401ea19f2ddfdcac61504299e6f92e019f69401de53ddfe042688061.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(/assets/flags/4x3/ng-fc389ce550458550f02305244cced02b7c71f371c7501abe89cbdc3fa2b7c3c9.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ng-13ac6e77c39c964d7e835960896f3ab4656a035b10e9ce6d8af90f64b14300ce.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(/assets/flags/4x3/ni-e11778a28ac2743c7774421967691d8b2298772cc62754148fa5db99ae0011a5.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ni-7073630ca8b9c2e4515b751e7ac334e2889b3fe8450ee4877c6118e9f43d2115.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(/assets/flags/4x3/nl-2661e38b026f9c15874c855a886c33fed28ff375c748bcda555cf248b306a72b.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nl-60e9cb280d52e94a5200bc68fba3166eb94a4583f83f4c2f825fec2ffd265c34.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-no {
  background-image: url(/assets/flags/4x3/no-ea01251be8f50754735642ce0a861cd495bfe0dc8b2d6182138274e28e2dcd6c.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(/assets/flags/1x1/no-8ad30217c9db13ca0308fc827de6511fdcc065bfdd610926554da311ec518b8f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-np {
  background-image: url(/assets/flags/4x3/np-a49adfa1d4220f86cf708f287f1bab0d1f1c49a0fab3048fdd87589285700c08.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(/assets/flags/1x1/np-0e6c4ca0528cb6f80ae9408d3598a147397720689dff21255d66d171caab228d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(/assets/flags/4x3/nr-b5cc9a094c244d78125f80911d18157355b1f3af100d8bf3a071bb9e44b177ed.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nr-3f02046b5a5cd83bc8a2fb078c3dfc4cae1756ff728086e3b3aee8277d322df9.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(/assets/flags/4x3/nu-79f71265e6f01a9c8a9bd257a6067c76ef13fc271b11bdfeb96d1dc2639a2a98.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nu-98fa51c0798df007df62db28e72755e7939d87bfc2783ecb348a53b2d58b459d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(/assets/flags/4x3/nz-85bcbaad88dd432719adc604cf246497ffe3daec416500fc6dddb0fed8d46d58.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nz-1a58f60fa483efab7333e60e7a9e50e2470bfafe84a8286ec332bcb9ad82d349.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-om {
  background-image: url(/assets/flags/4x3/om-b9dd5de3d316c8634ecbc1ea3750f309b1adef8718e7f2a2f7dbd750ba4b5df5.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(/assets/flags/1x1/om-16a9a5229314654252df5c406c41689c9cb3ba5260dedcfa089e7c5865d92be0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(/assets/flags/4x3/pa-8efff3b4c0a2e7ddc806c9eca382e7130200659c8e18bde7309087c502f07a4f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pa-6083fbbab75c09f7a7cdb8e717547e5d9d9a10b5eef39cd95f5bbab5b7e14917.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(/assets/flags/4x3/pe-ab5299d01dce6e1fcae69bf1e39d9d4794404daff4801ce5c144f7164297c2b2.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pe-517a5dc89e69bff41312bee0de4fb182ab2e0a635bb1ff17ab0f5662bbb1cf59.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(/assets/flags/4x3/pf-aa9a6f1c91dc34687975d5a16bc37dda87c64a9951f8ee2bc5ad18a55d89da29.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pf-b79146be4e2fad0b0483282ee921a37297b8670a6fd808c6b51ab7094ecb8c41.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(/assets/flags/4x3/pg-ed99f792dfa0122de8492714759ce50b3a34668a90a1bb8a137275460c8248c8.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pg-3ed0814dde4ed902fc96480a6ae7eb6308ccf158c1c4e5905f61292a75f6f131.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(/assets/flags/4x3/ph-7d1875f10b69d5fc33ebcddc39b21d8370c344922b6fa2260696ff34be1b8114.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ph-ee85c27bf6d6a13680d4f8b44f064b2bbdc05e3d1ddd6ab7705888fd48fffb19.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(/assets/flags/4x3/pk-6782ce78c3a70fa9b894c557d37a104b9801c8edd4bc20b03b027f29441aa88d.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pk-07158a6a68e973e1d165bcc777cf1690a4bbb94a1ad48a4a1875c4a15d55670e.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(/assets/flags/4x3/pl-b63bc3df1ae33049b79c990714b2b0ee7cb9966b7b86a82590579fb156b01179.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pl-28c9d338533555a08dd96f64d31f46a986ac91599ac13b31440a1027e4bfc752.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(/assets/flags/4x3/pm-ea6ac5aae9a34fe7d54b8e5755427184e95393a6c8a4980e2443f912d52715cd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pm-d7232b00b14c99e93ccb619df5809cf70eb4535d4b92ca7c37d4971bb9f81d0f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(/assets/flags/4x3/pn-d9ed01331e8aa030d908836ee98643166cc7a6000011d120ec476feae7cb43cd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pn-e29ed003ef82779f05248d010261307175d941a43759996aa5136c9943863b74.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(/assets/flags/4x3/pr-e34a885618774693864399a688e2bb5c65e2a95bfad1b551ca81eb1e2af7298c.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pr-42a7307c66e31ef4d9bc8903e69ff814784de3f6b0bf5d1c540df1100087c351.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(/assets/flags/4x3/ps-30be2c88362d049b1abcfaec20d9d7351d6204b29ef4dd65bc1c6258b81cf3fc.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ps-29d11055031311c9d2d45389acbfd768e834ef94c1fd6cbf89c722b9a94f63cc.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(/assets/flags/4x3/pt-457231a4f4b01739c0c9d31850f4aa5996a9b39395bbd14e5dfb9e173ba24ec9.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pt-da9b78dd1b46172266af1e7a69f0d6eee90d319177374bca22ad7a694456b8f5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(/assets/flags/4x3/pw-346f47a5aa64be3aa6920b149ba9fa04634c12cdf1763ad3a77633b8e24ccbdf.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pw-ea5a490f7dfdc9d476f698a78d38ebc54d088ca2b8ac29be87c641710df7010c.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-py {
  background-image: url(/assets/flags/4x3/py-65f8877823e7721e5504fa485141d186060ce42edfb33fd9ac230091ec9e8880.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(/assets/flags/1x1/py-34cca3b8ba4f2adf01217b8c491c313b638a302eb4d5133c0f78e1ed9abe790b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(/assets/flags/4x3/qa-df4fda52f5e42095135f1394371e8961aa78a7b2f01693c2bc756d053e171afc.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/qa-783eee5d17b4b4223c800a8bc6b28021c2cede131c2d8b973909576be7cc657d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-re {
  background-image: url(/assets/flags/4x3/re-68d27837f3ade6788c011fa56e261240897f3c7d7bcfb9f5b21d403ac07f3124.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(/assets/flags/1x1/re-67f817923d7c8cd83d980b0a7cfdf52434985064eb77ea9ffcaad1a5f940440d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(/assets/flags/4x3/ro-a0701378b1d0f4f85480aa0d396bd4b532d3f1f055ff1c18faeef72415e5f9cf.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ro-d46a06212b66e25ce1f4767a57ed3e6db295db65b9ae378eab81d3e5ea54f12d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(/assets/flags/4x3/rs-cd1694ae4c716687380d29b895f0a1b168a6ae6814822f1184ab327b6b211805.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rs-f523d99454632d2b6e785a8c0efa3d2e17391957ec408b0044cf2e84e2af0aba.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(/assets/flags/4x3/ru-09a0eab8047f9597c2173567ee98c6c3205bb1d4000c015d77c5ed69fb1a13f4.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ru-5af97c92fa6d26dbd4da400d0fe4e1231687ad28c71127fefad356be2851dff4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(/assets/flags/4x3/rw-a598d699b469a14e0dffee0a58242e9332167ee5e1450f6d74af905464f79d2b.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rw-813d4f3dbf3a5e19bbf4fb877b39925cc293154f7e52e4aa60971d191513a8b4.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(/assets/flags/4x3/sa-62c402f66e7bc5ccb8a0d8a0d9198b947bb927fd23223f64e9a99d2d5efea4bc.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sa-006d0265bf678032044dad80df3112477b27eb9e46ae9c041b4051d1a48a5c21.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(/assets/flags/4x3/sb-c98e070fa90ad032812c3c6bc50e36ec5424ee3ffd99e6223ebbaa1dc69df8d7.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sb-7f5a551383b5d08972df5c3081bd068c89707f262e23cbe3841546dd3ab66ce0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(/assets/flags/4x3/sc-1ded721ccbad010edf2d6074db273d43fef5c69b2e370f4b5c9d87a85fcf7b99.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sc-349af64aa4fbdbed53bd65c48cee0231583c8471a130b13cdf0184d91deeae1b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(/assets/flags/4x3/sd-11e5438dec67a2f9e305806206551d76affaf7608a4ef32cc3926eb2c722f615.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sd-1a94fb0d2702d393f49da5605303104fe262d90ca85ed83b61208af461bbb377.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-se {
  background-image: url(/assets/flags/4x3/se-ba754c3adc6435d8411766e252703c4af1470c0a4a63ab0dc2ef2347a581ecb2.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(/assets/flags/1x1/se-3c68c6f2518332eda1e02bcb70be72e2ac7ba4cd6003c1a2a7860ba3d5a63a51.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(/assets/flags/4x3/sg-59c6b6c3f6e10f4d879f39ac73974a1f538e9af01ad2e8165aeecf2bef2f5154.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sg-250fc07192fc4ba280ab342046149203fda5af283d932099bb1f47ec7e2ade64.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(/assets/flags/4x3/sh-b853c03d7ba3c8b806c227c20a71ac53eb78a947d54ecc71fcbfd4816b872ddb.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sh-cb72c420c7a64e9caa1aa3e4e9e735978669f5264baa5362f5363ed66ac4dbb5.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-si {
  background-image: url(/assets/flags/4x3/si-6ddde5021e83d1affdbc1f2b057eeb8c297bff5ac58df32df0f26da1fbdb58fa.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(/assets/flags/1x1/si-f108abbc0b7abf4547eee391ae939f68f9a8ebc8d0780a33fc2becf6e4adf119.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(/assets/flags/4x3/sj-1abb92200cd360165966cb07d81f7b5c78fa392bf267399396bdceda9976dda3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sj-e4d0a2af3589d9e1f72358f1caa1a9dcbd7647227dd2761958a50a4a84ef8690.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(/assets/flags/4x3/sk-039b926489b47b9bafcbf2bc2eda513eacc6d03defcc5f0c206da299c31d12b9.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sk-8931ccf2e76f7c01a6fedc52b86770d1f2cf697712267dde9de0eacf72458e09.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(/assets/flags/4x3/sl-0af5ae61166f2e898c009be216706c02eefef37fbb414ee56ea7ec712b195fce.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sl-691e7e7934453b4d89bb0d844b2ab8722db6f1ba423615a917a80e7d53dd6a60.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(/assets/flags/4x3/sm-bc3645e9d92d7c6b802e23016d6924ed9aa219c49b45fce5553234504e5844dd.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sm-5a6dc80f9d48c2b112a6d351d2c930ac939fa48e95f7c64eb8468eef1f9ca23e.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(/assets/flags/4x3/sn-b815b4038ce2f0bd62c73a9ce8a320c324ed93a9f4f01392ace1c8a9ecb9c3e3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sn-ebaddfd1712440b47153e9169b07102e5519bb7ab711857dd6f6fb39858d0a82.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-so {
  background-image: url(/assets/flags/4x3/so-48b36d80984b7110d95d8d94171e11864b9eb26836e09554e67743de632e4816.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(/assets/flags/1x1/so-7617b11bfcd513f61268bd70b6f9b8f12fcf8278374c61dcb07c10fee35bdb65.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(/assets/flags/4x3/sr-aa7389030eaffb1018121afc6add25afa48b7299163d50ebdcaa0e393650fd3a.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sr-9d64f3cacca0e21c7c7ed8caa1665470b0ab2d69794072e02b39deecfa632bf1.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(/assets/flags/4x3/ss-99ac71ab7846c9e67d56c20079366b741bca28ab6f51e1535fa285ace8a51b19.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ss-8033cae226dcb09c4eff9906bcfdf375c5bd9e7dd61e3540bca1f5e8743a7c18.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-st {
  background-image: url(/assets/flags/4x3/st-2a3014177b331561eab89d187bb452a6745aeeb2d55eb503bfc53923fb656720.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(/assets/flags/1x1/st-0be5b05500741a08d9be5236002ce112e9e3d1057f2353c43ff3e96a8674149b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(/assets/flags/4x3/sv-202bf301f282f6cca15151a1cca77078ad5c307b9c02a8b6624e5770cb8cace4.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sv-e0da9aaea3e61e28b85462ced48ba66a24425d353c4d568924e8addefe2de0bf.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(/assets/flags/4x3/sx-6d5fb142b711d80250235e6e8e37f4237e0a5a68a34329b89e4aff3f9a7ee705.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sx-7605bb5ed4d213700724d0861e37d691bf398d0fa5589e9b1aff5cf345ec10b9.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(/assets/flags/4x3/sy-2297f8eb83ade90c8f97627fed11e7d081f39a89d957dd5119eec45975095856.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sy-61d6d0bf458aecad55e4dee5d16bf326d840d5029713b71ac803745a9f550d55.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(/assets/flags/4x3/sz-bda642f7611986895503d6493a1ddc94cdaf6f6303b545c164870f333c45ff3d.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sz-5ec85fd3d3e539a16586777517d7f75a348021acb842c7129cd82c45df12a3ef.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(/assets/flags/4x3/tc-d13be133f4b5183cfd3c14d1bd386b0dceb729cfdf79358f322b31073418003e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tc-7daf39fc0d62c8a112e83c2be368178ddf98797bebd0c5f8366ae2fab1a4090a.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-td {
  background-image: url(/assets/flags/4x3/td-9399c390ea21414211c24264f3eb2f8415a27aa5e9e9b2ad4242b6098888c1e7.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(/assets/flags/1x1/td-bd51a8cbdba6ea2f414effa29213bca3a82fc0109e045997bc71b06723f4002e.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(/assets/flags/4x3/tf-f8de9f8c6d995d589cba5e10fbc06433cc601739ae1d0d52401982893e7ccab5.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tf-189f98c764e4bb7f9a0b6e7dc7102090eb118932c25930b0eb848be6c919764f.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(/assets/flags/4x3/tg-f19fce70dbf1d8865aef45b975f8628cd8cd505f3a111b2abfdc20106685ae4e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tg-fcd0fe13dc888dab7caf315b6600a0ebe2bf686a3aba846e5551ec1ffe278eeb.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-th {
  background-image: url(/assets/flags/4x3/th-e5bdfbbea7fc6e4e5a14fdf38986a04ef36ce5814bbee1292f1708fbe2a84324.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(/assets/flags/1x1/th-d2c57c959de7322812472e8117fdf25b87a40699879df3347662ea5ec8ce7e99.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(/assets/flags/4x3/tj-87704058f5940885ebe2148af044ecd78c5fce1010be91920b91fad709d3b959.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tj-277f337ac8f059a602c2e55f4e20cb7fba6fc949f6e47cb313aff07583a4ea8c.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(/assets/flags/4x3/tk-a46a0fa931139f501ed4f46b194358665a2bda22168fa7c777c4cee0f975a0b7.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tk-eb30928c9b193ea67005d4b6da4de4dd77dc4a1eb1dc8091f26d81c181924806.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(/assets/flags/4x3/tl-bed60d689d59c131031e5e31fac9f4d5a369cc0e414534eca0029252995013b9.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tl-e9d563e0a701ff702a60fcd30acfda4d9abcbae40d3d60480a39b0ee45fdecfc.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(/assets/flags/4x3/tm-6f9274fb508ad7441402524cc7078ec59914f299129a37cf65cbc1e960a72535.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tm-ebf3346c6e6587a8f82ccc8d3bc887bb3f3432bc0cc64161698674d561bea323.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(/assets/flags/4x3/tn-435a696da54ba4f58c47734c7e5254d6280bd09571001f74d3c4b26042b54fb3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tn-47a6f31c27b126341b2f27384d76566c7a51d6b0444b711fa4c1b0a33c9a8e4b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-to {
  background-image: url(/assets/flags/4x3/to-0dbf09752f5655227fe374ed30f454e573db507bd97e5c6833986b396c177649.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(/assets/flags/1x1/to-b9f45d3de08b773950fb564d6d0f3c656188ca70a44a6ec96b662e878f7f9068.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(/assets/flags/4x3/tr-d335474c691c709634aefdaf480ea688df7b120da8e5e50d6add341352001856.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tr-f987c79da47fdca8ed61f7668acc404c0344285daf8d41c4bfbd1bc0fb447e01.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(/assets/flags/4x3/tt-e546805bae0104e3b45d8f4ac5a8b421255bfc477c65a6f12be3b37f98d6af1d.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tt-d67dd4158ce0f1179f6a2fe07389e857d2541755152f1e31894cfddb521f23ad.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(/assets/flags/4x3/tv-cdf263b888a63e8f2cf19e747d8602e570654bc52e1343668f12bfcd77ae357a.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tv-0edc56c4576001c390186fa93e57c68f7ecc85ddd11e512ae711c36c602d23ae.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(/assets/flags/4x3/tw-a40865636b6bfa008d2dcca35016d36542c7d364664915d32381ce7a6d6327fe.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tw-f649a23e374a7a27ba34b9a34d0c66969df4c27ce7fc822641bc9fd7451d1296.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(/assets/flags/4x3/tz-906213ad07832ceb9efe581f533afa8a38e010ca0f9cb93a1204b9bc3dde2a80.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tz-1a738c20b8d50423f3b74a95a802d49ac03e9ff45942a119105e12e235eecd73.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(/assets/flags/4x3/ua-9de01f8dfc47d4aa167b65ebbdf20368684cd1dfc44f2e8e375a70a619dcc583.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ua-25a0833c5f9c99a6feda07bb6a80c4cc1b273c69410e6481e11141bb3137f6fb.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(/assets/flags/4x3/ug-0f2d2a4a9bfa686a4f871b33cceb0f7f5df34b68580370925413da71ed65ce7e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ug-ef5568eb50c1ee9b984ba66541ef1f5552e425de9cca028de4c62281872b42ca.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-um {
  background-image: url(/assets/flags/4x3/um-1199b96b2eda480d5428ab1e25ae41b893df68297dac4d25b6bb639b455e615d.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(/assets/flags/1x1/um-2e6308d05098651a2776efc926fbfec4f7d48ce9faca155c277bca764835d6aa.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-us {
  background-image: url(/assets/flags/4x3/us-b2256cd0fee516a285a3ea7ed26e7ab3c8f5c44b542c2c8bc39dc8a7bc860613.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(/assets/flags/1x1/us-bef8640e00af13e943b04e553471e26b170e7828bcb5c76a6822814a0877a122.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(/assets/flags/4x3/uy-e9b5ce6ce8241f51f3ec25f7c0024f2f30f1cb719ca33be69538d66d399dfb75.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uy-459e08c4253e29c91154295fdc93d5c8ab41af688dcea4bd7b9052e6fdde9689.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(/assets/flags/4x3/uz-eee3e7fdd17916c14dba47ef5019d640e433841898df05ac4f5da9101f40027b.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uz-25f6d3e939fa3dbb24ed64b5512dea79d87c1a1f78cc734cba8c3f0684f7fca0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-va {
  background-image: url(/assets/flags/4x3/va-bad68d9f8114889dc35b870451a8a68754fe82a6d741a7f9c336e70fa5fad9ec.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(/assets/flags/1x1/va-498020b1e04599d3557859d1e79f6fc222cd8eeafae63ef40a202107e3c8c862.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(/assets/flags/4x3/vc-2b457eaaf2512f8b15cfe545f5ae7123e9a169c1eeb723af0a3218be852f954b.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vc-3f4eeaf751c554c0b337ed0e4e5d3e209c51e1f9cfe76b6abcc223a65aef1f4e.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(/assets/flags/4x3/ve-3b9ed60a0efb69c0942c620855c041fad438dba07384ca2c9757cc2c9c42b9cc.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ve-674faad6c5fcf97675acb3596dedcf76cf99efaf32b300764c506dde42ab6670.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(/assets/flags/4x3/vg-8b5efeea79a6a6283420ec4b42afa0b956357e53f8688d5d937d99a1c75fb0f3.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vg-071f967035fd3b79a112005a101a7f1f93678f4cd98b45db914736e7311cb026.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(/assets/flags/4x3/vi-cf26cc7923122b978a11e7529652d7b8da27ca4139a1db3a3242ae77a82b1ad1.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vi-c4b356f1e235062c952953f27c14f148b9f501f82999b1de0ede96c67ad86e90.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(/assets/flags/4x3/vn-9fe480227a3d83dd0445ff9720db5f7969976c719458267011474683e7f5c9ca.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vn-a45bfa6d751ad0cf1183f7a169a6a69d7e3bb69129974ad4ae2a15cf25151cc1.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(/assets/flags/4x3/vu-5528d0eda779f3cb749050f0f63951f174c433a10b84858565aa80019c6e3970.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vu-cd2210109bb887da260ccd5a2fd69893abf7bad95b403e001ced91fb0c18bca9.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(/assets/flags/4x3/wf-75485af41ddd272398f4e3a791921c6cb140c83bb6681aef4bcd17fe36b26205.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/wf-7a1ce89c872585a5e8e7f7e6657059dea36600dc14c128ca324c7376d7527ba0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(/assets/flags/4x3/ws-50e93a2ad0977553dad05d53c0c71b7861e2bc586b3753feb5ad3322a44c3639.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ws-3383b61649ca7861f4ab3a7d7a974b075a6714fb2a7249b7d56bf749346e0efa.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(/assets/flags/4x3/ye-8c791a827b9c03a40bacb5348f4e563f8db42bbfc05f2bcf9135d3594c21ce0f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ye-9581021a56e147f40a91ff163771da0f5fc1670f70d34006a2bdfdd866307f2d.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(/assets/flags/4x3/yt-7d54984381eac4cc32c2041bcfd043d78d9a02ca05b915787775ed6a07339798.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/yt-58fe4496525e2c9b28298914ca7b74e792256784245666c78fe8f077e186a2f7.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-za {
  background-image: url(/assets/flags/4x3/za-bff24a6c7b73c6e31272915a507193e56cc0185b2beedffdbb4837d71a944a6f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(/assets/flags/1x1/za-5a74a27e6ddf4017cc4d195604c04eccfac9eaaeda8272502dd737c8f7d58b0b.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(/assets/flags/4x3/zm-04752134218e057c9cae4a53d53fe9b5d9e38d4717b0455539a7a823c0e4cbd1.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zm-808861b03cc991296d1a561791ce4846e689a850081f99e7fa19cab3a3554ccf.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(/assets/flags/4x3/zw-29d4a2f932067785b79f8c2a2d94a50338afc83f38bf57f95054e6057bb32c9e.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zw-51c72f4ab858924f49df47a19dca462da61e9e8ff9e32d9c5c789bed67925b1e.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-es-ct {
  background-image: url(/assets/flags/4x3/es-ct-6a1369768b48c5d90a2215558059f68fd9212f9bf8d45214dc6c26890c2ea331.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-ct-b66bbec23501f57097f232d0bbf1498bab33d38022a0b4be765e8decf8708a53.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(/assets/flags/4x3/eu-684b39d8d8a00b5af5a208a58b2a4d5d3b6db5b3e88644434d231743b9e07b43.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eu-2226bfe8aec7177ba92856439e2e8308c2fadb30ca32b98ef42c7b83b05e1317.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(/assets/flags/4x3/gb-eng-c4abc3e413ba1e93e5036b8b1663377575590446a339e47396f7c7d04c78fd4c.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-eng-085eecd37f930e1bfa0563865d66be3bfe85acdf5657b564f00bcf2868167ec0.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(/assets/flags/4x3/gb-nir-e2c5d48921f2f014fcd836537da3719d2e4093e2a69ad4d21e594d1b16c91c0f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-nir-389ce966fa5df006d2144d5ec270928f809e346c86310137b88a013ac3bdd0f6.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(/assets/flags/4x3/gb-sct-420367896dfd8f3fdd7e10b4381816ace018712a56dd82cdb73ecdacdf5dc3f5.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-sct-6c65d3cb8dd9617781de8b15ebb1c0fb9d7b770ce1812b93b4e75f8931e9780a.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(/assets/flags/4x3/gb-wls-48415445ede91d43e95966fe21b8e9e14536ac85fed28ceec912e1a28e227aab.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-wls-526eabfea6565e3838685f16add08278160757da0933e686df817579cd9648e6.svg);
}

/* line 24, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-un {
  background-image: url(/assets/flags/4x3/un-6b36d053ebaee399899c24eb85ba2ebeeb4cb8b2e2cfc2d5d8a99cf6c2c8856f.svg);
}

/* line 26, app/assets/stylesheets/vendor/flags/_flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(/assets/flags/1x1/un-320bf27dbef21f3cb22a0d9206afd2264dd6626e578d02f21c503eab6a22a522.svg);
}

/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 5, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}

/* line 9, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */
}

/* 
BS3 width:1005 for inputs breaks editable form in popup 
See: https://github.com/vitalets/x-editable/issues/393
*/
/* line 19, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editableform .form-control {
  width: auto;
}

/* line 23, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 32, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 48, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
/* line 53, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

/* line 58, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editableform-loading {
  /* background: url(asset_url(/assets/bootstrap-editable/loading-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif)) center center no-repeat; */
  /* Images not present in assets - commented out for Rails 6 compatibility */
  height: 25px;
  width: auto;
  min-width: 25px;
}

/* line 66, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-inline .editableform-loading {
  background-position: left 5px;
}

/* line 70, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
/* line 78, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-error-block.ui-state-error {
  padding: 3px;
}

/* line 82, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-error {
  color: red;
}

/* ---- For specific types ---- */
/* line 88, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
/* line 95, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */
/* line 101, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

/* line 107, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
/* line 112, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
/* line 118, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
/* line 126, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-clear-x {
  /* background: url(asset_url(/assets/bootstrap-editable/clear-f8be614091b91809de65cd902bae9b3d4cd0aaa5f6a936b9458862ff4f79c98b.png)) center center no-repeat; */
  /* Images not present in assets - commented out for Rails 6 compatibility */
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

/* line 141, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-clear-x:hover {
  opacity: 1;
}

/* line 145, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-pre-wrapped {
  white-space: pre-wrap;
}

/* line 148, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}

/* line 152, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}

/* line 156, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 165, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}

/* line 169, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

/* line 176, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

/* line 184, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #dd1144;
  /* border-bottom: none; */
  text-decoration: none;
}

/* line 193, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-unsaved {
  font-weight: bold;
}

/* line 197, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-unsaved:after {
  /*    content: '*'*/
}

/* line 201, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
/* line 210, app/assets/stylesheets/vendor/bootstrap-editable.scss */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/* Removed datepicker css. If you want to use datepicker, add latest datepicker library such as bootstrap-datepicker. */
/* line 1, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../usr/local/bundle/ruby/2.7.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
