/*
 * 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 *
 */
/*************************** Theme Colours ****************************/
/*
 * General Colors
 */
/*
 * Link colors
 */
/*
 * Success colors (green)
 */
/*
 * Danger colors (red)
 */
/*
 * Primary colors (blue)
 */
/*
 * Warning colors (yellow)
 */
/**
 * Commit Diff Colors
 */
/**
 * Fonts
 */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #8b0000;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #0071bc;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #003456;
  text-decoration: underline;
}

/* line 216, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
/* line 225, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 235, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 243, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 260, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 270, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 275, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 287, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 291, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 299, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 310, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 319, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 327, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 332, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 343, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 348, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 356, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 364, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 372, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 397, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 412, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 424, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 429, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 481, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
/* line 8, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 26, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 57, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 65, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 78, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dfb8b8;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #d7a6a6;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #d7a6a6;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 116, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
/* line 124, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 132, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}
/* line 136, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
/* line 142, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 147, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 181, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 181, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 181, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 181, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 181, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff0c0c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}
/* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 52, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 61, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 73, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 86, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 94, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 101, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 114, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 126, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 141, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 149, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 159, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 165, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 175, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 179, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 189, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 195, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 207, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 213, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 218, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 223, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 227, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 234, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 55, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
/* line 59, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 64, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 84, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 88, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 98, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 101, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
/* line 106, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 112, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
/* line 118, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 129, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 132, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
/* line 135, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 141, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 55, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 59, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 64, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 84, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 88, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 98, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 101, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
/* line 106, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 112, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
/* line 118, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 129, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 132, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
/* line 135, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 141, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 262, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 270, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 276, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 284, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 293, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 300, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 304, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 311, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
/* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 52, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #650000;
  border-color: #580000;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.5);
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #580000;
  border-color: #4b0000;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.5);
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #8b0000;
  background-color: transparent;
  background-image: none;
  border-color: #8b0000;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.5);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #8b0000;
  background-color: transparent;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.5);
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 69, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #0071bc;
  background-color: transparent;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #003456;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
/* line 92, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
/* line 99, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 113, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 131, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

/* line 3, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 3, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 62, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 62, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 57, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 62, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 67, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 47, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}
/* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 62, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 84, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 93, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 104, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 111, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 129, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #8b0000;
}
/* line 136, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 147, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 152, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 162, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
/* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.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-left: -1px;
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 52, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 57, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 79, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
/* line 85, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 122, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 127, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.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 136, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 141, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 161, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 165, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 24, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
/* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
/* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 55, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 57, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 68, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 75, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 80, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 88, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 89, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 97, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 113, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 125, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 137, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 157, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 166, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #8b0000;
}
/* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff3f3f;
}
/* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
/* line 64, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
/* line 79, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 99, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* line 104, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8b0000;
}
/* line 107, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 113, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #8b0000;
}
/* line 117, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
/* line 123, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(139, 0, 0, 0.5);
}
/* line 126, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(139, 0, 0, 0.5);
}

/* line 137, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 142, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8b0000;
}
/* line 145, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
/* line 151, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(139, 0, 0, 0.5);
}

/* line 164, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 183, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #ff0c0c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 12, 12, 0.5);
}
/* line 192, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 203, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 210, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 216, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 221, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 228, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 240, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 248, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 256, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ff0c0c;
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}
/* line 260, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #ff0c0c;
}
/* line 265, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
/* line 270, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 276, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 291, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 315, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 321, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}
/* line 326, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}
/* line 327, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}
/* line 328, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}
/* line 331, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}
/* line 335, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #8b0000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 335, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 346, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #ff3f3f;
}
/* line 351, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 362, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #8b0000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 362, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
/* line 372, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #ff3f3f;
}
/* line 377, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 388, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #8b0000;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 388, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
/* line 401, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #ff3f3f;
}
/* line 406, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
/* line 417, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 422, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 429, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 429, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 47, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 61, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 79, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #8b0000;
}

/* line 92, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 115, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 68, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 73, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
/* line 121, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 145, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 147, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 145, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 147, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 145, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 147, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 145, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 145, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 147, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 158, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 161, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 165, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 172, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 177, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 184, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 199, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 208, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 215, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 220, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 228, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 233, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 237, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 239, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 251, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
/* line 260, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 267, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 272, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
/* line 280, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 285, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 289, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 291, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 28, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 59, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 74, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
/* line 79, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 90, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}
/* line 145, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 141, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}
/* line 177, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 171, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 256, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 267, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 280, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
/* line 286, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
/* line 291, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 297, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item, .breadcrumb.nav-breadcrumb li + .breadcrumb-item, .breadcrumb.nav-breadcrumb .breadcrumb-item + li, .breadcrumb.nav-breadcrumb li + li {
  padding-left: 0.5rem;
}
/* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before, .breadcrumb.nav-breadcrumb li + .breadcrumb-item::before, .breadcrumb.nav-breadcrumb .breadcrumb-item + li::before, .breadcrumb.nav-breadcrumb li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb.nav-breadcrumb li + .breadcrumb-item:hover::before, .breadcrumb.nav-breadcrumb .breadcrumb-item + li:hover::before, .breadcrumb.nav-breadcrumb li + li:hover::before {
  text-decoration: underline;
}
/* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb.nav-breadcrumb li + .breadcrumb-item:hover::before, .breadcrumb.nav-breadcrumb .breadcrumb-item + li:hover::before, .breadcrumb.nav-breadcrumb li + li:hover::before {
  text-decoration: none;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active, .breadcrumb.nav-breadcrumb li.active {
  color: #6c757d;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0071bc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #003456;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(139, 0, 0, 0.25);
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 50, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}
/* line 57, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #8b0000;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #580000;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 1, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert, .flash-container .flash-notice, .flash-container .flash-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #480000;
  background-color: #e8cccc;
  border-color: #dfb8b8;
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #d7a6a6;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #150000;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info, .flash-container .flash-notice {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr, .flash-container .flash-notice hr {
  border-top-color: #abdde5;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link, .flash-container .flash-notice .alert-link {
  color: #062c33;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger, .flash-container .flash-alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr, .flash-container .flash-alert hr {
  border-top-color: #f1b0b7;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link, .flash-container .flash-alert .alert-link {
  color: #491217;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #8b0000;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  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: 1rem 1rem;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 52, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 56, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
/* line 66, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
/* line 73, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
}

/* line 88, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 95, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 101, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #480000;
  background-color: #dfb8b8;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #480000;
  background-color: #d7a6a6;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #480000;
  border-color: #480000;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}
/* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
/* line 59, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 67, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 84, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 94, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 95, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 100, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/* line 108, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 116, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 123, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 132, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
/* line 140, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 141, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 145, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 156, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 161, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 164, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  /* line 174, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 179, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
/* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
/* line 50, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 55, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 64, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 71, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
/* line 76, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 81, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 90, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
/* line 94, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
/* line 99, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 104, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
/* line 110, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 125, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 132, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
/* line 137, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 142, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 175, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  /* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 43, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 43, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 52, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  /* line 52, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 61, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  /* line 61, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 76, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
/* line 82, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
/* line 88, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
/* line 93, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 93, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/* line 111, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 135, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 141, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 149, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 157, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 160, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 170, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 184, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 196, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 205, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 216, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 226, /usr/local/bundle/gems/bootstrap-4.1.3/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;
}

/* line 3, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #8b0000 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #580000 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #8b0000 !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_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 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 26, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 28, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 47, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 26, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 28, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 47, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 26, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 28, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 47, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 26, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 27, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 28, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 32, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 39, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 40, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 41, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 44, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 45, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 47, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 15, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 7, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 21, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 22, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 23, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 29, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 30, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 31, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 35, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 36, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 37, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 38, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 42, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #8b0000 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #580000 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 48, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 51, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 52, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 56, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 63, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 92, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 95, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 100, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 103, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 107, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 117, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 123, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 134, /usr/local/bundle/gems/bootstrap-4.1.3/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 101, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 125, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 131, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 143, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, /usr/local/bundle/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * Template Name: Velocity - Bootstrap 4 Template for Promoting Startup Products
 * Version: 4.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media Ltd.
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
/*************************** Theme Styles ****************************/
/* ======= Base ======= */
/* line 2, /app/app/assets/stylesheets/theme/_base.scss */
body {
  font-family: "Roboto", arial, sans-serif;
  color: #444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 10, /app/app/assets/stylesheets/theme/_base.scss */
p {
  margin-bottom: 15px;
  line-height: 1.5;
}

/* line 15, /app/app/assets/stylesheets/theme/_base.scss */
a {
  color: #8b0000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/* line 20, /app/app/assets/stylesheets/theme/_base.scss */
a:hover {
  text-decoration: underline;
  color: #580000;
}
/* line 25, /app/app/assets/stylesheets/theme/_base.scss */
a:focus {
  text-decoration: none;
}

/* line 30, /app/app/assets/stylesheets/theme/_base.scss */
.btn {
  font-size: 14px;
}

/* line 34, /app/app/assets/stylesheets/theme/_base.scss */
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: bold;
}
/* line 40, /app/app/assets/stylesheets/theme/_base.scss */
.btn .svg-inline--fa,
a.btn .svg-inline--fa {
  color: #fff;
  margin-right: 5px;
}

/* line 46, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-cta,
.btn-cta {
  padding: 8px 30px;
}

/* line 51, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-cta-primary,
.btn-cta-primary {
  background: #8b0000;
  border: 2px solid #8b0000;
  color: #fff;
}
/* line 57, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #720000;
  border: 2px solid #720000;
  color: #fff;
}

/* line 64, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-cta-secondary,
.btn-cta-secondary {
  background: none;
  border: 2px solid #8b0000;
  color: #8b0000;
}
/* line 70, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #8b0000;
  border: 2px solid #8b0000;
  color: #fff;
}

/* line 77, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-ghost,
.btn-ghost {
  background: none;
  border: 1px solid #fff;
  color: #fff !important;
  padding: 8px 20px;
  vertical-align: middle;
}
/* line 85, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-ghost:hover,
.btn-ghost:hover {
  background: #4a6781;
  border: 1px solid #4a6781;
  color: #fff;
}
/* line 91, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-ghost .svg-inline--fa,
.btn-ghost .svg-inline--fa {
  margin-right: 10px;
  font-size: 22px;
}
/* line 96, /app/app/assets/stylesheets/theme/_base.scss */
a.btn-ghost .text,
.btn-ghost .text {
  position: relative;
  top: -2px;
}

/* line 102, /app/app/assets/stylesheets/theme/_base.scss */
.highlight {
  color: #8b0000;
}

/* line 106, /app/app/assets/stylesheets/theme/_base.scss */
.form-control {
  box-shadow: none;
  height: 40px;
  border-color: #eee;
}
/* line 163, /app/app/assets/stylesheets/theme/_mixins.scss */
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a6a6a6;
}
/* line 167, /app/app/assets/stylesheets/theme/_mixins.scss */
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
/* line 171, /app/app/assets/stylesheets/theme/_mixins.scss */
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
/* line 175, /app/app/assets/stylesheets/theme/_mixins.scss */
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a6a6a6;
}
/* line 114, /app/app/assets/stylesheets/theme/_base.scss */
.form-control:focus {
  border-color: #e1e1e1;
  box-shadow: none;
}

/* line 121, /app/app/assets/stylesheets/theme/_base.scss */
textarea.form-control {
  height: auto;
}

/* line 125, /app/app/assets/stylesheets/theme/_base.scss */
textarea.form-control-license {
  height: 60px;
  width: 100%;
  box-shadow: 0 0 3px 3px #c7c7c7;
}

/* line 131, /app/app/assets/stylesheets/theme/_base.scss */
.text-highlight {
  color: black;
}

/* line 135, /app/app/assets/stylesheets/theme/_base.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

/* line 146, /app/app/assets/stylesheets/theme/_base.scss */
#topcontrol {
  background: #5d80a1;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 30;
}
/* line 160, /app/app/assets/stylesheets/theme/_base.scss */
#topcontrol:hover {
  background: #384d60;
}
/* line 164, /app/app/assets/stylesheets/theme/_base.scss */
#topcontrol .svg-inline--fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}

/* line 171, /app/app/assets/stylesheets/theme/_base.scss */
.video-container iframe {
  max-width: 100%;
}

/* ======= Header ======= */
/* line 176, /app/app/assets/stylesheets/theme/_base.scss */
.header {
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 40;
  height: 100px;
}
/* line 187, /app/app/assets/stylesheets/theme/_base.scss */
.header.header-blog {
  padding-top: 30px;
  background: #fff;
  z-index: 1000;
  height: 100px;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
/* line 197, /app/app/assets/stylesheets/theme/_base.scss */
.header.header-blog h1.logo a {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #8b0000;
}
/* line 203, /app/app/assets/stylesheets/theme/_base.scss */
.header.header-blog .main-nav .nav .nav-item a {
  color: #666;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 209, /app/app/assets/stylesheets/theme/_base.scss */
.header.header-blog .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  background: #8b0000;
  border-color: #8b0000;
}
/* line 214, /app/app/assets/stylesheets/theme/_base.scss */
.header.header-blog .main-nav .nav .dropdown-menu a {
  color: #fff;
}
/* line 219, /app/app/assets/stylesheets/theme/_base.scss */
.header.scrolled {
  height: 100px;
  top: 0;
}
/* line 223, /app/app/assets/stylesheets/theme/_base.scss */
.header.scrolled .main-nav .nav .nav-item a {
  color: #666;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 229, /app/app/assets/stylesheets/theme/_base.scss */
.header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  background: #8b0000;
  border-color: #8b0000;
}
/* line 235, /app/app/assets/stylesheets/theme/_base.scss */
.header h1.logo {
  font-family: "Roboto Slab", arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  float: left;
}
/* line 243, /app/app/assets/stylesheets/theme/_base.scss */
.header h1.logo img {
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
}
/* line 249, /app/app/assets/stylesheets/theme/_base.scss */
.header h1.logo a {
  padding: 1px 30px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  position: relative;
  font-size: 40px;
}
/* line 261, /app/app/assets/stylesheets/theme/_base.scss */
.header h1.logo a:hover {
  text-decoration: none;
}
/* line 266, /app/app/assets/stylesheets/theme/_base.scss */
.header h1.logo .logo-title {
  vertical-align: middle;
  line-height: 1.6;
}
/* line 272, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav {
  padding: 0;
  z-index: 10;
}
/* line 276, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .navbar-toggler {
  border: none;
  cursor: pointer;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: -50px;
}
/* line 286, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .navbar-toggler:focus {
  outline: none;
}
/* line 290, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .navbar-toggler:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 295, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .navbar-toggler-icon {
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMjQgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI%2BCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQzICgzODk5OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0%2BCiAgICA8dGl0bGU%2BR3JvdXA8L3RpdGxlPgogICAgPGRlc2M%2BQ3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M%2BCiAgICA8ZGVmcz48L2RlZnM%2BCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR3JvdXAiIGZpbGw9IiNEOEQ4RDgiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMyIgcng9IjEiPjwvcmVjdD4KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgeD0iMCIgeT0iNyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjMiIHJ4PSIxIj48L3JlY3Q%2BCiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjE0IiB3aWR0aD0iMjQiIGhlaWdodD0iMyIgcng9IjEiPjwvcmVjdD4KICAgICAgICA8L2c%2BCiAgICA8L2c%2BCjwvc3ZnPg%3D%3D) no-repeat center center;
}
/* line 299, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .navbar-collapse {
  padding: 0 15px;
}
/* line 304, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 309, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item.active {
  color: #8b0000;
}
/* line 312, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item.active a {
  color: #8b0000;
  background: none;
  font-weight: bold;
}
/* line 320, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 10px;
  font-size: 13px;
}
/* line 326, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
  border: 1px solid #8b0000;
  background: #8b0000;
}
/* line 333, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item a {
  color: white;
  display: block;
}
/* line 337, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item a:hover {
  color: #8b0000;
  background: none;
}
/* line 342, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
/* line 347, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
/* line 352, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item a.dropdown-toggle::after {
  display: none;
}
/* line 357, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* line 362, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav.active {
  position: relative;
}
/* line 365, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav.active > a {
  background: #580000;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
/* line 370, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav.active > a::before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
/* line 382, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav.active > a.dropdown-toggle::before {
  display: none;
}
/* line 389, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav.open a {
  background: none;
}
/* line 394, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .dropdown-menu {
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 180px;
  background: #253340;
}
/* line 403, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .dropdown-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #253340;
  position: absolute;
  right: 30px;
  top: -10px;
}
/* line 416, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .dropdown-menu a {
  border-bottom: 1px solid #212e3a;
  padding: 8px 20px;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 14px;
}
/* line 425, /app/app/assets/stylesheets/theme/_base.scss */
.header .main-nav .nav .dropdown-menu a:hover {
  background: #2e4050;
  color: #fff;
}

/* Override bootstrap default */
/* line 436, /app/app/assets/stylesheets/theme/_base.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}

/* line 443, /app/app/assets/stylesheets/theme/_base.scss */
a.dropdown-toggle .svg-inline--fa {
  margin-left: 5px;
}

/* Hover dropdown menu */
/* line 449, /app/app/assets/stylesheets/theme/_base.scss */
.dropdown:hover > .dropdown-menu {
  display: block;
}

/* ======= Headline Background & Slideshow ======= */
/* line 455, /app/app/assets/stylesheets/theme/_base.scss */
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 780px;
  background: #373737;
}
/* line 464, /app/app/assets/stylesheets/theme/_base.scss */
.bg-slider-wrapper .flexslider {
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 473, /app/app/assets/stylesheets/theme/_base.scss */
.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 780px;
}
/* line 477, /app/app/assets/stylesheets/theme/_base.scss */
.bg-slider-wrapper .flexslider .slide.slide-1 {
  background: #253340 url(data:image/jpeg;base64,%2F9j%2F4AAQSkZJRgABAQAASABIAAD%2F4QBARXhpZgAATU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAFTaADAAQAAAABAAADDAAAAAD%2F7QA4UGhvdG9zaG9wIDMuMAA4QklNBAQAAAAAAAA4QklNBCUAAAAAABDUHYzZjwCyBOmACZjs%2BEJ%2B%2F8AAEQgDDAVNAwEiAAIRAQMRAf%2FEAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC%2F%2FEALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29%2Fj5%2Bv%2FEAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC%2F%2FEALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5%2Bjp6vLz9PX29%2Fj5%2Bv%2FbAEMABgYGBgYGCQYGCQ0JCQkNEg0NDQ0SFxISEhISFxwXFxcXFxccHBwcHBwcHCEhISEhIScnJycnKysrKysrKysrK%2F%2FbAEMBBwcHCwoLEwoKEy0fGR8tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLf%2FdAAQAVf%2FaAAwDAQACEQMRAD8A8TlHBrKlXmtaWsyYc1zI2KLCoiKsMOKhYGqEJC0cbM0menGPWrAufl2qWC9cZwPyqkaj6VQ1KxoCYE9%2FzpwuCOhYfiaztzDoaN5NOxXtDS%2B0OR95vzNWUvbxRhJnA9NxrBx%2FtEU%2FyZiON5%2FCq5Re08ja8%2B6blpm%2FFzSF5zyZCf8AgRrF8qYf3qUQ3B6BqLC9p5G0Jbj%2FAJ6N%2FwB9GjzZ%2FwC%2B%2FwD30ayPs932Rz%2BBpPs14B9yT8jSsP2i7Gz50%2BPvuP8AgRo%2B0XXaR%2F8Avo1j%2BRdj%2BGT8jSeVdjtJ%2BRosHtF2Nr7TedpZP%2B%2BjTvtt8Ok0n%2FfRrE8u7H9%2F9aaTdL1LD8Kdhc67G%2BNQ1AdJ5Pzo%2FtHUf%2Be8n51z2659Wo33H95qVg549jov7T1H%2Fnu9OGrakP8Als35Cub8y4H8RpfNuP7xp2Dmj2OlGs6kP%2BWp%2FIU4a5qPQuD9Vrl%2FPnA5al%2B0T%2F3qVg5o9jqBruoj%2BJf%2B%2BacNf1AdSh%2F4D%2F8AXrlRcT%2F3qDcz%2Bop2Dmj2Os%2F4SG%2B9E%2FI%2F40v%2FAAkN76J%2BRrkvtM%2FqKPtU3Tiiwc0ex1w8RXY6qh%2FOnf8ACR3H%2FPND%2BJrj%2FtU3otL9qkPYUrBePY7EeI5RyYl%2FP%2F61P%2F4SQ%2F8APAf99f8A1q4v7U%2F9wUfan%2FuCiwXgduPEifxQH8DTh4jh7wt%2BYrh%2FtZ%2FuCj7X%2FsUWD3Tux4htv%2BeT%2Fp%2FjS%2F8ACQWp6Iw%2Bo%2F8Ar1wn2sf3KPtSn%2BE0WD3Tvhr1keu4fhThrennqzD8DXn%2FANrT0NL9qj9DS5QtE9B%2FtnTz%2FwAtMfgaBq2nk%2F60frXn32mM%2BtL9piA6mjlC0e56GNSsT0mWnC%2Fsz0mT8686FzF6mnefHj736UuUOVdz0UXlqf8Alqn5inC4gPSRfzFecedH%2FeFJ5sZ%2FiFHKHKu56X5kfZh%2BdGQe9ebCRB3FOEpHRv1o5R8vmeiNUbVwQuJh0kb%2FAL6NO%2B2XA6SuP%2BBGp5Q5Tt8U0g1xn268HSZ%2Fzo%2B3XneV6XKOx2XNVL0lbSX6YrlzfXf%2FAD1f86Y11M67Xkcj0zRyhY7jQD%2FoEX%2FXZh%2Boq%2FcMDBIf7sw%2FrWX4bkDWCY%2F57t%2FStG9bZbT8cecM%2FmawluUhNV5tLrPTj%2BYq9p7fv1x0MH%2FstU9R2%2FZboHptB%2FUVa07DXCEf88f%2FAGWkhsfJ0qo9XJOlVJOlWiGZlwOKxpvvVtT1jzD5qtEMzZBVc1akFViKsQ5BgUdTQvSloEFOApBTgO1ACYop1LigBMU2n0mKBjKfimgYNSdqAG0UppBQAoopcUtIBBQKKUUAA60tGQDyaMg9KACkpaKBidKYTmlJpBQAAU7jpRiigBMc08AYpKWkAdqWijmgAo60UCgCC4k8uLjqeBWWvBqa5l8yTj7q8CoRWiRLJIjiZfbP8q9R8KjGmg%2BuP5Z%2FrXlygCcLkHg9Poa9V8MDGlJ%2BH%2FoIraOxlI3zUZqQ1GaARGagarBqu9JjKp61wfiZs3sK%2BiE%2Fma7xu9efeJG%2F4mK%2B0Y%2FmahblGen3R9BTqF6UVmaDTTu1Np1IBpoA9KDThTAgPU0lDfeNJQA6m55paaKAHg04UwU8UDJFqZagHWplqRosrVhelVY2UnGatL0rNlokxziuks87ox6Qn%2BVc6OTXSQcO3%2Bzbj%2BQqAZYA5tx9T%2BtLx5S46F6aP9bBnsmf50sakLD7v%2FhVIgzdeONNmP8AfuVH5BjXD12WunGlqD%2FFdMfyU%2F41xuRW62IYUCm5o3DNMRVkuSCVQfjVMkk5JyaQ9T9aK0SJYtLSUUCHUUlLQAtKKSlpCFpwptOFACiu58ODN7B7Kx%2FSuIHUV3nhld14h%2FuxMf1oJe6O9pRSU4VRYUhFOppoAZiinUhoGMNLQaKQhrn5TXnmqNnV3P8AdCj9K9Cc4U15tdndqly%2BehI%2FIUhS2MhuWJ96bS02s2aoWnU2lFIAxRRzR1oAKB7UUooAik4Q1Vq1L9w%2B9VaYBRSUUCFooooGLQKKKAHUopKWgBaWkp1IYU8Amm0v1pAf%2F9DxaReazpRWtIOKzphXKjUz2FV26VbcVWYYzVoCs1RmpSKjIqkIYaKWkpiGnmvSdEdbnS4HPVRsP1XivNzXdeD3L2s8GPuOGH%2FAh%2F8AWpiOj8oelHlD0xVzy29KPLPpRYRRMdATBq55R9KaY2HaiwFbZ3pPLFW%2FLPpR5R9KLAUyg9KTy1PYVc8o%2BlN8ljQBU8lPQflSGCI9VX8qt%2BS1HkHHejUCl5EPdF%2FIUn2eA%2FwL%2BQq95H1o8n2pajM82sB%2F5Zr%2BQpPsdsesS%2FkK0fKI7UeWaeojMNhaH%2Flin%2FfIpP7PtP8Anin5CtTyzSbDTAyTplkesKfkKadKsv8Angn5Vr7DSbKAMY6PYf8APFaadF08%2FwDLFa2yvaozjoKQGIdD08%2F8shTDoWn%2FAPPP9TW8RSYNAHPnQLD%2B4fzNMPh6xPZh%2BNdJg03FFxnMt4bsz0LD8aiPhu3xw7CuqI9KTB70tQOUPhuPtKaibw2B92SuuxSEUXYHHnw23aSoz4cl6BxXZ4pMUczA4r%2FhHLj%2B%2BtN%2F4R25%2FvrXb7aTApczGcOfD132ZaY3h%2B8HQofxruttJtFHMwscCdBvh%2FCv503%2Bw77%2B4Pzr0DaKbto5mFjz46Nfj%2Fll%2BRFRnSr9f%2BWTfnXou2m7eaOdjsedHTr5f%2BWT1GbS8XrHJ%2BRr0nFG0Uc4WPNPJuh1R%2FyNIRcL1DD6ivS8Ck8tTyQDS5wsUfCx%2FwCJeN3UXDfyFbl0nmW90mcZkH8zTYFVYlCgD95nj6VPJjyrkf8ATQfzrmm9TaOxXvRm1uQf7g%2FpU%2BltieJfWHH%2FAI7Ve7JNvcf9c%2F8ACptJ5nhP%2FTL%2FANlNShsuOPkqlJ0NXm%2B7VGTpWiIZnTjisebrzWxNWRMOatEMzpBxVU1bk7iqpqyR6%2FdooH3aB6UwFpwpMUopALR2oxRQAUYpaDQAypBTMU9enNACGgClNL0oGAoxR2ooATFKKKUUAZN3k3B9ABXQ6XpM97Zm4iIB3EYPfFYU4Juwo%2Fi2j869O0FFXTYSq7Q2Wx9TxWyWhm3qcXcWd1aHE8bKPXHH51TJr14orLtYZB7Gs2bQ9Nnbc0IX%2Fd4%2FlUOn2K5zzMUtd%2FJ4W09vuNIv4g%2F0qufCtvnHnOPypezYc6OIzzS12h8KRY4nb8QKi%2F4RVf8AnuR%2FwH%2F69HIx8yOQorr%2FAPhFl%2F5%2BD%2F3z%2FwDXpD4WUH%2Fj4P8A3z%2F9elyMOZHI5pRzXWf8IvF0M7flS%2F8ACMxf892%2FIUcjC6OSzVe6mMcXy9WOK7T%2FAIRuAdZnP4Cl%2FwCEbsDjzdzgc4J%2FwxQosLnmuewqy1tcRxCd0KoSBz3r0lNMsLd1MECKQDzjJrE8Rj%2FRFA%2F56D%2BtWiTiUP798f54r17w0MaTF7gfyFeSpt3yHvkj8MV6%2FwCHlxpEH%2B6P5CtUQzXaozUp6VEaAGE8VWerBqB6ljRUbvXnXiE51Rh6Iv8AKvRm6GvNtcOdWl9go%2FSoW5RCOlJS5ptZlhTiaZk5p1AxDTqZ3qtLdBflj5PrTSEOdlXrUcchaQDtVTcTyasQf6z6CqsXFFplc5Kgke1R8jqMV1Oixq1sXIzlz%2BnFa8ltG2MqKhilucBuFODV3n2SE%2FwL%2BVL9jt852L%2BVK4jgmlVB6n0FRb5XbLAgfTivRRBEpyEA%2FCsrWwFsxj%2B%2BP5GmmUtzmLQlrh8nOF%2FrWyoNY9iMyyfhXRonArOe5oRgGuih%2FwBZcA9olX%2BVZG0VsRj5rkj0UfrWYmTNxMhz%2FwAs%2FwDGpUBP2fscn%2BlRv8rnPVYv6U%2BFmzBn%2B6T%2Bppog5%2FxG23T7Zf700h%2FID%2FGuLLV1fiZv9EsF9TK36qK48mt47EMcXNMMnrTCaZViIqKSlqiBaKKKAFpaQUtACilpKWgQtOFMp4pASIMuv1r0DwsD9qZvSLH5muAi%2FwBYtejeGFHnTN6RqPzJoJ6nZUtJSiqLCkNLTTQAUlFITSAaaKKWgCGX7teYSNuuLmT%2B8zfzr0y4O1CfQV5YDmOR%2FX%2BpqRSKwopOlHtUGotApKXpQAtLSd6KAFoFA6UDpSAhm%2B7iq9Tz8YFV6YhKOtBpKYC0tJRSAWikzThQMdS0lLmgBRTqaKd70hi5pQc96bSg496AP%2F%2FR8hkWs%2BZa3riLByKyZl4NcqNTIcVUcVouuKpSCqQii1Rmpm61EaoBhptPppqhDTXdeCELG8bt8g%2FnXDHpXrPhbTXsNLDSjElwfMIPYEcD8qpITN%2FYKNgqTaaMGrIItlIY6m5FJzQBBspNlSnNNOadgGbKNlOzRuosK4zZSbacWNG72pWC43bRtpd1Bagdxm2jaKXdRuoAbtpCtO3UhNADdopuKfkCkzRYLibabsUdAKfnikzQA3aKbtHpUmRSZFKwyPZ7UwoPSpSwoyKLBch2D0ppjqfg9KYSKVgICg9KaYxU9ITmiwXIPLFGwVNSUrDuQ7KTZU%2BKKXKFyvso2VORRijlC5XKU3ZVkiozSaHcrlaaVNWCKYahodyDaaMGpMUUrFEW00bSKkopASR8RA4%2Fj%2FpVlsEXIP8AfB%2FWoUx5XP8AfH8qlbn7Vjg5H86wnuax2IZxujnA%2FwCef9BTtKJ%2B0wAdNn9DSSghZfeP%2Bgo0psXUA65X%2FGkiuhffpVCXpWhJxxWfJ0NaIhmZKecVlynPWtOXrWbIOSatGbM6Sqhq5IOarNFIqh2UhT0OOKskVfuUCheUpeaACloxRjPNAC0UoFKR2oASilAooASnL0ptSL0oAbRSmigBKWjFFAwpaSkoEU3%2FAOP%2BH6r%2FADr1LSU8uxgT0Qfyryy4OLuI%2BmP5163Y4EEa%2Biit47GctzRWnY5pBTu9MkWmmnUEUwG0wipMU00hjKYwp9NPWgZB3oqTAzTCKQxhphqTFMPWpAquMsD6Z%2FWuV8Sn%2FQx%2F10FdY%2FWuS8SHNoo9ZBS6jOIT%2FXS%2Fj%2FKvZ9BGNIt%2F9wfyrxhCN8n1b%2BVe16MMaVbD%2FpmP5VqiGaJqMipDUdIEMIqrJ3q03SqshHNJjRUc4BrzPVznVp%2FZgP0FelueteWao2dRuSP%2BeuP1qFuWSEEdRimE1avGAKAdhVLNQaTjyuxIKGZUGWOBUDzLEOeT6VQeVpDlvyppEXJprgvlU4X%2BdV6bmlFUNDhVq3%2B%2BfpTbdAZF7nNXGGJ3A4wBSNoR0udhpKbLKLHcZ%2FM1q1R04bbOEf7A%2FlV%2BoZk9xQKTFKKdUgRc55rF1w%2F6Mg%2F2%2FwClbprA10%2FuYh%2FtH%2BVNFR3Of08fvJPqK6VRwK5zTR8zkf3q6RKznuaEg6j61rpwLg%2BrKP1rLQfOo9xWnFzFKR%2FFIP61mJkrjDuT2QD9BUo4aP2jJ%2FnUMmS8yn0GP0qQ4JI7rD%2FSqRDOR8Ut8tgh6iJj%2Bbf%2FAFq5Kup8Ut%2FpFoh%2FhtwfzZq5U10LYhjTTCaeajPSqJI6Wk%2BlSLHnknFUJJvYZTyjrjepGemRU6Ko5Aq7qmFEKjqVyaVzV0rR5mZVLSClpmItFFFAh1KKQCpgvc0my4wbFh%2F1i%2FWvTPDC%2FwDHw3sg%2FnXEwqotMhRnI%2FnXd%2BGB%2B5uG%2FwBpR%2BS0IVSHLJJnT0tIKdVCEpKdTaAG0hpxphpAJRSUUAZ%2BovstpW9EY%2FpXmnS2PuRXoWtNtsJz%2FsEfnxXn0n%2FHso9W%2FpUie6Kh5ozRSVBqKaXNJmkB9aAH0tNzQKAHCgHmkFLwOtAEFweRVepJ3Utwah3DtTsPlbFNJmrFooluFUgUyYYlYehosU4WVyPNLSc0tIzCnCm07igY4UtR7wOpp4PSixSi2KKd2qWaNY9m3jIzUOecUgkrOzCncU2lFAj%2F0uBuYwc1g3EeMiuomXIrDu4%2BDXHFmzRz0o9KoSDtWnLxms160RJQcc1EasP1qE1QEOKT60802mhExcfwjI%2BlWBq2oJwk8oH%2B83%2BNU4pBHIGbJU%2Fe%2BlbdnpZ1BTLbS4QMQQRyK0TJaKy65qi9LmYfialXxFqyn%2Fj6lP1rSHhqf%2Fnt%2FwCO%2FwD16kHhmQ9Zv0p8yFZmaPE2rnpcv%2BQ%2Fwp3%2FAAk%2BrjrcN%2F3yP8K0P%2BEZPeZvyFL%2FAMIwf%2BezfkKOZBZmf%2FwlGr%2F8%2FB%2F75H%2BFJ%2FwlGr%2F89%2F8Ax0f4Vo%2F8IyR%2Fy2b8hR%2FwjD9pj%2BVHMg5WZv8AwlOrf89h%2FwB8D%2FCnDxTqvXzl%2FwC%2BB%2FhV3%2FhGJO036Un%2FAAjEv%2FPf%2FwAd%2FwDr0cyFZlQeK9V%2F56J%2F3wKd%2FwAJZqY6vH%2F3zVg%2BGJR0mH%2FfP%2F16T%2FhGJv8AnsP%2B%2Bf8A69HMgsQ%2F8JZqXrH%2FAN8%2F%2FXpf%2BEt1If8API%2F8B%2F8Ar08%2BGJx0mX%2Fvmmnwzc9pV%2FKjmQcoL4t1DuIs%2FQ%2F408eLb7vHF%2Bv%2BNR%2F8Ixdf89E%2FI03%2FAIRm7%2Fvx%2FrRzILFn%2FhLrv%2FnlEfz%2FAMad%2FwAJbc94Y%2FzNUT4ZvP70f600%2BG74f88z%2BJ%2FwougsaI8XTf8APBPzNOHi6T%2Fn3X%2Fvo%2F4Vknw5fjtH%2Bf8A9amnw9qH9xD%2FAMCougszZ%2F4S1h1th%2F31%2FwDWp48Wp3tj%2BDf%2FAFqwT4f1D%2Fnmv%2FfVNOgaj%2FzyX%2Fvqi6Cx0Q8WQnrbt%2F30KX%2FhKrY9YH%2FMVzP9haj%2FAM8f%2FHhTDouoj%2FlgfwYf40XQ7HV%2F8JTZHrFJ%2Bn%2BNP%2F4Sew%2FuSfkP8a446RqA627%2FAJimf2bejrDIKLiO2HiXTm%2F56D6qP8af%2FwAJFph6s4%2F4Ca4M6fe%2F88pPypv2K7XrFJ%2F3yaAO%2FGvaYf8AlsR9VP8AhThrelkf8fA%2FI%2F4V50ba4Xqjj%2FgJpvlTDs3%2FAHyaBnpQ1bTf%2BfhP1p%2F9p2B%2F5eY%2F%2B%2Bq8xKyD1%2FI00lx1IoA9UF9aHpPGf%2BBClF3bEcSof%2BBCvKct6ily3tQB6yJoyOHU%2FiKeHz0Oa8iBYdMU7fIOn6GiwHrZJphJryoTzjoWH4mni7uh0kkH%2FAj%2FAI0mgPTixA5qPeTXnH2%2B9xxLJ%2F30acNTv1%2F5bSfianlHc9D30u%2BvPv7Wvu0zfp%2FhThrF8P8AlqfyH%2BFTyMfMd6XpN9cINbvv%2Beuf%2BAilOt3uMeYP%2B%2BRRyMfMehRNuhb2cfyNTuTuuF7YB%2FlXN%2BH7ua7tbkzPuKSJg4xjINdJkGS4B%2Fug%2FwAq5aiszaL0GScq6jvF%2FSk0w4ubVcdQf0zTn%2Fi458o4%2FKksRi7tfYmpRRoy9TVB%2Blacy8mqTxqIZZO6qSPwq0SzDmPzms2TFbmtWq2MkLoxKzJuwexrCdga2tbczvcz5eK6m7tVms0hA%2B8u4Edc1naVZQX81xHNkiOFnXB7jpXT2fKw%2ByH%2BlMcTzwxvETG4wRTQa9QeGKQ%2FOgb6iq39m2JOTAn5UrhynnOea3tFRJPODgEbe%2FvXTPp1kqMRCmfpVKCNEncIABs7UXHGJydzB5EhC%2FdPSoMmtK%2Fbms1SCMiqaIaFIqS3hNxcJADgyHAJqOrenHGoWx%2F6aCkIuaxpB0ownzPMEyk9MEYrJU8V6reafbahhLldwCDbg4xyawZtCsYc7VY49TVyjbYSZzOmac2pzmFX2bRnOM1siONNAlLqMrkE47gkf0rW0m2it71RGoXIP6EVWs0SSweJwGVp3Ug9D%2B8NOKVrib1scNmjPeu5fRtPYYEW36Eiqz6BZ%2Fwlx%2BNZXNLHH5qa12m5iDjILciuhk0W2QnDOcH1qH7FFCwKDp3o5kHKzK8UQJBqUGwBQ0Sk49cmvRLEfuEP%2ByK8%2FwDF%2FOoWp9Yh%2FwChGvQLA%2F6PH%2FuiukwZpCl70dqUdaAFxSUtFAhtMNS4qMigER001JxTTQUMNNNPNRtSYIjPWmGnGmGpGQPXG%2BJj%2B5jUdDJ%2FIGuwkrjvEh%2Fdwe8h%2FlSW4zjYfvy%2F8Cr3DShjTbcf9Mx%2FKvDovvS%2F8Cr3SwGLGAf7ArVEMstTKeTUZpAhrdKpyd6uNVKSpZSKr9DXlF6SbyU%2F3pz%2FADr1Z68kmYtcbj1Mx%2FnUouO6OwtrKC6QmZd2DgU9tDtmPy7h9DVrTf8AU59zWrWEnqdNRe8zlX8MwSPnzXGfpUB8LR9pm%2FIV2a4yfoaiwKOdmfKjjx4YX%2FnscfSnL4chXrKx%2FACurphFLnY%2BVHK3Wl29nEkqbtxYDk5rIc%2FvpT7D%2BVdZq%2F8AqI%2F98fyNcm%2FMkx%2Bn8q0i7mq%2BE7qyBFtEP9hf5VdqvAMRIP8AZH8qnpM5hQaUUgpwpANJrndePyRL7sf5V0Rrm9ePzRL7H%2BlNFR3MvSx98%2F7X9K6JO1c%2FpY%2BQn1Y10K1lPc1JoRmZB7ir8Q%2Fcc95f6VSg%2FwBcv1q9CMwxg95T%2FSoJY6UgtN9QP1qd8Bpj6RAfoKgYf60%2Br%2F41JI237RkdgB%2BgqkQcZ4qb%2FiYRL%2Fdt4x%2FM%2FwBa5fNep3%2BlWNzMss8e5vLQdT2UVmNpthFkJAv5Z%2FnW3NYnlOEiiEjhT3NLdwrbzmJeQADz71vXqIlzCiKFGc8cd6xtTP8Apr%2BwX%2BVWncrkRRAA6U8UzNOBqi4koNdvbadaX1qPtCBiMAHoRx61w68kV6Ppg%2F0YfX%2BgqJaI1fwmJL4UhJPkzsnoCAf8Kot4WvFbCSq3pwRXdkVKv3h9D%2FKo52c7gjz3%2FhF9Q%2Fvx%2Fmf8KePC98DzJH%2Btd93oxS52Cgjik8MSYzLOB%2Fuj%2FGnzabBaW0pUbiEPJrrm6GsLVDi0l%2F3aXMzSJz0XFqPdxXf%2BG1As5T6y%2FwAgK4EDFvGPV%2F6GvRPDwxp2fWRq6I7GOI%2FiG3TqaOtOqjIQ0lKabQAU00tNpANoPSloxikM5vxC2LB%2F9oqP1riJziKMfU12HiV8Wir%2FAHpB%2BgNcza%2BX9siil%2B6Y2zn1NCVyX8SMqihmXcfaoWuFU7VGTUWZpcl%2BtGKrJO0jKDjrjAqXVcJOix%2FKpQHA9eafKUlcUyRr1YVE12g%2B6CazqUU%2BUdi011I3TCj2qIszfeJNR04U7FpD6cPaminikWi7p%2F8Ax9Ka3pvDryZkimwTzhh3%2FCsTTRm6H0r0hBgVEnYc9jg5dA1KP7irJ%2FunH86pnStUXrbP6ZGCK9NWnfw496jmMbHmSaRqDfejZfwrRg0CeTkox%2BpAFd6opwQZzT5xnMwaAkQDPtHfgZP5msbV40S5RFHRf6130v3Ca4LU8tfkew%2FrQnqa0lqZ95w6gdlFU6mv5UW4Kk8gAVnm5A%2B6M1pZmVV%2B8y3S8d6om5kPTAqMzSdz%2BVHKzLmP%2F9Pj2HrWTdL8pzWu%2FQmsi6YFDmuKJvI5mYVmyDFaktZkorVEFJ%2BtQtUz8VCaoCM0ypCKYRTQhhrovC935F%2BbZz8s44%2F3l6fpXPdadDM1tcR3C9Y2DfkaYj2UKKdtojdZEV15DAEfjUoBoGRbBRtqbFG2gRBspNlT4pMUAQbaTbU2KQrQIh20hWp9tN20AQbc0FSKn20hFAyDFJtqfbSYoAgIoxU22kxQBCRSYqbFNKntSAixSEVJtNBWgZCRTcVMVpNtAEBpuwZzU5Wkx7UgIttRsmelWCKaVoAg2g9aQqvpUpWm4oAiKKe1RmJD1UflU%2BKMUhlRraA9Y1P4CmmytD1iT8hVzFLigDNOm2J6wJ%2BVRnSNPb%2Flio%2BlauKTHFF2FjGOi2B6IR9CaibQbT%2BEsPxrdApcUczHZHNHQIe0jVE2gH%2BGY%2FjXTmmmlzMOVHJtoM4%2B7IKrtot4vTDV2VAo52HKjiDpV6P4KQ6TfYzsU%2FjXbkZpu0elHtGHIjP8O281tDdidNmWjI9%2BtdNgK87eqD%2BlVLdQIZQO%2B3%2BdWx96XJ%2F5Z%2F4VhN3dzWKsNPLZ%2FwCmZ%2Fkabakrc2hAzlsfrT%2B%2F%2FbM%2FyNRWpJubQHs39ahDOgkUFj9aguEVbWfA%2Fgb%2BVW3HzGobgf6LN%2FuN%2FKtokMW8s7e9SPz03bY0x%2BOaw30mzU4Cd%2FU104%2F1af8AXJP5GqEqjdXTMwiULC0gt5pTEu0tE4%2FSnWIzHEfRD%2FSrUA%2F0gj1Rv5Gqun8xRf7p%2FpWT2NomhigDmnU0dagZFIPkasmL%2Fj5b%2FdNbEv3GrFDiO5ye4x%2BJp9Ro4%2B%2Bly5HoSKzBMI3yfunrWvrenXVhPvmHySklSP5VzkhyDW1jNs2TU9mwW9tye0i%2Fzqt2Famm6fNdN9pjICwsCffHNSiT1Jfvj%2FrmP5mqV4o5q6n3194%2F61TvOpraRCKVoMXkf41Qsf8Aj3Yf9PD%2FAPow1oW3%2FH5Efc%2FyrOsP9TMPS6k%2F9GGpj8LG9zUakPSnNTW%2B7WDNSlOPmb61mzDjNac%2FVqzZvums2aI57xd%2Fx9Wjf9Mv5NXe6Y2bKFv9gVwHihg0tmT%2FAM8yP1Fd5pH%2FACD4B6IBXd0ONmyKUUgFKBzQIdRRRQAUw081GaBobSGlFIaBjDUbVIaiakwIzTDTmqJutSMgkNcd4j5S3%2F3z%2FKuweuP8Rni3H%2B2f5UluPocbByZfqa93tBi0hH%2BwP5V4Tb9Zfx%2FnXvMHEEYH90VqiGPIFMp560ykCI2qlJVx%2BlU3qWUirJwK8jJ3Tx%2B8hP6161McIT6A15JHzPCP9qpXU0j8SPQdOGIB7k1p1nafxbr%2BP860K55bnRPdjl%2Fi%2BlRmpF6P9P61H2qSRppD0oNIckUAZGr%2FAOpjH%2B3%2FAENcj1km%2FwB6ut1Y4SIf7R%2FlXJx%2FNI49ZMfrWsNjX7KPQY%2Fuge1S0xOlSUM5RRS0UtIBprlteP72Meif1rqSa5PXj%2FpA9kH9aaLjuQaWP3Q%2F3jW8Kw9MH7hfqf51uCspbmhYh%2F1gPpn%2BVX7cfuoT6uT%2BtUIRlj%2Fun%2BVaVvwluv1P61BLIx91s93qWbBE%2BOm5R%2BtQR5YD3enyn93Ljq0gH86pEF65GX46AD%2BVZEvU1sXWPMesaXvVsaOWvTm9jHoP61h6ic30v1A%2FSty55vwPQAVzt4267mP%2B2a1gNkOacDUdOWrBMsJ94fUV6Vp3FqPrXmsf3l%2Bor03Txi1T6ms57Gr%2BEu96evU%2FQ0zvT16t9KyMg70tJS0ARN901z%2BrH%2FRJPfA%2FUVvPgLXPaucWxHqy%2FwA6EVHcxm%2F1UI9WP8q9G0EY0yM%2BpY%2Fqa85JyIF92P8AKvS9GGNMg%2BhP5k10x2MMR%2FEZpinU0UtUZjTTaeaaRQBGWPajPenbaQjjikAA5FISMUmMUw%2BtJgcj4mb5YE9WJ%2FIVz8ERnuxGFOSEQN6bs1r%2BJG3XECHspP5n%2FwCtWfpJaXVVi%2FhV0P4inEmW5oyeD0TpcP8AiBUSeGbJW3Su8mPU4H6V3so45rKdRgmiRaPPNTsobS6RLVQvAbHXvWTqRZrohhghVGPTiuj1ZWl1DavVVUf1rmb8lryU9OcfkMU1sUr3KdOpKKRYtPFNFPFItC08U2nCkWjW0hd12Pw%2FnXoijiuA0Rc3Q47iu%2FXpWUyp7DxT%2BwH1qPtTgeg9qgxHr0p9NHSn0ARTn5K4G9O7UH9iB%2Bld3cn5cVwMp3X8hH9%2FFVA2o7mBqJLXsp98flVKp7pt1zI3qx%2FnUGa6Uck9ZMKdSUfjQQf%2F1OQf7tYNycZFb55FYV5H19jXDE3kc%2FLWfJWlIOtZ8o5rVEFCTrUDVYcd6hIqgIjUZqQ0w1SEMNNbpzTqa3SmI9k0cmTS7WQnO6Jc%2FlWptFZminbpNovpEv8AKtWgBu0UhFSUhoAjxTSKkpvFMRGRRin0lADCKQin03igBmKTFPpKQDCKMCnGm0DExSYp1BoAZtpMU%2BkoAZikIp9JSAZtpu2paaaAIitJtqWkoAhK03bUxptIZCRTCuKnIppFAEGM0bakIpKQDNtJipaMUDIcUhFTYpMCgCHFJipiKbikxohIppFSkU0ipGQkdqMVIVpMYoGR4oxTsUuKQEkQ%2FdSj%2FdP61YXHnSj%2FAKZD%2BQqKLiOTPoP51Y2je59YqzkWhgP7xR%2F0zOf1qOzH7%2B3J7OP5ipkAVk45KHP61BbMUmtj2LgfqKhFHUN94%2FWopxm3lH%2Byf5VM332%2BpqOUZhk%2F3T%2FKtomTLI%2F1Sf8AXJP61Ql4J%2BtXl%2F1Uf%2FXJP61Rl6mumWxjEZb%2FAPHz%2FwABP8qp6f8A6uL6H%2BlXbf8A4%2BR9D%2FKqOn%2F6uL6H%2BlZPY2iaZpB1pTSDrUjIZScMPaueueJV9iP510Evf6Vz13xIPw%2FnSKidXqelQarGI52KgcjFcfP4HU58m6IGeAy5%2FrXog6Ae1RGuto5E2eeN4XmXgzj%2FAL5%2F%2BvWxpNibGC4jL7tw3dMdBW7KBVVB%2FrB%2FsGs1uX0NWP8A1kfvF%2FUVXvByamiPzw%2F9c2%2FmtRXfWtJEoz7cf6XEff8ApWbZHC3I9LyT%2FwBDrSh%2F4%2Bof97%2BlZtp%2Fy%2Be15J%2F6EKmHwje5qtTW6U9qY3SsDYqT%2FeNZs33a0ZvvGs6Y%2FKazZaOa8S%2F8uTkfwt%2FMV32jc2Fv%2FuCuD8T8Q2P%2B6%2F8A7LXeaKQdNtj6xrXdHY45bm3QOtFFAh1JS0lACE1GTUhqJqBoQGgmkFIaBjTUbU81GxpMZGaiapDUbVIFZ643xGcG2z%2FeP9K7J64zxEf3lt9W%2FpSW4%2BhyVvj959T%2FADr3qH%2FUp%2FuivB7UZ3%2FX%2Bte8xgiNQfQVqQxT1plOPWmUgRFJ0qm9W5Kpv1qWUijdnFvI3ojH9K8qh5uLfHvXqOoNttJz%2FwBM2%2Fka8ut%2F%2BPmEexqV1NIfEj0Kx%2F1CVfqlZ%2F6hPpVyudnRLdjh91%2FwqPtUg%2B431FRHpUkid6SikNAGNqxA8oH1NctbjMv1lH866bVjl4h7GudsxmaP3l%2FrW0NjV%2FCjvUzipBUa9KeKTOUfmjNFFIYhNcfrjZuiPRV%2FrXYGuM1s%2FwClyD0Cj9KaKhuTaYMQJ9K2hWRpw%2FcR%2FwC7WuKxluaFiLgufRTV%2BEnEHshP86z4%2FuSH0X%2BorQTgR%2F8AXH%2BhpEsjh5WP3f8Awp52lSP70wFNhGFgH%2B0TSxLuaBR3myf0qkSXrn%2FWPj1NY0x6k1rznJY%2B5rHm6GmCOZbDakxPYj9BXLStuldvVif1rpgc3kzdMFv0FcoDnmt4bBIfTxTOtPWqYRLMPMiD3Fen2X%2FHqnvn%2BdeZW4%2FfJ%2FvCvT7QYto%2FpWc9jZ%2FCWe9PH8VM708dD%2BFZGQlB6UUlAEMn3a5zWD%2B4A9XWuhl6VzWsn5Ix6vn8gaa3LhuZp%2B%2FAo%2Fuk%2FqK9Q0xdunW4%2FwCmYry9v9fGPSP%2BZNesWg22kC%2Bkaj9K6Vsc1b%2BIycCnUlLQQJTadSUANNNp5qM0AJTJOlSVDIeDSY0cFr7btRVR%2FCg%2FmaZ4bXfq8jej%2FwAhTNVO%2FVX9go%2FSrHhIeZqM7joGaqiR1Z3s3SsyTitKes6QZFKRaOftIRNq8rMpOw4B98YrgtQDPqFyVBP71v513lmZJL%2BU7iiqWII%2FiOelcmfmkZ%2F7xJ%2FM1Wlh3dzKS0uH%2FhwPercemOxG%2BQD6DNaSCrKL3qB8xDBoULfednJ6AYApNX0H%2Bz5IlibPmKWIY9K6TS03zqp%2BtaGsaa95d%2BbuIAUL%2BVAc7R50mnsx%2BdwB6Dmtu20KJ4HlLMdozWmdHCH75NX0UR6bcLngBh%2BQqS1JnM6GmLkfWu2A4Fcjoi%2Fvs%2B39K60Gspm9Qf2p3f8AKm9qeRyakyY8cgU8GmgdKUc0AVLo8VwSZe6ZvVj%2FADrurxsKfYVwtiM3CH1b%2BtXA3pdWXpPCkDsWE7gnnGAaZ%2Fwh3yF1uiBnHKf%2FAF67EKTzjitGFN0KjHVv610nC3qcC3gicYxdDn1X%2FwCvUf8AwhV10%2B0L%2FwB8n%2FGvT2ByBQEBpCP%2F1eQPSs%2B4QMD71o1WlAxXCjoZyMykEis2UVtXahZGHvWRL1rVGZnyCqxFW3qqaoREajapTUZ9aoBlRueDUuMkAdTVn7E%2B5d5G3Izj0700hHrWmgxWFvGeqxqP0q%2FurAh1vSlVU80qAMcqauLq%2Blt0uU%2FHinZhc1NxoyapLqFi%2FwB24jP%2FAAIU83NsRxMn%2FfQosBYzSZqITREf6xT%2BIoMkf99fzFFhD91ITUe5T0I%2FOkyOuaLASE03NN5pOtADs0maaRSHNAD91JkYphFIaAH7qTNR80hBpASZpN1R5pORQMl3UmaizSZoAlzSZqPNIWpASbqaTTM0maAJM00mmE4pu6kMeTSE0zNITQA7NIeabmkzSAUGnZqPNG6gCSkpm6kzzQMfSUm6mlqTGgNIaQtTc0hhSGkJpM0hhRSZozSAsRfcl%2Bg%2FnU44lYf9Mf6VWi5SUf7P9RVpf9cB%2FwBMj%2FI1lLctCD70X%2B6f61ViPz2pzn94P5ipgcSQZ9CP51XQ4NufSUfzFShnWt99vrTXGYnH%2Byf5U5%2Fvt9TSNzE30NbRM2Sx%2FwCrj%2F64p%2FWqU3U%2FWrcPMEP%2FAFxSqkvU10y2MY7jYP8Aj6X3qjp%2F%2Bri%2Bhq%2Fb%2FwDH2lZ9h9yP8ay6G0TTpB1paZuG%2FaOtQMim%2Fi%2Blc7eff59P610Mvf6Vzt71%2FChlRPQR91T7VG1PQ5iT%2FdFRtXWzkRSlqsnVx%2FsGrMveq8X32%2F3TUdSuhfh5eD%2Fcf%2F2WmXY%2FlTofvW5%2F2G%2FpSXdXISM2Li4i%2FwB7%2BlZtof8AkIe14%2F8AMVop%2Fr4v96s%2B1GG1Nf8Ap6c%2F%2BgmphsN7mo1Nb7tOamN92sGbFWfqazph8taE3X8BWfJ0NZstHPeKQPsunH%2FZf%2F2Wu20H%2FkFWv%2FXMVxnigf6Fp3%2FA%2FwCldloHOlWv%2FXMV3R2OSW5vUvekpR1pkjqSlpKAENRmpDUZpDQ0cCmtT%2B1RmgZGaY1PaozUsYw1ExqQ1Ee9ICux4NcZ4hP7%2B2H1%2FpXZN0NcV4iP%2Bk2%2F0P8AMUluPocxZ5yfdh%2FOveh90V4PYcuo9XX%2FANCr3k1qZsYetMpxptIaIX61UerT9SapueamRSMrVTiwuT6RN%2FKvNLUZvIv92vSNYbGm3B%2F6ZmvOrP8A4%2FE9kzUrZmtL40eg2n%2BpT%2FdFWqrWwxCn%2B6Ks1zPc3luOH%2BrP1FRmpP8Aln9W%2FpUVIkSkNKaaelAzB1U%2FvkH%2ByawNP5mg95P61t6qf9IA9ErI0kZuLf6k%2Foa2hsaS%2BFHcL0qSmL0p4pM5R9FJS0hiVxOsnN1N9cfoK7U1wurNm5m%2F3jTRUNzUsBiFB%2FsitQVnWYxGo9hWkKxe5oTxnEUp%2FwBkfzq63CsPSEfyqiv%2BolPuoq%2FIceb7IB%2BgpEMSLgQ5%2Fut%2FWn24Pm2rD%2B%2Bf6UxDlkODxET%2Bhp9scy2o9Cx%2FKqQiaU5BNZEvTitSY%2FKayZTxmmNHKBvmuHP91z%2FOuaFb5b%2FRrh%2FVD%2BprArohsTMcM1ItRipFqmES7bczx%2F7wr0%2B1H%2Bjxf7teZWXNzH9a9Pg4gj%2F3RWU9jeXwkvenDofrTR1pw6fjWRkFIaUc0EcUgK0vQ1y%2BsHmEe5P6V1EorldXP72JfZj%2FACqo7mlPcp%2F8vY9o1%2FrXrsYxGg9FH8q8jQbr8geiD9K9dAwAPSulHHU%2FiSFpaSimISkxTjTaQCUw081GTQAVXlPFTZqtK2RUsaPPbt92pzt2DY%2FIVr%2BC4l2PL1LZbP1rAnbddXMvoXP866XwUhFo784PAHarjsQt2dXOazZD2rQn9KzJjhWb0BP5UpFo5%2BxlOyadQNyBiw9Qc4NcsvWt6BttrNJg7liK5HuKwkptaAWk6Zq1GtV0HSrkfWpA3dDXN5n0FdLPyT9awdCXNyxHYVu3BwOOtPoBnuM1l3R2aXcH1Dfqa1SDjmsfUWxoz%2F7WP1NQXHdGVog%2Bc%2BwNdRXOaIuSze1dIBWU9zpq7jxzj61JTF%2B8KfUmQ6nCm0dKAMvUHxFIfRT%2FACrlNKXddxDtkV0WrPi2mP8As4%2FOsfQU3Xi%2B2f5VcDeGkWegLErQKoGM81OiBFVV7UqjCgegp%2BDxXScAYzTxxTQKdQB%2F%2F9bm%2FKsz0l%2FWmNbWjdZT%2BlRf2eO9L9gA6Cuey7GlyCXSNNlOWmYfQiqjeHNJbrcP%2BY%2FwrT%2BwCj7AKpCMc%2BFtIPW6k%2FNf8KYfCOjnpcyf99D%2FAArb%2Bwij7CvpTv5BYwT4Q0jHF1J%2Ba%2F4Uz%2FhDdKP%2FAC9Sfmv%2BFdD9hX0o%2Bwr2FO4WOeXwbpatn7VIT65WrLeFdNYY%2B0sD3Py1rixHoKU2CntT5mKxhnwfpjY%2F0yQf980q%2BD9OGf8AS3P%2FAHzW39gWk%2BwL6U%2Bdi5TE%2FwCENsO14%2F5LR%2Fwhlgf%2BXyT8lrb%2BwCmtp6GjnYcpj%2F8ACF2eMC8f8lpyeD7VDkXTk%2B4Faf8AZxHIOaPsGOoNLnYcpkt4OiJJW9dfbaP8aa3g30v2H%2FAf%2Fr1srZZ9aX7D7mnzsOUwf%2BEOlHTUT%2F3z%2FwDXpR4PkAO6%2FJJ6Hb%2F9et37Cfej7EfU%2FnT5gsc7%2FwAIfeDpqX6H%2FGgeEtQXpqI%2FJv8AGuh%2BxH%2B8fzphs8n7zfmaOYVjnz4U1UdNRH%2Fj3%2BNRnwvrI6agv5tXSfZG%2Fvt%2BZpPsrj%2BNvzNHMFjmv%2BEY10dL5P8Avp6RvDniAdL1D%2FwJv8K6b7K%2F99vzpPs0n%2FPRvzo5vILHMf8ACP8AiRel2p%2F4G3%2BFMOheJxyLlT%2F20P8AhXU%2FZ5e0jfnR5M3aVvzo5gscmdF8UDpOD9JD%2FhSf2T4rX%2FlqD%2F20rrTFP%2Fz1am%2BVcf8APVqXMFjkTpviwdGP%2FfwUn2LxYD3P%2FAlrrtl1%2FwA9TSFbv%2FnqaOYdjkTb%2BLB%2FAx%2FFaaU8VKOYmP8A3zXYf6WOkn6Ub7z%2B8Pyo5kFjjvO8Tp1tmP8AwEf0pftfiQHm0Y%2F8Arr%2FADbwc5B%2FCk%2B0Xf8AsmlzILM5A6lraH57Nv8AvhqDrOoof3lk3%2FfLD%2BldYbi6PZaPtdyP4RRdDszk%2FwC3ph960f8AX%2FCnDX1%2Fit5B%2Fn6V05vbjvEPwppv2AJeI8c0roLM5%2F8At%2B0H345FPuB%2FjTxrunnqzD6rVHUbu0vJCSnB9a5aaExufLOV7U1Zhqd4ur6c3SXH1BqZb%2ByfpOn54rzUuwPNAlajlQrnqHnwt92RT9CKXdnoa8w88jmnLdOvQkfQ0nAfMemZpua88XUbhekrj%2FgRqZdXvBwJj%2BODS9mx853ec00lu1cautXY6sD9RU669cDhlQ%2FmKnkZXOjq9zUbz2rml14%2FxRD8DUo1yHvGw%2BmDScGHMjqYGyJAf7v9RVzGJVP%2FAExOP1rntL1KG8llijDAiMtz7EV0eD5kZ%2F6ZEfzrCaszSLIM5a3%2FABqtGBmAE5%2Bcf0pSx8%2B0HqW%2FlTUwvkn%2FAKaDNQWdg332%2BtIfuMPY05%2Fvn60n8J%2BhraJkx0HNvAf%2BmK1Ul%2B8at2%2F%2FAB6wf9cVqrN1NdMtjFbjbf8A4%2B4%2FqKz7AYVPq1aFv%2Fx9R%2FUVRsui%2FwC839ay6G0TQJ5pp6jFO703vUDIJT1zXPX3X8K6GXqa56%2B7%2FQ0MqJ38f%2Bqj%2FwB0UxqdFzBF%2FuimtXWchTl71Wi5c%2F7pqxN3qCEZlx7Go6ldC7b8rbn%2FAGW%2FkKS7pbb%2FAFdv9G%2FlSXf9KuQkZa%2F6%2BL%2FeFU4B%2B%2F1Qelw38lq4P9dH%2FviqUH%2FH1qw%2F6bk%2F%2BOLUw2Y5bmk1Mb7tPbvUbfdrnZsVZuv4Cs%2BTpV6bO78BVGTpUMtGD4o%2F48dOI%2F2%2F6V2Ph%2F8A5BNt%2FuVx%2Fif%2FAJB%2Bn%2FV%2F5Cuv8P8A%2FIJt%2FwDd%2FrXdDY5JbnQ0CkFKKCRaSlpKAA1G1SGozQAlRmpKjNAxh6VEalPSojSKIj0qJqlNQvUMCux61xfiHm7tx%2Fsn%2Bddm3Q1xfiD%2FAI%2Fbcf7B%2FnRHcb2Oe0sZnjHrIn%2FoVe7GvC9J5uoB6yp%2F6FXup61qZsjaozT2qM0hoieqT9cVbeqj9c1MikYmuHGmXH%2B6B%2Borz%2Bz%2FAOPweyV3fiE40yb3Kj9RXC2P%2FH2fZBUrZm1L40ehQcRr9B%2FKp6ihGEUe1SVzM1Y7%2Fln%2FAMCP8qjJqT%2FlmPqajNIQ2kNOpDQM5rVP%2BPlvZP8AGs7R1H2mH%2FdP8qvaof383sn9Kp6MP9Ji%2FwBw1tHY0n8J2i06mr0p1JnKOpaKKQxprgNSOZ5T6u3869Arzu9O6Rvdz%2FOnEqB0dqPlH0FXhVK26VeFYM0Jx%2Fx7v7sKvTAfvwfQD%2BVUQAYQPWQVdm5E%2FuwH60EsQHBPoIqfb4%2B126k9I3b9DUbHHm%2F7Kgfyp1tzfI3923b9f%2F11SJJJj8tY9ySsbH0BP6Vr3B4rEvjiCQ%2F7J%2FlTKRg6fB9pYQHGJGVeefeq%2FiSwtrDUBbWcZVVjUt1PzH%2F62K2NBTdewD%2Fbz%2BQNegXkaMx3AGt47GdR%2B8eFpE57YrRt7JGILtnnpXpckMXQIPyqjNbwqjNsHA9KTmLUoXmmxpDBfhdmCFAHANdDEMQxj%2FZH8qr6rgaPZD%2B9Jn8lNXIx%2B7Qf7I%2FlSqbGsfgQKOaeo%2BUfWkHFOH3R%2BNZCAdKaelOpjUgK0xrktT5u4x%2Fs%2FwBa6qbvXKX5zfL7KP5mqjua09xlou%2FU2H%2B2o%2FLFetV5Rpa79Vx6zj9CK9X710o4ZfHIKKKKYCUlKabSAaajapDUZpANPFVZG4PtVojis%2B7ISGR%2FRSf0qWNHmsrkx3DjurfrXd%2BFInhsmSQYI24H1Ga8%2FkYLayse4A%2FUV6T4cYyaeZiNu8jA68AVpEiJpTnnmsm8bbbysOyt%2FKtOfrWNqR22Ux%2F2TSZojB0bZcXS2D8rKx3e%2BB39qp6hbRw388NuAI0cqPwq54XjLanHKevzdvausm0KwklaQqwLHJwT3qpbE31OIjt8%2FwAVa1lZxSTpG%2BTu4rWl0W3RSY2b86hsbYQ3yAEnPPNZjL%2BkQC3vLmPqIztFXrjlhTLLm6u39ZGp8%2FUZq2IpPgIx9AaxNYO3SYx6sv8AjWxcnEL%2FAO6aw9fytlbpnq38hWZrT%2BJDNGXEbN9K3hWNow%2FcH6itlRWMtzoqbkq%2Fep3emr1J9qcOtIyFFB6ZpRTW6UAc3rLAWrj1IH61B4aTdd59Af8ACl1tv3Cj1cVa8LJ%2B9d%2FQY%2FWtYG21Ns7nvS96TPNLW5wiCnCmgc06gD%2F%2F18vFGKk20u2siiLFGKl20baYEWKTFS7adtoAgxQBU22jbQBFijFS7aXbQIh20YqbbRtoAhxSYqbbSbaYEOKXFS7aTbQBDik21NtFGKYiHFJtqbbSFaAISKYRU5WmFaAISKaRU%2B2mlaAIAKMVLto20AQFaQipytMK0gIiKaRU200hU0AQ0mKl2mk20ARYpu2psGkxSGQ7aYVqfbTStAFYrTSuaslaYVpWGVytR7AeDVorTNopAee31uI5pEX%2BEkVjvxkGun1Zdt5KB3wf0rm5xhiapDuU25qFlFStURqkSRFabyKkpppiG5ozSkU3FMB2aN1NxS4oAdupd1NwaMGkB0nhc5v5h6wP%2FMV6GmTLCDxmM%2F1rzvwwP%2BJi4PeB%2FwCleiJ%2FrYP9xh%2FOuSt8RvT2KAAM1qSOAzU07tiA9RJxT8DfbHPIc4%2FSmt90e0lYmp2LdTSDoaVvvGgd62iZMLb%2FAI9YP%2BuI%2FnVabqasWv8Ax62%2F%2FXL%2BoqCb7xrplsYrcZB%2Fx9RfUVRtOMezt%2FWr0OftMZ9xVK1%2B9j%2Fpo39ay6G0TQNN70403vUDK83U%2FSufvv6Gugm%2B8fpXP33Q%2FwC6aRUTvIP%2BPeL%2FAHRSNRb820X%2B4KGrs6HJ1KUveoLf%2FXD6GrEveq9v%2Fr1rN7ldC9bf6uD8f5Ul2P5UWv8AqoPqf5Gi7rSRKMn%2FAJaR%2FwC%2Bv86qwjF9qw%2F6a%2F8Asi1b%2FwCWkf8Avr%2FOqcX%2FACEdWz3df%2FRYqYbMqW5otUbdKlNRt92udmqKc%2FX8BVCTpV%2Bfr%2BAqi%2FSoZojB8T%2F8g%2BwP%2B0%2F8hXX%2BHf8AkEW3%2B6f5muR8Tf8AINsf95v5V1vh3%2FkD23%2B6f5mu2GxyT3OhpaTtR3pkjqSlpKYCGmGnmmGkAlRnrT6ZQUMNQmpmqFqQyM1C1SmoZCFBNSwIH6VxHiA%2F6dCPRP612z%2FdzXD6%2FwD8f8f%2FAFzpR3G9jH0YZvLb185P517ia8Q0IZv7Qf8ATZP517ceuK16GbGGozUhphpDRXf0qm%2FWrj1SfrUMpHO%2BIzjTHx%2FeX%2BdcZYAG8kPsK7HxKf8AiXEesi%2F1rjtNH%2BkyfhS6G9H40eiIOBT8UidKdXMaMUj92v1NR4qU%2FcX8aYaQDCKQinUhpAcjqp%2FfXH%2B7%2FSotFH%2Bkr7Rn%2BlO1U%2FvLj6f0p2iD%2FST7R%2F1Fbx2NKmx1i08UigU4CpZzC0UtJQA0153ccyqPV%2F616ExwD9K88k5nT%2FeFNFwOntxxV2qduOAat1gyy0gBjiB7y%2F4VZm%2B5KfV%2F6moI%2BtuPWTP8qnf%2FAFZz%2Ff60EMVyAJie4AptqzHU5V7Jaj9SKV8FJf8AeH86ltgPtt03cRIv8qqIhs5OKwtROLWT%2FdxW5cH0rA1Q%2FwCiv74%2FnT6lIXw2ub6Ef7x%2FSu7uvvHFcX4YX%2FTI89kY%2FqK7W4%2B8TW%2F2TKfxGU45zVG7H%2Bjyf7prRfvWfd%2F6hvesxhrXy2WnRnvuP5Af41orwq%2FQVm6%2BcNpsX%2Bw5%2FwDQRWqQOnpVVTSPwIZSj7opB60vYfSshBUbVJUbUgKcx61yd3zqBHoFrq5sAGuSmO7Un%2F3gPyAqobmtPcs6CN%2Bqr%2F12J%2FImvUq8y8MjdqSN%2FtMf0NemV1HB9pi0UlLQMQ00040w0gGmo6kJplIBrdKx9UfZZTt%2FsH%2BVa7dK5%2FWWK2Ew9cD8zUsZwMqF7fy0GS7qox9a9M8PQPb6VGsn3iSSOmPavN%2FOFv8AZpSMhZgSPpXrdtJFLapJD9xhkVrHYziVputYGsn%2FAECQeu0fqK3Zetc5rxIscDu4qWaoTwt812B2RSRXbMOSa47wkn7x2OdwTkHtzXZGn0CbuypMPlNZtoub5T6AfzrTuD8prPsBm%2FPsF%2FrUdQ6FnTuXuG9Xf%2BdOmPOSKbpf%2FHvI5%2FiYn8zTpjk1bJRnT8rj1rB8RtxbJ6ZNdBLjZj3Fcz4ibNzAnohNZo3pfEjR0oYth9a1RWbpoItV981pCsXuaz3JF7mnCmr0P1py0jMdTH%2B4af2qGQ%2FKaQzk9cI2xL7k%2FpW14UT93I3uB%2FOsDWj%2B8iX0ya6fwwuLRj6t%2FStoGk%2F4Z0w6%2FjTqaKdW5xB3oYE9DS0tAH%2F%2F0KVLTM0bqyKH0lNzS5pgOopuaN1ADqKbmjNAh1FNzRmgB9FM3UuaAFpKM0ZpgLTSKCaTNACUUmaXNMQUlGaTNAAaYRTiaaTQAyilNNzTAKKSikAlNpTTCaAFpDSFqbmkA7im0m6kzQAppoFJmgmgYtNNN3UFqQCECmkUpamFqQBgU0rQTSZzQM4rWsfbZPw%2FkK5uYVvam%2FmXkzj%2B8f04rCl5qkIzmqE1Yeq5piGGkpTTaYAelNp56U2gApQKKUUAOFKKBThQBu%2BG%2FwDkJEesMn8q9Bjz50A%2F2WFefeHONUX%2FAK5yfyr0CPPm257fMK5K3xG9PYpsAptS3%2FPXH4mhiNufSSmyZP2UkjiaiZdsRPpJn%2BdZGp2TdSaVaQnNKvWtYmbEtf8Aj1t%2F%2Bubf%2BhCoJupqaz%2F49bf%2FAHH%2FAPQhUM%2FU10vYwW5FF%2Fx8xfUVTtfvn%2Frq%2FwDWrcf%2FAB8x%2FUVWg4lcf9NX%2Fmay6GsS8ab3p5pneoKK8v3jXP33Q%2FQ10E33j9K5%2B%2B%2B6foaTKid3a82kJ%2F2BQ1Ns%2BbKD%2FcH8hT2rs6HL1KUveq8H%2BvWrEveq0H%2BvT61m9xou23%2Brh%2F3j%2FI067FNt8eXF%2Fvn%2BRp93%2FStJbEoxzw6H%2FbX%2BdVox%2FwATLVf95T%2F5Dqy%2F3k%2F31%2FnVaPnVdUH%2B5%2F6BUw2ZUjQPIqJs4qTPA%2BlMb7tYM2RTn6%2FgKpP0q9P1%2FAVQfoazZaMLxLzpdl%2F10b%2BVdX4bOdHt%2Fof5muV8R%2F8AILs%2F%2BujfyNdT4Y%2F5A1v%2FAMC%2F9CNdsNjknudJS0gpe9USLSUUUANNNNPNMPWgY2mU%2Bm0hkbdKhapmqFqQyM1WnPy%2FjVmqs4Jx9aljRE3SuF1841AD0j%2Fxru34BrgfEB%2F4mH0j%2FwAaUdwexT8PD%2FT7T%2Frsle1kV4t4bGdStB%2F01X%2Bte1GtTMgamGpW6VHgUikV3qm9XXqm9RIpHL%2BJjjTh7yL%2FAFrktLGbmQ%2B4rqvE5%2F0FR%2F01H8jXL6UP9Ikx%2FeFT9k2o%2FGj0JelOpq9KdXMaMc33E%2FGojUjfcT6H%2BdR0Agpp6U6mmkBxmqH5rk%2B%2F%2BFT6IP37%2ByD%2BdVdT5%2B0H1b%2BtXtEH7yY%2BgUfzreOxpV2OoXpThTF6U4VLOYfTaM000ARyHEbn0U%2FyrgB81xH%2FALwru7g4glP%2Bw38q4VATdRj3%2FpTRcDqIOlWqrQ9KsVgWXYf9ZbA%2BpNT8GJQepeoYf9fb%2Byk%2FzqUfMI%2F940EMaxOxvQyAfzq1bD97dsO%2B0VUOCgHrJ%2FSr1qPluG9XH9apCK0461zurHFuR6sK6SeuZ1f%2FAFKj%2FaH8jTW5aNPwsubvPpF%2FM11lweTXM%2BFh%2FpEh9I1%2FXNdNPySK2fwmMviKD1Ruv9Xj1IH61eeqU%2FJRfV1qOoyHXznUbKP0gH6t%2FwDWrYbvWLrXza9Cn92GMfmxrac9aqqar4IkY6U7sPpTO1OP9BWRIlManmo3pAUpu9ci3zX0p9HP6V1s1cgrf6RM5%2FvP%2FWrhubUzW8JLm7X2Rj%2BdekVwHhFD9oZv7seP1Fd9XSedHUWikpaChDTaUmmmkA1qZTjTaQEb1zPiB8WRX1YCulkrk%2FEbH7PGvTL%2FAMgaljexx843C3j9Wb37V6zpoCaXb%2F8AXMfyrydl33NshOMZP1zivXoVEdnEg4wgH6VqtiIlSU81zWusPJjjP8bYz6cV0ch5rndWK74kI3E5IB%2FCpZoi34St5YDcCUdFGD65Oa649KxtCVRDIw6nAP1ra7U2SUrnhapaef8ASpX9AP0FW7k8YqnZ%2FL9pf0DfotQtynsW9MH%2BgA%2BtNn61NZYFig%2Bn8qhmxmrZKM6ccxj1cVyuvEtqaKO0Y%2FU11kgBljHvn9K47Vzv1h%2FYKKzOij8R0tiuLVB7VdFVbUbbdP8AdFWhWD3LnuSKPl%2FGnCkX7opRQQLVeXgVYPSq03SgaON1g5uVX0X%2Btdp4cXbYg%2BpNcPqZzesPQAV6BoihNOjwMZBP61tTLrfw0a606mjpTq2OMKKKKAP%2F0c08AnIOBmsaPWFllWLYBuIHX1rzWTVtUXpcP%2BdZhvLrOfMOevHrWNzSx7rnBwTzS59CK8ObXNX6fa5cf7xqM61qp63Un%2FfRqiT3XDeoow3YrXgx1jU%2Bv2mT%2Fvo1r2Gq74C15dusgJ4LHkUN2Glc9Zu7k2kIlYBsnHXFVrK%2FN67qFCbAD1zXARSPfofKaSWMHB%2BbIB%2FOp0sZo23R%2BYh9mxWbnqX7M9KG7%2B8ppcH1FeeCK8%2Fvy%2F8AfVAjvf78v%2FfR%2FwAaftEHsvM9DGe5FGD6ivPvLvf%2Bek3%2FAH1Sbb0f8tJf%2B%2BjT50Hsn3PQSG%2FvCjnoSK8%2B2Xv%2FAD0l%2FwC%2BjS7b4f8ALSb%2FAL6o9og9k%2B56Fg%2BopMH1Fee%2F6f8A89Jv%2B%2BqT%2FTv%2Bek3%2FAH1R7RC9k%2B56Jt9xSFH%2FAIcH8a88%2FwBO%2FwCek3%2FfVJm%2BHSWb86PaIPZPueglZM9BTSslcD5t%2BBgTTD8aX7RqA%2F5by0%2FaIPZM77a%2FcfrSbX9K4L7TqP8Az8S%2FlR9r1If8vEn5Cj2iF7JneFX9P1pm2T0%2FWuGF9qQ%2F5eJP%2B%2BR%2FhR%2FaGpf8%2FDf98j%2FCn7RB7NncbZB%2FD%2BtMJZeorif7Q1L%2FAJ%2BG%2FwC%2BaP7S1L%2Fnuf8AvmjnQvZs7Jmk%2FuGmFnxnY1ch%2Faup%2FwDPYf8AfNO%2FtfUh%2FwAtV%2F75o50P2bOq3N%2Fdb8qTc390%2FlXLf2xqP%2FPSP%2Fvn%2FwCvQdY1D%2B%2FGfwP%2BNHMg9mzqdx7g%2FlTS%2FsfyrmBrN96x%2Fkf8aX%2B2b7%2Fpn%2BtHMhezZ0m%2FHUGk8wVzv9tXvQrEfxNH9t3n%2FPOP8zS5kHIzeM0YPJpPPi%2FvCsL%2B27rvEn%2FfX%2F1qP7ZuD1hX%2Fvr%2FAOtRzIORm75qnoRTPMBHWsX%2B2p%2B8C%2F8AfX%2F1qX%2B2ZB1g%2FUUXQcjNnzF9ab5yYJHJHYVkf223%2FPA%2FmKadZb%2FngR%2BIouh8jMO5trkZmkjZQTyTWLKua6q4vp7lCnlhc%2BprHazdurIKakhcjOekFVTXQvpbN%2Fy0UfnUB0Vj0nX8jT5kLkZhGm1unQ3%2FAOe6%2Fkab%2FYpHW4X8qOZD5GYp6U2t06Jx%2FwAfC%2Fl%2F9em%2F2KB%2Fy8L%2BX%2F16OdByMxqWrc9mYHKbwarFSKaZLQCnimU8UxG34e%2F5CsYPdH%2F9BNd8jfvLcD1NcD4e%2FwCQtF7q%2FwD6Ca75PvW5%2FwBo%2FwBK5K25vT2KExI%2Bzf8AXcVLMAYn%2FwCun%2BNRXOAID%2F08DNWJT%2B4l9Q%2F%2BNZGp1h6DHoKetRjlFP8Asj%2BVSJ0rWJmxll%2Fx6wf7r%2F8AoVRTdTUlj%2Fx6xf8AbT%2F0KmTdTXS%2FhMFuQIcTRn3FVov9e%2F8A12f%2BZqyv%2BtT6j%2BdQRj%2FSJf8Ars38zWXQ1iXDTe9OPWmnrUFlaY%2FMawb08H6Gt6b7xrBvRwfoaTHE7bT%2BbC3P%2BwP5VK1Q6d%2FyDrb%2FAHB%2FKpWrr6HK9ynLVeD%2FAF6fWrEveoLf%2Fj4T61D3KWxag%2F1cX%2FXUj%2F0KpLrpUUR%2BSL%2Frt%2FjU11%2FStZEIxn%2Fh%2FwB5f51Wj%2F5DGp%2B6x%2F8AoBqxLwAf9pf5ioF%2F5DOo%2FwC5F%2F6CaiHUqReH3R9BTG%2B7Tl5RfoKY3SsGbFWb%2BlZ79DV%2Bbt9KoPyDWbLRi%2BI8%2FwBlWh%2F6aN%2FI11Hhj%2FkC2%2F8AwL%2BZrmPEY%2F4lFr%2F11P8AI10%2Fhgf8SS3I%2FwBr%2FwBCNdsNjknudIKKB0paokKKKTNAAaYacaaaBjabTjTaQyNqiNSNUZpDIqglHH41ZxUEgyKhjRXfpXAa8c6gw%2F6Z%2FwCNd%2B%2FQ159rp%2F4mLZ7Rj%2BtEdxvYh8Nf8hK0%2FwCug%2Fka9nNeN%2BFwTqdoB%2Fz0%2Fkpr2M9a1MyNulMp7dKZmkxkD1SerslUXqJFI5TxQf8ARIx6yf0Nc3o%2FNw%2F%2B%2BP510Hicn7NAP%2Bmh%2FlWDov8Ar2%2F66Cp%2Byb0PjO%2BXpSmkXpSmuYsc%2FCp9P61HUjdF%2FwB2ojQAU1ulOpjUDOI1E5E3%2B%2F8A1rU0QfNMf93%2BtZN8cq5HeT%2BtbWhj5Zj6sB%2BlbrYqrsdCvSlFIOlFQznHU00ppKAKt4cWk3%2B4f5VxEQzdp9T%2FACrs744spv8AdrjYObxfxp9C4HURdBU9QxdBU1YFlyLiePj7sRP6Gp848kAdcn9agjz54x2iP8qmI%2BaIZ6KT%2FOghgM4jPq5%2FpVqzP7qZvWT%2BlVU%2B7CP9on%2BVXLYYtc%2Brn%2BQqkIrz965fVz8qAd2P8q6afrXLasctGPc01uWjpvCy%2FNO%2FoFH6Vvz9axfDC4iuG%2F2gPyArYnPPvW8tjF%2FEyi3Wqb8zRD%2FbFW3NVlGbuBf9us1uN7FTUiG8Skf3ViH6ZraasS5w3iecZ%2B66D8kFbTVVXc1%2BzEb2pT1NHYUHqayJGmmNT6ifvSGUZjXGxsNsr%2BoY%2FnmuwnOFJ9q4xTi2kI7r%2FOtKZrDZs6%2FwkvzTN%2FsqP1rtjXI%2BFF%2FdTt7qP5111dB50QopaDQUMNNp5ptIBjUlK1NpDIZDxXHeI2%2BWFfdjXXyGuJ8RnM8K%2Bik%2Fmf8A61T1B7GLbhP7UhVxkbOnuTXrRASFUHZQK8p09d%2Br%2B6ooFerzcLj0re2iIiZknOa5vU9xvIsfwr%2BPJ6D8q6R%2B9c9cvGdQIm%2B4EXr2OTWfU0R1Ol8wSNgKcgYH0rQPSs7TNogcp90vx%2BVaJ6U2IoXJqlbHFtdN6q%2F%2BFWrk81WiGNOuD%2FeyPzaoW43sacC7bVB61Um%2B8avINtug9BVCXrVMlFTrcIPYmuJviH1ac%2BjgfkK7debn6LXBO2%2FUZ2HeVv51J1UPiO2hGIkHsKmHSok4UewqYdK52EtyQcKPpSjpSdgPaloJA1VnPFWjVKc0DRxV8S1%2FIfcfoK9K00bNPiAH8A%2FlXmUpL3smP75r1K2Xbaxr6BRXRTKxHwpFsdDTqaOlO71ocgtJS0cUAf%2FS8BlU5qg61tTpgmsyVa50asz2qM1M45qI1aJZGaQ04001Qju%2FBW14bpD2dWH4j%2F61dt5a%2BlcN4HHN5%2FwD%2Btd9isJ7m0diLy19KXy09KlwKMVFyiLy19KPLX0qXApcUXAh8tfSl8pPSpcCjFFwIvKT0pPLT0qbFGKdxEHlp6U0xr6VY4pCKLgVzGvpTfKT0qzgU0gUXEVzElMMS1ZxTStMCr5a9xSGJfT9KsFaaRQBX8tfT9Kb5SelWCtN20AQeUlN8pPQflVjbSFaAK%2FlJ6Cm%2BTGewqxtoxQBVMEfTAppt4v7oq3ik20gKf2aL%2B6KabWH%2B6Ku4pu2gZSNpF%2FdFNNpF%2FdFXtppNtAFA2cX90U02cXpWhtphU0XAz%2FsUXpTDZRelae2oyp7UXAzzZR%2BlJ9hi9K0dtGKYGb9ii%2Fu0n2KPstaeB6UmKVxmb9ij9KQ2UfoK09opu0UXAzDZR4%2B6BVO8t1igd1GCK3StZ2pAfZHx7fzppgcfIM8nmqjCrklVW61tExkVyKbzTzTashmz4cYjWIAT1D%2FAPoJr0Qf8sMf3v8ACvOfD5xrNt9W%2FwDQTXoiAZgz%2FfP9K5q25tT2Kd2CyRj0uFNWZP8AUzDHRx%2FM1Fc7dgA6icVNMR5VwO28fzrFmp1OfkX%2FAHR%2FKpE6VEP9Uh%2F2V%2FlT0PatImbEs%2BLWL6yf%2BhVHN1NS2f8Ax7R%2BzSj%2FAMeqObqa6X8Jh1K6%2FwCtT6ioU4upR%2F03b%2BtSj%2FWp9RUQ%2FwCPub%2Frs38zWfQ2iWzTe9OPWmd6gorzferBvRxz6Gt6X71YV7nZ%2BdJlROz03%2FkG22f%2BeY%2FlU7dar6X%2FAMgu1P8A0zH8qsNXX0OR7soy96ht%2FwDj4T61PL3qvb%2F69PrUPcpbFqP%2FAFae0%2F8AU1NddqjjHygek%2F8AU1Jdf0rWWxCMWXp%2FwIfzqFcf23qI9Yov5NU0v3fxH86iH%2FIcvh%2F0xi%2Fk1RDqVIsp%2Fq0%2F3RSN0NLGcwp%2Fuj%2BVIwwDWDNkVJu30qi9Xpeg%2BlUXrNlox%2FEX%2FIHtv%2Bux%2Fka6bwv%2FAMgS2%2F4F%2FwChGuY8Q%2F8AIHt%2F%2Bux%2Fka6fwqc6Hb%2F8C%2F8AQjXZD4Ucs9zpKKO1AqiApKcRSYpgNNNNONMNAxtN7U4mm0hkZqM09qYaTGMNQvUpqFzUMaIH6V51rp%2F4mMxx0j%2FpXobnivOdd%2F4%2F7g%2F7A%2FlRHcb2JvCg%2FwCJtaf7zf8AoJr2A15F4RXOr23sHP8A47Xrp61qZkbUynNTaljK8lUpKuyVSkqJFI43xOf3duPV2P6CsbQxmYn1krY8UHAth7t%2FSsnQv9YPeQ0n8JvQ%2BI7lOlO%2BtIvSg1zFj3%2FhH%2ByKiNSSdR9B%2FKo6ACmN0p9RuflNIZwt2coPeT%2Btb2hj91Kf9v8AoKwLn7ie7iuh0Ti3Y%2Brn%2BQro6FVjeHSgUg6UoqDnCkpTRQBn6kcWUvuB%2FMVx9rzd%2FQGuu1Q%2F6E%2FuV%2FnXJ2Yzdn%2FdP86fQ0hsdNHwPwqbtUcfSpawKLsZ%2FfSH0ix%2FKn9XU9%2FL%2FwAaiQ%2FvJ%2F8AdA%2FWp%2BQ5z0Cf0oIYg4WL%2FgRq7B%2Fx6J3yzH%2BVUHOVjxx8hP8AOr0Xy2kI%2Bv8AOqQkVJuprltT5niHsf5108%2Fc1y2of8fUX0H86cdzRHaeGxizmPrIf6CtCX7xqn4eGNOY%2Brt%2FOrUvWt5bHP1ZTaooBuv4B6EmpXptkN2pxD0BqI7jexkofM8R3bf9NmH5Lit5%2BBXP2J361eP%2FANNpf54roH4FFTc3lshB1H1pKXuKTmsyBO9Qv3qXNQOeDSGjNvGxC7ein%2BVciBi1Yeu0fqK6nUTi1lP%2Bwa5Z%2BLf6uorSmabQbO98Kr%2Fokrer%2FwAhXUVz3hlNunk%2F3pCf0FdFXQefHYQUtFIaChKSigmkBGetNNKetMapYyvJ1rhddbdfqvoo%2Fma7hz1rgdWbdqbj0Cj9KS3FLYZpEzR6uUUD5pEUkjNeoTnivLtAO%2FW%2BmQZe%2FbHQ%2FpXp9weMVu9iYmY9cteMw1Fsdyq5H4GuoeuNvZQL%2BUb9oDDPfkCoW5qjv9OO60D%2BrMefrV1qp6Zg6Zbn%2B8ufzq21EiEZtyTuzVePjTD%2FALTKPzOakuj972BpuCLCJf70ij8hUR3KexrtxEn%2B7WZIcGtOUfKB7CsuTrVSEitGf3zt6KK4G0%2Be5Zj3cn8zXergCdz2H9K4TS13TJnu39ajodOH3bO6p9Np4GawBkpooPWigkRqo3DVdY81nXJ%2BRifQ0DRxkeXuvXcx%2FnXrCABEFeV6cN95ED3Yfzr1YfdWumA8T0Q8YwKdnmmY4U0uKs5SQUhpajOc0Af%2F0%2FG7uHa5BrEmXmup1FQHzXNzjrXNE1ZkyCq5q3JVYitESRGmGpGra0jSrS%2FhkluZjGVbAAIHGOvNO4G74IGFvGPqg%2FnXeZFcrpUOn6SkiQ3CkSEE7mBPH0rUOpWo%2FwCXmIfiP8axnq7m0djW4pcisVtXtB%2Fy8x%2FmKb%2FbNgBzdRZ%2BoqeVjNzIpeKxl1a2dd0coYeoGRS%2F2nCP4%2F0o5R2NjNGaxv7Uh%2F56fpR%2FacJ%2F5aY%2FCiwWNmkzWP8A2nF%2Fz1%2FSl%2FtSEf8ALQflRYLGtSVk%2FwBpQ%2F8APT9KX%2B0YT%2Fy1H5UWCzNWmnFZn9own%2Flqv5Un9oQ95Fp2FY0jSGs3%2B0If%2BeqUfb4v%2BeqUWCxfNMNUftkZ%2FwCWqfnSG8j%2FAOeifnRYVi7SHFUvtaHo6fnTftP%2B0h%2FGiwWL1N4qn9oz3X86Xzz%2FALP50WCxapKrec3YD86b5rf3f1osFi1SZqt5rf3aQzH%2B7RYLFg0mar%2Bcf7ppPNP900WCxZpM1X84%2FwB003zv9k0WCxZJphNQed7Gm%2BcPQ0rDsWCaYahM47g0wzqfX8qLAT5PrRn3qv56%2B%2F5UnnL7%2FlRYRYyaTNQecvv%2BVJ5y%2BtFhk%2BaA1QecnrR58fc0WAlJrN1M%2FwCit9RVrz4z3qhfuJLconJyKEgZy0lVWq5KCpwwwapvW8TGRCaZTjTatEGtoH%2FIYtf94%2F8AoJr0dFz5GT0k%2FwAK820I%2FwDE3tf9%2FwDoa9IjwViZuPn%2FAMK5q25tT2K13%2Fq846Tf41I4zFcA8YcfzqO8bZExHeYfzNSvkpcAdmH86xNTqF%2F1Mf8Aur%2FKnpTI%2FwDUxZ%2FuL%2FKpErSJmxLLm2X%2FAH5f50yfqafY%2FwDHuB%2F00lpk%2FWun7Jj1Kw%2F1ifWo8f6XN%2F12P9alH30%2BtMP%2FAB%2BTf9dqz6GsdyyaYetSMKYagorS%2FeNYN5yv51vTferCvOgA96RUTsNI50q1%2FwBwfyq0%2FWquj%2F8AIKtv9wfyq23WutbI5HuyhL1NVoeJ0%2BtW5Opqon%2BtX61D3KWxfi6f9tj%2FAOhGnXdMh%2B6f%2Bu%2F%2FALNUl0K1lsQjDl%2B6fqP51Ev%2FACHr3%2FrjF%2F7NU0wwh%2Bo%2FnUI%2F5D94P%2BmEX%2Fs1RDqVItxj9yg%2F2RTGHympY%2F8AVJ%2Fuimv0rnZsinKOB9KouMA1fl6L9Kov0NQy0YviH%2FkDW%2F8A12P8jXTeFf8AkB2%2F1b%2F0I1zHiL%2FkDQf9dj%2FI10%2FhT%2FkBW%2F1f%2FwBCNdkPhRyz3Z0lLSdqBVEC0UUlMAIqMjmpDTTSGREUY4pxpppDIWFMNPao2NIZGagepj0qBqljRXevOdcIN5dH0Cj%2BVeiyV5trf%2FH5d%2F7yj%2BVENxs0fCAJ1aD2R%2F5V6zXlPg4f8TWI%2Bkb%2FANK9VxWpmNNNPSlbsKicsB8tSxkL1Tep2BJy3aoHxUMpHFeKD89sv%2B8f5Vm6AMuv%2B%2Ba0PFHM9sP9lv51S8PjlD%2FtNSfwm9D4n6HajpQaB0pDXMWx8n3%2FAMv5VHUkv3zios0AgqKU4RvoakqC44hc%2Bin%2BVA0cRPysf%2B9%2FSuk0b%2Fj0z6u1c1P%2FAMsh7n%2BVdNpAxZJ7lv51v0KrGyOlLjNNB4pQeag5xTSdqM03d2oAzNWOLP6uK5mx%2FwCPpvp%2FWui1lsWyD1f%2BQNc%2Fp%2FM7%2FQUPY0hsdInSph1xUKdKmX7wHvWJRbTk3B9CBU7E73z0CAD9Kgi5Wc46uP61LISHlX2H9KCGJIBlV%2F6Z1oKMW0Q%2F2f6mqEoYMD6Rir%2Bf3EQ%2F2BVISM6Y9q5e85vlHoB%2FWummPWuXuc%2FbyfQD%2BVOO5ojvtBG3SUPrk%2FmTU0p60zRht0iAf7OaWY1tI51uVGNO035tUX2Wo2qTSv8AkIyN%2FdSph8Q5bGFo5331xJ%2FeeQ%2Fm1dG3Nc14e%2BYyP6gn8zXSt1oqbm8xB1pDS9%2FworMkYarueKsGq0nSkBjaocWsvuAPzIrmpQfJQesn9DXQ6scWrAd2X%2BdYEn3IR%2FtE%2FkK1ply%2Fhs9H8OgjS4z6lj%2BtblZWiLt0u391J%2FMmtWtzgjsLSGlpDQUNppp1NNIBhqNqkNRNUsZVkrz69YPqcpPZ8flxXoEnevOZm3Xsrersf1NJCnsa3hKMyXRk2qfnYk9x16V31xXPeELWFNPFwFG9ifmroLjrzWvQL3M9h2rh5zbteSvNLt2O21QOSfWu5c4Gay4dKsp2e4lj3MFOOT3pReo3sdJZqEsbZemI1%2FlUzdDTgu2ONR2AH6UxzgGiQkY14dsbn0Bqdx%2B4tk9ZM%2FkKrXZ%2BRh64H61bf%2FWWi%2B7H%2BVRDcqRoTnrisuStOfvWW%2FNVISKUjFLS5b0Vv5VxujAmePj0rrL5tml3MgP8LD8%2BK5rRFzOmO3%2BFQ9jqobM7AVKvUfWohUqfeFYEscDS03vTqBEbdayb5tsErein%2BVard6w9TbFrL9MUFxWpiaKu6%2Fh%2F3hXqWOB9K800EZ1CP6%2F0r008flXTAnEvVC%2BlLRiirOYWmHg0%2BmfWgD%2F%2F1PLdT%2B8QK5qYV0upEFs1zkvU1yxNGZcoqqwq9IKqsK0QiqajIqZhURqhDMUlKaSmFxKTFKaSmFzXg1V4LdYVQZUYBzWvozy6o0yO2DHgjHoa5Gur8GvjVJI%2F78RP5EVEoq1zSM3ex0X9lP3ZqP7Lf%2B81dXto2e1c9zbmZyn9mP6tSf2Y47tXWbPak2e1Fw5mcp%2FZr%2BrU3%2BzpP7zV1hQelNKD0ouHMzlP7Ok%2FvGm%2FYJv7xrrNg9KTYPSncXMzkzYS%2FwB4%2FlTfsE394%2FlXWGMelNMY9KYczOSNjL%2FeP5Un2GX%2B9%2BldUYx6U3y%2FagOZnLGxl9f0phsZfUflXUlKTYO4ouLmOVNjL6j8qQ2MnqPyrqNg9KQoPSi4cxy32Kb2pPsc%2FqK6jYPSk8selFw5jl%2Fstx7fmaQ2tz6%2Fqa6cxrTTGvpRcOY5j7NdD%2BI%2F99GjyLr%2B83%2FfRrpfLHpR5Q9KLhc5kw3f99%2F%2B%2BzSeXej%2BN%2F8Avo10hiHpTfKFO4XOb233aR%2F%2B%2Bqd%2FxMP%2Bej%2FmK6Awj0ppiHpRcLnPZ1D%2FAJ6P%2Bn%2BFJv1Ef8tG%2FSug8kelNMK%2BlFwuYPmaj%2Ffb8hTfN1IfxH8hW75K%2BlJ5AouFzD87UR%2FEfyFJ9o1LPX%2Fx0VueStJ5AouO5h%2FaNRHp%2FwB80fatQ9B%2F3z%2F9etzyFo8laVwuYX2vUPQf98%2F%2FAF6Q3V9%2FdH5H%2FGtwwrTTCBRzAczMk1w%2FmSAg4xwKh%2ByDuGrqjEKTyhT5xcqZyhtE7hqT7JH6Guq8oelJ5Q9KPaMXIjE0uBI9TtmGeJBXdLgpF6CSsa1iAuoiB%2FEK1s%2Fu0%2F66is5yuUlbYgvuYGzx%2B%2BH9asvwlwR6j%2BdVb7At5D6TAn86suP3dz7kfzqBnTwHNvD%2FALi%2FyqZOtV7c5tof9wfyqyvWtIkMZY%2F6n6TSf1pZhk0lj%2Fq2H%2FTaT%2BRp03Wun7Jh9oqEfMv1qJv%2BP2b%2FAK61MfvLULf8fk3%2FAF1FZ9DWO5caoz1qVqjPWoKKsv3qwrwdPxrek%2B9WHeDp9allROs0b%2FkFW%2F8Au1cbrVPRf%2BQVb%2F7tXH612LZHK92U5epqkv8ArV%2BtXJO9VE%2F1q%2FWs3uNbF%2BLof%2Bu3%2Fs1SXXb6UyPgN%2F12%2FwDZqfd%2F0rWRCMWYZX8R%2FOq4%2FwCQ%2Fd%2B8EX82q0%2FUD3FVF%2F5D1z%2F1wT%2BbVEOpci8n%2BqT%2FAHRTW%2B7T1%2F1a%2FQUxjxWDNUVJui%2FSqEnSr83QfSqD9DUM0Ri%2BIv8AkD24%2FwCmp%2FrXT%2BFOdCt%2Fq%2F8A6Ea5bxCR%2FZNuP%2Bmp%2FrXU%2BFeNCt%2Fq3%2FoRrsp%2FCjknudJRSYoxVkDqKKTvSGBphp5qM0AJTGp9NNIZXY1EalbrURGKTGRscVC1TNUDVDKRBJXm2tc3d2f9of0r0l6811n%2FAI%2B7v6j%2BlOG4M2vBg%2F4mY9om%2FmK9Rry%2FwWCNUcHtE36kV6ga1MyNuufSm5yKeeKaelSNFSSqj1ak61UeokUjhfE5H2mAeiH%2BdQeHh9z%2FAIFUnifi8h%2F65%2F1NN8PDhPxpS%2BE6KG7OxHSigdKO4rmKYsv32%2BtRVLJ99vqaioAKqXhxbyH%2FAGTVqqd8cW0n%2B6aENbnGz%2FfiH1%2FlXU6WMWUf4n9TXLT%2FAOtQein%2BldbpoxZQ%2FwC7W%2FQdY0O1LRSioMBDTMVIRTe1AGJrJ%2FcRD%2FaP8qxNNH72Q%2FStrW%2F9XF9W%2FlWPpn3pD7ih7Gsdjol6Cpox86%2FUVEvSp4f9an1rEbLFvykpHeTFSSHmQ980yD%2FU5AwDL%2FSnNyJD6tQZsdN99%2FZF%2FpV5uI4x6Iv8qoPgmVv7uBV%2BThVHoo%2FlVIEZc3euWmJN9Kf7o%2FpXUzY5rk5Tm5uG7gNVR3ND0vTwV0q3HfYv8qimq1bDbYQqf7o%2FlVWXk1rM54lRqfph2zXcn92M%2FouaY9NtW22uoyDtE%2F8A6DSp7jlsZPhsfuWb%2FZWuibrWD4eGLZv%2BAit49ame50T3E7n6UmaX1ptQQNNVn6VYPSq0lIaMDVz%2B4Uerj%2BtYsg5hHsx%2FlWrq5ysS%2Brn9BWTKf3iD0j%2Fmf%2FrVtTHVdqTPU9KXZp1uv%2FTMVoVWsl22kK%2BiL%2FIVarY4lsFIaWkoGNppp9MIpAR1G5qWoXqWUVJK80LZeRz%2FALR%2FnXo87YRj6AmvMwf3ch%2F2D%2FKlEiZ6Z4XQJo8I9RmtO4AJqtoKbNKtx%2FsCrE%2F3jWr2GjPl%2B6aLNf3Lk0Sn5SfapLYfuT6kgfrULcp7Gw%2FUD2qvL0NWH%2B99Kqyng05EoxrnnA9WH86vkZu7VfRCfzNZ85%2FeRj1f%2FGtMc6hH%2FsxD%2BtKBUixP3rMfjNaE5rNk4BNEhIx9Vbbokv8AtYH5msfQwfO%2BgNaWuEro4UcbnX%2BdU9CH7xm9FqJbHXR%2BFnTCpU6n6VEDk1Knf6ViQxR1paTvRnigRC2cGuf1c4tWH94gfrW854Nc5rDYtwPVhQtzSG43w2ub5TjoD%2FKvRe9cD4YXN0W7bT%2FMV6B3rqhsZYn4gzzRRRVGAtMNONRnnpQB%2F9Xyq%2BB5NYMo5JrrbqHINcxOhBIrliaMzJBVRxWg61ScVoiSiwqE1ZYVAwqxERpKcaSmA2iikpgFdH4SYrrcY%2FvI4%2FTNc5mtzwy23XLY%2Bu4f%2BOmplsOO57DQKQ0VyHQLRSUZoAOKTFLTeKAExRilpuaYCYppFPplMQwim4FPNMpiGkCm4p9NNAEZWm49KkNNNADCKaRUlNoAjIpuKkpMUAR4oxTqQ0ANIpNtPooGREU0gVKabQIiIphFTGmmgZCVFJgVLikwKQEeBSYFSEU3FADMUhFSbaTFAEe2mEVKRTNrd6QyIik21KRSYpFEe2kK1LSYFIBbcf6RH%2FvCrefkXPaWq8PE8f8AvD%2BdWpBwP%2ButICC6QtDKB180Hn6mpyeLgN7f0pZR8ko%2F6aU1j8lzjrgf0pCOjtD%2FAKND%2FuCri9aqWhzbQn%2FYFXEq4ksZYghGP%2FTd%2FwCRpZutLZ%2F6tv8Aru%2F8jRN1rp%2ByYfaKbfeX61G4%2FwBNm%2F66D%2BlSt1X61HJ%2Fx%2Bzf9dF%2FpUdDWO5baozUjVGagorSH5qw7ztW1L96sW76CpZSOq0M50mD6VefrVDQv%2BQTB%2BNaD9a7FsjlluyjL3qon%2BtX61blqmv%2BsX61m9xrY0U43f8AXb%2F2an3X9KjQ5DH%2FAKbD%2FwBCqS7%2FAKVrIlGO3UfUVUBA165B7wR4%2FNqtSHAz71VG06%2Fc5HSGPH5tUQ6lSNBeEX6Con6VKv3F%2BgqN%2BlYM1RUm%2Fhz6VQfoavTdvpVGTpUM0Rz%2FAIgP%2FEugX%2Fpof6113hb%2FAJAdt%2FwL%2FwBCNch4gyNPh9PM%2FwAa6%2FwsP%2BJHbf8AAv8A0I12Q2OSe50lJS9qKskKTvS0lABTDT6aaQxlMannFMakMgao2qRqiNSwI26VXap2qBvSpZSIHrzXWDm6u%2Fdh%2FSvSnrzPVv8Aj5uv%2BulOG4mdB4KBOpuf%2BmJ%2FmK9PrzPwV%2Fx%2FyH0hP%2FoQr0ytSCNutMbpTm60xjwakZUkNUpCc4q1I3IFVXGc1nItHBeJjm9TPaH%2BpqTw%2BPlT%2FdNQeJT%2FAKfj0hH9aseHvup%2Fun%2BdKXwm9HdnWDpSj7w%2BtHahfvr9RWBQjnLt9aZTm%2B8frTaQBVDUDi1k9xV6s7Uji1f8P50IqO5yM%2F8ArlH%2Bwf512NiMWkI%2F2B%2FKuNn%2FANd%2FwD%2BtdraDFtF7Iv8AKt%2Bgq25bpwpop3FQYiGm04000AYOuHiIezf0rL0scP8A71aOuH54x%2Fsn%2BdUdK%2B6f940S2NY7G6Ksw%2F6xarip4fv59Af5ViNk9qSLaPHeRv6U%2FwC9GT6vTYP9TCMd2P609fmjXHd6ZmxHyROf9sVo3Hf6Cs0%2F6uU9cyf41pT%2FAHm%2BtMaMmauUPzTXHuSP1rqpa5SL55Xx%2FE%2BPzaqhuUerINtrGvooqhKeavtxCg9qz5etazOeJVfpUKHbo%2BpOf%2Bebj8%2BKmaq8x2eHtQY%2FxDH5sKVPcpkOggC0b6j%2BVbB61l6IMWefVv6CtU9aiW5vPcTsfwptO7H602pJGN0qrIastVWTvSGjm9WOWhH%2B8f5VluCbgeyKP51oaoczxAdlP86ooA97t9Sg%2FQVvTFiP4R69EMRoPQD%2BVSUgHalrU5EFJS0hoGJTTTqYaQDGqu%2FSpzVeTpUMpGZettt5W9Eb%2BVeddIJP93Feg6kdtnOf9hv5V582PLYepA%2FUURImevaWu3T4F9EH8qScncantBttYwOyiqsp%2BY1qxooz%2Fcb6Vatv9Sg9XFVZ%2FuGrdqP3cI%2F26mO43saT%2FeNVJidtWW6k1VnOFNEgRjyc3EI9yf0rVj%2F4%2FwB8%2FwAKKP0rKxuvIh6Bj%2FKteDm7uG9MD8gKUAkE9ZkxwjH2rRuDxWVcN8jCiQ0YniNsWFundpB%2BgpmhrgSN7Cm%2BJW%2BW0j%2F2ifyFT6IuIHb3FRPY6qfwM2xUq9D%2BFRipFztP1rEhiig9KB0pD0oEV36VzWsn5Ix%2FtH9BXSS9K5bWj88S%2FU047mtPc1vCqHzZG7AD9TXbjrXJ%2BF48W7v6nH5V1Y610x2Oeu%2FfY6jNJSVRkKaZT6ZQB%2F%2FW88lvLY8bs1g3WyRvkYD8aoQaHfXEKTq6hZAGGc5wanHhy%2B7yqPwNYqKRbbZWa3Y9GX86rvZyMeGWtE%2BG73%2Fnsv5Gk%2F4Ru%2B%2F57L%2BRqlYVmZLadIedwqE6XL%2FeFbZ8O3%2F%2FAD1X9aZ%2Fwj2pDpIn5n%2FCquhWZhnSpvWozpkw7Gug%2FsHVR0dfzP8AhTf7E1gdGX%2Fvo0XQWOf%2FALNm7iozYyDsa6P%2ByNZHp%2F31Tf7K1rqQD%2FwKi6CxzsdjJI4jHylj3re03Tn0%2B%2FhvGcOIzkgcHBBFDaVrDHmIfgwpv9l6wD%2FqmP8AwIf40nr1Ki0t0d8NZtiMlSKf%2Fa9oezV5%2FwD2frA%2F5Yt%2F30P8aPsWsjrC35j%2FABrP2Zr7RHoP9q2ncsPwp39qWfqa87%2ByawP%2BWLfmP8aU2%2Brj%2Flg%2F%2BfxpeyD2iPQ%2F7Ts%2F7x%2FKk%2FtKz%2FvH8q88%2Bz6r%2FwA8HpPK1XHNu%2F8An8afsxe0R6J%2FaVn%2FAHj%2BVH9o2f8Af%2FSvPNup%2FwDPvJ%2BRpP8AiZD%2FAJYSD8DR7MPaI9D%2FALRs%2FwC%2F%2BlNOoWn9%2FwDSvPC2oD%2FljJ%2BRqNpL%2FP8AqpB%2FwE0ezD2iPRTf2n9%2F9Kb9utP7%2FwCled%2Bbe94pPyNJ5t5%2Fzykz9DT9mLnR6H9utf7%2FAOlIb21P%2FLQV54Z7vvHIPwNNNxcDqsn5Gj2Yc6PQ%2Ftlt%2FwA9BR9rtT%2Fy0Fed%2Fa5vR%2F1ppvJc%2FwAVHsw50ejfabb%2FAJ6LSfabb%2Fnov51519tfvupDfP6tS9mHOj0X7Tb%2FAPPRfzo%2B0Qf89F%2FOvORfserGl%2B3EDG45o9mHMj0Tz4P%2Bei%2FnR50PZ1%2FOvO%2Ft5%2FvH9KPt3%2B0f0o9mw50eiebH%2FfH50eZH%2FeH5154bwjktx%2BFH27B60ezY%2BdHoZdfUfnTdy%2Bo%2FOvPvtp6bv0%2F%2BvR9tP979KPZsOZHoGR60049a4H7a3ZqX7Y%2FXdR7NhzI7ukrhvtkn9%2F8AnS%2FbJOz%2FAKml7NhzI7fFGK4kXsv9%2FwDU0ov5xz5h%2FM0ezY%2BZHaYorjf7RuP%2Beh%2FM0o1K5zjzD%2BdL2bDmR19NrkDrEqnaZG4%2FGn%2F2y5%2F5afmKXIx3R1JpK5oavJ1Lj8RThq7%2FAN5TS5GVc6KjNYA1ZvRDThqpP8K%2FnS5GFzoIv9dH%2FvD%2BdWZMjcc9Jq5631PfcQpsxudR19TW%2B54lDdfO%2FwAaiStuBLKSRKB%2FfFMccTgnqB%2FSlkHyTH%2FaH86VuRPjrtH9KgZ0Nn%2Fx6xf7gq6lUbL%2FAI9Is%2F3aux1pEhhZ%2Fcb%2FAK7t%2FwCg0s3U0ln91%2F8Ar4b%2FANBpZutdP2THqU26imS%2F8fk3%2B%2Bv8hTn7UyX%2FAI%2FJv95P5Co6Gkdy4ajapDUbVBZVlHzViXfQVty%2FerFu%2Bg%2BtSyonTaF%2FyCofxrRas7Qv%2BQVDj3%2Fma0WrrWyOSXxMozd6qJ%2FrF%2BtW5RyaqL%2FrF%2BtQ9xrYuIfkY%2F8ATcD%2FAMeFTXVV1%2B4%2F%2FXyP%2FQxVi7rWWxKMaX7p%2BtVRxr11%2FwBcIv5tVmb7h%2BtVBzr11%2F1xj%2Fm1RDqVI01%2B4v0FRSdKlX7i%2FQVDJ0rBmqK03b6VQer0x6fSqL1mzRGB4i%2F5B0H%2FAF0P9a7HwwMaFa%2FRv%2FQjXG%2BI%2FwDkH23%2FAF0P9a7Tw0c6Faf7p%2F8AQjXbT%2BE5J7m%2FSUtN5zirJFNJQaKQBTDTqbQNDTUZqU1E1IZC1RmpGqI1LGRNULVM1QNUsaIXNeY6tzc3X%2FXQV6a9eYan%2FwAfFyf%2Bmv8AWnDcJHT%2BCBm%2BmPpD%2FwCzV6XXm%2Fgcf6VcH0jH8zXo5rQzIz1pj4xTz1qN%2BlJjKjjvVR%2B9WpKqPWci0eeeJD%2FxMHHXES%2F1q74f%2B6uP7h%2FnVHxGc6hL7Rr%2FACrQ8P8A3R%2FuUpfCb0ep1HalT76%2FUUUqffX6iucoY2cn602nE80ygBKztT%2F49W%2Bo%2FnWjWZqZ%2FwBGP1H86FuVHdHJz%2F61v9yu4gGIUH%2ByP5Vw03%2Btb%2FdH9a7yIYRR6AVu9hVtx%2FzAcU8dOaQ07qKgxEzSGlpDQBzOuH98o9E%2FrVfShiPPqTUuuH%2FSMeiD%2BZpul%2F6gfU%2Fzolsax2Nmpo%2BCx9FP8qhFSoSFc%2F7BrEZbgH%2BjwZ67WP6miLBSIDsxpYv9XAP9gn%2BdLHgeWB6mgzEQgx4I%2B9LWhP1b61nQdI1I%2FwCWv%2BFX5u%2FvVDRlzda5eyG6VQe8i%2F8AoVdNOcAmud01d08Q9ZVq4blPY9RlHyKPasyTrWlMQAPpWY%2FWrnuYRKz96qXhx4auP9t0H5sKsueCap6kQvhtR3eZB%2FWnT3K6ot6OuLFfqavnrVTSxixj98n9at96zlubS3Ydvxppp3YfjTTUEkL1Uk71baqknfNAzl9SP%2BlqPRR%2FM1DYqJNSC%2F8ATVR%2BWKkvzm9IHZV%2FrS6Ku%2FV0P%2FTf%2BRrensTif4aR6sKdSClrU5hKDS02gBKYafTDUsZE1V36VYbpVZ6ljRi6u22wn%2F3cfma4ZQGCr%2FekUfrXZ62cWMg9So%2FWuRtl3T26%2Bsy0RInuewRDEKD0FZ8nBNaQGIx9KzZDzWrGilP938av2wwYV9yf0rOn6D61qQD97GP9kmoiUyyec1TnPFXDVG46USEjPhGb5fZf5mtO2P764Pq5rPsxm%2F8AwX%2BZq9aH5ZW9XP8AOnHYGNuT2rKuOVA9SP51o3HXFZ0nLoP9qpkNHN%2BJGJvbdOwQn8zWno%2F%2FAB6k%2BrVj%2BIWJ1RV%2FuxD%2BZrd0tcWan1JNRPY64%2FwzSWpB938TUYqQfdFZGYvamN0p%2FamN0oEV5OlcnrDZnRfRf611cvSuO1Q5u8eiinHc1p7na%2BG122IPqSa6BTWNoS7dPj9wT%2BtbIrqjsctT4mOpBSGlFMgU9KiJp7VVlk2YycZoA%2F%2FX5rT4UFhbAD%2Flkn8hVzyV9KfbRCO1hT%2B6ij9KsBazsVcqeSvpSeSnpVzbRtosK5T8hPSk8hPSrpWjbRYCj9nT0o%2Bzp6Vd20badguUvsyelJ9lj9KvbaNlFguUDax%2BlH2SP0rQ20myiwXM%2FwCyR%2BlH2SP0rQ2mjaadhXM%2F7HH6Uhs4%2FStHbRtosO5m%2FY4%2FSmmyjPatPbSbaLCuZn2KP0pv2KOtPbSbaLAZn2GOm%2FYY61dtNK07AZf2KP0pPsUfpWmVpNtFgMo2cdJ9iStPbSFaLAZZs46YbKLHStQpSFKVgMr7DD6Un2CE%2FwAI%2FKtTZRtosBk%2F2fCf4R%2BQpp063%2FuD8hWttpu00WAyDplsf%2BWa%2FkKYdKtOvlJ%2F3yK2ttN20AYh0m0PWJP%2B%2BRTW0ey%2F54p%2F3yK29tJtpWHcwf7EsT%2FyxT%2FvkVEdDsf%2BeKflXRbTTStAXObOg2H%2FADxT8qjOgWH%2FADyX9a6bbTSlIZzB0Cx%2F55D8z%2FjUJ8P2X%2FPPH4n%2FABrqytRlKQHKnw%2FaHorD6MahPh237Fx%2BNdbtpNlF2Bx58OR9pHH5GqF5o4tEVvMY7jjkCu9K1z%2Bt%2FwDLJfqaLsaOMMMadB%2BdRsB2FXJQM1UakUQmozUhqM1RI2mDO6nmowfmqhF2wJF9bc%2F8tU%2F9CFekNyZge0%2F%2BNea2f%2FH5bn%2Fpqn8xXpMhPmSj%2Fpt%2FjXPW6G1PYmdiElx6j%2BdDfenP%2Bx%2FhQcYlz6inE584f7A%2FpXOaG5Y4NlCR%2Fdq%2FHVCx%2FwCPKIeg%2FrWhFWkSZCWZyso%2F6eD%2FAOg06brTLI8zj%2Fp4%2FwDZafN96un7Jh9opv2qOT%2Fj7m%2BqfyFSP2pkn%2FH3Kf8Ac%2FkKzNY7lw1E1SmomqCirL96sW76fjWzL96se66fjSZUTpdB%2FwCQTD%2BP8zWk1Zug%2FwDIKi%2FH%2BZrSbrXXHZHJL4mUZe9U1%2F1i%2FWrkw5NU1%2F1q%2FWoe41sXEGVf%2Fr4H%2FoQqa7piDh%2F%2Bu4%2F9Cp131%2FCtZbEoxZ%2FuHHrVVf8AkPXf%2FXGL%2FwBmq3N9w%2FWqif8AIcvP%2BuMf9aiHUqRpp9xfoKhk6VKn3F%2F3RUUnSsGaoqynp9Kov0NXZe30qk%2FSs2aI5%2FxF%2FwAg%2B3z%2FAHz%2FACNdp4Y%2F5AVrj0b%2FANCNcV4j%2FwCPG2H%2B2f5Gu28M4%2FsK1%2F3T%2FwChGu6nsjknub1JS0neqJFpKWikA00w080ygaG1E1S1E1IZCajNSGozUsZE1V2qy3SqzVDKRA2a8v1P%2Fj4uP%2Bux%2FnXqD15fqRBmnI%2F57H%2BZqobikdj4JCedcFc%2FcUc%2FU16F2rz7wOPnuT%2Fsr%2FWvQT0rVmaI%2B9MfpTxTH6VJRSk61UerUlVX71nIpHnXiLH2%2BYEc7FwfwrT0AYUf7grK8Q%2F8hCc%2BiL%2FIVr6EPk%2F4AKUvhN6P2jpKcn31%2BtNp0f8ArF%2Btc5RGabTjSUgG1laqf9H%2FAOBCtWsnVT%2B5X3YU1uXDdHLSf65votd6g4FcE2TOw91Fd8tbvYituPp3amHHen9qgzEph604009aBHKa0f8ASW9lWn6YP3C%2B%2Bf51DrR%2F0p%2Fov8qn07%2FUJ9KU9jZbGsKlHCSH%2FZqIU858mTHoP51kDLyHbHF7RD%2BVOTH7seoNMzjC%2BkY%2FkKFJyD3Cn%2BtBmLbjLwDtvq9N3qnb486BV6ZJq3N93NUNGRcnCN9D%2FKsTRxm7t%2F8AroP0BrZvP9VIf9k%2FyrL0MZvrcf7RP5A1dPcqWzPRZx0%2BlZrdTWnccGst%2Bpq5bmESnMQEb6Gqes%2FLoVsnrOv6A1YueI2%2BlV9f%2BXTbBB3lJ%2FJf%2Fr06fUuPxI1dOGLGEe2f1qxUVmMWcP8AuCpayluay3E9PpTDTj0H0qMnmpJGNVKQ1beqcnekNHL3XN%2B%2F%2FAR%2BlT%2BHF3apGfWRj%2BWarSnN%2FIT%2FAHh%2BgFX%2FAAqu7UEb0DmumnsTivhij0ylpKWtDmCkNLTTSASmNTjUZpDGNVWSrDGqzmpZSOc19sWePVxXN2K7ry1X1kz%2BQre8QN%2Fo8a%2Br%2FwAgaxtLUtqVqvoSf0pxM5bnq7H93%2BFZkhzWhNwnFZbH1q2NFWc52j3rXg%2F1w%2F2Y6x5OZE%2BtbMHMzn0QUojZK3SqE9X26VnTkZqZDRFpw%2F0x29MfoKtWY%2F0ct%2FeNVdPOHnf0z%2Bi1dthi1QVUdhPcq3B%2Bas9hmaP61en5aqY%2F16fjUMaOQ1xt2rsPRFFdLp4xaR%2FQ%2FwA65XVWD6vP7FR%2BgrrrQYtox%2Fsipmdf2EWh0qQ8AfSo%2B1SH0rIzCmNTyeKiY0gRXl71xt%2Bd14%2FtgfpXXytXG3J3Xkn%2B%2FVw3NqW56RpK7bGLP90Vpjmqlku20jHooH6VbA4rpRxS3YUtJThTJENZV83zqPatQ1k3vMoHoKAP%2F9Coq7VVfQYpcU40lQMMUmKWloATFGKXNFADcUYpaKAExRilopiExRiinUAJijFLRTAbijFOooAbikxT6SgBmKTFPpKAIyKSnmkoAjIppFS02mBFim4qU0lAEWKTFSGm0gI8UhFSUlAERFGKkpDSAi2mkIqWkNAEO2kINTUlICAimkVPTTQBBg0hBqY000hkBFMINWDTTSGV8U3bVikpAViK5jXP9bGPRTXWNXHa4%2Bbvb%2FdUCgaOalqm1XJKptQUQmmGnmozVkDDTB96nGmr1piLVqcXUP8A10X%2BYr0uXh58%2FwDPXj9a8yg4uIj6Ov8AOvU7kAPKf%2Bmg%2FrXPW6G1LYa%2BdsgHqKUjmb%2FrmP5Ckccy%2B2OPypzH95Jj%2Fnl%2FQVzmpuWH%2FHjF9D%2FOtGOs%2Bxz9jjzxwf51eQ81cSWNsT89wP8ApuD%2FAOO1LN1qCwz51xn%2FAJ7L%2FwCg1PP96upfCYfaKb9qilH%2BmSnthOPwFSP0FNuP%2BP1x6qh%2FQVmjWO5dNRsKkNRNmoKKcn36xrrpWzL96se66fjUsuJ0ug%2F8gmL6n%2BZrQOdxJ6VQ0H%2FkFxfU%2FwAzWi3U12R2Rxy%2BJlGbqaqL%2FrF%2BtW5u9VF%2F1q%2FWoe5S2L6dG%2F67D%2BdLd9fwpV6t%2FwBdR%2FOku%2F6VrLYhGPL938RVJP8AkOXmP%2BeUX%2Fs1X5Ow9x%2FOs%2BP%2FAJDl8f8ApnF%2F7NUQLkaiD92v0FRydKmT%2FVoP9kVFJ0rBmqKU3b6VRkq%2FN2%2BlUX6Vmy0c74jOLO1H%2B0f613Phof8AEitB%2Fsn%2BZrg%2FEh%2F0a2GO5rv%2FAA6MaHZ%2F9c%2F6mu2nsck9zZNFOpKsgSiikpDENMNPNNNIZGajNPaoSRmkxjGqI1KajapYyFulVzmrDVAxqWUiu3WvL9R%2F103%2FAF2P8zXqTdq8r1DmWXP%2FAD2P8zThuKR2%2Fgf%2FAJej7L%2FWu%2FPSuB8D5xdZ7BP613x6VqzNEdMfkVJUb0ikUpOtVJKtydaqNWUikea%2BIf8AkIz%2FAEX%2BQrc0Ifu%2F%2BALWF4hP%2FExuP%2BA%2FyFb%2Bh8Rn%2FdWlP4Too7SOgpyffFNp0f3x9D%2FKsBkdNNPNMNIBKx9V%2FwBWn%2B9%2FStntWLqx%2BSMf7X9Ka3Lhujmx81zj%2FbUfyrvBXCx%2F8fY%2F66L%2FAErul6VsyK248jPWndqbS9qkyEpppabnNAHHau2buX6j%2BQq9p4%2FcoP8AZFZurHN1L7Mf5VqWXESfQUp7Gy2NEU5zi3kP0FIKc4zA49SKyBl04BJPZAP5VGpzyR%2FCafJg7x6YFMbhWx2Qf0oMyzaAefF7KT%2BhqxNjFV7TPnKf9g1Yl6GqKRh3xxby%2FwC6aqeHxm%2Fg9gxqzqJ%2F0aX6Uzw4M38ZI6Ix%2FUVdMJ7HdXFZbVp3HU1mtjNVIyiULkZjNVvEfFtpqe7t%2Bgq1cfcx6kfzql4mP7zTo%2FSNj%2BZFVT6mkPjRvW4xaxD%2FAGF%2FlS9qeo2xqPRQP0pp6ViymIf6CozUh7%2FhUZpCIXqlJ3q49U5PSkUjlHObqVvRm%2FStjwiv%2Bl59Ij%2FSsMn55m%2F3z%2FOuj8IL%2FpErekYH6iuqGxnivso76iikXPOfWrOcWkNLjvTTSAQ9KjNPNMNJjIWqs5qw9VWqGUjk%2FELcQqPVj%2FKueSaaC8tzbk78HAXvmtzxCf30K%2BisfzNc6wc6hD5Y%2BYJkY981dNGcviPX1MpsovOz5hRd2fXHNUWPHNaDjbAinqFA%2FSs1wAauRUTntbu7i2MbW7bWwT0B7j1rodBnnuYZpp33k7QDgDIx6Cud1eETzxKSBgdTXSaFGsdpIEztD4GeOgFEVpcGardKzJz82K0mrMnPzYrKQ0MsziG4b2b%2FAArSjGLdB7Vl2%2FFjMfUH9WrWHES%2FSrjsJ7mdN1qqn%2FHwPYVal5JqvCMzsfQVD3KRwl2d2qXDf9NMflXaxLiJB6KK4fPmX07D%2BKVv513oGAB6VFTc638KHY6Yp7feNNHJH1px61mZDTUbVI3FQseaQFWTg1xpy923u5%2FnXZSHqfSuOtPmvE75cfzq4G1PqerQDbEo%2Bgqeo%2F4BUgPArqOBi0UUUANPSsi6yZj%2BFaxrGuSDM31oA%2F%2FRrE0ma8%2FXxuT962X8GqQeN4%2F4rb%2Fx6osM7zNGa4b%2FAITa372x%2FwC%2BhTh42s%2F%2BeD%2FmKLAdvmjNcaPGtgesLj8RTh400zvHIPyosB2FLXIf8JnpY%2Fgk%2FIUo8Z6V3WUfhTA62jNcp%2FwmOkf9NP8Avmj%2FAIS%2FRzxl%2FwDvmgR1eaXNcsPF2j9Nzj%2FgNP8A%2BEq0f%2Fno3%2FfNAHS5ozXODxVox%2F5bH%2Fvk08eKNGP%2FAC2P5GmB0OaM1z48S6ORnzv0NL%2Fwkujf89%2F0NAG9mjNYQ8R6Mf8Al4H5GlHiLRj%2FAMvK0AbdITWP%2FwAJBox%2F5eVpf7e0g9LlTQBq001mf25pPe6QfjR%2Fbekn%2Fl6T86ANLNJms3%2B19LPS5T86X%2B1tN%2F5%2BE%2FOgC%2BTTSapf2npp%2FwCXhPzo%2FtGw%2FwCe6fnTAt5pM1V%2B32PadPzpPttn%2FwA90%2FOkBaNJmqv220%2F57J%2BdL9rtT%2Fy2T8xQBYpM1X%2B1W3%2FPVPzFH2m3PSVPzFICekNQfaIOvmL%2BYoE8BPEi%2FmKAJiaTNR%2BbF2dfzFNMif3h%2BdICTNJkVFvT%2B8PzpQynuKBi5ppNISPWkyCOKQAaYTSmoye9IY7NJmo8mlzSGBrhdUffeSn0OPyruCeK88u5A0kkhPVif1osCM2Q9apOakmmUdOapM5aqUQbFZhURYmigKTVEiUL1pSuBmkSmBPF%2FrU%2F3h%2FOvVLjO6Y46OMV5VHxIv8AvD%2Bdes3RysnPcfzrmrdDamRyZ3S4%2FwBn%2BlBP%2BsI5PlUr%2Fekx3A%2FpTE%2B9IP8Apniuc1N3TyTZRE%2Bh%2FnV5etZ%2Bn%2F8AHnH%2BP860E61cRMSyGHuP%2Buy%2F%2Bg1NN1NR2X37j%2Frsv%2FoIp833jXSvhMH8RTfoKS4H%2Bls3%2Byn8hTn6Uk5zcN%2FuJ%2FSoRoty4aiapjUTCoKKEv3qybrp%2BNa8v3qyLrp%2BNSy4nS6F%2FwAgyL8f5mtJqzdC%2FwCQZF%2Fn1rSbrXZHZHJL4mZ8xAbGeTVVf9av1q3KAWz3qov%2BsX61D3GtjSHU%2FwDXUfzpt11%2FCnL94n1kH86bddfwrWWxCMlvvKPcfzrPiGdavz%2FsR%2FyNaX8a%2FUVnW%2FOs6gfRY%2F5Gs4FSNZeEX6CoZOlTj7o%2BlQSVizZFObt9Kov0q9N1H0qk%2FSsmaI5nxJjyLUf71eheHxjRLIf9MhXnXiX%2FAFdr9G%2FpXo%2BhcaLZf9cVruhscc9zWpKdSVZIlNp1IaQxpptONMNIZGw71VKkHNXDVaTikwIzTGp2aa1SxohaoDU7ZqE5qGUQtXleoDMsm3nMp%2Fma9TbmvLrj%2Fj6I%2FwCm5%2FnVQFI7vwVG6Jcl1K52Yz9DXckVznhv%2FVzf8BrpDWid1cixHUb9KlNRP0oGUpKqPzVuT2qq9ZSKR5h4gOdRufqP5Cul0X%2FVH%2FdWue1yCQ3dzNj5N3X9K6PRhiFv%2BA%2FypTfunRSWkjbp0f3vwP8AKmmnJ1P0Nc4xlNpaKBjaxNXxiMf7R%2FlW32rD1Y%2F6v6mnHcuG5gQc3if9dV%2FpXcr6VxFoM3sf%2FXWu2UVszOruPzSmkxTqkyG0nenU0cmgDhtTObiU%2FwC21bFmMRr9KxL85lcj%2B83863rXhRSnsbovCnt%2FqsHuwpgqQ%2FcQerisRMtS%2FwDLTtzTHPDN2wB%2FKnTAnf8A71MkIUSfgP1pkFuz5n%2Bkf%2BFTzZ5qC0%2F17e0f%2BFTz9KpjRz%2Bp%2FwDHtJ%2BH86l8Mrm9HtH%2FAFqDVP8Aj3b6j%2BdXPC65u3PpGv6k1pTCfwnWz9TWcwrQn6mqDU5GUSlcdFHqwrP8SDOo2SDtB%2FNj%2FhV%2Bb70Y%2FwBr%2Bhqhr3za7AnpDGPzY1UNmaQ%2BNHTkYGKgbpU78VCRkYrFlDT3php56n60wikBA9U5DVx%2B9UpjhSaQ0cazfu5m%2FwBlv1rsPCKf8fDHsFH8641%2F%2BPeQ%2BoH6kV3XhNcQXD%2BrKP0rqhsZYv4kjraXFApaswExTDTjSfWkA01G1Smo2qWMrtVV%2B9Wnqo9QykcTrxzeqPRB%2BpNZ9pB59%2Bw7Ii%2B%2FerutEf2gfZVFTaHCZrydUBZsoMZx8o6n8K1pmb%2BI9EuSAtZbnvWjdkBemazWpyKRy%2BrIZbvAzlVGPr2rqfD5ZtM3Mcku3J9uK47VDvvnQSFOR05PArtdBUJpMIBzkk59eTQnoORov1rKm%2B8T6VqvWRcHCt9KzkOIsH%2FHh9So%2FM1rHhAPQVmRoRZxr6uv8q034WtFsSzOk6mqsX35G9KtPjJqoOI529M%2FyrPqUjgrEGS5z%2Fec%2Fqa7%2BuE0hS9xF7sDXdis57nXPZIev3hR3oX734Gl71BkNPWomqU9ahfvSGUZzhWPoDXM6Wu6%2BhH%2B0K6O8OIJD6KaxNEXdqEXsc%2FpVwNYfC2ekEkoKkT7ozTRjA%2BlP9K6jgFzS02loAYTWHOwMrH3rcPWsGTl2PvQB%2F%2FS%2BeQr8fuf%2FHaeYXYZ%2Bzkj%2Fdr3ARp%2FdH5UuxPQVnzMqx4QYWHBhYf8BNMKDvF%2Bhr3ry4%2F7opPKi7oPyp8wWPBMJ%2Fd%2FnRiL%2B6R%2BJr3vyYO8a%2FkKaYIP%2BeSf98ijmCx4N8g7H9aPk7g%2Fma94%2BzW3%2FPJP%2B%2BRSfZbX%2Fnin%2FfIp8wrHhG6LPf8AAmkzF7%2FnXvH2W0%2F54R%2F98j%2FCj7Jaf88I%2FwDvkUcwWPCA0Pfd%2BBp2bfuXH4%2F%2FAFq91%2ByWn%2FPCP%2Fvkf4UfZbTvBH%2F3yP8ACjmCx4Vm3xwWz9R%2FhSZg%2FvN%2BY%2Fwr3X7HZHrBH%2F3yKQ2Nif8Al2i%2F74H%2BFHMFjwvdD%2FebP1FG%2BLH3259x%2FhXuJ07TiebWL%2Fvgf4Un9m6b3tIf%2B%2BB%2FhT5hWPDcx9nb8xRmLu7fpXuP9maZ%2FwA%2BkP8A3wP8KQ6XpZ62cP8A3wP8KLgeIfu%2Bzt%2BlICn%2FAD0b9K9v%2FsnSf%2BfOH%2FvgUn9kaR%2Fz5w%2F98Ci4HiX7vr5p%2FIU4BO0p%2FIf417T%2FAGNox62UP%2FfApP7D0X%2Fnyh%2F75FFwPFsIOfNP5Ugx%2FwA9T%2BX%2FANevaDoWiH%2Flyi%2F75pp0HQz%2FAMuUX%2FfNFwseMnH%2FAD0%2FT%2F69GO%2FmZ%2FD%2FAOvXsZ8P6F%2Fz5R%2FlTT4d0L%2Fnyj%2FX%2FGi4Hj%2BSefMA%2FCky3%2FPSvXz4c0E%2F8uafmf8AGoz4a0D%2FAJ9F%2FNv8aLgeR7nP8YpN0mf9YP1r1k%2BGNBPS1A%2F4E3%2BNM%2F4RfQf%2Bfb%2Fx5v8AGi4HlW%2BXGd4%2FM0eZMOkg%2FM16kfC2hdoCP%2BBt%2FjUZ8J6Ef%2BWLf99t%2FjRcDzLzpx0kz%2BJpDLOf48%2Fia9NPhPRMf6px%2FwADb%2FGmf8Inov8Ack%2F77NK4HmvnT%2F3%2FAPx407z7j%2B%2BT%2FwACNeinwjo3pIP%2BBmmHwhpHYyj%2FAIH%2FAPWouOx599puj%2FGf%2B%2BqPtF0P42%2F76rvv%2BEP0ns83%2FfX%2FANamnwfpfaWYf8CH%2BFHMgscJ9rvR%2FwAtG%2F76pPt98vR3H413P%2FCHad2mm%2FMf4VG3g%2Byx8txKPrg%2F0o5kFji%2F7Rv%2FAPno%2FwCdL%2FaV%2Fn%2FWSfnXX%2F8ACH2uObmTP4f4U0%2BD7ftdSfkKOZBZnJnU78%2F8tZAPrTTqN6essn5mupbwgP4bxvxUf41VfwlcjPl3Sn6qf8aXMgsznTf3neaT8zVOeRyB8x56%2BtbF5o9zZSCOSVWJGeAcVU%2BxjrISxH5UcyGkzJGWOByalEDfxcVpeWqjCjFQsKXMPlKwjA6U01MaiNAiNuhqJKlNRJVICVeHU%2B4r1Oc7jKO4I%2FnXlY4I%2Bteov9%2Bc%2FwC7%2FSuet0NaZMxGXP8Asj%2BlMj%2B%2FJ%2F1zP8qd%2FE4I42j%2BlJHnzH%2F65n%2BVc5qbOnHNnGfcj9a0l61m6bxaIPc%2FzrTXqKqImLaf6y4%2F66p%2FKnSnLsKbaf6y4%2F66p%2FKpJRlia6l8Jg%2FiKUn3abNzcMf%2BmaU9%2BlMm%2FwBf%2FwBs0qEaLcvGo26VIaY3SoKKEvWsi76fjWxL96si6%2FrUsuJ0mh%2F8g2KtFu9Z2h%2F8g2OtFq7I7I5JfEyhL1NVE%2F1i%2FWrc2Mmqi%2F6xcetZvcpbGmP%2FAGqP50y661IBjH%2FXQfzqO66mtpbEIzF%2F1i%2FWs21%2F5Cuot%2F1zH%2FjprTX%2FAFi%2FWs60A%2FtHUf8AgH%2FoJrOGxUjWHT8KryVZ7VWkrBmyKk3X8BVF%2BlXpuv4VRk6Vmy0cr4lPFqP9k%2F0r0rRRjR7If9MV%2FlXmniQ82w9FP9K9P0gY0myB%2FwCeKfyruhscc9zQopTSYqyRKSnU2kMaaYakNMNIYxqruM9anNQmkwK5XFIakaozUMpEbVC1THpULVLGV2ry2fm6H%2FXY%2FwA69SbrXlcmftCk95j%2FADpx6gz1Tw4uI5v%2BA%2Fyro653w5%2FqZvqP5V0ZrSOxD3IzUUnSpaik6UMCk9VHNW3qpJ3rKRaOB1f7lz%2F10%2FrW1o4%2FdP8Ah%2FKsXWPu3P8A10%2FrW1pH%2BrfHqP5VH2Tpp7M2TSp%2FF%2Fumkpy%2FxfSsgIjSU40lACVgasfmj%2FGt%2Buf1b%2FWRj2NVHcunuY9jzfRf9dD%2FAFrtwK4rT%2F8Aj%2Fi%2F32%2Fka7YVqzOruLzS0lKelSZjcUgp1NpAef3nLk%2BrH%2BddFa9K5ufl1%2Bo%2FnXS2%2FQUVDYu1IvWEf9NP8KjqZP8AWQZ%2Fv1iJk0rDJJ7tTH5Rz6tT5Dxz%2FeqIgGM%2Bm7n9aaINGzH72XPZVp81JZ%2Fem9sD%2BdLN71THE5vVj%2B4x6sK1fCq%2Fv5j6Ko%2FQ1kat%2FqlHq%2F8AQ1ueFl5uG9wPyFaUwqfCb83U1Rar03U1ReiRminJzNEPVqz9U%2BfxMq%2BiRD%2BtaXW6gHuf6Vm3nz%2BK5PZox%2BSirj8JdP4jpnqPHT61I9M7isCiMimMKkqNqQFZ%2BlULk4ic%2FwCyf5VoPWZenEEp%2FwBk%2FwAqRSOQcf6M31UfrXoXhVcWMjesn8gK4CQfuB7uv6Zr0XwyuNMB%2FvSMf6V2R2MMV8aOiFFLSUzEQ02nGkpDGGo2qQ1ExpMZA9VHq09VXqGUjg9WbOpSfgP0FXPDpb%2B0ZCpwDIBjucCs%2FUDu1Gb%2FAH8fpWx4V3i6kKqNrSkMxH6D6VpAy6s7W4POKoNV%2B4%2B9VFhTZaOH1EZ1FyvLMxGPoK9D0mPy9Lt1%2FwBjP515tdlW1GTPctn869SswFsbdR2jX%2BVPoEgfisW7P7t%2FpWzL0NYl4fkwO5FZSGjQUfuYV%2F2%2F5CrsvQ1WUcQD3JqzN901r0JMxhVGY7bC5k9Ff%2BVXnrKvzt0e4Pqh%2FWs%2BpcVqczoa%2FwCkx57c%2FpXbAZrkNCT%2FAEkH0U12C1nPc6qgqjk%2FSl60L0JoqDIjPWoG71OwzVduAaQ0ZWoNi1l%2BlUfDyBr4H0Bq1qZxaP6kgfrTfDK5u2Pov9RWlM1%2BwzvMU7FL3orpOAaKcelGKWgCJhgH6Vz%2BMkk%2BtdBIcRsfY1yV5MYdmDjdn9MUgP%2FTo4oxUuKTFYljMUYp%2BKMUxEeKMVJijFAEWKMGpMUYoAix60uKkxRimBHijFPxSYoENxRg0%2FFGDTAjxRipNvrRtoAjxRipMUmKAI8UYqXFGKYEWMUYqXFNxQBHijFPxRigREaSpcU0rQBEaSpCKaVoAjppqTBpCKAIqSpCKTFIBhptSYpMUhkRFJUuKaRQMipKkwaaRSAjNNNS4puKAIjTTUhFNIpDIjTOamIpmKQzldbXM6%2F7v9awHAFdHrX%2BuQf7P9a55xxQMpPVRquPVRqAK5phqU1EatEkZqFamNRLVIkdXqUmR5zeoX%2BleW9K9Qkz%2B991Q%2FoKwrdDamW26vjrtH9KijI3N%2FuHP5VLKArOB%2FcBqKMfvD7of61zGps6dzaR%2FU%2FzrUTrWZp3%2FHqv1Nai9apCY61%2F1lx%2F10j%2FAJCpJRyajtv9bcf78f8AKpZutdS%2BEwfxGfJ0ps3%2Bv%2F7ZpUkg4pk%2F%2FHwP%2BuS1C6mi3LpqNuhqRqjbpUFFGTrWRd9B9a15PvVkXfT8allxOl0P%2FkGRVoH1qhoo%2FwCJbFn0rQautbI5JfEyhL1NU1%2F1g%2BtXJepFVF%2F1i%2FWoe5S2NPoB%2FwBdR%2FOo7r7xpwzhf%2Bu%2F9TTbr7xrWexCM0HEiE%2BorPtP%2BQjqX%2B8o%2FwDHKvt95f8AeH86o2v%2FAB%2F6gfV1%2FwDQBWcC5GselVpKsniqslYs1RUn4P5VRk6Ven61Qk6VmzRHJ%2BJj88A9EP8ASvVNLGNMtB%2F0xT%2F0EV5T4lOZYR6Ia9asBiwth6Qp%2FwCgiu6GxxT3LdJS0lUIQ02nmkpARmmGpDTDQMhaoanaoTUsZG1RmpDUbVLGiM1E1SNURqCiu3WvLH%2F4%2BUH%2FAE2%2FrXqb8V5d8v2qP%2FrqaqHUUj1Tw7%2FqZv8AeH8q6I1zvh4fuJT%2FALQ%2FlXRGtI7EPcjNQvUxqGTpQwKT9aqSVceqklZSNEef6ueLj%2Frr%2FWt3SR%2B6f%2FeH8qw9UA23P%2FXX%2FwBmrd0n%2FVP%2FAL39Kh%2FCdNP4Waxpy9G%2Bn9abTl6N9P61kIjNJSmkIoASue1X%2FWoPY%2Fzrou2a5zVOZ0%2F3f61Udy6e5maaM30XszH9DXaiuN0vm%2Fj%2FAOBGuyrVmdTcWigUpxioMxtMfiNj6A%2Fyp9QynETn0U%2FyoA4KT%2FWoPcfzrp4OgrmXwZ4x7iung6ClUNi1Uyf623OOmTUAqwhxNCPRSf51kJj5AGQZ9c1F%2FAo9Xp7ZOzHrzVSdnBtQhxumGfpVIg3LLrP%2FALw%2FrTpqbZf6uQ%2Br%2FwBKJqGVE5nV%2BUjH%2B3%2FSui8Lj93cN%2Ft%2F0Fc3q%2FWEf7RrqPDA%2FwBDlPq5%2FpWtMVXY1pqpvVqXrVV6TIRWj%2Ba%2FhHoP6isw%2FN4puD6SfyWta2G7UUHoB%2FOsm2G%2FxHdN6SyfpxVr4S6e79DpnqPvUjUz%2FA1iMZUT1KaiekxlZ%2BlZOof8esv%2B7Ws9Y%2BpHFtJ74%2FnSW5UVqczKf3aL6v8AyBr0zw6u3SYSe5Y%2Fqa80kHEPuxP6V6loo26Xbj%2FZz%2BZNdkdjmxP8Q1aSiimZAaaadTTSGMNRNUpqJqljK71VerTVUc81DKR55dNuv5T6yN%2FOtPwjKX1F4zkqGcr6A85rIY5uGb1cn9a3vBqg3Jb0DmtE7E0oczkztrg%2FNVE5zV2f75qk5xz6U2UkedsDPfSgnkbj%2BtetwjbbxL6IP5V5vp%2BnyPfzu2dqKPocmvTsAKB6AVTWhD3KkvQ1jXAzgf7Q%2FnWxKODWTMMug%2F2hWL3LRqL%2FAKyEex%2FnUs5%2BWmRj99H7J%2FjT5%2BlbPYgzXPBrH1Y7dGk7ZCj9RWvKcIx9qxtd40kL6uo%2FWsluawWqM7QFy7t6L%2FM11ArndBXiU%2FQV0ais5bm9TcUfdP1pe1A%2B6PqaKkgjbpVZulWD0qu9SMwtXJFtj1YVa8LLmSRu%2BB%2FOqWsn90g9W%2FpWt4VUbJT7itqZctKbOuxSkUDrS10HCJQaKKQEE5xC%2FwBK4LXZjE0Cj0Y%2FqK7q64gavOfEUmLqJPSPP5k0DR%2F%2F1K9LRRWRQUUlLQAUlFJQAUlFNpgOpKSkJoAdmimZNJk0ASUtR7qXNMQ%2BimZozQA%2BimFqM0APpaj3UuaAHUU3NJmmApopuaM0CFppozSE0DGmmk0pNNJoEJSUGm5oAWkNJmjNIYlIcUE0maACkNGaTNJjEpOKUmm0gEphpxNNNADaQilNNNSMaRTDinmmnFAzlda%2F4%2BF%2F3f61gSZxW9rBzc%2F8BFYT9KBooyVTbrVyTvVN6YEJqI1I1RGqRLGHpUS1I1RCqQh56V6g5xG57bEP6CvLiRg16kfmhP8A1zT%2BQrCt0NKZYmzuPvGKjTAkz%2FsH%2BtTSH5sH%2FnkP5VAgO8Z7of61zGxt6Z%2Fx6qf9o1rLWRpX%2FHoP941rpVREx1vxJP8A78dSzdajt%2F8AWT%2F70dSzda6l8Jg%2FiKEnSmTj%2FSc%2Bka1I%2FSmXH%2FHwf%2Bua1C6mi3LbVCehqZhULdDUFlOT71ZF3%2FWtiTrWRd9PxqGXE6fR%2FwDkGQ%2FSrhNVdHH%2FABLYR7VcZa7Fsjjl8TKEnU1VH%2BsX61ak6mqo4kX61m9ykaOOV%2F67f40y6%2B8alUcr%2FwBdT%2FI1Dc%2FeatZ7ExM4%2FfT%2FAHhVC0%2F4%2FdQ%2F66%2F%2ByCr5%2FwBYn%2B8Kz7Pm7v8A%2Frt%2F7KtZx6lM12qrJVw1SkrFmyKk33qpSdKuzfeNUpOlZstHH%2BJP%2BPmEf7H9a9ftV22sAPaNR%2Bgrx3xEc3sY%2FwBgfzNeyw8Qxj%2FYX%2BVehDY4pbkmKSnU00xBSUGikMYabSmmHgGkBG1Qt1qYnioWqWNDDURqQmoiallDGqJqkNRGpGV5OleWf8vMeP8Ansa9Sk6GvLVJFzGf%2BmpqodRSPWfD3%2FHvLn%2B%2F%2FQVvmsLw%2FwD8e8v%2B%2FwD0FbtaR2IYw1A9TmoJKTGim9VJKtNVWSsmaI8%2B1Q8Tj%2Fpt%2FwCzV0Gkj9y%2F%2B9%2FSsfWGBiZGABEvHv8AN3ra0kfuW%2F3v6VL2N6fws06cv3X%2FAApMUo%2B634VkAyk7UtNY4U0hiAfLXOan%2Fr1%2F3f610Y%2B6M%2Blc3qZP2hf93%2BtVHcunuUtI5vU9lY12I6VyGijN4P8AcP8AMV144rWRlU3AUtIKU1JmJVe54t5T%2FsH%2BVWDVW8OLWY%2F7BoGcRj%2FSYx7iung6CuYH%2FH2g966iHhRSqGxYFTp%2Fr0PpGf61AKnXPnY9IqyJkKesYpIxl4cjOGyP0ocqGTjnBxToUYvGR2OapGZoWX%2Bpc%2F7Z%2FpRNS2WPs%2F8AwI0kpxQy4nL6r%2FrIR35%2FpXV%2BGhiwdvVm%2FnXJ6p%2Fr4QPc%2FrXY%2BHht0oe5P8zWtPYVXYuy1UerUo5qs9SyER2Q%2FwCJkPoP61jaYd%2BsXcn%2FAE0lP%2Fj1bmmjdqRPoBWHoXzXlw%2FqXP5tWi%2BEunuzpmpnr9KkNMPf6ViMZUDnmpzUDcVIyu1Y2p%2F8ezD1I%2FnWy9YerH%2FR8f7QojuXHc5%2BXhoR3%2BY%2Fyr1fTV26fbL%2FANM1%2FUV5RKPni9kP869etV220K%2BiKP0rsWxyV%2F4jJ6KKWggSm04000hjDURqQnNRNUsZXaqkh4zVpjVK4OI3b0Un9KhlHnKEFy31NdR4MT5mb0jP6kVyyY2MfRa7HwcuI5D%2FALCitOw6PwzZ0s%2FLmqMvCN9DV6U%2FMazbw7baZvRG%2FlTZKMOyCedI65zuRfwzXoDV5tpszvPDB2aRc49jmvSnqugp7lGf7tZbjMsY9%2F6VqTdKzT%2Fr0%2FGsnuNbGqgPnfRBTZ%2BlSR%2F6xvoB%2BlR3HpWr2IRnTf6tqw%2FETYsoF9ZB%2BgNbU33ce4rn%2FEhIitk9WJ%2FIVmjan8SJdCXFu7Huw%2FlW8OmayNGTFnk92NbHaspbm09w7CkPSnHsPamtUkETdKrvVh6rvUlI5zWj%2Fqx9a6HwumLV29W%2FpXN6yfnjUdga6rw2MWO4d2NdFMdT%2BGdCOtLTQaWtjiCim0v1oGVL0%2FuceprzbXzu1DH91FFejXp%2BRR715vqymfUZtuTswOPpQNH%2F1YaKKKzKEoopKACkoJphNAC5pDTaM0ALSUUmaACkpM0maAHUU3NGaYh1FJmjIoAdmkpuaNwoAfmjNMzS5oAdmjNM3UZoAcTSZpuaM0wHZppNGaQ0CEzTSaXNMJoAXNNJoJppoAXNJmkyKQmkMXNNzSGkzSGKTSUmaQmkApNNJpM0maQC5ptFJQAhpKWikMYaY1PNMIzQM5LVv%2BPo%2FQVivwK2tVP%2BlsPQCsRzQMpSVTerchqlIccmmkIiaoWIFDyelQctVpEsGYmkA9akC4pwWncRERwa9SU5jH%2FXFP8A0EV5kw4Nelof3Cn%2FAKYp%2FwCgisK3Q1plyUZb%2FtkP5VEmPMX12H%2BtTP1%2F7ZD%2BVQp%2FrgP9g%2F1rmNjZ0nH2QfU1rR9aydJ%2F49f%2BBGtePrTiDHwf62f6x%2FzqSbrUMB%2Ff3A%2F65%2FzqebrXUvhMH8RRk6Uy5%2F4%2BD%2F1yWnydKjuP%2BPg%2F9clqV1LW5eNQuMKamNRv901BZQk61kXnQfWteTrWRd9B9ahlxOp0b%2FkHQ%2FSrzVS0fjTof90VdauxbI45bsz5Opqn%2FGv1q5L3qnjMij3rN7lo1E5Kf9dD%2FI1DcfeNSx%2Fwf9dG%2FkahuOprWexESgfvp%2FvCs6x%2F4%2Br4%2FwDTY%2F8AoK1oE4dPrWfY8T3ZPVpiR9MAVnHZls2GqnJVs96qOawZqinN94%2FWqUnvV2b77fWqUvFR1NDjNeOdRX%2FdX%2Bte0IMRoP8AZH8q8V1s51IeyrXtY%2B6n0FehHY4Zbj6ZTjSCmIQ0004000hjSKibgVLmo25pMCM1A1TmoWqGUiI1GakNQtUsoYelRHrUhNRE1IyvN90mvLU%2F4%2BIv%2ButeoTnCGvLh%2FrYj%2FwBNauHUmXQ9d8P%2FAPHrJ%2Fv%2FANBW6awvD%2F8Ax7S%2F7%2F8AQVvVpHYkjNQSVOahfpSYFJ6pyd6tvVWT3rJmiPPdTX5pcf8APf8ArXS6V%2FqG%2FwB7%2Blc5qJB80Y588HPtmuk0sYhJ%2FwBo1L%2BE6IfCzSNKPuN9RRS%2FwN9RWQiI0yTlSKefaoyc4%2BtIY48CuZ1L%2Fj5%2BiiuoPSuW1P8A4%2BD%2FALoqobmkNyDRP%2BPvP%2FTP%2Borra5TQ%2FwDj5Y%2F9M%2F6iuq7VrIwqfEKKU00UGpIA1SveLSb%2FAHTVs1Svz%2Focv0H86ENbnHx83a%2BxNdPF90VzMPN4v4108f3RU1DUm7VaX%2FWt7Rj%2BlVatL%2FrpfZRWYpEcgO8H%2FZqzbg%2BYnspP86glHzZH92poydwx%2FcP8jVIzLdocWqe5J%2FWiTkUltgWseewP8zSOeKTNInMan%2Fx9xj%2FZ%2FrXb6GMaVF7jNcNqPN4vsn%2BNd9pC7dKg%2FwB0VtDYmrsh8nWqr1ak61VkxUMlC6X%2FAMf0rf3R%2FICsLw6MmZ%2FX%2Bprb044lupPRW%2FlWT4bH7iRvXb%2FWtPslw%2B0dCetMPQ1IetMI4P1rECOonqaoXqRlV6wtWx5Sj%2Fa%2FpW81c%2Fq5%2BSMf7X9KcdzSG5iSczov%2BwP1Jr2FBhVHoBXkCrvvUX2QfrXsXTiutbHFVd6jCikooJENNNKaaaTYyLGCajapDULVLGiJqzb1tttM3ojfyrRasrU222Fwf9g%2FrUFHn5IWKU%2BiGu58IRSJbTSScZ2KB6YBP9a4Yj9zL9MfnXp%2BhpJHYlZfvZHUYPTvXRFaXMYt7FiTG41l6jxZTn%2FYNaUpxkisjVSRp8xHUgfzFQ9zVGJouWvbdQBtEn9DXoznBrzrQAiahBGAQwJY856ivQ35qmJ7lSY8Vn9Z1%2Bhq%2FN0qio%2F0gew%2FrWXUroa8Y%2BZzUE%2FXFTx9GPvVaY%2FNWsnoQkUJecD3Fc54lP762T2Y%2FwAq6OU%2FOi%2BprmPEJzfwp6J%2FM1mjel8Rs6Wu2yT3yf1rRI4qrZDFpFj%2B7VzqQKxe5ctwbrTTTu5%2BtMakxWInqu%2FWp261A%2FWkNHK6ud1yF9BXa6EmzTUPrn%2BdcNqJDXn%2BfWu%2B0n5NPiX%2FAGc10UwrfAjTXnmnU0dKdWxyBSU4UwnGaQFC9OSgri7eIXF%2FesezgfzrsLxv3ij0Fctoq%2BZJeSAnBl4pXGf%2F1q26jdXmSeOLocPAjfTI%2FwAalHjmXvap%2FwB9H%2FCpsM9HzSE154PHLfxWi%2F8AfZ%2FwqQeOY%2B9p%2BT%2F%2FAFqLAd9mmHNcQvji3x81s2fZhTv%2BE3tO9s4%2F4EKLBc7PJoya4z%2FhNrP%2FAJ9n%2FwC%2BhSf8JvZdDbSfmKLAdpuNJk1xv%2FCb2He3kH4inDxtpx6QSfpRYDrsmjmuR%2F4TXTcf6mX9KP8AhNdN%2FwCeMn6UWA63mjmuT%2F4TTS%2B8Uv6f40v%2FAAmmlf8APOX9P8aLAdXzSc1y48ZaT3WQfhTh4v0c%2FwB8fhRYDpuaTmub%2FwCEu0fvv%2FKnf8Jbo3rJ%2FwB80WEdFzRk1zv%2FAAlui%2Bsn%2FfNMPi7RgOsmf92iw7nSc0c1za%2BLtGI%2BZpB9Fp3%2FAAluif35P%2B%2BDRYDouaMmue%2F4S3Q%2F78n%2FAHwaT%2FhK9E%2Fvyf8AfBosI6HJoJNc7%2Fwlmif89H%2F74NO%2F4SrQv%2Berf98GnYDfyaaSawv%2BEo0M%2FwDLY%2F8AfBo%2F4SXRCf8AXn%2Fvlv8ACiwG1mkzWMfEei%2F8%2FA%2F75P8AhSf8JBo3%2FPyPyP8AhRYDYJNJuNZH9v6Of%2BXlf1pDrukf8%2FK%2FrSsBrE03NZX9u6T%2FAM%2FK%2FrQdb0ntcr%2BtKw7mpk0m41mf2xpR%2FwCXpPzo%2FtfS%2FwDn6j%2FOiwXNMtTd1Zv9raX%2FAM%2FUf50n9raYf%2BXmP86Vguae6jdWZ%2Faum%2F8APzH%2FAN9Uv9qad%2Fz8x%2F8AfQpco7mlupN1Z39qaf8A8%2FMf%2FfQpDqen%2FwDPzF%2F30KLBc0CaYTiqB1PTxybmP%2FvoVTm13TIhkzBz6IN1HKx3MrUmzdSH6VjyMOc0681S3nmeRNwU9CaxpbosMLwPejlC4%2BaUAmqEkhkOFqwkEkxyTxVxLNVHehtIEmzKWFjywqXyz6VqfZ%2B1L5I9aXOVymX5Zo8s1pGPFJ5dLmCxnFDivQoP%2BPeNv%2BmC%2FwDoIrjTEMV2cOBbx%2B8K%2FwDoNZ1HcuCLb%2FeHvH%2FSmL%2FrV%2F3T%2FWpHPKH%2FAKZio0z56DrlTWBZqaKxNoc%2F3zW0nWsDSZAtqT1%2Bc%2FyrWW5QEAg0LcotQD%2FSLj6R%2FwA6sTHmqkcqxvdzN91I0Y%2FQZJrmrjxxomcIsz%2FRQP5muuK90538R0MnSo7xgkrMTgeUtcofGemylY0hmyxA5A7%2FAI10%2BqLkOP8ApkoqbNFp6mn2%2FCo5OFNUl1fSm%2BX7XCGHBBcAg%2FjT2vrF1IS4ib6OP8aixVyGQ81kXZ4H1NaElza5%2FwBdH%2F30P8ax7i4hlIWN1fqflIP8qho0idlpP%2FINg%2F3aunPSs7Tbi3ttLhluZFiQKPmY4HPuasDUNNl%2B5dwtn0kX%2FGutbI5JfEyGXjNUx%2FrF%2BtWZJYGB2yofowNVUKtIu0g89qh7lLY01OPK95G%2F9BNQXB5NSoCfIPX942f%2B%2BTUVyQpbPFaTJRRPLqPes2wz51xnnEhH5Yq5HcQPcLGkqM4ydoYE4%2BlVtP8Av3Oe8rVnHYpms3Q1SfqKusOCcVScEsKxZqinKfmP1qlIauS%2FePHeqTH58GoS1Lb0OL1Y7tUIH%2ByK9vC4VR6AV4RfMX1ORvR8flXvWOB9K747HFLcZSU8im9qYhtIaWkNAxlRE8GpO1RsPlqWMjJ4qFjzUvUVGw71LGiFqgc44qdqry9j71DKG44qFqm7VC1SMq3B%2Fdtn0ry8feh%2F66V6ddkCF%2Fof5V5imC0X%2FXSrhsxS6Hrvh07raX%2FeH8hW%2Ba5rw02beX%2FeH8q6WtI7EPcYaryVYNV5KGCKT96qv1q0%2FU1ScnOaxkaI8%2FvjuR2%2F6aj%2FANCrqdL%2FAOPf%2FgRrlLg5hP8A10X%2BddbpY%2F0bP%2B0al%2FCdEdjQNJ%2FAfrS0fwfj%2FSsgIu1RjrUtR4%2BakMVuhrltSP8ApD%2Byj%2BVdS33TXJ6if9Il9l%2FpVw3LhuP0Mfv3%2FwBwfzrqMVzGiD9%2FJ%2FuD%2BddR2rVmE%2FiExSHrS009akgQ1Q1E4s3%2FAA%2FnV41m6o2LQj1YD%2BtCGtzl7bm7z7Gumi%2B7XNWnN0foa6WP7tTU3NiYVZXPmTH6VXXk1ZT70xHqB%2FOs0TIa4O8k%2FwB0VMnBbHaI4%2FKoJPvyDrwKsN8pcekX%2BFUjMuWy%2FwCix55%2BX%2BZNMcAAgcCrUK4to%2F8AdFVJT96kzSJyl%2F8A8fjf7Kf416Np67dMgH%2Bwv8q83vDuuJz6KP5V6bbrtsoh2Cj%2BVbQ2Jq9Cu%2FWqr1afrVZ6zYkRWZItr%2BQdkk%2Fkao%2BHVxaMfcD8hVu2ONK1Bx3WT%2BtRaCuLI%2F739BWr%2BEqGzNgmmHp%2BNONNPQfU1gMjqB6sdqruM0hlduM1zmrcmIe5ro3rmdUbNxEvoM%2FrThuXDco2i7tVRT%2FfQfyr149a8n0wbtZQHoZlH5Yr1g119Dhn8bENJS0lJgNNMNPNRHjrUjGtUTGnMajJpMpETVi60dunzH1AH5kVtNWBrzYsGX%2B86j%2Bv9KnqD2OJOPLfPQ4z%2BdesaYsiWCLIckAYY9SMcZryxF3BV%2FvSKM9e4r1izz9iXIIPPXv710LYxiyCSszUYxJbNGTjJFar1k6k3l2xb3rN7myRn6FGBeIwwcBiPxrt2rlNEiRbkOhyrJkfia6pqqQS3KU%2FWqEZzcH8Kvz9aoQDNySfUVmtw6GzEPkJ9TVSb71XU4jAqjL941ciYlJwDNHmuX1z5tUXvhB%2FM10%2F3rtF9FJrltUwdWb2AFQjopL3jqbcYhjHoo%2FlU4%2B8KZGMKvsBUnqfasWNiVGetSVGetJgQN1NV27k1O1V5TiNj7UhnI3XzXh9sV6PZqEs4l%2F2B%2FKvOZcG8f616RD8sEan0FdMBV%2FhRbH3aU9aaGXb%2BNO3DJrS5y2HUxuhpSTximseKVwsZN5jziT0C1g%2BGx%2Fos0meXlNbF8wBnJ7Kf0FZnh1MaYrf3nY%2FrUy2Gf%2FX8e%2F4Ra07TS%2Fp%2FhR%2Fwi1t2nk%2FSu58haTyFrh9pLudXIjhj4Wgx%2Fx8SfkKafDEX%2FPw%2FwCQru%2FISjyFo9pLuLkRwR8MR9rh%2FwAhTf8AhGE%2F5%2BH%2FAO%2BRXfeQlJ5CU%2FaS7hyI4L%2FhGEz%2FAMfD%2FwDfIpp8MDPFy3%2FfIrvvISk%2BzpR7SXcORHA%2F8Iz%2FANPDf98imnwyT0uT%2FwB8ivQDbpSfZ17Cj2ku4ciOA%2F4Rlv8An5P%2FAHz%2FAPXo%2FwCEYftcf%2BO%2F%2FXrv%2Fs6037OlHtJdxezRwP8AwjMn%2FPx%2F47%2F9em%2F8IzL%2FAM%2FA%2FwC%2Bf%2Fr16B9mSj7OnoaftZB7NHn%2FAPwjM3a4H%2FfP%2FwBek%2F4Rqf8A57j%2FAL5%2F%2BvXoP2dfSl%2BzrR7WQciPO%2F8AhGpx%2FwAvA%2F75%2FwDr0f8ACN3H%2FPwv%2FfP%2FANevQ%2Fs6elH2ZaPayDkR53%2Fwjlzj%2FXr%2FAN8mk%2F4Ry5%2F5%2BF%2F75NeifZ1pPsq0%2FayD2aPPD4du%2FwDnuv8A3zTT4du%2F%2Be6%2F98mvRPsqUfZVpe1kHs0edf8ACOXef9en5Uf8I7d9BOn5GvRPsy0n2ZaPayD2aPO%2F%2BEdvP%2BeyfkaP%2BEevRx5yfka9E%2Byij7Kven7WQezR51%2Fwj1%2F2lj%2FWm%2F2BqGeJY%2F1r0b7MtJ9lHaj20g9mjzn%2BwNR7PGfzpP7B1H%2B9H%2BZ%2Fwr0f7NSfZh3o9tIXs0ecf2HqXrH%2BZ%2Fwpv9h6n1%2Fd%2Fmf8K9J%2BzLSfZhR7Zh7NHmp0XUvRPz%2F%2BtSf2LqXon%2FfVek%2FZV60v2VaPbMPZo8zOjakP4U%2F76pp0fUh%2FCv8A31Xpf2RT2pDZr6U%2FbMPZo80%2FsnUv7g%2F76pP7K1L%2B4P8AvoV6V9jX0pDZLR7Zh7NHm39l6kP%2BWY%2F76FNOmal2i%2F8AHhXpJshimGxo9sw9kjzj%2BzdS%2FwCeX6ik%2Fs%2FUf%2BeR%2FMV6ObBu1MNi3pR7Zh7JHnR0%2FUevkn8xSHT9Q%2F54n8xXoZsn9Kia0cdRR7Zh7JHBrp9%2FnmMDPqRWhBpe3DP8x%2FSulaAg4xSeXjtUus2UqaMoW%2B3tR5XtWkye1MMftU8xXKZxj9qjMX5VpGI%2BlRsh7ijmFYzzGDUfl1olPaoygPGKfMFiiY%2BK6iP%2FAFEY%2FwCmI%2FlWAUxXQwrmGMf9MsfpSbBIsf3PaP8Axpsf%2BujI9DScgrnj93%2FjSoMyRfQ1BRc0td9qw9HNanlAYb0qho4%2F0dx%2FtmtFwJflB%2BUdfepLRAXnk%2B0IoXy5o9hPOcc8j865Y%2BFtO7Fq7ZEXkDpimvCO1aKo7aEciucMPDdmkiyRsdysCM9MiutLXsjM115ZJUAbQR0%2FOnmEVNKMn8BR7Rj5EcW3hqzldmfdliSce9H%2FAAitj6P%2Bf%2F1q7YIMUFQKXtJByI4RvCtl28z9KltNBWzkaSByCwx81dkyiq7ofWk6khqKIr%2B1N5ocenyfKBtyRz930rjj4Ui7Sn8q9FiTdCoal8lPSted2M%2BRXPMz4WXHE36VueHNMbS7uWQnzFdAOPUHPeuqMSelIiKrcUvaO4ciIdTMt1o7W8RaGRiPmB%2B7z2I5rgpPDtzJ%2FrLp3%2F3sn%2BZr0zaCoU%2BtQSRrVyqMlQRxOiaQ%2BnagLgneNjLgcHmtd45ZbS7hCmNpQ4B9M9%2BK2FiCtkUJHncPeoVVjcEedjw%2FeLyt2R9Cf8acdG1Rfu3z%2FwDfTf416CbdPQVGbdc9BSdVlKmjzt9H1Tqbpj%2FwJqt6TY3NnNI9wWfcoAIya7VoB6CmiHaSQKarMHTR5rPa3DXUknlthpCQMHNa%2Bnah4r04hIiZYh0SXDDHtzkfga6jyyXx71qw2SLgsM1oqrM3TRDZeIL%2BYBbzTnRvWNgw%2FI4%2FnW0l4HXJjdT7gf41GsaqMAYpdvFV7Rk8iJRcp%2FdP5U03Qx901HtpClHtGHIgF132GmG6JGPLal2mmlTipdRj5ENSfI%2BZWFDSr7%2FlSYamkN6UvaD5BhkU%2Bv5VA0iHvU5BphU%2BlL2g%2BQrPPCo%2BZwPqaoS6pp0WfMuEGPfP8q1TGCOQDVOSxgk%2B9GPypc4%2BQ5e%2B8RWDK0VvulZuAQMDn61ysKK0sKk4G%2Fn8BXeXGi2pyfLH4cVBFpFumPvHBzknmtI1IohwZs%2BHpTvkUYwQDx7ZrqxXL2FmkTMybgT7mtgJ6k%2FmaaqKxLg7l5uBVaQiq7RD1P51C8Kt1z%2BdDqDUBkjgOVqlM%2BAT6U%2BWxic5IP5mse60OCZT98d%2FvH%2FGs3NFqDOYuFJtg%2BPlMqjPbPXFdXpZzb4HZjWa%2Bk3BtUt%2FOPlLJvVdo6%2B9OGhLMd8rEt0%2BUkUNxta5rG9jocUEfJ%2BNZC6IidJZR9Hb%2FGpP7KwP9fN%2F323%2BNZ3Qal40mKpHTT2nmH%2FAzTG0yQjH2mbH%2B%2BaV0PUvP92uR1A5uJvp%2FStWXR3Yc3Ex%2BrmqDaRIoYCXOc%2Fe61pFpdSoOz1INKnht5maZwisoGWOBnNdOlzbSj93KjfRhXMHRnlAWRuPakHh6P1atOaPcxmm3dHWlgB1FJ15Fcn%2FAGAg6O%2F4GkOjSL92WQfjS93uRZnVHNY%2Brti3Uerf0rHOmXCnImkB%2BpprW92BiWR5QOgY01buNXILLH2hvpXSoflFc9bxPHMWZSARWwmcVnU3NUzSQgkfWp48YkP%2B3VGHPmJ9RV2AlgzEdXrNEyFkBDSY9RU8nWfPZAP5VFJgl8f36fN%2Fy3PbgfrVogiufEOn6fi1l8xpEVchV45APUmsWbxVaPnZDJ%2BOBWpd6Ja3EpmlRizAZIPoAKzW8N2h%2B6WX9aq8Oo1zdCmJTceZIy7TJzjPTBAr024vbWwso5LuQRKcKC3TOK4QaPMAQkwBIxnb%2FwDXrev7a4v9NWyvNpUMrb165GaanEJpskOuaQ3S7j%2FOphcwSruikVx6qQa41vC8A%2B7I35VEnh6eBt0MoJ9DxSfL0Ylc7bBj0G8J7gj8yBTdDkQ2rRj7yN834jNLcPK2ky2giKsygg8YzkGsKzTXLeQtbGIK33lYE5I9%2BoqnJNWuXDSLR2Jph6CqkU1%2BR%2B%2Fhjz32Mf6ip98vdMcetY3GOI4qBqezydAn61UlklUEiFmx6Ef41Ixr1y%2Bo5a9TAyMCtC51C9UEJYufcsP6VjJPPPLvuYzEc8Drx9a0hHW5cXZkukAtq8eP%2Be%2F8jXrBrybTpPst%2BLkqzqku7Cjkj2r0i21e0uAMLLGT2eNh%2FLIroujhesmX6Kb50RGd3FJ50PTeKVx2FIqJhUnmRf3hTS8ePvD86QyuQT1qNl71MXj7MPzqFmHtUsaIjXNeIWxbRr6v%2FQ10jMMVyXiCZCkSBgTk8A89KS3CWxhRFI%2FJZjgGQHNesRP5lqj%2FAN5c15BcYCwI3RnHFdrY6%2Fp1hZC0vpdkiFgBgnjPHQV0L4TGO5vNmsTWJWit129S39Kqy%2BLdGU4VpH%2Bi%2FwCOKyr7WbTUPISIOAWy24dAeO1Z6m6Og8PK5dtx6IvHoCTiurPNct4e8qIXc33UUDPU4ABNWv8AhKdB6%2Fah%2FwB8t%2FhTlqS9zSm61VtfmuGI9f6VnSeI9HlbEU%2B4%2Byn%2FAAq7p0gmdpEPByRWa3G9jc6IKzpTzVme5ggtBcXEixoTjLHAzWI2oWbjMcyN9GFXIUUPh3PeucfKi4zXK3b79XmJ6KwH5AV2WmlZImlUg5yeK4BJGluriZxgl2OPxqUdFHc9BXBAxRjimxn5B9BT84ANYsBpGKiPc5qRmGKhY5GPWpAjPSqVy22LH94gVckZUXc5CqO54Fc7qGq2QljjSUOBknZzzQlcaM2Eebesexf%2Btek9l9q860seZdBvVgRXo2MbFPXbk10xDEdBQOE92qaoxgNGPYmpMiquco8Hio2OcAUpPFM6kfnSuM5y%2FcmK6b%2FZemaCu3S4c98n9TTLw5srhh3Vqy9O8QaZZWcdrcO6vGMH5SfftQ1cEf%2FQ4%2F8AtBP7ho%2FtCP8AumsUO2fvUvme9eZc7DY%2FtCI%2Fwml%2FtCLupFY2TnO6gse7U7gbP2%2BEdQaT7dD6Gsbcf71BYj%2BKi4G0b2H0NH22H0NYu9gM7qPM4%2B9SuI2vtsHvR9tg96xtx6k0m7P8VO4G19tg96PtsHvWMH96NxxyaVxm19sg9TSi7g65P5ViGT0IoDnP3sUXA2vtlvnHP5UfbLf3%2FKsfceu4Ub%2FRhRcLGz9sg9%2Fyo%2B2W%2FqfyrG3n1FIHPqKOZgbP2u3Hc%2FlS%2Fa7f1P5Vjb%2FcUbj7f5%2FCjmA2Ptdtnqfyo%2B123qfyrHMmBjj%2FAD%2BFMDNnqP8AP4UXEbf2q37k%2FlR9qt%2F7x%2FKsfce%2BKQFvb%2FP4UXYza%2B02%2FwDeP5Gl%2B0W%2FZv0rFBYego5HcCnzAbX2iD%2B9SG4t%2FwC9%2BlYuSfSk4zn5RS5gNn7Rb%2F3%2FANDQLiD%2B9%2BhrGbHqtNzg87cU7gbf2i3P8X6Gjz4P7%2F8AOsVpVUY%2BX9KaHQ91%2FMUXA3fNh%2Fvj9aQSwno4rnnaMk5YYPuKhlt45gMSsh%2F2WAouFjp%2FNh6FxSebCf41rmbe1FuzMszMT%2FebNTtEW5D8n3p6CN7zof74oMkP98VzUtu8hBErKB2BFAtGH%2FLVs%2FX%2FAOvRoCOl3R%2F3hR5kX94fnXPC3ccGRm%2Bp%2FwDr1KIyCBkn8f8A69K4zc3R%2FwB4Ub4v76%2FnWMBg42%2Fr%2FwDXp2f9n9f%2FAK9FwNfKf3l%2FOkIQ%2FwAa%2FnWQDzwv6%2F8A16fnP8P6%2FwD16VwLTopPDKfxFRmHPdfzFRoqnJxgjpyf8aYeeifr%2FwDXoHckNsD02%2F8AfQqM2g%2F2f%2B%2BhQw7bSfoTQMgfd%2FWgLjfsZPQj%2FvoUxrFvUfmKmQfKzFORjAyaZ82MGM%2FmaBXIjp7kcbfzH%2BNRHTJu238x%2FjVoZz%2Fqz%2BdBX1RvzNO4Ge%2BlXW3IUf8AfQ%2Fxq1GGjVEbgrHgj3Gal2kdmpCMy%2F8AAT1%2FGncBeojz3T%2FGiM%2FvIvTBpe0Q77T%2FAFpE%2B%2FEO3NAEunTxwW7CRtoeUjP4ZrWW%2BswMCQYHsa5wNsgUgquJmzu5H3al3EjO%2BLH0%2FwDrUWHzHQC%2Fs1P%2Bs%2FQ0p1GzJx5g%2FI%2F4Vzm1v78f5D%2FCghu7R%2FkKLC5joTfWfeUD86U3locfvR%2Btc7gYzujJ%2Bgp%2BzIz%2B7%2FSiw%2BY6L7Xa%2FwDPQfrS%2FabY9JBXNkNgH93TcHPzFBmlYOY6E3FtnHmrmozLAf8Alov51hGNM5Oz9KTygTzsP%2BfrRyhzHTx3lqiBTKtP%2B3Wh%2FwCWorlTFxwqf5%2FGm%2BV22ofof%2Fr1QjqDdWxPEq%2FnSC4gBz5ifnXNeSOoVPz%2FAPr0vlnPCL%2Bf%2FwBegLnVrc2%2BB%2B8X86a80B%2F5aJ%2BYrl%2FK7mNT%2BJ%2FxpphBP%2BqH%2FfR%2FxobEdN5kP%2FPRPzFIrRDPzp%2BYrmvIHTyR%2BZ%2FxpDAef3X%2FAI8aVh3Op3xEffX8xTcoejr%2BYrl%2FKcD5Yjn%2FAHjTDEe8J%2FBjQ0HMdSQD0YH8RTTG56Y%2FMVzXk8D90wx7mjy2HSNv%2B%2Bj%2FAIUuUfMbywSGTPGAeeRWwGXHUfnXE%2BXnjy3z9T%2FhSmPp%2B6b8%2FwD61UnYlnb5B6EUVw%2Bzb%2Fyzk%2FP%2FAOtSgZz8kn5%2F%2FWp8wrHb4pK4ny%2Bc7ZRj3%2F8ArUHkYImH0ai4WO1waaQcdK47c4XaDL%2BdAkk%2FiaX86LjOvKn0puxvSuSEzjjdNj60ee%2F%2FAD0m%2FOkB1ZQ%2BhphRvQ1zQuJscSSikN1cY4ml%2FP8A%2BvQFzpdjehppVvQ1za3Vx3uJf8%2FjR9qmHHnyH%2FP1pWC5vSoSp4NUhG2RwfyrMN3N3nkH%2BfrQLu47XMn4j%2F69Fh3OntkIXpVrbXJfb5x%2Fy8P%2FAN8%2F%2FXoN9cHpdOP%2BA1SJOrK8VEQa5kX91%2Fz8t%2F3yaX%2B0LnH%2FAB8n%2Fvk0DOhINQupwaxft8%2FX7SR%2BFN%2FtCbr9p%2F8AHaTQ0y8wwMVZjX5ayft9xnH2kf8AfH%2F1qk%2B3XGOJ1%2F75%2FwDrUuUfOa2M0pXisf8AtC47TJ75X%2F61H9o3J%2F5bR%2F8AfJ%2FwpcocxqlBTTGDWY2o3XaSL8v%2FAK1J%2FaF53ki%2FL%2F61HKx86NMxcVQkgyx5pv8AaFyPvNEf8%2FSmNfXJPBhx7j%2F61PlYc6JYrc5Jqx5ftVT7ddjkeRT%2FALdc%2FwB2H86LMXMicwZ%2FhqNrX2pv9oXHQJCPxo%2FtC57rD%2Bf%2FANeizFzIje0bt%2FKqM9qwGcVpf2jccYjiP%2FAv%2Fr01r6VuGhjP%2FAv%2FAK9PULowfszHPFRtFJGMgZFdILlv%2BfeP%2Fvr%2FAOvR9pz1tU%2F76%2F8Ar09QujEt2VpFx61dg%2B4B6uf6UyYIJ4pI4BFufBIbOeD2zT7cfKn%2B%2Bf6UEthJ%2FF2y9PnOY5R6sBTFJKpnk76fIeGI%2FikAqkSzogo2gHsKiZBWaby7ViFli2gnhgMjml%2FtC69YTWTgzRSRbRfmH1rUZQQARWCL%2B5HTyM1J%2Fat3j5vJ%2FP8A%2BvTUWDkmabRrjpUZiHXAqh%2Fad2f4IT%2BP%2FwBek%2FtG6P8AyyiP4%2F8A16XKw5kakgzb4x1NECbVzjrWb%2FaN0y7TBHgf7X%2F16BqdzjAt0%2FP%2FAOvT5WHMa%2BKaQKzBqVz3tlP0al%2FtG4xn7KMf71LlY%2BZGgQPSmlR6VS%2FtGX%2Fn1P8A31R%2FaD97Vvz%2FAPrUuRhzIsNGp7CqnlKrH5af9u45tn%2F76%2F8ArUz7XGTzbSf99f8A1qOVhzIltY1aUZFbG1R0FYyX0UTZED5%2Bv%2F1qm%2FtZP%2BeL1aIZqYFBArJ%2FtiLvC9OGrwf885B%2BVMRo4FJtX0rPGr2x%2FgcfgKedRgVA5VsN06Zo1AsGJCeVFRvDGf4RVc6padxIPw%2F%2BvSf2nZdy%2FwD3z%2F8AXpalaDJtPtJhiRMisK48PaeHzGhQnupxW%2F8A2lYH%2BJh%2FwGopLmyc58xgP92j3lsJ2ML%2Bx4PkDO7beme1XU0C0dAXQP7sMmrvn2GRmU8f7Jq2NRsAAokPH%2Byavml3FZGBJ4csv%2BeC%2FhVZfD9tEfkLJ0469PrXT%2Fb7E%2F8ALT%2Fx01C1xaM24TD8j%2FhU80h2RWtNPeNJFjlOHGCMdap%2F8I3Zf88VrcivbJBt85fyP%2BFPOoWX%2FPVf1%2FwocpBZHNN4bsQeIyp9VJrVtdPkhBEMzAbcc4NXjd2h%2FwCWy%2Fr%2FAIU5LuzXgzJ%2BdJOQWRQudINzapb3MhljU5CnsfwrHl8K6fjhCp9QTXWfbbNhgTJ%2BdRNcWp6TJ%2BdPmkCSOcj0S6gQi1vJo19Mg1Ug0WSMMDNu3dyOea64T2%2BwqJk5%2FwBoVXj8kHmWP%2FvoUc0i4tLYr29jNAuPtEjD0bB%2FmKsNBIcfOat%2BbB%2Fz1T%2FvoUF4evmJ%2BYqbsNCk0Eu3CykH1wDWdcWF7KMC8kX%2FAHQB%2FSt3dH13r%2BYpDsPRl%2FMUrsNDhLnw5LKcy3Ujkf3uaqf8I5KhzHKD7EV6IyKR95T%2BIqs1u2flx%2BYqvaSBJI53TdPureRWZQ2PQ12BmcvkxEYXHUVXghKnLYH4irm0ZzkfmKtTYqnvCeZ84Ow8LjtTxKO6N%2BlAXnII%2FOnbT6U%2BdmfKhGnXH3G%2FKqz3QT5vLfgdh%2F8AXq0VY9qjaN8Hg0c7DlRyly0j2EkIicOykDjj865BtEuJTvYbSe1enTW8rJtCH8qiFgT95D%2BVHtWPkR%2F%2F0fNOR6UcnuKi8%2BI%2FxL%2BdN86Psy%2FmK82zOsnAPqtKdxH8NVROo7p%2Bf%2F16PPU87kH4%2FwD16OVgT4cddtOAbvtrOku51fEYiZfdsGmrdXJA3CEZ%2FwBrp%2BtVyMXMjVC56laNuOm2s1LmUuVfyFGOG39%2FcUx7m7BOwWzY9JD%2FACo5GHMjWwM87aQ9eAtZ0d45H73yl%2Bj%2FAP16mFzCDkshP%2B8P8aXKx3Ra5H92kJI%2Fu1VFzEP4k%2F76H%2BNL9qhP8Sf99D%2FGjlYXJ8sP7opG8zGU2596h%2B0wd3T%2FAL6H%2BNOF1AON0f8A32P8aOVhdAFus%2FMYyO9SES9tlQG6hzncn%2FfY%2FwAaf9qt88Mn%2FfY%2Fxo5WO6EIuT94Rn0qQrNt%2BUJmmfaoOm5P%2B%2Bh%2FjSieHpuX%2Fvsf40uVhdCxC4wfNWPP%2BzUvzjoFqETwjoy%2F99D%2FABpRcQnqy%2F8AfQ%2Fxo5WK5NnH8K0Z9AKi%2B0Q%2F3l%2F76H%2BNN86Hsy%2F99f8A16OVhcsAnuBSFj2UVD58Q%2FiH%2FfQ%2FxpRPH2x%2F30P8aOVjuPLHrsB%2Fz9aQtu42D8%2F%2FAK9J58ft%2FwB9D%2FGm%2BbHnP9R%2FjS5WK48dP9WB%2BP8A9ely390f5%2FGo%2FNTPT%2Fx4Uvmp6fqKOVjuS9vuL%2Fn8aUY%2FuL%2Fn8aiMy9h%2BRFHmL6frRysLj9qnrGP8%2FjQFjHHlj%2FP40zenofzpfMX%2B7RZhcd5cbAgxL%2Fn8aTy0xgRD%2FP403zF6lcUFxnv%2BBoswuLsxwIwB%2Fn3oAIP3PyP%2FANem5VjyD9c07auO%2FwCBoswuBRc%2F6sn8f%2Fr0e3knj3pihR6%2F5%2FCnZHof8%2FhRZhccD%2F0zP50ANn%2FVH86iOCc%2FN%2Fn8KAV%2FutTswuTHH%2FPJvwJpeB%2FyyNV9y9drf5%2FCneYDyVaizC5IcZ%2F1R%2FM0hKAg%2BWw%2FOm70%2FutQGXuGFFgF3L%2Fzzb9f8KYcHny2%2FX%2FCnDbzw3%2BfwpOM9G%2Fz%2BFFhACo5KN%2Bv%2BFJ5kGeQf8%2FhS8Y6N%2Fn8KbsQ8lWz%2Fn2p2GOMsJ4AP%2Bfwo82E8Yb%2FAD%2BFNKxDqG%2FL%2FwCtS7Iz03Z%2BlKwaDgY88Bv8%2FhSZjHXI%2FwA%2FSgohH8VR%2BWvQlx%2BAosAFkPRiB%2Fn2qZR84wc%2FKf61A0Kj%2BMj%2FAIDVkcSBevyn29aaBi%2FwxEc%2FKaIz80HuTTRxHFnrg%2FzoiHzQexP9KQEIB%2Bz8BT%2B%2BP3un3ad0HCRf5%2FGoTIqWTu6hgLjoTgcqarC7hHVE%2FwC%2B%2FwD69UkIv8nqkY%2Bh%2FwDr0%2F5uoCZ%2Fz71nfbIv7iY%2F3x%2FjSG5hbkpHx%2F00H%2BNOzA0st12Ifx%2F%2BvSfMD8sac%2B%2F%2FANeqAuYR%2FAn4OKeLqDsi%2FwDfYoswuXMNxujU%2FQ%2F%2FAF6XBI%2F1Y%2FOqf2iM%2FdQf99ijzVP8H5MKLMLloBv4ohx7%2FwD16Cp6%2BUM%2FWqwkQ%2Fwc%2FwC8KcHH9w%2FmKVmBNtb%2FAJ5D86Z5Qz%2Fqf1pm5R%2Fyzb86XdH3jeiwEnlL%2FwA8f1NIY06eSfzpN0I4MclGYugjkp2C4mB0%2BzsB9adhT%2Fyxb8%2F%2FAK1NzF%2Fck%2FKjMfUJJSsIcRF3hb8%2F%2FrUo8vr5Lfn%2FAPWpmEP8MlNCxdcSD8KBkmE%2F54v%2Bf%2F1qblRz5L%2Fn%2FwDWpMxjkeZ%2BVBdMdZPyosAuVB%2F1Un50mFbjy5P8%2FhTdyD%2BOT8v%2FAK9LvTPLyfl%2F9egBdqjgLJTsJ3EhpPMT%2FnrJ%2BX%2F16PMXP%2Buf8j%2FjQAoKY6SClZlx1kphmHaZ%2FwAjSeeP%2BezfkaADeh%2FilFG6PqGk%2FwA%2FjR547TN%2BRo8%2F%2FpufyNAAHQc75KQyrn%2FWS%2F5%2FGlEgP%2FLc8%2BxpRJj%2FAJbn8qAGCRR%2Fy0k%2Fz%2BNSLMoGN7%2F5%2FGl8w9pv0o81%2FwDnsPy%2F%2BtQIX7Qp%2FwCWjj8P%2Fr0wzZORO4H0pxkY%2FwDLUfl%2F9ak3E%2F8ALVfy%2FwDrUABlGf8AXP8AlSGf%2Fpsf%2B%2BaN7f8APVD%2BH%2F1qN5xgun5f%2FWpgJ5wP%2FLcj%2FgNP83%2Fpt%2BhpNx6h4%2F8AP4UnmH%2B8n5UAO80%2F89v0%2FwDrUvmn%2FnsPy%2F8ArVGZFA5eOl3%2FAO1H%2BlADxKR%2Fy2X8v%2FrUecDnEy%2F98%2F8A1qZnjhov0oyexi%2FSgQ7zD0MqH%2FgP%2FwBal3f9NI%2F%2B%2Bf8A61N%2Bb%2Fpl%2BlJlh%2Fzy%2FMUDH72%2F56Rfl%2F8AWoOeu%2BH8h%2FhULNMeiQn8f%2Fr08eYeqRf5%2FGgB%2B7%2FahNIWfP3oaMt08uM%2FiP8AGm7GP%2FLJD%2BP%2FANemIXc%2FfyaXe4%2FhhP5f400RtjmFPz%2F%2BvS%2BWf%2BeC%2Fn%2F9egB%2BSedsJP1%2F%2BvTct%2Fci%2FP8A%2BvRs%2FwCmI%2FOkKf8ATEfnSAk%2BbHypEfx%2F%2BvS4c%2F8ALKP8%2FwD69ReX28gfnTfK%2FwCmP60wJdr9oo%2Fz%2FwDr0AP08lP%2B%2Bv8A69M8s%2F8APA%2FnS7T3gP50gH7HI%2F491%2F76%2FwDr0zae9t%2F49TRGpOTbvx7%2FAP1qUpGesL%2Fn%2FwDWpgBRj%2Fy7%2FwDj1AiJ625%2FOm7FP%2FLJ6URL18uSkBFJHsniPlmMZJ5%2F3TVi35SMd9xP61Udds6DLD5WOG%2BlXbc4SM%2BgJpgNTkoD%2FepT8wx6ygCiHBaPHTJpUxmIesn%2BFNCYrDJPyxdT35%2FnSBR0Ecf5%2FwD16YBMQcW6keu7r%2BtHly97Yf8AfX%2F16GhEhjGf9Uh%2FH%2F69L5II%2FwBSv%2FfX%2FwBeo9kg%2FwCXcn6NSbH%2FAOfc%2FwDfVFhj%2FJA58gH6H%2F69J5A%2F598%2FRj%2FjSbHPW3fH1P8AhRs7eRJ%2Bf%2F1qLAAtlfP%2BjH%2Fvqk%2BzoD%2Fx7sD9TSYwcGGUf5%2BlJ8o%2Fgl%2Fz%2BFAXHGBc58h%2FzpREvURSD8f%2FAK1NDIOqS%2FpTlePqRKKQXE8lAeY5f8%2FhTgkY5Cyj%2FP0o8xB3lGaQzRdpJB%2Fn60AO%2FdjqslACYz%2B9pBOg48yTP0%2F%2BvSCYDrNJ%2BX%2F16AHHYf4paT5R%2FwAtJBR5y%2F8APd%2Fyo89f%2Be7fkaADKf8APWT%2FAD%2BNIMdp5P8AP407z8dZj%2BVBn%2F6bH%2FvmgBAR0Er1IXJAAmPAx0pnndxP%2FwCO0om%2F6bD8v%2FrUAIWftOfypN0hH%2Bv%2FAPHaf5vrMh%2Bo%2FwDrUeYp%2FwCWsf5f%2FWpAN%2Bc%2F8tQfqtH70dZV%2FL%2F61OMg6CSP8v8A61G8f89I%2FwBKAGjzAP8AXJ%2F3z%2F8AWoJY%2FwDLVPy%2F%2BtTi3%2B3EfypA3oYj%2BVMBuXx9%2BP8AL%2F61Hz44aP8AL%2F61OJPpF%2BYpASBjEf5igBDuB%2F5ZGk%2BbsIv0p43f3Y%2Bff%2F69IR22Ifx%2F%2BvQAgL91j%2FSg7upWLH4U4Kf%2BeaY%2Bv%2F16TYx%2F5ZL%2Bf%2F16ADnrsipDz%2FBGf8%2FWnGPB%2FwBUPz%2F%2BvShB18kfnQBHtb%2B5H%2Bf%2FANejYT%2FyzT8%2F%2Fr1J5fGDD%2BtJ5fHEJx9aAG%2BUO0Sn8f8A69LsXvEPz%2F8Ar0nl4H%2Bpb86d5Y6%2BS350gE2j%2FnmPzo2Z6RfqaXyx2hcfjSeXn%2Flk4%2FH%2FAOtQK4uwd4j%2BdKI16eU350gjX%2Fnk%2FwCf%2FwBamlVzxHJ%2Bf%2F1qY7jvLA%2F5Yt%2BdJsC%2FMYn%2FAD%2F%2BtSbR12yZ%2BtGwA8iT86AHbVPPlP8AnShFxny5PzqPCf8ATX86VQh6GSmIkwq9Ek%2FOnZP92QfjUWEHVpM0vy%2F89JKBku7%2FAGZfzpTJjvKPxqDcvXzJKMqeskn%2BfxoA%2F9LxOkxTm4NJXEdIw00ipMU3FMQw9KiNSsO1RsKpEkRphp5qM0wGEUhp1JTAYaYaeaaaBDMCmkCnGmmmAw0kYG5qU5pqcOwoAs8UmBQORRQADFLgelJnmnUANwKcKQ0UhkgxSiosmnBqVgH4FLgdqZu9aUEUAOoxRRQAcCl4ppoBxQA7FJxTqTFACCn8UzFKDQA%2Bk6UlFAB70UlLmgCUHiioweKcDQFx%2BTS5PrTMilzQFx341GSc9adnimE80DHZPrSZPqaTNGaAuOyfU%2FnSBmx1NJRQIdvfsx%2FOk8yT%2B%2B35mkzTSaAuSeZJ%2Ffb8zS%2BbL%2Ffb8zUWaWgZIZZP77fma6OyJaGAk5JQ%2FwAzXLk4rpLBv3dsp%2FiRv5momtComhwYoj3wf50iD%2FU5%2Fvf4UfwRH2P86E%2F5Y46bv8KxLKssW%2FTpx6T5%2FSuZlHautjIeznQHpMf5VzEqY3D3raBEzKkFQECrLjBqu9bIzZXbFQsBnNStURq0QIAM9KdgUgpaYC8UUlLSsAtLk%2BtNpaLBccGPqadub1P50ylosFx%2B9%2BzN%2BZpfNl7O35mo6Zk5osNE%2Fmzf89G%2FM0vnz%2F8APV%2F%2B%2BjVbJ9aMn1osh2LX2i4%2F56v%2FAN9H%2FGj7Rc%2F89n%2F76P8AjVXc3rRlvWiyCzLX2m6%2F57yf99Gl%2B13n%2FPeT%2Fvo1UyfWjLetFkFmW%2Ftl6OlxJ%2F30aUX17%2Fz3k%2F76NU8tSbmosg1Lv2%2B%2B%2FwCfiT%2Fvo0v2%2B%2F8A%2BfiT%2Fvo1S3Gk3GjlQal%2F%2B0NQ%2FwCfiT86P7R1D%2Fn4f86obmoy3SjlQamh%2Faeo%2FwDPw%2F6Uv9p6j%2Fz8N%2Bn%2BFZ240bjRyoNTR%2FtXUf8Anu35D%2FCl%2FtXUv%2Be5%2FJf8KzNxo3GjlQamn%2Fa2o%2F8APb%2Fx1f8ACj%2B1tR%2F56%2F8Ajq%2F4VmbjRuNHKuwamn%2Fa%2Bo%2F89B%2F3yv8AhS%2F2vqHeRf8Avhf8Ky9xpNxo5V2DU1f7Wvu7J%2F3wv%2BFH9r33qn%2FfC1lZNLuNHKuwamr%2FAGxff9M%2F%2B%2BBTv7avvSP%2FAL4FY%2B40ZNLlXYLs2P7avf7sf%2FfFA1q8HRIv%2B%2Bf%2FAK9Y%2B40bvajlXYLs2f7bvP7kf%2FfJ%2FwAaP7auT1iiP%2FAT%2FjWNmjcaORBdm1%2Fbd0OkUX5H%2FGl%2Fty5%2F54xfk3%2BNYm6jdRyILs2%2F7bn%2FAOeEf%2Fj3%2BNO%2FtybH%2Boj%2FAPHv8aw9w9KTdRyILs3f7dm%2F54R%2Fm3%2BNOGvSf8%2B6fm1YG6jcKORBdnQf2%2B%2Fe3X%2Fvo0DXmHS3X%2Fvo%2FwCFc%2FuozRyILs6H%2FhICOtsP%2B%2Bz%2FAIUf8JCP%2Bff%2FAMf%2FAPrVz26mH2o5EHMzph4gU8%2FZz%2F33%2FwDWp419CMGBvwf%2FAOtXLqcVKDmlyIOZnS%2F27H%2Fzxf8A77%2F%2BtUg1yM%2F8spP%2B%2B%2F8A61cyKeD2qXBFXOmXW4%2F7kv8A32P8KeNaH8KyD%2FgX%2FwBaubFTpUuKGjo7a7N1OSQ2FRvvHJrZj4jQ%2FwCwT%2FOuc0sYeQnsh%2FmK6ROIx7R1lLcoZHgNGPrT4gC8X%2B8TUUXVM9gaki6xMP8AaP8AOnETMwMi%2FwAAP4mneZH%2FAM8%2F%2FHjUeKMCujlRlcfui%2FuH%2Fvr%2FAOtRuj67W%2F76%2FwDrUzApcCjkQczH7oz2cf8AAv8A61OEg7F%2F%2B%2Bv%2FAK1R4owKORBzMl80jo8g%2FwCBUea%2FaWUf8CqLApcUciDmZJ50n%2FPWT86Tzpf%2Besn%2BfxqPFAFL2aDmZJ503aaSkMtz2nf8qbjvS4o5EHMxwnuQMee2fXaKeLi57zk%2F8BFQ4pcelHs0HMyU3FzniXj%2FAHRR9on%2FAOeo%2FwC%2BBUWMU3HNHs0HMyyLmfvIh%2Bqf%2FWoN1Nj78Z%2F4B%2F8AWqtijFHIg5mWPtMnYx%2Fiv%2F1qX7TJjnyj%2FwAB%2FwDrVV5peaXs0PmLQnPcRflSGf8A2Yj%2BFVcGgg0ezQcxZ89c8pFS%2Bcn9yL%2FP41TxTSD6UuRD5i%2F5qd0i%2FP8A%2BvSiWIf8so%2Fz%2FwDr1nYNBHtS5EHMaBkj7Rx%2F99f%2FAF6PMjPWJPwb%2FwCvWbikxRyBzGnui%2F55L%2F31%2FwDXozFn%2FVD%2FAL6rMx7UmKOQOY0sJziP%2FwAeo2g9Y%2F1rNIHpTcClyBzGptT%2FAJ5n86kCIP8Alm34GsakwKOQOY3QI%2B8b%2Fn%2F9al8uLoI5Pzrj9TyI4yCeprG3N6n86fsw5j0ry0H8Ev50hROyyg15tub%2B8fzpweQfxt%2BZo9mHMej7c9paCoH%2FAD1FedebMP8Alo35mnCecdJX%2FwC%2BjR7MOY9D4H%2FPakGwnlphXn%2F2m5%2F57P8A99Gni6uv%2Be0n%2FfRpcgXO8LRg%2FK8v5f8A16Xen8Tyj8P%2FAK9cMLu6H%2FLeT%2Fvo1ILy7HSeT%2Fvo0cg7nb7lx%2FrZPy%2F%2BvRvA6TSD8P8A69cWL28%2F57yf99Gni9vP%2Be7%2FAPfRpcoHZeYvP%2BkOD9DS%2Bavedvyrjvt15%2Fz3f86cL28%2F57P%2BdHKM68Tpn%2Fj5b8Qad5y%2F8%2FJ%2F75Nch9uvP%2BezUv268%2F57MPy%2FwpWA%2F9PxhxUdWGHFQkVxHQNFGKcBig0xEBFRsBU5FRMKpCICKiNSnmoz7UwGGmmnGmmmAw0w080ymIaaaacaYaAGmmr98%2FSlpq%2F6w%2FSmIsLS00UtIA%2BlKDxSGgHBoGLRS0lABS0lGaQDqOabS0DHZIpwNMozigCSkozRQA4Hilpgpc0ALmkB5pppAaAJc0maTikzQA6jNNooAXNLmm0UASA07NRUZpASFqbTc0uaAHZoBpue9GaAH0ZpmaM0AOzTSabmm5oAdmlzTM0UAOzmul08%2Fu7X%2Fdf%2BZrma6fThmG0%2F4H%2FM1E9iomkBmOL2B%2FnSpgeT%2FvU0cImOetCcJED13%2F4ViaFWx5t7wf8ATyaybpcO1atl%2Fqr4elx%2FjVK6XJNaxJkc7IME1UkNX5hyaz5K3Riys1RU9qjNWSKKdTaWmIWikpaBi0optLQIdS0lFAw7UmKlCcUbKRtGJFikxU22jbQPlIcUYqbbSbaA5SLFGKl20baA5SLFGKk20baBcpFijFS7aNtAcpFijFSbaXbRcOUhxRipdtG2ncOUixS4qTbRtouHKRYoxUm00baLhykWKMVLtNG2i4uUixRipNtGKA5SLFGKlxSbaAsR4pMVLto20CsRYoqTaaNpoDlI6MU%2FbRigOUZSU%2FFGKBWGUtOxRigLDaSnYoxQFhtFOxRigLEeMU5TilIyKb0oJaLCmnioFNTKaljROtWEqutWY6hmiNnTsAy%2F7o%2FnXRLkJ6YjA%2FSuf0%2F7sx9h%2FOugzhX9kH8hWEtxsijyfwU%2F1p8eVKjP%2FLNz%2FOmRnqT%2FAHKVm2Rs%2FwDchY%2Fzqo7iZnUuKqC7H900v2pe6muowLNOFVftUfoad9qi96ALNFQC5i9TThcQ%2BtAE1FRfaIfWjz4vWgCajFRedD%2Fepwmh%2FvUASY9qTFJ5sX94UeZF%2FeFAC4pcCk8yP%2B8KXfH2YUAIRTSBT98f94U0sh%2FiFACCl4pcr%2FeFL8vqKQDMClwKdx6ij8aAGYpCBUmKQikBHjNJipMU3FAxhpKeRSY4pAR4pCKkINNxSGMxSU%2FbSEUAN4pDTsUmKQDcUYp2KTFAGVqi4hQ%2F7X9Kw639UX%2FR1Po1YFUgYUtJS0wFoooFACiniminCkxjhUgpgp9SNDh0pwpBSipGP6U6m08UDD6U4YpKXjHTNIZ%2F%2F9TyAioSKsEGmEVxHQRYphqXHNRsKYmRMKhapyPWoWqhEDUw1I3FRk0wIjTTTnFMpiGGm0403NMBpqM081GT%2BlMQ2kX%2FAFn4UtNH3x9KAJ6dTKXNAC0UU3NIY8GjNR5A5p4NAC0UlAoAdRTelOoAWimk0ZpAPBpc1EDTs0DH55pc1EDS5oEOzSE5pM00mgCQGlqIGnZoGPzRTc0ZpiHUZpuaM0gH5opmaQtigZJmjNRZozQBJmjNNooAdmjNNzTM0APzmkzTM0uaAH0oplOzQA%2FNdXpqMbO2kHQFwfzrka6nS%2BbW3Hu%2F86znsVE0FOYUJ9T%2FADpFJ2w%2F7%2F8AhS%2FdgTHYmmo3yR5%2Fv%2F0rE0IbP7l%2BP%2BnjP86gnGc1Zsul%2Fj%2Fn4FQzYya0W5LOauRhjmsuSte7HzGseSuhGTKzUw09qjrREAOtOpo60tAhaKKKAFpaSlFAATgVPboZXx2HNQ4yhPoa2bFrKO2Hmvtckk0mzWlHmepH5GKPJ9RWx5MPq1J5EP8AeP5VHMdfIjHMPpSeTW19nhH8R%2FKkMEH9%2FH4UuYfIY3k0nkitnyIf7%2F6UfZof%2Begp8wchi%2BTSeUeuK2%2Fs0X%2FPQUfZov8AnoKOYOQxPKpPKrb%2ByxHjzFpPskf%2FAD0WjmD2Zi%2BV7UeVW19jT%2FnotAslPR1%2FOjmDkMTyT6UeVW59h9HWk%2BwE9GH50%2BYPZmJ5XtR5RraNg%2FYr%2BdH2B%2FUfnRzC9mYnlUeVW1%2FZ7%2B350n9ny%2Bn60cwezMXyqTyzW19gm%2Fu0f2fN%2Fd%2FlRzB7MxfLpfLrX%2BwT%2FwB00n9nz%2F3D%2BlHMHszH8ul8sVrfYJ%2F7hpPsM%2F8AcNFxezMny6PLrW%2BxT90P5Un2KfujflTuHszK8uk8s1qGzm%2FuN%2BVJ9kl%2FuH8qLh7My%2FLo8qtM20n90%2FlR9mf0P5UXF7My%2FKNHlGtLyH%2Fu0fZ37ii4ezMvyz6UeXWl5LelIYW9KLi5DM2Umw1p%2BSfSk8j1FFw5DM2UbK0fIzSfZz6UXF7MzttG2tA25pv2dvSi4ezZR2mmslX%2FACH9KaYXHanclwM7pwalQ1NJbsRkDkVWXg0GLi0XEq3H1FUUNXouorORUTc08HZKfoP51uNwJD2wKxrHAhkP%2B0K2ZM7ZM%2BtYPctjEwQ3HRRTbhDJbTIOphx%2BdOHCPj0FK%2BBHJ%2F1zH9KaJZyJ064HRh%2BZpP7PuuxH51u0YrbmJML7Dedj%2FwCPUn2O9HQ%2F%2BPVvUUczCxhfZL7%2FACRR9mv%2BwP5it6ijmYWMLyL8dj%2BlJ5WoDsf0rfpMUc4rGDs1Afwn8hS41D%2B4fyrdxRinzhZGD%2Fp4%2FgP5Ub74f8s%2F0Nb9FHOwsjB8y9%2F55foaPOvR%2FwAs%2FwBDW7zRijnYWRh%2FabodYv0NL9ruP%2BeP8626SjnDlRjfbJ%2F%2BeP8AOk%2B2y94f5%2F4VtUlHOHKjG%2B2tjmI%2Fn%2F8AWo%2B3H%2Fnk35%2F%2FAFq2KTFHOHKjJ%2B3jH%2Brb8xR9vT%2B4%2FwClauPakIo5w5UZX29P7r%2FpQNQj9G%2FT%2FGtPaPSk2L6D8qOcXKjN%2B3x%2BjD%2FP1oN%2FF%2FtD%2FP1q%2BUX0H5UmxPQflRzD5UUft8fq%2FwDn8aT%2B0Iv7zflV3YvoPypuxf7o%2FKjmDlRV%2FtCP%2B%2B35Gj7fH%2FfP5GrRjQ%2Fwj8qb5Sf3R%2BVLmDlIPt8f%2FPQ%2FkaX7fH%2Fz0P5GpPKj%2Fuj8qTyYv7o%2FKjmDlGC%2Bj%2F56fof8KX7cn%2FPUUvkx9No%2FKsB%2BHYdsmqTuJo1Ly4WaAgOGwQcCsmkopkhS0UUALS0lLSGOFOFNFPxSGKOtSYpgp9IY7tTh0pKcKkYop9NFPFIYtKKSnZoGf%2F%2FV8oK1CVq6RULLXDc6SqRiojVhlqEiqRLICKgarDCoH4qkIrMaiJqcjioWpiI25YegphNPzTDTAYajJxTmqM0xATTCaU1GTTEKTTAfnFNJpm75lxTAt7qN3NR5qJ5QvGeaLBcslhioGnUHAGT7VWLPJ9KekZHNOwXHebJ2WgTSj%2BCnhaXbQAzzp%2By4pPNuPSpMClwKBkfnXA7CkM9x%2FdFS7RSbRSAiM8%2F92kNzMOoH5VLtFGMUxEX2uT0FL9rk9BTmIHWqzMD0GKdkJlkXRPUYqdZcjmswHmrSGk4gmXA1LmoAacDU2KJCcU8MKhzSg0hk2aXNRbqXNFhD80hYAZNRlgoyapSzFzgdKpILk7XcfQZphu17CoVj45qQRAHIFOyFqOF3%2Fs077X6KaNppcUtBifaz%2FcNH2sf3TTsU0jijQYv2pfQ04TA1WcjvzTVanYVy%2BHFOBqoGqQGpsO5YzTgagBpwakMmzXWaSQbWD2Z%2F51xxauw0Xmzh%2FwB5x%2BtZ1Niol45aFfqf6U1CDDHnn5%2F6U%2BM%2Fu04%2Fib%2BdRAYSP%2FrpWBoSwALHdn%2B9MP61Vl45NWIeRdj0lH8zVefkGriJnPX3U1iSGtm968VjPXRExZXaozUjVGa1RAClptOFMQtFJRSAdRSUtAFmFdyuPaoQu5gvqQPzq1YjMhX14pIU%2FwBJiU%2F89FH61LZrA9LNmBxxxTfsaf3RWidpJ5BowPasLmhlmzT%2B7SfY48dK1SopNvrRcZkmzi7im%2FYovStfaKNtFw1Mc2MJpDYQ1s4Hek2j1ouGpjf2fF7U06dF7VtbVo2D2p3DUxP7Ojpv9mx%2Blbmz6UbB7UXFqYX9moe1J%2FZi1u7KPLFFw1ML%2BzFpp00AZrf2CjbjsKLhqc9%2FZvpn86P7Pb1P510O32FJtz2ouF2c%2FwDYH%2FvH86PsEg%2Fib863wtG38Kdwuzn%2FALDL%2Ffb86T7FL2dq6HZRsHcUrjuznfskw%2Fjaj7LcdpGrotq%2BlJsX0NFw5mc79muu0ho8i6H8ZrotiehpNie9O4%2BZ9znvKux%2Fy0NJsvR%2FHXReWnek8pPf8qLhzy7nPbb3%2B%2F8ApSYvv7%2F6V0Xkxep%2FL%2F69IYY%2FX9P%2FAK9Fw55dzn83w%2FiH5Um699vyroPIT1o8hPXNFw55dzn9976Kfwpm68HZfyro%2FJX2pPIX2ouHO%2B5zoa7z9xSPpS%2BbP3hQ%2FhXQ%2FZ17EUfZl%2F2aLhzy7nOmWX%2Fn3U0nmt%2Fz7rXRfZl9vzpPsvoB%2BYouP2ku5zvm462603zkzzbiuj%2Byf7NJ9iz0Si4e0l3Of8%2B37235UCazPBhYVuGwHdP0qNrGMfwfpRcPayMRrjSUbZKSjDnDD%2F61c5qX2U3O%2B0YFWGTj1qfXlVNQKKMYRc%2FXrWSK0S6mc6rloyZetaEPWs9RWhB1qZExOhsR%2B4Yf3pAK1pSQkhPdsVmWP%2BpX3k%2FwrSmOImOM5asGUwBAifj0FI%2F%2BrlH%2Byo%2FlS%2F8ALJwfWh%2FuSn0IFOImUNtG2n80DNaEjMUuDTqWgBmPajFP5ozQAzaaXBp%2FNJQA3HrRinUUAMxRipKBQBHikxUuaSgBmKTbUlFAEWKTFS0lAEeKTFS02gCMimkVLSZFAERFJipO1JQBFikxUhxTeKAI8Gm4NSE0ZFAyLBpMVKcUnFICPHpSYqTijigCMA5FczIP3jfU%2FwA66rArlpP9Y31NXAmRHRS0VZAUUUtABTqbThSGOFOFNHrT6Qxwpwpop61Ix9OFNp4pDAU8U2nCkxjsUtBx0pKBn%2F%2FW82ZagZauEVA4rgOkpsKhYVbK1A4PaqQmUnHWqrdauSCqbdMirRJC9ViameoSaoQw0wnFKTTGIpiuMNRMcUM1QFqqwhzNURaml6ZkmnYVxxJpuTkGkPFKqNJ7D1qrCuDOx4FKsRJy35VYSJVHFShaLjsRBAKdipMUYqRjMUYqTFJikAyjFPpKBjMUmKfTWIUZNACVC8m3gdajklzwvSoKtRJbHFietNopKZIDrVheKrjrU60mNE4NPzUINOzUsokzRnvTM0maVguS7qC2OTURbApm4yHag%2FGnYLiO7O2BTkQDpSgY4H4mpVFDYJABTsU7FLipKG4op1JigBDUEjgDApZZMcCqZOTVJEtgTmlU0gBY4FSBQpwTzVMkeDTwajGz1NPIwM1JRJupd1V9w9aeGHrSsO5Pmux0U5soSOzv%2FMVw5cDvXaaG%2BbGH3kf%2BlZ1FoXB6moCVhUg9GNIMmKPA5ElKAWgAUY%2BZqap%2Fcx7uP3lcxsiWJcfbT6yL%2FM1Vm6Zq3FyLwf7YP6mqcvKVcRM5q7PzEVkvWrd%2FeNZT10RMGV2qM1I1RmtEQIOtLSUtMQtFFFAC0tNpwoAu2P8Arq0IYgurRg9POU%2FmQazbE%2F6QvvXUfZEaVZ2YAghgPpWcmdFCPMztyQxxwaNo7AVg%2FaY852gf8CNPF2g6cf8AAjWNjo9jI2iin%2BGk2L71kC%2BUdD%2F49Tvt%2BO%2F6%2FwD1qA9hI1to96Ng9TWV%2FaB%2FvD8%2F%2FrU7%2B0T6r%2BdAewkaewe9Jt96zhqR%2FwBn86X%2B0vZfzoD2MjQ2%2B9GwetUP7SH91fzo%2FtIf3V%2FOgPYyL5X3oAHrVEakP7i%2FnR%2FaS%2F3B%2BdAvYyL233pNo9apjU1%2Fuj86X%2B0h%2FcH50C9lIt7R60bPeqv9pL%2Fc%2FWj%2B0l%2F55%2FqKA9jIshD7Uvlmqw1GPvGfzFO%2FtCP%2B4f0oD2UuxL5Z9qd5fuKg%2B3xd0b9KPt0P91qA9lLsTeWfUUnln2pn22D0b8qPtsHv%2BVAvZy7C7DRsb%2FJpPtlseMn8qPtVt6n8jQHs5dhfKf8AyaPLcdqX7Vbf3v0NH2m27vQHJLsN2t6Uu1qXz7b%2FAJ6Cnedbf89BQLkfYjKmjB71L5sB%2FwCWi%2FnR5kP%2FAD0X86BcrIMUVZ3R%2FwB8fnRlOzD86A5WVsetFWcL2YUY96AsVsUVZxS7TQKxU%2FCl49KtAEdqXB7gfkKLhYqfL6UYWrf%2FAAEflRhf7i%2FlRcLFSkOezEVcwv8AcH60bU%2FuD9aLhY8p14E6rMxOc4H5DFZa1sa9G39pXD44D4rHWt1sYyVmTqM1fgFVIxV%2BIc1EionQ2QxFF7yH%2BlaDkeXz3aqVn%2FqoB%2Ftk1akxtXPPz1iyx3Hlt%2FvUSHEcvpvA%2FnQpBX%2FgVU79ZpLci2VmPm87foaqJLDctGVrENvqfaKX9P8AGjyNT%2F55TVrYk2sj1pcj1rCMOpZ5imo8nU%2F%2BeM%2F5U7AbuQaMj1rAMeoj%2FljP%2BVMK3%2FeGf8qXKB0eR60mRXOFb7%2FnhP8Akabm9HBin%2FI0%2BUDpQRS5HrXMebdr%2FwAs5x%2BBpv2i5H8M4%2FA0coHUZHrS5Fcubi5HVZv%2B%2BTTftUvfzfyNHKB1OR60ZHrXK%2FbZPWT8qPtzjq0n5UuUDq%2BKPxrk%2Ft7dd70v9oP%2FAM9Ho5QOrOO5pK5T%2B0G6%2BY9L%2FaDf89Ho5QOp6001zI1CQdJHP4Uv9oyf89G%2FKjlA6Wm965s6i44Mp%2FKmjUm%2F56n8qOUR0ppO9c7%2FAGhIf%2BWv6Uf2jJ%2Fz0H5UcozoDTTWD%2FaMvZx%2BVL%2FaEn99fyo5QNs02sX7fJ%2FfU%2FhR9ul%2FvLRyhc2qSsb7fL6qaPt0vT5aOUDZpDWR9tm9hQL6T0BpcoXNcVy8wxM4%2FwBo%2FwA60ft8votUJAZHZzxuOaqKsJkNFBGODRVEBS0lLQMUUtIKcKQDhTxTB1p4pMY4U5TTakAqRi08U3FOFIY4U%2BmA5qQUhi4paBS0hn%2F%2F1%2BAYVXYVbYCq7V551MrMKrPVxqquMVSJZQlqm%2FAq5LVOT1rREMqPUBIzUrtVR3q0iRGaoHemO9QM2apIQrPUROaUAnntS5x0q0hXG49aQBmO1Rk1Zjtnk5b5V%2FU1fSFEXaoxT2Aox23d%2BfarAT2qxjFFS2Mh20m2p9tG0UhkO2kxU2KMUAQ4oxUuMCmmgCPFNNPYgDJ4FUpJ%2By0JXBskeUIPeqTuznJpCSeTTatKxLYlFLSUxCUUUfWgBKmB4pBGT1NOEZ9alsdhc04Gm%2BWfU0oj7ZNIY7dSZxzTduzknNWIoC43y8L2HrQBEkbS8nhfWp8ADagwKlPPA4A6UoWk2NEaripMU%2FFLipKGYoxUmKMUAR4qvNLtGFp80oX5R1qgST1qlElsaSTSAZOBS1ZjjCjJ6mqbsSlcFTYvvRsB5NS4oAzUXLsRKgzmmyntUrsFHvVdQWOT0poRGI2bml8luxq0q1JjFHMFil5DY613GgKVsIlPaVv6VyuOK6vReLSMf9NW%2FpWdSV0XBamxHgImP%2Behpr8KPaWnR%2F6pcdpDUcmPLGT1lrlNiwgwLsjuwP61Sf7tXk5%2B1j3X%2BdUX71UQZzN195qyXrWu%2FvNisl66YmEis1RmpGqM1qjMKKSlpgLRSUtAC0tNpaQE9uds6H3ruo7B7wAxqGKjnJxXn4baQ3oc17F4Y2uXyAQUBGfrUtXdjSFRw95GMuhTnqiD8asL4cuCcfuh%2FwAC%2FwDrV3wAHZacG%2BlV7FF%2FXZnB%2FwDCMXHfy%2F1%2Fwp48LSf3ox%2BBrutxPemkn1p%2BxiL67UOKHhVu8if98mnDwmD1kH%2FfP%2F167LJ9aXJ9aPZRF9bqdzjf%2BESi7y%2F%2BO%2F8A16ePCdv3kb8hXXZPrR%2BdP2USfrVTucoPCdn3dz%2BVSjwrYdy5%2FwCBV0v50c%2B9P2cSXiKj6nOjwxpw6qx%2F4Eaf%2FwAI1pv%2FADzP%2Ffbf41v8%2BhowfSnyITrTfUxB4e00f8sQfqzf40%2F%2BwtN7Qr%2BZrYxRj2o5UT7SXcxG0KwbpGB9CagbQLP%2BEEfia6HHtSbc9qfKg9pLucw3h%2BDsxH4moJPD2R8krL7g11pQ%2BlMK%2B1HJHsHtp9zjT4emHSdz9SP8KU6LMvG8%2Fia6%2FZ7Unln0FHs49h%2B3n3OOOkyj%2BM03%2BzZAPvtXZGL6U0xZ70eziP6xPucabGTs7U37HMOjNXZGFfWozbp6ml7OIfWJ9zkPstx%2Feamm3uP7x%2FKutNtHTDaR0eyQ%2FrM%2B5yRiuR6%2FlRsuf8iuoNpF6H9ajNnF6H9aXskV9an3OZ23H%2BRQBP6D8q6M2UXoab9jj9DS9kh%2FWp9zn8T%2FAN0Ufvv7oreNknpTDZr2BpeyQ%2FrU%2B5h7pR%2FAKN7%2FANz9a2TZr6Govsq56Gl7JFfWpmZ5sg%2FgP%2FfVHnS5%2B6fzrSNqvYU37KMfdo9kh%2FWpFD7TIOu786j%2FALRA43Pn6mtE2o%2FumqzWMROTHml7JB9akQNqqKpZpWUDuTTBrlt2usfjVbVbSOPTp3CYIXr%2BIrhQKl00UsS%2Bx6L%2FAG1Af%2BXofmKeNWT%2BG7X8xXmxWm4pezQfWPI7ydLW7d3lmRi%2FXkc1x7xiOV41O4KxAPriqoFWUFO1iZ1OfoWYx0NX4xVOMVeiFZyFE6Cz4WAfU1YflYxn%2BKobXhYP90%2F1qSQf6sjqCayKHxfMq%2F7%2FAPhViBN8b84y56VDH0iA9eatWg%2FdH3Y1pT3M57B5C%2Bp%2FOneSvYn86lxS4rosjK7IPJH94%2FnS%2BX%2FtN%2BdT0UWQXK3knH32%2FOjyj2dvzqwaMClZBcr%2BW46SN%2BdJ5ch%2F5atVjFAFHKFyt5b%2FAPPRqNkg6SH9Ks000cqC7ICJT1kP5Um2X%2B%2F%2BlT7aXFLlQXK%2ByQ%2Fxj8qZ5Lf3h%2BVWiKMUcqHzMqeQ3qv%2FAHyKQ25PUIf%2BAiroFG2jkQc7KP2ZT%2FBGf%2BAikFrF3ijJ%2FwB2r%2B0CkIxRyIOZlI28X%2FPGMf8AAaQ20XeCL%2FvmrdGKLCuUfstv3t4vyphtLc%2F8u8X5VfIpuKdguZ5sbTOTbR%2FlTTZWZ%2F5dY60SKZj1pDuZp0%2ByP%2FLulN%2Fs2x%2F591%2FOtIjvTTSC5mHTbDvB%2Bpph0yxP%2FLA%2Fga08UmKAMo6XZf8APNvzqm8OkRuY2LqV4PWt%2BuQuv%2BPmX%2FeNIpEDhdxC8rnjNRlQOlPpjZCmgCvRRRVCCiiigApaSloAUU4U2nCkA8U8UwU8VIx1SCoxUgpDHCndKaKdSGKM5qQVGo5NSCkMkFLSCnYFIo%2F%2F0OEYYqBhVlsVCwrzjrKxFVpRxV0iqktUiWZklZ8rdavTuqgmsK4uM8DpW0TJjJHAJqi8lI7k1EBuYKTjJ61okSN%2BZzhRk1II1UfNyf0qyVVFxHx61ZttPef55crH%2BprVRsS2ZqRyTNtQE%2FyFaUVisfzN8zfpWylukahUXCjtQYqGwSM7Zj8aQr6VdZM0zy6kZT20uw9xVvyx6UbKQypsppFWilMK8cUhkGKbipTxUZNAChcjnpVSSRUHPJqSSTCOASCBmspmJOScmrUerJchZJWc%2B1Q0vekqiRKbTqSgYlJS%2FSnKrMcLSAbtJ6danSHHLdamSIKPepAvapbGhgUU7bT8UoFIYzFRO%2BOAOTUzYxir1pBDHCt03LMOM9vpTsFyrDaBB5tx97svp9aexLn2qdyXOTSBaTAh207bUu0Uu3vUjI8UuKeRRigZHiq88oT5V61LM%2BwYBwTWU53H2qlElsaxJNMp1WYYc%2FO3TtVMSGxRY%2BZhU2O9SEflSYqGWhmM0pwoyafjAyapyuXO1aSAYSZG9qnVeKETaKnAobBIaB2pcU%2FFGKkobXU6J%2Fx6p%2F12b%2BS1y54610uhNus1J%2F57t%2FJaiexUdzaiOIh7SGo2yYie%2Fm%2F409OI%2Bf8AnoabIf3Lf9dP8awNCxDkm7Prt%2FnVGXjP0q%2FB0uh3%2BX%2BdZ8%2FQmqiJnNXJyxrKetS45Ymsx66YmEiq1RVK1RGtEQJS0lOpgFFJS0ALRSUtACmvXfBjiSIE8kxD9DivIq9P8BSZRlJ%2B6GX9QaXVA9j0XHP3aX8KX8aWtTIbz6Uc%2BlLRgUAJz6Uc%2BlLxRxTAbzTcGn8UlADeaTmnYpKADn1pPxpaKAEP1pPxpaMUAN%2FGlxjvTqKAGfjTce5p%2FNNoAbtFLtpcGnUxEWKMe1SUhFFwI8Um2n4ooAjIpMVJSYoEREGm7TU2BSYpgQ7TTdpqfFJigCApTSlWMU3FAFUrUfl7ugq5sGcnmnYoHcpeQB0oMVXMUmKQXM9ohUDRgVoOBVdhUsq5z2tJ%2FwASq5%2F3P6ivMcV6zq8XmadPHnG5cfqK88OnY%2FiJ%2FCs5PU0iZOKYy45FbX9njux%2FKmNZKOMnn1qLlWMgVajGRVcrtYr6HFXIl4pSGi1GMCrsdV416VcReKxZojbtxzD7Rk%2FzqWXO6NR7nFNhABX2ioJPnR%2F7p%2FrUDJoRhY8%2BpNW7Q4gz6k1UU%2FcHsf61NGkbQRhhITzgp9a1pK7M6jsi7kUmR61UMUP96cfhTRFF2mmH1WurlZhzIv5HSkyKpeSn%2FPxIPqv%2FANajyQP%2BXpvxWjkYcyLuRRkVS8knpdH%2FAL5p32dv%2Bfr81o5WHMi1kUZFVfs0g6XS%2FwDfNJ5MoP8Ax8p%2BVLlY%2BZFzik4qqIZ%2F%2BfiP8qXypzkieOjlYXRZpKreXcDrPEfxppS57TQ%2FnRZhdFuiqhS7%2FwCesP50Bbr%2FAJ6RfnSsF0W%2BKWqmy6%2Fvxf8AfVAS7%2FvRH%2FgVFguWsUhGarlbod4%2F%2B%2BqTbd9fk%2F76osO5PgUmKgxd%2FwB1P%2B%2BqCt5%2FcT%2FvqlYCWm4qPbedPLX%2FAL6ppF4P%2BWQ%2F76FAEpFMPWo8Xf8Azy%2FWmkXQ%2FwCWX60gJcU0gVGftOMmE%2FmKZmb%2FAJ4tRYY%2Bm1GXl%2F55NUZab%2Fnk1KwyauSveLuUf7VdPunP%2FLFqx7rTryedpUiwG9SKTQJmLimP901KylGKMMEHBFRSfdpFEFJS0lUIKKKKAClpKWkAtOpKcKQCipBTBTxSYx4p4pgpwqRkgpwNIBS0FDxT6atPAqWMUdKdx3pKXGaBn%2F%2FR4cioWqcmoDzXmnYRGqF22xc1oMKo3i%2FuSauJEjlruYnisVySea0rjrWa3FdKMWRGkH3h9aU0g%2B8PrVoR2HhzTIdSaZ5if3IBX0yc9a6WTRZh%2Fq3B%2BtZvgsc3n0T%2BtdvTk9QSOSOkXnZQfxpn9jXpPKqPxrsRRU8w7HIDQbruyD8ad%2FYM%2FwDz0X9a6zFNIpXA5X%2BwX7yj8qa2gv2lH5V1OKYRRcDlW0KTHEi%2FlVd9En7OtdcRUTUrjOLk0S87bT%2BNV%2F7Fve4UfjXbsKgYcUrjsebahA1rI0THJ2g8e9Y5rp%2FEIAuQR3T%2BtcxXRDYxluMopaQ0wENJSnjrVmO2Zvmk4HYUhkCRNIeOF9aupGFGFqYIBxTsYqRkWKXFSYoxSGR4pruqDcaWSRYxk9fSs13eVueaLCuW4SZ3VCcbnC59M1040W5RQispVRgZNcvbqY5Yv99T%2Bor1LAobBHLjSLnuVH51KujSHrIPyro8UYqLlGB%2FY3H%2Bs%2FSkOjH%2FAJ6fpXQUmKQznW0eTqJAfbFQtpdwOhU%2FpXUU0gUrgcFqVpNbKjSAYYkcc9KxK7TxCP8ARo%2FZ%2FwClcnDA0rZ%2Fhzya1i9CGtQggMh3N90VeIxwKmChRtWmkAUmxkBFKExyanWIgBmHB6VWuZQg2r1pDK08n8IqOJMcnqaSNCx3N07VbVaHoC1EVafinAUuKgobikNPxUUjbFzQMgnfA2iuo8O82IP%2FAE2b%2BQrjXbJzXYeHj%2FoH%2Fbc%2F%2BgiiovdCD1N9Nvln%2FroaZJny3U8Yk%2Fxp68xYH%2FPQ0yTlJD23j%2BtcpsWYDzdj%2Fd%2FnWfc8ITV%2B3HN17gfzrPu%2F9UaqImc3P1rMk4zWpMOaype9dMTBlRjTDTmqI9a0RAueaduFMopiH5FJkU2loAdkUZptFMCTNeifD583NxH6DP5j%2FwCtXnFdz4Ak26tKh%2FiiJ%2FI0gPYqKZk04ZrQgWjNFLQISkoIo5oASil5o5oAbikIqTmmkUAR80tKceopMr6j86ACik3R%2FwB4fnTfMj%2FvD86YD6Sm%2BZF%2FfFJ5sX98UAPpDUfnQ%2F3xR9og%2FvfpQIkoqE3MA%2Fi%2FSm%2FaofU%2FlQMsUlV%2FtUXvTTeRjopoEWaMCqf2xeyfrR9rY9I6ALeKbVb7TL%2Fc%2FnSfaZf7g%2FWgCzSVVNxL%2FcH5GmG5mH8I%2FI0wsXaMVR%2B0z%2F3R%2BRppup%2FQflQFi%2Fik21R%2B1Tei037XL6rRcLF%2FFJWeb1%2F7y%2FpTDfN%2FfT8xRcLGnikxWWb4%2FwDPRPzH%2BNJ9uP8Az1j%2FADWi4WZfcCq7CqL3z9pE%2FMVA165%2F5aL%2BYqWykiXUB%2Focv0%2FrXI49K3rq6d4HQyKQR04rCxWFTc1gtBpFcxqEr%2Fa5AjEAYHBrqsVxs7b55H9WP86mJbIVrShHFZ4HNaMI4FEgRbQc1ej6VUTrVxOlYs0RsxH5yO4j%2FwAKRv8Aj5TH9w0sYxI7eiAfyprkfaQf%2BmdSMmBOBnsh%2FrUqQmaGNhI6YBGFI9TUQzg5P8FaVqo%2Bzx%2FStae5lU2Kn2V%2F%2Be8n5j%2FCni1l6idv0%2Fwq%2FtFOwK6OZmNkZvkTg%2F600vl3A%2F5a1fIpNuaOZ9w5UUtt0OktA%2B1qciQA%2FSr23FJijmYuVdil%2FpfXzAaXfenq4NWsUhAo533DlXYq7rzuy0brv1WrRApMUc8g5UVs3f8AsmkzdHslWsUECjnY%2BRFM%2FaO6r%2BVN2zHqi%2FlV0ClxmjnYciKG2XvEn5UbZe8SflV7FFHOw5EUCH7wp%2BVN28c26H8K0SKbij2jDkRmmMd7daaY0%2F591rSIFNOKPaMORGb5af8APuKNigZ8gD8a0SB6UwilzsfIjOZM9IsUm0j%2FAJZ%2Fqa0DiozS9ow5UUTv%2FuH%2FAL6NJlx%2FC3%2FfRq8aYaXOx8qKRZh%2FC%2F8A30abvcdn%2FwC%2Bqumm%2B2KXOw5Sj5j%2FAO3%2BdVZb5YSUYyFsdCa1%2BK4fUJHa%2BmbP8WPypp3Cw9iSSxOSeaik%2B7Uaz9np0hBUEHvSsVcipKKKYBRRRSAWikpaAFpwptOFAyQdKcKaKeKljHCniminikMeKU0CjFSMkWnimLUgpDHAU6m04cdaQH%2F%2F0uGNNxTutBFeadhERVK9H7girxqnef6lquO5EjibkYNZjVq3HU1lP1rpRgyI0zuPrTyM9KTb0Jq0I9F8GZC3g%2F3P612tcP4Lc77xPVVP6mu6ApT3GtgxRS0VIxpppp5ppoAjIphqQ0w0ARGojUxqJqGMhaoHqw1QP0qRnCeIf%2BPtR%2Fsf41zBrq%2FEKn7RG3qn9a5bG7OO1dMPhMpbkWOcClCsWCINzH0qxBBJO2yLgDqx7VsQ2qQLtTk9yepoYijBaCP55OX%2FAEFWdo7VORimYpDICKTb3qbvTSKkZHtqCaVYh7%2BlTyEquRWesDzyHHQdTTArnfM3r71cS3CDjk1cSARjAGBTJTtwB3oEVAcTRj%2FaX%2BYr0%2BvKWP79SexH869SRsipkhokoooqCgooooGFFFFSBzviHH2Vf98fyNZ9hHv01do5LEfrWj4gBa0Vv9sfyNUtKINio9HP860WxPUT%2BzbvsoP41Mui3Un3mVR%2BddIi1Oopgc1exeVbqp5KnH6VxoDTyY6k%2Bld3qq%2FL%2BNcXp4zdr9DUoZKImX%2BHFPwBW%2Bop2xW6gH8KhyNFE58YozXQ%2BRD3Rfyo8mIHhF%2FKlzD5Tnc5rOmcsTXZgADgCuOuk2TyKezGrg7mclYq12Xh7mxP%2FXc%2F%2BgiuNA3HFdpoIAsT%2FwBdv%2FZRRV%2BEdPc21P7vp%2Fy0pJcmOQf9NP8AGlQ%2FumP%2FAE1psvCSe8n%2BNcZ0Fq2wTdD0C1nXn%2BqNaNtjNyQedo%2FnWfd8wtVxJkc5MOayZuprXlrIm710xMJFNqiFSOabWqMxKKKKYBRRS0AJRS0UAFdj4NZoNZRlGSyMOnqK5OFC7ZxkL1rb06SSKcvExRgMhlOCPxqJSsaRjdXPbDcXGfufpTftNz6Y%2FCuF064leBmlmdm3HksT%2FOre7k%2FMT9TVKZnyHWm6mHUgflTTeMOsqj8RXJkg96Q4xwafMHKdSb4d51H%2FAAIUz7dH3uB%2BZrmQRSHFHMw5UdIb%2BHvP%2FP8Awpp1C27zH8jXOZFGR60czDlRvnUbb%2B%2B34L%2F9emnUbb1c%2FwDAR%2FjWDkUZFHMw5UbZ1K39H%2FIf40z%2B0oB%2FA5%2FKsfIpcijmYcqNb%2B0of%2Beb%2FmKadTj%2FAOeTfmP8KyiRQCKLsLI1P7STtEf%2B%2Bv8A61IdSHaE%2FwDfX%2F1qzMil4ouwsjR%2FtI%2F88f8Ax40h1Ju0K%2FmaocUcUXYWRc%2FtGTtEn6%2F4006jcdkQfh%2F9eqtHFF2FkTG%2Fuz3UfRRTDeXh%2FwCWhH0x%2FhTOKOKABrq8P%2FLVvzqMy3DdZHP%2FAAI1LxmkyvqKAK5Eh6kn8abterXy%2Bo%2FOglfUfnSGVdr9iaNr%2B9WNyf3h%2BdNLxj%2BIfnQMrlG9absNWC8X94fnTS8I%2FjX86QFYxmmmOrBkh%2Fvr%2BdRmWH%2B%2BPzpAVylMZMVMZYf74qNpYf74pDRAVPpUiKfSmmWL%2B8Kes0I%2FiFA2S4NGG9aj%2B0Q%2F3v0pPtEPr%2BlO5IrLk0Y7Uz7RGT3%2FACpjXAzwrH8KzZaJ8VxbqQ5%2BprrTP6I1YkluH3svByTg0IDNAq%2FD0FU1FXYulEhouJVyOqkdXI%2Bo%2BtZM0Rrp9%2BX0wB%2BtOKjzS3%2ByBSL1k%2BopxOXf2AqRAckH02VrW3EEY%2F2RWUw4YjrsH9KsieVFVEhZgFGCD7VtSV3oZVHZGjmjIrO%2B03Gf9Q350%2Fzrk%2F8ALA%2FnXRyPsY867l6gYqiZbv8Ahg%2FWl33g%2FwCWH%2Fj1Pkl2DnXcvUhqj5l4f%2BWP60jS3nTyPzNLkYc67l2m1S8y8%2F54j86XfedTCP8AvqjkYc67lw0lVN953hx%2BNG68%2FwCeI%2F76o5Jdg513LdFUy152iH50m%2B9%2F54%2FqKXJLsPnXcucUcVR33v8AzyH50m%2B8%2FwCeQ%2FOjkYc6L9BrOMt50EX60pe%2B%2FwCeY%2FOjkkHOi%2FSc1Q8y9%2F55D86PMvv%2BeIP40ckg50XTxzTM5qmXvv8AnkPzpm%2B%2B7Qj86XIx86L1NNUd99%2FzyH50b7%2F%2FAJ4j86ORhzruWzTCMVV3346wj86jZr%2F%2FAJ5D86XIw5kXDTapF7%2FH%2BqH503ffH%2FlkPzpcjHzIuGm5qn%2Fp56Rik%2F089FWj2bDmRbzzXDXwxeTA%2FwB811uy%2FPUIPrWdc6Rc3MhlLKGNOMWg5kcxQM1KyFWKtwQcEfSk21QDQaKXFGKVguFFFFSMWiilFAxacDTaXFIY8U9elMFSCpAeKkFRinipKRIKUUdqWkMkUU8CmrUi4pDHAcUvHegUtIaP%2F9PicU1hUuKaRXmo7CE1Vuh%2B5Ye1XdtVbsHyWAGSauO5EjhLo4Y1lspJzW7LZXDv9xj9BTP7PlH31bP0rrSsc9zIWIt06VJ5OK1vs0gH3D%2BVMNrKeiN%2BVO4G54NbF5cp6xg%2Fka9ArzvwgCuqToevlH9GFeiUp7jQtFFFQMaabTjTKYCUxqeaYaBkRqJqmIqJqQELVA%2BBU7CoWqSjjvEY%2BaFh6MK5u0i%2B1zQ2pO0SMFzXUeIxhIT6Eiua0wkX9sf%2Bmi%2Fzrop%2FCYz3OsOkzWqeXHH8q%2F3eapvDIpwyMPqDXoI5ANKVB6iqYkebNGSeRUTJivSTGh%2FhFRtBCeqKfwqWM80KgUBSTwCfpXoptLb%2FAJ5L%2BQqB4I1%2B6oH0FQyjzG5ZhL5ZBG31rf8AC4BkuQefu%2F1rJ1ldupSD6fyrW8L%2FAOtnX%2FZU%2FwA6tEs69oY3PKg8elcr4it4o4YnjQKd%2BCQMdq7ADmuZ8Sr%2FAKEjDtIP5GkwOAl4fNeoQkFFPqBXl833vwr0y0O63ib1UfyolsNFuiiioKCikpe9SAtJRSUhmFr%2FAPx4f8DH9ao6Rj7CB33n%2BdaHiAf6B7bhWfo%2FNifaQ1a%2BEXU6pPWplqJOlSiqJMbVANufU1xGnc3i%2FwDAq7rUxmP8a4bT%2FwDj8A9mqV1LOmHapR0qNakrFmqHUGig1JRGelcjqH%2FH3J9a67tXL3ULS3snoDWtNmUynFGcZ7muw0UYs2H%2FAE1%2F9lFYKwbB6mug0s%2BVbHPeYD8xSqPQILU11OIiAP8AloabIf3b56b%2FAPGmyZSM46%2Bb%2FjSy%2FccHjL%2F41zGxPa%2Feum%2F2R%2FMVSuv9Ua0IOtyP9kf0qjcjMRqoikc3KO1Y8%2FBrbnGBWHc8Zrqgc8ikeTRSiitiBtGKdTaACiloxQAlFLRQB03hiIyzXCg4%2BRT%2BtdU9mN6B%2FmXnPFc94OUm7uf%2BuY%2FnXf8Aln0qWrjTMJbRI%2BI3wD2xSm3m3YV1x7itnyc037P7UcoXMj7Pcf31%2FKl8i4H8a%2FlWt9nNH2bNOwXMryLj%2Fnov5UeRP3kX8q1fs1KLYUWDmMj7PN%2Fz1H5UfZ5v%2Bew%2FKtn7MKBbLT5Rcxi%2FZ5e8v6UfZ3%2F56n8q3PsyU77OlHKHMYHkN3mP5UhgH%2FPZvyrovs8fcUvkR%2BlPlFzHN%2BRH3majyYe8z10nlRjtR5Uf90UcocxzXkwf89no8m2%2F56vXSeXH%2FdFO8pP7o%2FKnyi5jmvJtv77mlEFv%2Fekro%2FKj%2FuijyY%2F7oo5Q5jnfs8H%2FAE0pRbQf7f510PkxH%2BEUn2eH%2B7T5Q5jB%2ByW%2F%2B1%2BdNNtCOiMfxFdB9mhP8NBtYfT9aOVC5jmjFGvS3dv%2BBL%2FjTSI%2F%2BfOQ%2FwDAl%2F8Aiq6b7JD6U37HF70cqHzHM5Uf8uEp%2FFf8aTeCP%2BQfJ%2BYrqPscfYmm%2FYk9TS5Rqfkco0rL0096YblgP%2BQe36%2F4V1n2BOzY%2FCj7COzUcg%2FaLscebwjrYEfn%2FhTGv1H%2FAC5AfU%2F%2FAFq7I2JHR%2F51EbF%2Bzn8zS5B%2B0XY446iva0Ufj%2F8AWpn9pD%2Fn2Qfj%2FwDWrrzYzdmz%2BNMNhP8A5xScB%2B0XY4%2F%2B0vSCP8%2F%2FAK1RvqUnVYIx%2Btdc1hIOqA%2FgKgew%2FvQqf%2BA0uVj549jlDqU%2FaKL9aadSuu0cf5GulaxT%2Fnin5VVayQH%2FAFSflS5WPnj2Ofk1a6jIBjj556H%2FABqP%2B2rv%2B6n5f%2FXq5qVmpZBgJwfu96zPsQ%2Fvn8qkXoStrF2xzhB%2BH%2F16YdWvD3UfhTfsI%2Fv%2FAKUfYV%2FvmjQNRw1G4cfOQcenFNa5kKlRgA9cUxrYRtwc0ojqWNCKKtxelRKlWUXFSykWEq3Ecuo9xVZVqzCMyIPcVmzQ2V%2F5aH1Yf1pScvL6A02LO1893oXkzY%2FvVAiV%2BPMHsBXN6lq2o219LbwzFEjwAAB6D2rpJM5fHcgVwmryY1a6HUeYRXRR3Mqhc%2FtjU2OTcMfyqxBqeos%2BHuGIPAHHX8qxEIPSrSeoOK35mZcq7HWpBrbDJYr9SP6CpBZa0esv6n%2FCuksJ1urOK4HVlGfqOD%2BtXeBVXZPKjkDYax%2Fz2%2FU0hsNXz%2Frv1P8AhXYjFHFO7CyONNhq%2FwDz2%2FU03%2BzdW7zH8zXZ8UlK7CyOL%2Fs3VP8Ansf%2B%2Bmo%2Fs3VP%2Bep%2F76auzo4ouOxxn9nar%2Fz2I%2F4Eab%2FZ2rf89j%2F30a7TAowKLsLI4k2WrDgzH8z%2FAIUpsdXH%2FLX%2FAMeP%2BFdpgdxSYFF2FkcZ9j1cf8tD%2BZ%2FwpDaax%2Fz0P%2FfX%2FwBauzwKTApXYWRxht9XH%2FLQ%2FwDfX%2F1qaYNX7O3%2FAH0P8K7PaKCq9qLsdkcX5GsH%2BNh%2FwIf4UG21fP8ArG%2F76%2F8ArV2RUHimkL6UXYWRxpttXHWVv%2B%2Bv%2FrU37Nq3aVv%2B%2Bv8A61dkVHYVGVFF2FkcgYdXH%2FLRv%2B%2Bv%2FrUzydX%2FAOejf99f%2FWrsNo9KZsXPApXYWRyBg1b%2FAJ6N%2FwB9VGYNV7yP%2FwB9V2RVcdKYUWi7HZHGG31I9ZH%2FAO%2BqYbTUW%2Fif%2FvuuzKL6UzYvpSuwsjjTY6gf4m%2F77NNNhff3m%2F77NdpsFJsWlzMdjhjpdxn7vJ96P7KuP7v613GwdqNoA6UrgcN%2FZdyOqj86Dpc%2Fdf1ruNq45FRkD0ouM4r%2BzJwPufrVJkVWKNwwODXf7RnmuH1OPy76ZffP580rhYpEAHA6UUlLQMWnU2nCkMUVKKiqQVLGSipBUQqQdKkaHinDFM709TSGSing1HmnDNIZMKU5qIZFTUhn%2F9TkMUEU%2FFLivNR1siC0SKNtSgVJ5YYc1rT3IlsZ6Lh1%2BoqeVFbII71dltVyrJxioZFxmu1nOZMkQAxiodoHGKvyrxVUismUjF8NkJr0o%2FvI4%2FUV6BXnuh%2FJ4kZT%2FwBNB%2Bma9B705Ah1JS0lQUIaZinmm0AMNMNSGmGgCI1EamNRmgCBqhapmqFqko5XxGMwRN6P%2FMVyun%2F8f1vjtKv866%2FxDg2an0f%2BlcjphxqFufSVf510UtjKe56%2FGzMvToak5oUYWlqmShtNIp9NNSxkRqtLirRqtIOKhlI8117H9pt9F%2FlWj4YP%2BlTD1QfzNUdfGNSJPdVNW%2FDJ%2FwBOk94%2F61a2JZ3WfmX8a5%2FxIP8AiX59HX%2BtdBj5lNYniIZ02Tjoy%2FzpMEeazdRXpNgc2cB%2F6Zr%2FACrziXqK9F0zmwtz%2FwBM1%2FlTlsNGh70UtFZlCUlLRUjFFJSilpDMXX1P9nMfRlrL0b%2Fjwf8A66H%2BlbGuj%2FiWv%2FvL%2FOsbRf8Ajyk9pD%2FIVovhJe51adKmXrUadKmFAjI1PHlke9cLY%2F8AH8P%2BBV3upAeWT71wVnxfj6t%2FWpXUrsdOtSCmLT6xZqh1NNLSE0ihnzEYXr71WTT55SZMryatJ94Vp2o%2Fdn61aIkYw064Jx8v51oWtvJbxbZACTIDx9K1ABUco4Qf7X9KUtgiV35RyeP3v%2BNJIN28f7f%2BNNmyUfH%2FAD1H9ae%2F%2FLQ5%2FirE0RYgPz3P%2B4P6VVm5jNWYf9Zce6D%2BlQMpKEU4gzBuVwua5m5O6TaPrXVX2EQk9q5VFLkyHua66aOaZHik21Y2U0qc1sZlYikxU5BpuMUhkVFPxSYoAbRTsUhFAHaeCRm6uj6Rr%2FOvRMVwHgdf394f9hB%2Bpr0PBHamhMZtpNtS49qMUxEW3ijbUuKMU7ARbaNtPYgDJpMg9KBDcU32qWk4oAZilox70lMB2KTFKCaWgQzFGKfRQBHgUuKdikxTAMU2n0lADaKUik%2BtAC0tICKdQAlLRilxQFhKKdilxSAbilxTqSgBhptPNNoGMNGaU5oxUjG0081JgU0gUgI8cUxkB7CpqacZoHY47X1C3EQA%2Fgz%2BtYWK3vEGPtiD0jH8zWJisXuaIbimkVJSEc0gKso%2BaowKnlHzD6VHikUKoqwgqJRUy8VLKROtWIP9cn1FQLVm3%2F1yfWs2WjUi%2FwBWxPd%2F6UR9HI7tRFzEP98%2F0psZwp93qRFg9W92H9a891XnU7o%2F9NW%2FnXoC%2FMwA6Mwrz%2B%2By17cH1lf%2BZroomUymjFTkcVowyh%2BOh9KzyuaASpwfzraxmeleGJ90U1sf4CGH0PX%2BVdRs5zXl%2Biai9neLI4yjDaxHoe%2BPau%2FGqWv%2FAD2Q%2FjVITNPaKXaKzl1O1bkSL%2BYp%2FwBvt%2F8Anon5imIu7RTdtUzqNsOTKg%2FEU3%2B0bb%2Fnqn5igC%2FijFZ%2F9pWveVPzpP7Ttf8Anqn50hl8rSbRVA6naf8APVPzpv8Aalof%2BWqfnQBo7aNtZh1S16ean50v9q2g6zLQBpYpMVnf2rZg%2FwCtWkOrWX%2FPVaANAr700g1mnVrTtKtNOq2p%2FwCWq0gNPBpMVmf2ra4x5q03%2B1bT%2FnqPyNAzUxTSKzP7WtP%2Beo%2FI0n9rWfXzB%2BRoA0TTazTq1p%2Fz0H5Gm%2F2rZ4%2F1o%2FI0gNEim1nHVrMf8tP0NRnV7X%2B%2F%2BhoA0yKYazP7Wtf7%2FwChpp1W1%2Fv%2FAKGgDUpKzP7Wtf7%2FAOhpv9rWv9%2F9DSsM1MUVl%2F2ra%2F3%2FANDSHVbX%2B%2F8AoaVgNPmoyKzzqlr%2FAH%2F0NNOqWv8Af%2FQ0NAaGK5LXYtt2sg%2FjQfmK2Tqtr%2Fe%2FQ1larcW93GmxiXQ8cdjU2KMCgU4ikpgLThTadSGOFPX0pgp4qWCJBUgqMVIKkocOoqQdaZUi9KTGOFSLxUfepBmpKHduKkBAHNMFKDigD%2F%2FV5SlpKWvNR1scKlXkgetRCpV6r9a1huRLYuuOKoS9TWg%2FSs%2BXqa7DnKMvSqZq7IODVPHrWbKRz2nHy%2FFSf7TEfmpr0bvXm0Z2eKIPeRf1FeknrTlsgiFFLSGoKG02nGkoAZTTTjTTQBGaiapDTDQBC1QNUzVC3SpKOd18D7CfZxXFWRCXsR9JV%2F8AQhXca4M6e%2Fsy%2FwA64KDi4U%2Bjj%2Bdb0tjKe57WOnFOpq5xTqtkoaaaafTTUsZGRVeSrBqCTpWbKR534kXF8hA6oP5mneGyP7RI9Yz%2FADFSeJ1xcQv6qR%2BtV%2FDp%2FwCJmvujf0rSOwmegnqv1rI14Z02b8P5itgj7v1rL1sZ0249lz%2BtJiR5fL1Br0LSDnTbf%2FcFefSjpXfaKc6bAfQH%2BZpy2GjXpaQUVkUBooopDCloopDMrXB%2FxLJfqv8AOsTRDm0lH%2B3%2FAEFbmt%2F8gyX8P5isPQ%2F%2BPWf%2FAH%2F6Va%2BEl7nXR9BUwqCL7o%2BlTrTEZupD9yx964G0%2FwCQgP8Aeb%2Btd%2FqX%2BpI9xXAWv%2FIRH%2B839aldSjqFFPqNewqSsWbIXimkU%2BmmkMag%2BYVqWn%2BrP1rMT761p2v3W%2BtWiJFoVFMOEz%2Ff%2FpUtRTZwmP74%2FkamWwR3K0wwkgz%2FAMtB%2FWlfkSf7wqO4U%2BXNjr5o6%2FWpJAAsv1BrI0J4f9ZMP9gf0puOtT2ih7iROhMf%2BFPkgKA59KqIM43W5NiBF6ucVkIgRQp7Vqa7%2B7lhlxwD%2FI5qHR7N9cupIEcRFV39M55x%2FWuunscs9yjxRha7MeC5u9z%2FAOOj%2FGl%2F4QuX%2Fn5%2F8dH%2BNakHDNszgUz5a7n%2FAIQmb%2Fn4H%2FfP%2FwBekPgq47Tj%2Fvn%2FAOvQBwpApu3Peu4Pgu67TL%2F3z%2F8AXph8F3n%2FAD2T%2Fvn%2FAOvQI4gj8qSu2%2F4Qu%2F7TRn%2FgJ%2FxpP%2BEM1DvLGfwNFh3K%2FhLIa6I9E%2FrXaqWZguSM%2B9czbeGdas932W5WPdjO0HnHSrY0nxKD%2FwAfq%2Fio%2FwAKYjsUXaoBOcU%2Faa5H7H4nH%2FL5Gfqg%2FwAKkWLxMo%2F4%2BYT%2FANs6LgdXg%2B9Jg1zQPiNes0B%2F4Af8akE%2BvD7xtz%2FwFv8AGi4WOgNR8g%2B1Ywu9XH3lhP4MP608Xt%2F%2FABRR%2FgTT5gsbHNNJxWaNQuO8S%2Fgf%2FrUo1B%2B8X6%2F%2FAFqLisaOfpTfyqj%2FAGgP%2BeZ%2FSl%2FtFP7jfpRzBZl4fhTvwqgNRhHVW%2FKl%2FtG3PUEfhRzILMvZ9qTPtVP%2B0LU9z%2BRp3260P8f6GndBZlrNJmoPtdqekgpRc25%2F5aL%2BdF0FibNLUYngPSRfzFL5kfZgfxouKw%2Fj1o49aTIPeii4C0tJij8qAHUtNpdtAC0tJtNLtNABRij5qMmgBMD1ptPyabmkMbRQT7Cm5z2pDFphFLkelISPekMTAqMkU8sPWoyRnrSA5DXTm%2BHtGP5msitbWub8%2FwC6tZmKyluaIZikxzUmKTvSAqyj5h9KjAqab734VGKTKQ5RUqioxxUoqGUiVatW3%2BuWqwqzbZ80Y9%2F5VDLNSH%2FVr%2FvGmoBtHu1LFwkY%2Bv8AOiP7in%2FaP9KkQ%2BPmRO37wVwNwc3Erersf1rvV5kj%2FwB%2F%2FCtL%2FhHNLJyYASfrXTQRjUZ5ZjPY03y89jXq3%2FCO6T%2Fz7rS%2F8I7pX%2FPBa6LGVzy%2B2b7O5bG4e9WTeN2jWvSP%2BEd0gf8ALslL%2FwAI9pH%2FAD7J%2BVFguebC9k%2FuL%2BdH26TOdi%2Fma9LHh7Rxz9lj%2FKl%2F4R%2FR%2B9rH%2BVFgueZfb5j0Rf1o%2B3T%2FANxP1r07%2FhH9H7Wsf5Uv%2FCP6R%2Fz6x%2FlRYLnl5vbj%2B4mab9un%2FuLXqP8Awj%2Bkd7aP8qQ6Bo%2F%2FAD6x%2FlRYVzzAXtx%2FcSkN7cD%2BFOa9NPh%2FRj%2Fy7JTl8P6OvS2T8Rn%2BdFh3PMPt1x%2FcQ037dP8A3Fr1P%2Bw9J%2F59Y%2F8AvkUn9iaT3tY%2F%2B%2BRRYLnln2647KtL9tuf7if5%2FGvVP7G0odLWL%2FvkUv8AZGlj%2Fl1i%2FwC%2BRSC55Ub2fuqf5%2FGk%2B2z9lT%2FP416uNJ0wf8u0X%2FfIpw0zTh%2Fy7x%2F98igLnk326cdk%2FOj7fN6JXrX9m2A%2F5d4%2F%2B%2BRSf2dYdoI%2F%2B%2BRQFzyY385PSOm%2Fbp%2F%2Bmdet%2FYLL%2Fngn%2FfIpPsVoP%2BWKf98igdzyX7bOf7lMN3cf7FeufZLX%2Fnkn5CkNpbf88l%2FIUBc8j%2B1zeqGk%2B1z%2FAOzXrZtbf%2Fnmv5CmG2gHSNfyFIZ5P9qn%2FwBmk%2B0zn%2B7%2BVerNbw%2F3F%2FKmGCH%2B4v5UAeV%2FaZv9n8qPtM3%2Bz%2BVepeRF%2FcX8qTyIf7i%2FlSA8sNzL6rTvtEvqtenG2tz1jX8qztXhhj02dlRQcAcD3FFwOEE8nU4o85%2FaosUZqblEvmt7Uea3tUVLSuOxIZCRgioxRS0gFp1NpwpAPFPxTBT6TGOFSCmAVItSUSVIvpTBUgpMYpwOaetMNSLUlDhTqABSGkB%2F%2F9blaKKK81HWwFTKen1FQ1IeFz6Yq47ks0W5WqEvWtA%2FdqjKOa7jmKD9KqGrj9DVJutZspHL3H7vxFbP6vGf1xXpp%2B8a8v1TMer20noU%2FRq9Rb71OXwoa3EpKWioGNNNNONNNADTTDTzTDQBG1RmpDUZoAgPWoX6VO1QNUsow9aGdPl%2FD%2BdeeoD5pPTBBr0fVgDYTA%2Bg%2FnXnDNhzxge1bUtjOe57ZHkop9QKfUcB3QRn1UfyqWtGQhpFNNONNNQyhhqCSpzUMnSoYzhPFI5gb%2FeH8qz9A41SP%2Fdb%2BVanipf3cDe5H6VkaGduqQ%2B%2B7%2BVXHYTPR26A%2B4rP1cbtPuB%2FsGtBug%2BoqpqXNncD%2Fpm38qGJHlEucCu50I502L2LD9TXDy9Aa7bw%2B2dOUejt%2FOh7DRvUCkHSisyhaKTilpDCiiikMztaGdMm%2FD%2BYrA0P%2Fj3uB6MP5V0Gsf8AIMn%2Bg%2FnXPaEf3Nx9R%2FKrXwkvc6%2BIfKPpU4qCL7o%2BlWBTEZ2pD9yx%2Blef23%2FIRH%2B%2Bf616Bqf%2BpavP4f8AkIj%2FAK6GkupR1A7VJUa0%2BsGbIdSGlzSUhjF4ZfrWlaH5W%2BtZo6itG06N9atESLw5qOboh%2F2h%2FI1IpqKcfKvswqZbBHcrSgkTgjP7wU4kjzM9MgfrSTE%2Fv8njeMUpGfM79KyNC3YHF8%2Bemz%2FCrV06kHbVC1H%2BkyY6%2BX%2FhTnJ71URM5DxF0iX3NWfCGbTWVMvyo8bISeBng%2F0qpr4IeM9gP61mtI3VclTyM9a66exzz3PcvtFt%2FwA9U%2F76FH2q0HWZB%2FwIV4R5kvNKDK38JP4VpYg93FzaH7s0Z%2F4EKkDwno6n8a8FHndkb8jTwbrsr%2FgDRYLnu%2BUPcUfIR1FeFZveyyfk1SKb4rykufo1FgPb%2Fl9RR8nqK8PA1A%2F8s5vyalK6l%2Fzzm%2F75agR7aSvqKZlP7w%2FOvFPL1I%2F8s5vyak8nUT%2Fyym%2F75amB7XmPPLD86bmIdWX868XMGpH%2FAJZTf98tSfZ9SznyZf8AvlqAPaCYe7L%2BYqM%2BSf4l%2FMV42LXUv%2BeMv%2FfJo%2ByannPky%2F8AfJoEexlYf7y%2FmKjKwf31%2FMV5B9j1P%2FnjKfwNJ9k1LvBL%2FwB8mmB64Vt%2F76%2FmKYy2w53r%2BYryb7JqH%2FPGX%2Fvk0v2LUT0gl%2F75NILnqjLa%2FwDPRP8AvoUwrbf89F%2F76FeXf2fqWP8Aj3k%2F75pw0%2FUv%2BfeT%2FvmgZ6Zstz%2FGv5ioytv03p%2BYrzf%2Bz9T%2FAOfaT8qT%2BzdTP%2FLtJ%2BVFhXPRStv%2FAM9F%2FMUwrb%2F31%2FMV59%2FZuqf8%2B0n5Uv8AZmqf8%2Bz%2FAJD%2FABosFzvSLcfxr%2F30KYfs%2FwDz0T8xXC%2F2Xqf%2FAD7P%2Bn%2BNN%2FszU%2F8An2f8hRYdzuf3HZ1%2FMU39z%2FfX8xXE%2FwBman1%2BzP8AkP8AGk%2FsvVP%2Bfd%2FypWC5237ofxr%2BYpC6D%2FlqB%2FwKuJOl6n%2Fz7v8AlSf2ZqXe2f8AKiwXO38%2FHSbH%2FAv%2FAK9OF1IOk5%2F76rhf7N1HH%2FHvJ%2BVNNhqI%2FwCXeT%2Fvk0WC53v2%2BYf8vH6inf2lcjpMD%2BVefGxvh1t5P%2B%2BTTfst6OsEn%2FfJosFz0YatdD%2Flop%2FAU4azcjrsP%2BfrXmpguv8Ank4%2F4Cab5c46o%2F5GgZ6gNcm7oh%2FE08a8e8Q%2FBv8A61eUfvB1DD86N7DqTRqGh6yNdi%2Fiib8CKd%2FbtqeqOPy%2FxryQSN03H86C8gGSx%2FOjULI9c%2FtuyPXcPw%2F%2BvThq%2Bnt%2Fy0A%2BoNePeeT1Y0eYT3NGoWR7INS089J0%2FE4%2FnT1urV%2BUmRvowrxtUmcZXJH1q7bRuisHGMnipcrDUbnrJlj6g8etMMsX979K8yyyg7SR9KS1ubkOAJXx%2FvGkp3Hy2Oh1Yhr5ipyNq%2FyqhilLM7bnO4%2BppahjG9qTFPIpMc0gKso%2BeohU0v36jFIpDgKlFMFSCpZaHirVtxLn2P8AKqwFWbb75%2F3TUMo04%2F8AVx59D%2FM0sY%2FdIfcmmp%2Fq0%2F3T%2FWnKQI0H1qRDogDLCB3auvxzXHqG3IEHzc7frjisj7N4r%2F6a%2FwDfY%2FxrqobGFU9I2mjBrzT7L4qPXzv%2B%2B6T7F4oPXzf%2B%2BzXQZHpoUmjbXmP9neJu%2Fmf99mmHTfEbHlZP%2B%2BjQB6jtNLtNeWHSvEXdX%2F76NJ%2FZGvkfdf8A76NAHqhGKMj1ryn%2Bx9e67W%2FM0n9ja33Vv1oA9W49aaceoryv%2BxtaPGxv1pp0bWc4KN%2BtAHquB6ijK%2F3h%2BdeVHRNZ%2Fut%2BRpDo%2BrDqp%2FI0Aeq%2FL%2FeH50fL6j868o%2FsbVeoU4%2Bho%2FsbVf7p%2FI0gPVsr%2FeH50ZT%2B8PzFeUf2NqnXa35Gj%2BxdTP8AC35GgZ6tmP8AvD8xSb4h1kX8xXlP9i6l0Ib8jS%2F2JqPZT%2F3yaAPU%2FMh%2F56J%2F30KQyRD%2BNfzFeW%2F2LqI%2FhP8A3yaP7F1Ej7rf98mkFj1DzYB1lT%2FvoUwz24%2F5ap%2F30K8x%2FsW%2F7qf%2B%2BaX%2Bxr8HoR%2FwGgD0r7RbdfOT%2FvoUz7Va%2FwDPaP8A76FebHR77uD%2FAN80n9j33o2P92gZ6R9ptT%2Fy2j%2F76FNNxa%2F89k%2F76FecHRr49mx%2Fu0f2Le%2Bjf980gPQzc2v%2FAD2T%2FvoUz7RbH%2Flsn%2FfQrgP7Fvc5Ab8qP7EvfQ%2FlSGd79ptf%2Beyf99CkNza%2F89k%2F76FcCdGuv9o%2FhR%2FYt33DflQB3Ru7Tp58f%2FfQrK1q7tW02VEmRmOAACCetc2NEu%2BmD%2BVK2i3gHyglvQikMxqSpHjeJzHIpVl6g0ypGFFJS0DClpKWkMUU4UlKOKQDxUgxioxUvWkAq1IOtMFSKakpEi1KKjFSCpKQuOKkAptOHSkND6KOtKMdxSA%2F%2F9flBThTRS15iOwBTmP7tsehptPIzGw%2F2TVolmkDlAapyjpVuM5hU%2BwqtKK70czM5%2B9UmPNXn71nv1rORSOV17i7t39B%2FI16iex9RXmPiDAMLfWvS423wxsP4kU%2FpTfwoOpJSUUVAxKbTqaaAGGmkU4000ARGozUrdaiagCFqgapmqE1JRlampNjOP8AYNeaN98%2FSvUL4ZtJx%2FsN%2FKvMGzu49BW1LZmcz2myYNZwn1jX%2BVWKpaWd2m2x9Yl%2FlV6tGQhhpppxppqWMYahfpUxqJ6zZRxnikf6NEf9s%2FyrA0bjU7c%2BrH%2BRro%2FE4H2ND6Sf0NcxpJxqNsf9v%2Bhq47CZ6cfu%2FiKrX%2FNpN7o38qst938qgu%2BYJR%2FsN%2FKhiR5LL92uy8Of8eBHpI39K46b7ldd4aObORfSQ%2FyFD2GjpBS0nSlrIoSikooGOpRTaXNIZQ1YZ02f%2Fdrm9B%2B5c%2Fh%2FWum1T%2FkHT%2F7tcxoJ%2FwCPgey%2F1q18JL3Oxh%2B4v0FWVqrB%2Fq1%2BgqyDTEZ%2Bp%2F6k%2FhXn0fGpD%2FrpXoWpDMDevFeeqcakP%2BulJdSjqRT%2B1RrUlYs2QtFLSVIxg6itG06P9azR2rStON%2F4VSIkXVpk%2Bdq4%2FvCnrmmT8IP94UpbBHcz79iiTlePnXn61PkbJPXiodSBaC4UdSV%2FmKmPR29h%2FSsjQuWC%2FwCmH3j5%2FIVYuUAzVawP%2Bnn3j%2FoKuXeDmqiSzh9fUeQG7hsVyIZiyrk9eBXXeIDiBQP739K5i2hZ5UIGfnUfrXVT2MJ7nviWdsFHyDOBninfZ4B%2FB%2BlXTikx71oZlTyIf7v6Unkw%2FwB2reKTFFwKvlRDotHlR%2F3KtbaCPencCr5cf9yk8uP%2B7VrFJii4rFXy4%2F7tGxP7lWCBmkwKYFYqg%2F5Zn8qb8n%2FPI%2FlVsim5X1ouKxUJT%2Fnk35UhKf8APJvyH%2BNWiyA4LD86TfEOrj86LhYq7l%2F54t%2BQ%2FwAaMof%2BWLfl%2FwDXqz5kP99fzpPOg%2F56L%2BYouBX%2BX%2Fnk35D%2FABoyvTym%2FIf41Y86H%2B%2Bv5immaD%2Fnov5ii4WIMj%2Fni36f40ZH%2FPFv0%2FxqfzoP%2Bei%2FmKb59v8A89F%2FMUXCxDu%2F6Yt%2Bn%2BNLn%2Fpi36f41L59v%2Fz0X8xSfaLb%2Fnqn%2FfQouFiLJ%2F54t%2Bn%2BNJk%2F88W%2FT%2FGpvtFuekqf99CjzoP%2Bei%2FmKdwsQ5P%2FADxP6UmWP%2FLE%2FpU%2Fnwf89F%2F76FJ9ot%2F%2Beif99ClcLEOT3iP6Uu3%2FAGKk%2B0W%2F%2FPVP%2B%2BhSfaLf%2Fnqn%2FfQouFiPH%2BxSbf8AY%2FlUnn2%2F%2FPVP%2B%2BhR59v%2FAM9U%2FwC%2BhQFiEj%2Fpmf0qMr%2F0zNTme3%2F56p%2F30KaZoO0if99CgLFYj%2FpmaaR%2F0zNTmaE%2F8tF%2FMVGZof76%2FmKQyEgf88zTDj%2FnmasGaH%2B%2Bv5imGWI%2FxqfxoArEJ%2FzzP5UwxREcxj8qtb4z%2FEPzpjMnqPzpDMfULeH7DcMIgCI2IOB6V5kxI4zXqmpsDptyEIz5Zry%2BVDww%2BlMZDTqCu0D3oFAGvafcH0q3iqtp9wfQVcrCW5rHYYehqC2%2F1i1ZbofpVe1%2F1i0RFI1wKeBTVGakAoAbSY5p5FJ3oApy%2FfNMAqST75pgpMaHgU8dabTxUstDhVm3%2B83%2B6arCrdvj5z%2Fs1DKNBRlAv%2BxSrjgei%2F40o%2B6P9wVGvU49KkRatgDdQr610%2F2dfU%2FnXNWQzfQn%2FPeutrqo7GNTcrfZx6n86Ps49T%2BdWaK2Miv5H%2B0fzo8j%2FaNWKWgCt5B%2FvH86PI9Gb86s0lMCv5H%2B0aPIPZjVjNGaAK%2Fkt%2FfNJ5B%2FvHNWaQ0gK3kn%2B8aT7P8A7RqzSUAVvII%2FiNJ5B%2FvGrVNoGV%2FJP940eS3941PRmgCDyT%2FeNHkn%2B8anzRmkBB5Lf3jSeSf7xqxSUAVvIP8AeNNNu3981apKAKpgb%2B8aaYG%2FvGrRNIaBlQwN%2FeNMMDd2NXKaaQFMwN%2FeNMMLf3jVw0xqQFLyGz9400wOf4jVs02kMqfZ2%2FvGuQ1LV76zv5beJxsQgDIB7V3XNeYa0c6rcn%2FboQFae4kuZTNKcs3XFQmoqeGzQ0NMWlpKWpGFLSUvSkMdThTBT6AHCpBTBTxUjHipFpgqRaQ0PFSioxTxUsZIKeKZT1pFDwKUZNFJk0hn%2F9DlaKKK8xHYJUyjKn6VCBU6%2BlWhMtQH%2FR0%2F3RUMuamt%2FwDj3X6VFJ3%2Btdy2OV7me%2FU1RfrzV5vvGqMnWokUjmPEQ%2Fdwt%2FtEV6FYtvsLZ%2FWJP5CuB8QgfZoz6P8A0rudKO7SbM%2F9Ml%2FlT%2ByLqaFJS0GoKGmmmn0w0ANNMNONNNAEZqJqlNRmkxldqiNStURqWMpXYzbTf7jfyryxv9YPpXqtyMwSj1Rv5V5XJ9%2F8K2o9SKh6%2Fo3OlWv%2FAFzFaR6VmaEd2kWp%2FwBjH5VqEVqzNEZptOIptQxjDUbdKlNRsMioZaOS8Sr%2FAKCD1w4%2FrXJaYf8AT7X%2FAK6LXYeJh%2FxLsj%2B%2BK43Tji9tj%2F00X%2BdVDYlnqhHymorhcxyD1U%2FyqZjiMn0FMnGVYeoNOQkeQS%2FdxXVeGW%2F0eYejj%2BVcrKMKa6XwyfknX3U%2FzoewzqxS0gpayKEoFFFAxaUU2nUhlLVB%2FwAS%2Bf8A3DXL6D964Hsv9a6vURnT7j%2FcNcpoPMlx%2Fur%2FAFqlsS9zsIP9Wv0q0KqW%2FwDql%2BlWRVCKeo%2F6lq87P%2FISH%2FXQV6LqA%2FcNXnTf8hHP%2FTQVK3ZTOpWpKYKf2rFmqHUlLSHpSKI607Tq%2FwCFZnGK07T7z1SIkXhUU33Rn%2B8KmFQzjKD2IpS2CJQvx%2B5n%2FwCA%2FwAxUzfcf%2FdH9KjvRlJhnsp%2FlUh5V%2BOw%2FpWJoWLXi6Y%2F9Msj8hT5HLE5osRvvcEdY%2F6VbngCg4qoiZwmvbmMcQ781mwSCBVAUZU5B759a19fXCJKOoOKp%2BH7ePU9US0uBlGRmwDjkDNddPY557lseINR6%2Bc%2F%2FfR%2Fxp3%2FAAkepjrO2Pqf8a7T%2FhE9M%2F55k%2F8AAj%2FjR%2Fwiumf88v1P%2BNa2M7nFHxFqP%2FPZ%2FwAzTf8AhINQ%2FwCez%2F8AfR%2Fxruf%2BEW0v%2FniPzP8AjR%2Fwi%2Bl%2F88V%2FX%2FGiwXODOu35%2FwCWz%2Fmf8aadavT1mf8AM%2F413v8AwjOmD%2Flgv60v%2FCNaZ%2FzwWnYLnn51m9P%2FAC1f8z%2FjTP7Xve8j%2Fma9E%2F4RrTP%2BeC0f8I5pg%2F5d0%2FKiwrnnR1a77yN%2BZpp1S6P8bfnXpH%2FCO6b%2FAM%2B6flR%2Fwj2nf88E%2FIUWC55sdTuj1dsfWm%2F2jcf3j%2Bdel%2F8ACP6d%2FwA%2B6fkKP%2BEf07%2Fngn%2FfIp8oXPMft9x6mkN7cE%2FeNeof2Dp%2FaCP%2FAL5FL%2FYOn%2F8APCP%2FAL5FHKFzyw3lxjG4%2FnSfa7jsx%2FOvU%2F7C08f8sI%2F%2B%2BRS%2F2Hp%2F%2FPCP%2FvkUcoXPLPtk%2FwDe%2FWl%2B2S%2Bv616l%2FYlh2gj%2FAO%2BRR%2FYtj%2FzxT%2Fvkf4UcoXPK%2FtcvXP60fapfWvVP7FsP%2BeMf%2FfIo%2Fsaw%2FwCeKf8AfIo5RXPKvtUuev60fapM9f5V6t%2FY1j%2FzxT%2FvkUn9jWP%2FADxT%2FvkUcoXPKvtMnr%2BopPtUnr%2Bor1X%2BxrH%2FAJ4p%2FwB8il%2Fsex%2F54p%2F3yKOUOY8p%2B0Sev60faZMY7%2FWvVv7Gsf8AnhH%2FAN8ij%2Bx7H%2Fnin%2FfIo5Q5jyj7RJ6%2FqKT7RL6%2FrXrH9j2P%2FPFP%2B%2BRSf2RZD%2Flin%2FfIosHMeU%2FaJPX9aPtMhHB%2FWvVv7Isv%2BeKf98il%2Fsiy%2FwCeKf8AfIosFzyjz5f8mk%2B0Sev616udIsv%2BeKf98imnSbH%2FAJ4p%2FwB8iiw7nlPnyev6ijz5P8mvUzpNl%2FzxT%2FvkU06TY%2F8APCP%2FAL5FFgueXCaQ5%2FxpPOk7V6edIsf%2BeEf%2FAHyK5HxLZwWstuIECb1YnaMZwRSsNM54yyetJ5sh7mkC04JRYCL7UOQSajaZCpA69qjuE2vns3NQUhi%2B9OFMp4oA2bQfJ%2BAq5VS0%2B5%2BAq7WEtzWOxGRwfpUFr%2FrBVlvun6VBaD94DQhSNdRUopiingUAIRTe9PxTe9AFKQfO1NFOf77fWkFSUh4p4pop4FSy0KKtQY2yf7v9aqirMJASTPoKljNL%2BD%2FgApsYwDnvTm%2B6f90f0pAuAfpUCLengm%2Bj74FdXmuRtG8u4Em9YwqfeY8D61sC8U9LuD8x%2FjXZR2Mam5rUVl%2FbPS5g%2FMf40ovD%2FwA%2FEH%2FfQ%2FxrUyNSlxWX9tI%2F5bwf99D%2FABpftp%2F5%2BIP%2B%2Bh%2FjQBp4oxWb9tP%2FAD3g%2FwC%2Bh%2FjSm89JoT%2FwIf40AaOKMVnfbW%2F56w%2F99f8A16Q3bnpPD%2BY%2FxpgaVIazxcy%2F89YT%2BP8A9el%2B1P3lh%2FP%2FAOvQBexSVRN1J%2Fz1h%2FP%2FAOvTRdSn%2FlrCfx%2F%2BvSAvmmkVTNxN%2FwA9Ivzpvn3J%2Fji%2FOgZdxRVPz7nPWL86Tz7n1j%2FOkBdxRiqXnXR7xfnR591%2F0z%2FOgC7ikxVIz3Xby%2FzpPNvPSP8AOgC7SVRMt4enlD8aPNu%2B4j%2FOgZcppqkZLz%2Fpn%2BdN8287hKALtNNVPNuvRKa01yBk7B%2BNIC0c0w1TNxcdPk%2FOmma57lM0gLRzSGqPnXLZ5SmGa5HV46VgNDivLtV51K595DXeme46ebGKwdQ0lJ1ku1mQPgscdDimhnIYop%2BKMUxCA06kxRUtFXFp1NFOFSMUdadTRThUjHCpBUYp1AyWpFqMc1IB6VI0SrTxTKeOtSUSVIOlR08UhkgoAHegU4AGkM%2F%2F0eVpKKBXmI7BwqVKiFTJVollmD%2FUgfWmSjg1NAPkxTJBxXbHY5nuZjjk1SkGDWi68mqMoqZFI5rxAubMH0cV2GgndolofRMfkTXK68mdPY%2BjKa6Twy27Qrf2LD%2Fx4018IdTcpDTqQ1AxtNNPptAEeKaRUhFMpDIWqNqmaoWoAgaojUpqNqllFWbmKT%2FdP8q8nk%2B%2BD7f1r1mQZRh7GvJ5fvD8a1o9TOoeueHedGtv90%2FzNbFYnho50aDPbcP%2FAB41t1szNDDTDUhphqGMjNRtUhqJqhlo5jxKP%2BJa3s61w1jxdQe0i%2FzrvPEa50yT%2FeX%2BdcBanbPEfR1%2FnVQ2JZ60%2FwDqm%2BlEnK%2FUUrcxN%2Fu0jcqPoKchI8hn43j3Nb%2FhcndcL%2Fsqf51hXIw8g9GP862vDBxPMPVB%2FOh7DW52QpcUlOrIob2op1FAxAKeKQU6pGVb8ZsLgf8ATM1yGgt%2B%2BnHqoP612N5%2Fx5Tj%2Fpm38q4vQv8Aj6l%2F3P61cdmS9ztbcful%2BlWgvrVa3%2F1S%2FSrYpgUdQH7lvpXnEvGof9tB%2FSvSNQ%2F1Le4rzebjUP8Aga%2F0pLcbOpFPpgp9Ys2Q6g0UlIZGelalp99%2FpWWeladp99vpVIiRoCo5vufiKeKjn%2F1Z%2BopS2CJm3x2Q3L54AU%2FyqbOFfnPA%2FpUOogmzuvdAf5VIAdjHP8K%2F0rLoaIv6f%2FyEF94%2F6Vq3X3TWRYsFvFbOcRZ%2FSr89wHGMYqo7Ckji9eGYFH%2B1UHg1SfEMWOyOf0qzrWG2Rg9TmjQLq30e8a7YGXdGUGOMZIP9K6aexhPc9b20ba5P%2FhL7b%2Fnif%2B%2BhSf8ACYW3eE%2F99f8A1q2uZ2Os20hWuTPjC1H%2FACyP5%2F8A1qiPjGDtFn8f%2FrUXFY7DbSba40%2BMYv4Yh%2Bf%2FANamnxlH%2FwA8h%2Bf%2FANancLHabaTAriT4yXtEPzph8ZHtEv5mi4rHc4pMVwp8ZH%2Fnkv503%2FhMm%2F55J%2BdO4WO7xS4rgz4xftGn5mmf8JjL%2FcT9aLhY77FJiuBPjGb%2B4lN%2F4TGb%2B4n6%2FwCNFwsegYpMVwH%2FAAmU%2FwDcT%2FP403%2FhMZz%2FAAp%2Bv%2BNFwseg4FG0V59%2FwmM%2F9xP8%2FjSf8JlcdkT%2FAD%2BNFwsegFaMDFef%2FwDCY3H9xP8AP40n%2FCYXH91Py%2F8Ar0cwcp6DgUba89%2F4TG5%2FuJ%2BX%2FwBej%2FhMbj%2B4n5f%2FAF6OYXKehbaNtee%2F8Jjdf3I%2FyP8AjS%2F8Jjc4%2B4n5H%2FGjmDlPQdtGwV56fGNz%2FcSk%2FwCEwueyp%2BR%2Fxo5h8p6HtFNKivPf%2BEwuv7qfkf8AGk%2F4TC6%2Fup%2BX%2FwBei4cp6HtFLtFeeDxhc%2F3U%2FL%2F69KfGF1%2FdT8v%2FAK9Fw5T0EqKYVFcB%2FwAJhc90T8v%2FAK9H%2FCX3P9xPyP8AjSuHKd4VFMIFcEfFl0c%2FKn5H%2FGmHxXddlT8j%2FjSuOx3pC1w3ira1zAx6Ih%2FU1XbxReEcKv5Gse8v5b1g0uMj0FFwsM8rPOKPKNbtjpk1xaxzBlG8dD1q3%2FY0v99PzoA4%2B6gJhLd15rIr0c6JIUP7xCMdPWvPZ4%2FKmeIHcEYjP0oGRCnimU8UAbloPkH0FXB1qpafc%2FAVcrnlubR2GP8Acb6GoLP%2FAFoqeT7jfSorIZkpx2JkbAp1NAp2KAG5pueacaaBQBTf7x%2BtIKV%2FvN9aQVJSJBTxTRTxUssUVYiGUb3wKgqzD%2Fq2%2BoqGM0nwAxx0xQeh%2BgpHIAcn1xQ2SD9KkRUuxm0nB5BRR%2BornbfT1uLiOHcVDnBro7v%2FAI9Zv%2BAj9RVDTh%2FpkR9z%2FKtotpaEtJl5fDVkFw0khPrkf4Uf8I3Zf89JPzH%2BFb1LT52LlRz%2FAPwjVn%2Fz1k%2FT%2FCk%2F4Rq0%2FwCesn6f4V0NFHPIORHO%2FwDCM2p%2F5bP%2BQ%2FwpP%2BEZt%2F8Ans%2F5D%2FCuizRRzyDlRzn%2FAAjEHadvyFJ%2FwjEP%2FPdv%2B%2BRXS0Zp%2B0kHIjmT4Xi7XB%2F75FB8Lx%2F89z%2F3yK6bNGaPaSDlRy58MJ%2Fz8f8Ajopv%2FCML2uP%2FABwV1NFHtJC5Ect%2FwjA%2F5%2BB%2F3x%2F9ek%2F4Rj0nH%2FfP%2FwBeuqozR7SQciOT%2FwCEYb%2Fn4H%2FfP%2F16P%2BEaf%2Fn4H%2FfP%2FwBeuqoo9ow5Ecp%2Fwjcn%2FPcf98%2F%2FAF6P%2BEbk%2FwCe4%2F75%2FwDr11dFHtJByI5P%2FhGpP%2Be6%2FwDfJ%2Fxo%2FwCEal%2F5%2BF%2F75P8AjXWc0ho9pIORHJ%2F8I3L%2FAM91%2FwC%2BT%2FjSf8I5N2nH5H%2FGus570lHtJByI5M%2BHZ%2F8Anuv5H%2FGj%2FhH5%2FwDnuPyP%2BNdWaZg0e0YciOW%2F4R%2Bb%2Fn4H5H%2FGk%2F4R%2BXH%2BvB%2FA%2FwCNdURTcUvaSHyI5b%2BwJR%2Fy3%2FT%2FAOvQdBk7z%2Fp%2F9eunIqM0e0YciOb%2FALCf%2Fn4P5f8A16Q6E3e4P5V0mKQij2jDkRzn9hf9Nz%2BVJ%2FYY%2FwCex%2FKuixSbc9KPaMORHPf2En%2FPU%2FkKT%2Bw4x%2Fy1Y%2FlXQlaaVpe0YciMD%2Bw4v%2BerfpUMuiNkeTLx3yK6PYabg0%2FaMORHE3Fs1tKYmbcRjkVGK1dYUC6B9VBrLq73JtYWnCkFLSAcKcKaKdSGSLUoqJalFJjJFqUVCtTKc1JSHCpRUQqQUhkopwx3pnSlHNSM%2F9LlKKSlFeWjtHipEqOpE61aJZeg%2B7TZfu0sHQilk6Gu2GxzS3M2SqUvBq9J1qlJ6mlIaMPWhnTZfw%2FnWx4Sbdoij%2B7I4%2Fkay9WG7T5x%2Fs5q74NbOkyL%2FdmP8hRH4WD3OqoopKkYlNp1NNIBpplOphoGMaoWqZqhagCBqjNSNUZ6VLKIW6H6V5LPw%2F4mvWjXk1z%2FAKw%2F7xrWj1M6h6p4XOdGi9mYfqa365zwm27SF9nYfrXRmtmZoYaZTzTTUMZEaiapWqM1DLRzviEZ0ub8P5ivOoeHQ%2BjD%2Bdej6%2Fzpk%2F0H8xXmsXGMev8AWqhsTI9hH%2BrP0pOCq%2B4FKvMY91poP7tPoKchI8mux%2B9l%2FwB5v51qeGWxeOP70Z%2FQis69H%2BkTg%2F32%2FnV3w3%2Fx%2FwCP9g%2F0p9A6nd0tAFLisSwpKWk57UDFpaSjNSMiuubSYeqN%2FKuJ0Q4vZPeM%2FwAxXcT828o%2F2G%2FlXCaKf9Ob3jP9KuOzJe53Nuf3a1aFVLb%2FAFS1aFNAVb%2F%2FAFTfSvN7j%2Fj%2FAM%2F7a%2F0r0i%2B5hYe1ecXXF9%2FwJf6UluM6kU%2FFIKkrGRshtIafSGkMixxWnaffb6Vm1pWn32%2BlUiJF8CoZ%2FwDVn6ipqin%2FANWc%2Bo%2FnSlsC3KN4ypbXLtnHl%2F8A1qFyEY9tq%2F0qK9%2Ba2uFPRkH58VOCDGQP7o%2FpWXQ0LFpj7Vx%2FzxP8qWRjmm2oxdJ%2F1yP8qWWhAzB1NCwVh2rk5JpQTg4rtLoZQ57Vw8v3jXVSMJjPtE396mmeb%2B8ajNNrYyOr0OeHUdRhspraIKwOSAcnAz616APD2mj%2FAJd0P4V574NTdrsJ9Ff%2FANBNezEUwOd%2FsDTu1un5Uo0OwHS3j%2F75FdCVpNtAGD%2FYtgP%2BXeP%2FAL5FL%2FY9j%2Fzwj%2F75FbpHFJigRiDSLMf8sY%2F%2B%2BRS%2F2TaDpDH%2FAN8itrFGKAMX%2ByrTP%2Bpj%2FwC%2BRR%2FZdsP%2BWSf98itnFJimBj%2F2Zbf88k%2F75FL%2FAGbbf88k%2FwC%2BRWvikK0CMj%2Bzbb%2Fnkn%2FfIpP7Ptx%2FyyT%2FAL5Fa%2B2k20AZX9n2%2FwDzzX8hS%2FYIP%2Bea%2FkK1NtJtoC5m%2FYYOyL%2BQo%2Bww%2FwBxfyFaW2jbQBm%2FYYB%2FAv5Ck%2BxQ4%2B4v5VpbaNtAGb9ii%2FuD8qX7FF%2FcH5VokUm2gDO%2Bxw%2F3B%2BVH2OLOdo%2FKtHbRtoAzvscX90flR9ji%2Fuj8q0dtG2gRm%2FY4v7o%2FKj7HF%2FcH5VpbaaVoGZptIf7g%2FKozaxf3R%2BVaZWoytIZnfZ4%2BwFJ9nj67RV8p7U3ZQBT8hf7opwhX0FWttAUUgIfKT0FO8lPSpCKPrQM8YaWZSypIy4J6EiqHetSePEpYfxGs512uRTAj704UhFKKAN61%2B7%2BAq7VS0%2B5%2BX8qt1zy3No7Ecn3G%2BhqOx%2B%2BfpT5f9W30pLEfOaFsTLc1xRS0UANpBS0gpgUW%2B8T70Cg9T9aUVJSHipBUYqQVLLQtWofuHvlhVWrkGdoHqwqGMuyDIYf7VK54NDA8n%2Fa%2Fxpsh%2BUketIRVvCfs0vuy1V04f6XH%2BP8AKrN7kW75%2FvqP51W03%2Fj8T6H%2BVaLYR1WBS03dRQA6ikzR7UAFLSUUAFFFJQAUtHaigBaSikPtQAtJSUUALRQKKAEpKWkpAFFGKKACigHJpTQA2mkU6koAbTDT6b9aQDDTMfnUhxTTTGMpp60%2FNNNIBuKSlPNJQAUlL9abQAGmHmpOtMIFAHNa0MTRn1X%2BtYua3NbX54m9QRWHW0diGLThTRThQIcKdzTRT6AHLUwzUI5qUVLGiUdqkX1qMdKkXpUspEi4p461GvFSCkUSU4YqMDNSZA61Iz%2F%2F0%2BTpwFJTxXlo7QqROtR05OtWiS%2FB1NOk4BpsHU1JIODXZT%2BE557mXKapv0q7KBmqUlKQIydR5spx%2FsGpPBTE2FwvpKD%2BYpL1c2sw9UP8qi8Dt%2B4u1%2F2kP6GnHZg9zt6aadSGpGR0hpe9NxSGJTDSmmmgBpqFqmPSoX6UAQNUbU9jUZqWURd68ouhiU9vmNerjrXlV8MXEn%2FXRq0o7sioekeECDpJHpI38hXT1yvg3%2FkFv%2F11P8hXVGt2ZIaaYacaaahjIzULVM1QtWbLRh64M6Zcey5%2FWvM16GvT9ZGdNuB%2FsGvMF6GrgKR6%2FF%2Fql%2F3aReY0PtSW5zDH7qP5Uin92n0pyJPL9QGLu4H%2FAE0b%2BdWPDxxqC%2B6MKh1MYvrn%2Fro386l8PnGoR%2B6tTWwdTvxS00U6sTQSilpKQBRiilpFDXXdG6%2BqkfpXAaR%2Fx%2Fj%2FAHGr0E%2Fcb6GvOtMJGopjphquOzJe53tt%2FqhVsVTtv9UPqauCmIrXvMTfQ15vecX34rXpF5%2Fqm%2F3TXm97%2FwAfuf8AdpR3G9jrBTu1Np1Ys2QtIaKDUjGVoWh%2BZvpWfV%2B1%2B%2B30q0TI0Kjm%2FwBWfqP51IKin%2F1Z%2FD%2BdKWwkULhd0U3qEB%2FHing4Q%2F7g%2FpTZjhJsdowf5UKflOf7g%2FpWJoWbX%2Fj7TPTyz%2FI0svai14uk94z%2FACNJJTQGXcfcb6GuImHzGu3ueEf6VxM33jXTSMahUNNpxpuM10GJ3PgiH%2FiZxSHurn9MV69t5rk9F0m3s4YLqzkEknlAdeORzXQK99n5lQCgC3tFJtqESzd9v607fN2C0ASbRTdtMLz%2FAOzTfMn%2FANn8qBEu2kxUe%2Bf2qNnuP4So%2FCnYCxtowKgDXHcr%2BVG%2Bb1UfhQBNtoxUO%2BX%2B8tIZJv7yj8KAJsUbah3y%2FwB9aTfL%2FfWgRNtpNtQ%2BZJ3daQvLj%2FWKKAJ9tG2qxkkH%2FLVf0o81x1kX9KALO2jbVbzm%2FwCei%2FpSec3%2FAD1UflQBa20m2qnnP%2Fz2T9KGuMf8tkH5UAWttG2qn2jP%2FLZPzFHnn%2Fnun6UAW9tG2qfnH%2Fn4X9KQ3H%2FTdP0p2Au7abjNVPtH%2FTwn6U03B%2F57p%2BlIC2VphWqpn%2F6eUH5Uwz%2F9PKfpRYC0Vpu2qhnHa5T9KaZxn%2Fj5T9KQy2VphWqZuU%2F5%2BU%2FMU37Sne6T81pBcu4pCMKT6Cs83SEf8fSj8RTHuUIx9rXn6UDPPbiAmIuP4Tn8Kx50PDfhXoJtNNwVa4XBBHFcdNbsUcBSQuSD9KAMYimipsU1hjmgpo37XhPyq1Va24jqxXPLc1jsRTcRt9KWx%2B8aJv8AVt9KWw6saa2JluawoxSqDS4oERGkHSnmmjpTAz6cKYOlSCpLQ8U8U0U8VDLQVcgHyr%2Fv1Tq7B0Qf7f8AhUsC45%2BU89TSOfl465pGJ2geppe2D60kIqX5%2FwBHOe8o%2FQGq%2BljN2vspqLV5THaRkdTOf0FSaO6y3Cuv901qloTfU6bFLS7aMGkMKKXFLtoAbiinBTS4NADKWlINGDQA3ApOKkCmjaaAGYop%2B00bTQAzApMVJtNG00AMAoxS4NGDQA3FJinkGkwaAG0YpcGlwaQDfpSEU%2FBpNvFADfrTcDNSYNIQfSgCM0hFPwfSmkGgBhFMYVJTSD6UARYIppqUg%2BlMIPpSGRmkp2D3FIRQA2ilwaTn0oASkxS0UAYmuL%2B4jY9mx%2BYrm66nWhm0B9HFctWsdiJbigcU4U2nYpiHCnCm04UASLUgHemCpBUjRIOhqQdKYvSn9qktEiU%2BmLmpBUjHr15p%2FB680xMZp%2BcUhn%2F%2F1OUFSCmLT68tHcxKcnJxTakj61SJZbhOHx7VM%2FQ4FQx%2Ff%2FCp2FdtP4TnnuZktUpBWhKKpSilISM2cZikH%2Byf5Vn%2BByfMvF%2F2V%2Fma05ASjD1BrJ8EnF5dp%2F0z%2Fk1OGzCR6BSGnU01AxhqMkZxnmpajKLu3Y56ZoGNNNNSYppoAiNQvU5qJ6BlRutMNSPURqGMj6NXlupD%2FSpf%2Bupr1HvXmOrDbez4%2FwCeprWjuRU2O78GNnT5h6S%2F%2Byiuurj%2FAAVzZTj0kH8q7Gt2ZIYaYaeajNQxjGqFsYqU8ioWrNloytVGdPuB%2FwBMzXla%2FdavV9SGbG4H%2FTNv5V5QvINVAUj1u15t4j6ov8qcv3BTbDBs4D%2F0zX%2BVO%2FgFVIlHmWpf8f1z%2FwBdG%2FnTtCyNQj%2BjUmpDF%2Fcf75pNEP8AxMIvcmmthnoa06min1iWJSUtJSGFLSUtIYuMqR7V59pQB1IA8gK1ehCvP9L41Uj2erjsyZHbWw%2Fdj6mrYqpa%2FwCr%2FE1cFAitdj9030Neb33%2FAB%2B%2F9816Vef6o%2FQ15rf8Xmf92hblPY6unU0U6sWaoO1GaKKkYyr9tjefpVA1etv9YfpVomRoVHLzG34fzqQVHN%2Fq2x7fzpS2EinOBtl94x%2FSmqPkPrsH9KdN%2FGP%2BmYpoPyk%2F7ArI0LVr%2FwAfKf8AXM%2F1psnrS2%2F%2FAB9R%2FwDXM%2FyNJJmhAZd1%2FqmFcZcDDmu3nAIIribv%2FWN7V00jGZQNFB60V0GJbtri5tzvgleMjurEV0Wl6vqdzfxwTXUhVsjGT1xxXOImEFaujof7RtiO7%2F0NRJmiR3v%2BknrLJ%2F30aNtx%2FwA9X%2F76NXCKMVhzF2KWyc9ZX%2F76P%2BNIYpT1kc%2F8CNXtvtRtouwsZ%2FkOerv%2FAN9GkNu395vzNaOKTbTuFjO%2Bzf7TfmaT7L6lvzNaW2kxRcVjO%2Byj1P5mk%2ByD3%2FOtHGKMUXCxnfY09%2FzpPsad8%2FnWltpNtFwsZv2KP3%2FOg2UZrR20baLisZv2KKj7FH6VpbaNtFwsZv2GLHSk%2BwxelaW2jbTuFjM%2BwxelH2GL0rS20baLsLGZ9hi9KPsMfpWnso20XYWRlmxjo%2Bwx1qbKNlHMwsjLNlHTfsUdahSm7KOZhyozPsaelJ9kStLbTSlHMw5UZ32OOm%2FZI%2FStLbTdtLmYcqM%2F7JHSG1T0q%2FspNtHMw5UZ5tUpv2VK0dtMK0czDlRnG2Xtmudu7ieOeWFThVOK7DZzXH6gv%2Blyn%2FbIq4MLIzgKCoIIp%2B2nYqy0jVt8%2BUPrU9VLVwY9ncGrVYvcLEc3%2BqNS6eOTUM3%2BqNT6d0Jpoh7msBxxTM0%2FIxTCaAGmm9qfTexoAzgOKkFMp4pFIeOtPpop9QWFXbcZMf8AvGqQFX7f%2Fln9TUsCdv4frTSD8v1p5IwgNJ1K%2FWkhGJrI32kQ6fvGI%2FIVkadeSWkpkjxuAwc8jmutl0%2BbULdBEAdjNnJx1xWefDV2MkKOfRv%2FAK1ddNaENLuR%2FwBvXPon5H%2FGpBr1x%2FcT9f8AGmf8I1e%2Bn%2Fj3%2FwBaj%2FhG77%2B7%2FwCPD%2FCq5EK3mSf29cD%2FAJZp%2BtP%2FAOEgn6eUn5mq%2FwDwjl%2F%2FAHT%2FAN9D%2FCmnw7qH9xvwYUciCz7loeIJv%2BeSfmaX%2FhIJc%2F6lfzNUv%2BEfv%2Buxv%2B%2Blo%2FsC%2FwC0b%2F8AfS0ciCz7l469Mv8AyzU%2FjSDX5e8Q%2FOqJ0LUP%2Becn5rTTod%2F%2FAHJB%2FwB80ciDlfc0R4glz%2Fql%2FOnf2%2FJ%2FzyH51lnRNQHRJP8Ax3%2FGpxoU%2FB%2Fe59MCk4pEu66l4a%2B5PMQ%2FOkOvuP8AliPzqmdCnPeUf8BFJ%2FYc46NL%2FwB8ilZC5mXR4gfvEPzo%2FwCEgPTyv1qj%2FYs3dpf%2B%2Bab%2FAGLP%2FfkH%2FAKPdC7NAa%2Be8Wfxp3%2FCQDtFj8ax5dKuI8bWkbPX5DUX9m3nXEn%2FAH7NNQTLSk9je%2Ft9e8R%2FOg68g%2F5ZH8xXP%2F2fef8ATT%2Fvg0n2C677%2FwDv2aORD5JHRf2%2FH2ib8xQNfhP%2FACyb9K5z7Dcdy3%2FfBoFlcDjd%2BaNR7NByyOk%2Ft%2B36eW36U7%2B3rfoUc%2FlXMG0n%2FvYI%2FwBlqT7Hc%2F3wf%2BAt%2FhRyIOWR1H9vWp%2Fhf8h%2FjR%2Fbtr%2Fdb8hXK%2FZbgHG8f98mj7Jcf89F%2FI%2F4UuRByyOq%2Fty2%2Fut%2BVMOuWx7N%2BVcz9kn7Ov5N%2FhSfZ7jpuX8j%2FhR7NByyOn%2Ftu09G%2FKj%2B27b0b8q5g2lz%2FfQ%2FTP8AhTTbXPQsn6%2F4UezQcsjqP7ZtOvzflSHWbTtu%2FKuX%2By3H99P1pv2a4H8SUvZoOWZ1P9sWZ7t%2BVM%2Fta0OeT%2BVcwbeccb0P4mm%2BTcf3l%2FOj2aC0jqP7WtT3P5Uf2ra8Hcfyrl%2FIm6l1%2FOmmGUfxr%2BdL2aHaR1f9q2fqfyo%2FtSy6bj%2BRrlPJlz95fzpfJb%2B%2BtHIgtPsb2oXtpcWrxI%2BW4IyD2rmsVMbdz%2FGv605LWVjgMOBT5UhOMt2QCnCmjNOFSIcPanimCnikBIBUgqMVIKRSJV6VJUY4p9SxolWpBUQNSVJRIvSnZpo6U%2FikM%2F%2FV5YU6kpa8pHaxKlj6VEamj6VaEy3H94VYcVXj%2B8KstXZS%2BE557mbNVGStCYVQk6U5Aim4zxWD4OO3VrpP%2BmbfowroD1rnfCh267Onqsg%2FUUQ6hI9GNIad3ppBqBjOKQ0ppDQA2mGnU00AMaoGqc9KgekMrNURqZ6hNSyiPGTXmesjF9OP%2Bmlem968113jULj%2FAHxWlHcipsdh4KI%2BzXI%2F21%2FlXaGuH8Ef6u6Hup%2FnXckV0MxRGajNSmojUMpEZqI1M1RGs2UjPvhutJx%2F0zb%2BVeRqOtewXQzbyj%2FYb%2BVeQKeoqqYpHrOmHNhbn%2Fpmv8qmx8vHqaraUc6dbH%2Fpmv8AKrQ%2B7%2BJ%2FnVSJR5pqo26hcD%2FbNQaOf%2BJjD7sf5Va1n%2FkJz%2FUfyqnpJxqMH%2B%2Fj%2BdNbDe56ODnFOpq9BTqxZYUlLSZpDCiiikMctef6dxq2P9%2BvQBXAaf8A8hj6s9XHqTI7a2%2F1Zx6mri1UtvufiauCgCC8H7o%2FQ15pqH%2FH2foK9KvP9VgDsa801HIuvwFEdxvY6wU6mjtTqxkaoO1FL2oqSiM1etvvn6VRPer1r9%2F%2FAIDVIiRfFMl%2F1bfh%2FOpMVFN%2Fqm%2FD%2BdEthIo3RISU9xFn8qEIK59Yx%2FIU6YZ3j1jxTEGF2n%2FnmKyNCzbtm7i9Nh%2FrT5etMthm9gH%2Bwf61JJnJ%2BtCAzph1rh7rmVj7mu4uDhGI7CuEuM7jXTSMZlOlA3MF9TilAqW3KLOjSfdBya3M0tTReEjoDxW9YxQ2vlTB1MiDr9RSWER1N3jslDmMZbJxwfrWkNC1Af8ALJP%2B%2Bqg6JQi%2BpZGpP%2Fz0Sj%2B03%2F56J%2BVV%2FwCwtQ%2F55J%2BdH9h6j%2FzzT8%2F%2FAK1HKuxPIv5iz%2Fab9nSkOpyf30quNC1D%2B4n5%2FwD1qT%2Bwb%2FrsT8%2F%2FAK1HKuwuRfzFr%2B0367ko%2FtKQ%2FwAaVV%2FsHUP7qfn%2FAPWo%2FsDUP7qfn%2F8AWo5V2DkX8xa%2FtKT%2B%2BlJ%2FaUn99Kq%2F2Df%2FAN1Pz%2F8ArUv9gah6J%2BZ%2Fwo5fIORfzFg6k%2F8AfSk%2FtKQ8eYn6VD%2FYF%2F8A7H5n%2FCj%2FAIR%2B%2BPdP1%2Fwp8vkLkX8xN%2FaUn%2FPRPyFH9oSf89F%2FSov%2BEdve7R4%2FH%2FClPh%2B9%2Fvp%2BtHL5C5V%2FMP8A7Rk7SL%2BlJ%2FaMv%2FPRf0po8PXn96P8jS%2F8I7ef30%2FI0cvkPlX8wv8AaMn%2FAD0X9KT%2B0ZP%2Bei%2FpTh4du%2F8Anon5Gl%2F4Ry5%2F56J%2F3zRy%2BQuVfzDP7RlP%2FLRP0o%2FtCX%2Fnov6VJ%2Fwjlz%2Fz1X%2Fvn%2F69H%2FCOXP8Az1X%2FAL5%2F%2BvT5fILL%2BYj%2FALQl%2FwCei%2FpS%2FwBoSD%2Flon6U%2FwD4RyfvKP8Avn%2F69H%2FCNzf89h%2F3z%2F8AXpcvkFo%2FzDPt8p%2F5aL%2BlH2%2Bb%2B%2Bv6VJ%2FwjUveYf8AfP8A9ej%2FAIRuX%2FnsP%2B%2Bf%2Fr0%2BVdhWj%2FMM%2FtCb%2B8v6Un9oT%2F3kqX%2FhG5f%2Bew%2F75%2F8Ar0f8I3J%2Fz2%2F8d%2F8Ar0cvkFl%2FMRf2hN%2FeSk%2B3Tf3kqb%2FhHHH%2FAC2%2F8d%2F%2BvR%2FwjjdfO%2F8AHRS5fILL%2BYr%2FAG6Y90pv22f1SrJ8On%2Fnsf8AvkUn%2FCO%2Bsx%2F75FHKuwWXcrfbp%2FVPypv26f8A2Pyq3%2Fwjy95j%2FwB8im%2F8I8n%2FAD1b8hS5V2DTuVft0%2F8AsU03lwem2rn%2FAAj0feVvyFN%2F4R%2BL%2Fno35CjlQadyn9sn7laQ3k%2BP4Kuf8I%2FD%2FwA9G%2FT%2FAApD4fg%2F56P%2Bn%2BFHKg07lE3lwf7v5VlXMbS%2BZK2Mnk10P%2FCP2%2F8Aff8AT%2FCm%2FwBg2%2F8Aff8AMf4UWsHzOMxTgK686Hb%2FAN5%2FzH%2BFNbRYFUtufgZ6%2FwD1qDXmRzEJ2v7HitCqyRh0DknmrNZyBkU3%2BrP4VZ0%2FoarT%2FwCrP4Va0%2F7poWxm9zQcEgYOKTtUmOKbjigBtIc7TTqa33T9KAKHanim04VLKQ8U6kAp1SywFXbfrH75qkMVegzmP%2FdP9algTEAMnqKcDnb9aTHzL7Cg9B7ZpCNzR0H2Zsf3q1tlZ%2BiDNmT6tWxXdT%2BFHPPcr7cUbKsYpcVoSV9po2YqxRQBBspNlWKWgCtso2dsVYpaBFbYKTZVrijAoArbBS%2BWKsgCjigCt5Y9KQxr6VapOKAKvlj0pDH7VbptAFTy6PLHpVviikMp%2BWPSjyx6VapOKAKvlL6UeWPSrXFHFICr5K%2BgpDCvoKt8U3FAFTyF9BSGFfQVcpOKBlIwJ6UwwL02ir2BSHFIDPMC%2BgqM28Z%2FhFaJFR7QM0DuZ5tk67RTDbR45UVpEUwikFzN%2ByRf3RTDaQ%2F3B%2BVaeKbikO5mGzh7oPyqM2EH%2FPNfyrWxTSO1ILsxHsbZBuMS478CuEmmLTyPF8gYnAHHFeias3l6ZcHoduB%2BNeZ%2FWkyk2KKcKaKcKkY8U4UynLUsZKKlAqIVMtSxoeKeOab2pw6UihwqVc5xUa1KtSUS44paSlwKQH%2F%2F1uWFOpKK8pHcwqZBUNTrVollmP7wq01VF%2B8v1q49ddJ6GFRalGXoaz5BWhNxms9%2BhqpCRSbrXO%2BGzt8SyL6%2BZXRtjNc1oh2%2BKiPVn%2F8AQTSh1CR6UetNNOPWmkVLGMNJSmm5zQAhphp9NNAxhFQvUxqB6QFdqiapWqI1LKIu9eb%2BIONQnz%2FeH8q9JPWvN%2FEI%2FwCJhN9V%2FkK0o7kVNjp%2FBB4uh%2Fun%2Bdd2a4LwQf3l0P8AZX%2BZrvjXQzIYaiNSmozUMaImqIjNTNULVnIpFacZicf7J%2FlXj3RjXscgyjD2NeO%2FxkGnTCR6lo3Om23%2B4Ktjo3%2B8ao6Gc6Xbf7tXxn5%2F941ciUeda4pXU5s%2FxYP6Vn6VgalB%2FwBdK1fEOBqTf7q1jaccX0B%2F6ar%2FADojsD3PS16U6mrT6yZYgopabSKCgUUUgHivPtPP%2FE3H1f8ArXoArz%2FTv%2BQsv1f%2BRqo9SZHc233Pxq4KpW33Pxq6KaAiuf8AVH6GvMtS%2FwCPr8BXptz%2FAKo%2FQ15lqf8Ax8%2F8BFEdxvY6peg%2BlPFMX7o%2Bgp9Ys1Qvakpe1JUlDDV60%2F1g%2FwB2qNXrUZk%2Bi1SJkaBqKb%2FVMP8APWpain%2F1bf570S2JRScneR%2F0zo9%2F9ilY%2FvDjr5dNz%2F6CaxNC3aEfbICf7h%2FrTpeSfrUdtxdW5%2F2T%2FWpJOpPvTQGdcjKMK4K4OXIrvp%2FuN9K4KQZkc%2B%2BK6aRjUK9GOKm2imkVuZ2O7%2BH65vLzP%2FPJf%2FQq9PKivOvAKYuLxsdI0H6mvSaEKRDto2ipaMUxEW0elJt9qkxS0ARbR6Um0VLRQBDtFJtqYikpgRbRSbRU2BRQBDtFJtHXFTYoNAiHbRtqSlxQBDto25qbFJxQBDtpdtS0UAQ7KNlTUlAEWyjbUtGKAIdlGypsUYoArlDTNnFWcU0ikMqFKTZVkrTCvrQBXKU3ZVkrTCtICuUpClT7aaVNAyuUpuyrJWmFTSArFKjKVZIphFICsUqCcbbeVvRG%2FlVw1UvTiyuCO0bfypDRwkP%2BqUGpqggO6JfXvU9ZPc2RDcf6r8RVnTvumq1x%2Fqx9RVrTx8hprYh7mp2ptOppoAY1Nf7h%2BlPJ61G5%2BRqAKVPFMFPFSy0SCl70gp1QyhKvRdU%2F3T%2FKqX0q7FjcP9ykwZP%2FABj6Uhb0%2FumlP3vTikY4Gf8AZNJCOl0Xiy%2F4Ea1qyNH%2FAOPFT6k1q130%2FhRzy3HUtNFGaokdRTc0tAC0UlFMBaKTNFIB1FNpaYDqKbmjNAhaKTNGaAFpKKKQCUZpOlFAwNNpaSgApKD0pKQDqSjNFACH3pMUtIaBjTTTTqaaQDSabmk2nJPrRigBppppxGaaVHakA2mmn4qPJz0pDCmmnU08UhmD4jk2acVH8bAf1rz%2BvQPEY3aYx9HWvPqTGhRT6YKfUlCipBTKkWpYx61KtRipF6VLKQ4GpcVGoqUCpGAqZetRY5qZeKTKJKX6Gm0vAqQP%2F9flqWkp1eSjuFqVaiFTCrRLJemD7irzHIqjj5fyq%2BQMV1UdjGoUJgSSaouK0paoSdKuRMTPYc1y%2Bl%2FJ4sHvIR%2Ba11L965W048Wxgf8APQf%2Bg0U9wkenEc0h6U49ab2qGNERpKeetNoGNNMNSGozQAw1A9TmoXoArNUTelTGozUMtEINec%2BIR%2FxMJ%2F8AgP8AIV6N3rzvxH%2Fx%2FwA30X%2BQrSj8RFTY3PBB%2FwBJuB%2F0zH869DNedeCP%2BPu4%2FwCuf9a9HNdLMSI1GalNRmoYyJqhYVO1Qms2WiFvun6V46%2F%2Btce5%2FnXsh6GvHJv%2BPiT%2FAHj%2FADp0xSPSdB%2F5Bdv9P6mtP%2B%2F%2FALxrM0D%2FAJBUH0P8zWkerfWrZKPP%2FEI%2F4mTf7i1iWXF3EfSVf51veIv%2BQl%2FwBf61z1rxcxn%2FAKaL%2FOiOwM9QWn01e%2F1p1ZM0QlB4oppqRhS0dKWgBQOK8%2B0841dP95%2F5GvQBXn1hxq8f%2B%2B%2F8jVQ2ZMuh3dsPkP1q4OlVLf7p%2BtXBTAguf9Sfoa801P8A4%2Bf%2BAivTbriA15nqg%2F0j%2FgIpR3G9jp1%2B6PoKkFRp9xfoKlFZSNoh2pDS0GpGMNXrX%2FWf8BqjV61%2F1h%2BlUiZGhUEvCMT0xVioJ%2F8AVtQ9iUU35kOOvl0wHIP%2B6akYYl%2F7Z1H%2FAHv9w1iaFi2ybuA9th%2FrU7g5NQ2n%2FHzB%2FuH%2BtWW%2B8aaAzLsiOFnboBXF%2BSdik8lhuP411urnFnJjvXPTcNx2ArppGU9zPMeOBTFTe6qO5xVojJJ9qktFBuM%2BgJrYSjd2O98FBYDe%2BYQpOzGcD1ruvOg%2F56J%2BYryBWb1p29qSZq6F%2Bp6750H%2FAD0T8xSedB%2Fz0T%2FvoV5EJGo8xvajmD6t5nrhnt%2F%2Beif99CmG5twf9bH%2FAN9CvJvMJ9KbvORT5hfV%2FM9Z%2B12mOZox%2FwACFJ9ts%2F8AnvH%2FAN9CvJhIxNBdqOYPq%2Fmer%2FbbL%2FnvH%2F30KT7fY%2F8APxH%2FAN9CvKPMags2KOYX1ddz1Q6lYL1uI%2F8AvoUh1LTx%2FwAvEf515Z5jetLvb1p8wfV13PUP7U07tcJ%2BdIdV07%2Fn4T868wDEHIpPMYmlzD%2Brruenf2rpv%2FPwlIdX00f8vC%2Fr%2FhXmJkYYpPMbpT5g%2BrruemHWNN%2F5%2BF%2FX%2FCj%2B2dN%2F57r%2BR%2FwrzPzGxR5j%2BtHMHsF3PS%2F7Z03%2FAJ7j8j%2FhR%2FbWm9px%2FwB8n%2FCvNDK%2BOtJ5r%2BtLmD6uj0z%2B2tM%2F57f%2BOn%2FCk%2FtrTf8Ant%2Bh%2FwAK8zEz560ec%2FrRcPYI9M%2FtrTf%2Be3%2Fjp%2FwpDrWnf89f%2FHT%2FAIV5l58g70huJB3o5g9gj04a1p3eb%2Fx0%2FwCFH9t6Z%2Fz1%2FwDHT%2FhXl%2F2mX2o%2B1S5xxRzB7BHqH9taZ%2Fz1%2FwDHT%2FhTTrem%2FwDPX%2Fx0%2FwCFeYG5l6ZFN%2B0y%2BoouHsEen%2F23pv8Az1P%2FAHyf8KjOt6af%2BWp%2F75P%2BFeZfaZfagXMhGeKVw9ij0w65pv8Az0P%2FAHyaZ%2Fbmnf8APQ%2F98mvNPtMpOM003Mo9KA9kj0s63p2P9Yf%2B%2BTTf7a07%2Fnof%2B%2BTXmhupfakN1L7UheyR6T%2Fben%2F89G%2F75NNOtWH98%2F8AfJrzj7TL7U03Mue1AeziejnWtP8A77f98mom1mw7O3%2FfJrzo3cue1IbqXpxQHs0eh%2F2xYf3m%2FwC%2BTVa61ayktZokZtzoyj5fUVwn2mX2phupfaiwciNCH5Mqe9Wc5rLgmeSVVbGOtaYHFZyGyK4%2B4PrVvT%2FuGqdx9xfrVyw%2F1ZoWxm9zTph6U6k7GgBjdDUb%2FcansetROPkagRVp4pgp4qWWiQdKdTadUMoKvRD5uP7n%2BFUavoTk%2Byj%2BYpMbJCfmb%2FdpjkkHP9w1I3BP0qJuj%2F7lJEnU6TxYR%2FjWnVPSAP7NhPtWjgV3Q2Rzy3IhRUhAp4UVZJCDTRuDe1WNqjtRtFAWI6Kl2im7RQFhlJUu0UhUDpQAzNFO2ilCigBlFPKil2CgCKlp%2B0Um0ZxQA00U7aAcCl2igBhptS7RTSooAjzSU4qOtIVGKQDKTINSbRjNMwAaAClpCMUoFAxKQ0tLigCIiinYGKaaQDaQ0%2BmNxQA2mmnGjHNIZGRTDUpqFuDSAbzSGhuKTrSGY%2BuxmTS5wP4QG%2FI15yOler3iK1nOp6GNv5V5T2qWNAKeKZmnCpKHipAajHWnjr%2BNJjJh2qQVGKkFSxoeB61IPemgU8VDLHkcU9elNApy0hjvrT6bipFFIZ%2F%2F2Q%3D%3D) no-repeat 50% top;
  background-size: cover;
}
/* line 484, /app/app/assets/stylesheets/theme/_base.scss */
.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 30;
  bottom: 30px;
  position: relative;
}
/* line 489, /app/app/assets/stylesheets/theme/_base.scss */
.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: #999;
}
/* line 492, /app/app/assets/stylesheets/theme/_base.scss */
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: #bfbfbf;
}

/* line 500, /app/app/assets/stylesheets/theme/_base.scss */
.headline-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 500px;
  background: #253340 url(/../images/background/bg-header-small-1.jpg) no-repeat 50% top;
  background-size: cover;
}
/* line 510, /app/app/assets/stylesheets/theme/_base.scss */
.headline-bg.pricing-headline-bg {
  background-image: url(/../images/background/bg-header-small-2.jpg);
}
/* line 514, /app/app/assets/stylesheets/theme/_base.scss */
.headline-bg.contact-headline-bg {
  background-image: url(/../images/background/bg-header-small-3.jpg);
}
/* line 518, /app/app/assets/stylesheets/theme/_base.scss */
.headline-bg.about-headline-bg {
  background-image: url(/../images/background/bg-header-small-4.jpg);
}

/* ======= Promo ======= */
/* line 524, /app/app/assets/stylesheets/theme/_base.scss */
.promo {
  padding-top: 120px;
  position: relative;
  color: #fff;
  margin-bottom: 80px;
  height: 620px;
  z-index: 10;
}
/* line 532, /app/app/assets/stylesheets/theme/_base.scss */
.promo .title {
  font-size: 46px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 540, /app/app/assets/stylesheets/theme/_base.scss */
.promo.section .intro {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* line 546, /app/app/assets/stylesheets/theme/_base.scss */
.promo .btn-cta {
  font-size: 18px;
}
/* line 550, /app/app/assets/stylesheets/theme/_base.scss */
.promo .btn-link {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
  border: none;
  background: none;
}
/* line 562, /app/app/assets/stylesheets/theme/_base.scss */
.promo .btn-link:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
}
/* line 568, /app/app/assets/stylesheets/theme/_base.scss */
.promo .btn-link:focus {
  outline: none;
}
/* line 572, /app/app/assets/stylesheets/theme/_base.scss */
.promo .btn-link .svg-inline--fa {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

/* ======= sections-wrapper ======= */
/* line 582, /app/app/assets/stylesheets/theme/_base.scss */
.sections-wrapper {
  background: #fff;
  z-index: 20;
  position: relative;
}

/* line 588, /app/app/assets/stylesheets/theme/_base.scss */
.section .intro {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  color: #999;
  font-size: 18px;
}

/* line 598, /app/app/assets/stylesheets/theme/_base.scss */
.section-on-bg .title {
  color: #fff;
}
/* line 602, /app/app/assets/stylesheets/theme/_base.scss */
.section-on-bg .intro {
  color: #fff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* ======= Why ======= */
/* line 610, /app/app/assets/stylesheets/theme/_base.scss */
.why {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 614, /app/app/assets/stylesheets/theme/_base.scss */
.why .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
}
/* line 620, /app/app/assets/stylesheets/theme/_base.scss */
.why .intro {
  color: #999;
  margin-bottom: 30px;
  font-size: 18px;
}
/* line 626, /app/app/assets/stylesheets/theme/_base.scss */
.why .item {
  padding: 90px 0;
  border-bottom: 1px solid #eee;
}
/* line 630, /app/app/assets/stylesheets/theme/_base.scss */
.why .item.last-item {
  border-bottom: none;
}
/* line 634, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .title {
  font-size: 26px;
  color: #4a6781;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 641, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .desc {
  margin-bottom: 60px;
}
/* line 644, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .desc .svg-inline--fa {
  margin-right: 5px;
}
/* line 649, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .quote {
  position: relative;
}
/* line 652, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .quote .quote-profile {
  position: absolute;
  left: 0;
}
/* line 657, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .quote .quote-content {
  margin-left: 90px;
  background: #f5f5f5;
  border-left: 4px solid #e8e8e8;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  padding: 15px;
}
/* line 667, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .quote .quote-content::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e8e8e8;
  position: absolute;
  left: 80px;
  top: 25px;
}
/* line 681, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .quote blockquote {
  border-left: none;
  font-style: italic;
  color: #666;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
}
/* line 690, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .quote .source {
  color: #999;
  font-size: 13px;
  margin-bottom: 0;
}
/* line 695, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .quote .source a {
  color: #999;
}
/* line 698, /app/app/assets/stylesheets/theme/_base.scss */
.why .item .quote .source a:hover {
  color: gray;
}
/* line 706, /app/app/assets/stylesheets/theme/_base.scss */
.why .figure {
  position: relative;
  text-align: center;
}
/* line 710, /app/app/assets/stylesheets/theme/_base.scss */
.why .figure .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
/* line 716, /app/app/assets/stylesheets/theme/_base.scss */
.why .figure .figure-caption a {
  color: #b3b3b3;
}
/* line 719, /app/app/assets/stylesheets/theme/_base.scss */
.why .figure .figure-caption a:hover {
  color: #8b0000;
}
/* line 725, /app/app/assets/stylesheets/theme/_base.scss */
.why .figure img {
  margin-left: auto;
  margin-right: auto;
}
/* line 731, /app/app/assets/stylesheets/theme/_base.scss */
.why .control {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -65px;
}
/* line 737, /app/app/assets/stylesheets/theme/_base.scss */
.why .control .play-trigger {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  text-align: center;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/* line 753, /app/app/assets/stylesheets/theme/_base.scss */
.why .control .play-trigger:active, .why .control .play-trigger:focus {
  outline: none;
}
/* line 758, /app/app/assets/stylesheets/theme/_base.scss */
.why .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
/* line 765, /app/app/assets/stylesheets/theme/_base.scss */
.why .control .play-trigger:hover .svg-inline--fa {
  cursor: pointer;
}
/* line 770, /app/app/assets/stylesheets/theme/_base.scss */
.why .control .play-trigger .svg-inline--fa {
  font-size: 22px;
  position: relative;
  left: 3px;
  top: 2px;
}
/* line 780, /app/app/assets/stylesheets/theme/_base.scss */
.why .feature-lead .title {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
}

/* ======= Testimonials ======= */
/* line 789, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 120px;
}
/* line 794, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .carousel-indicators {
  bottom: -60px;
  z-index: auto;
}
/* line 798, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .carousel-indicators li {
  background: #ccc;
  border: none;
  margin: 1px;
}
/* line 803, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .carousel-indicators li.active {
  background: #be0000;
  border: none;
}
/* line 813, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
/* line 821, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .item .profile {
  position: absolute;
  left: 0;
}
/* line 826, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .item .content {
  padding-left: 210px;
}
/* line 830, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .item blockquote {
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  border-left: 0;
  padding: 0;
  position: relative;
}
/* line 838, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .item blockquote .svg-inline--fa {
  position: absolute;
  color: #a50000;
  font-size: 22px;
  left: -45px;
}
/* line 846, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .item .source {
  color: #8b0000;
}
/* line 849, /app/app/assets/stylesheets/theme/_base.scss */
.testimonials .item .source .title {
  font-size: 16px;
  color: #666;
}

/* ======= Press ======= */
/* line 858, /app/app/assets/stylesheets/theme/_base.scss */
.press {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 862, /app/app/assets/stylesheets/theme/_base.scss */
.press .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
/* line 869, /app/app/assets/stylesheets/theme/_base.scss */
.press .press-list {
  margin-bottom: 15px;
  text-align: center;
}
/* line 873, /app/app/assets/stylesheets/theme/_base.scss */
.press .press-list.last {
  margin-bottom: 60px;
}
/* line 877, /app/app/assets/stylesheets/theme/_base.scss */
.press .press-list li {
  display: block;
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 883, /app/app/assets/stylesheets/theme/_base.scss */
.press .press-list li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/* line 888, /app/app/assets/stylesheets/theme/_base.scss */
.press .press-list li:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 896, /app/app/assets/stylesheets/theme/_base.scss */
.press .press-lead .title {
  font-size: 18px;
  margin-bottom: 15px;
}

/* ======= cta-section ======= */
/* line 904, /app/app/assets/stylesheets/theme/_base.scss */
.cta-section {
  background: #253340 url(/../images/background/bg-footer-1.jpg) no-repeat left top;
  background-size: cover;
  min-height: 420px;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  border: none;
}
/* line 913, /app/app/assets/stylesheets/theme/_base.scss */
.cta-section.pricing-cta-section {
  background-image: url(/../images/background/bg-footer-2.jpg);
}
/* line 917, /app/app/assets/stylesheets/theme/_base.scss */
.cta-section.contact-cta-section {
  background-image: url(/../images/background/bg-footer-3.jpg);
}
/* line 921, /app/app/assets/stylesheets/theme/_base.scss */
.cta-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
/* line 928, /app/app/assets/stylesheets/theme/_base.scss */
.cta-section .btn-cta {
  font-size: 20px;
}
/* line 932, /app/app/assets/stylesheets/theme/_base.scss */
.cta-section .intro {
  margin-bottom: 15px;
  color: #fff;
}
/* line 937, /app/app/assets/stylesheets/theme/_base.scss */
.cta-section .counting {
  color: #8b0000;
  font-weight: bold;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* ======= Features video ======= */
/* line 946, /app/app/assets/stylesheets/theme/_base.scss */
.features-video {
  padding-top: 170px;
  position: relative;
  z-index: 10;
}
/* line 951, /app/app/assets/stylesheets/theme/_base.scss */
.features-video .title {
  font-size: 36px;
  margin-bottom: 60px;
  margin-top: 0;
  color: #fff;
  font-weight: 300;
}
/* line 959, /app/app/assets/stylesheets/theme/_base.scss */
.features-video .video-container {
  max-width: 800px;
  margin: 0 auto;
}
/* line 964, /app/app/assets/stylesheets/theme/_base.scss */
.features-video iframe {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eee;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

/* ======= Features tabs ======= */
/* line 978, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 982, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
/* line 989, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content {
  padding: 60px 30px;
}
/* line 992, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .title {
  font-size: 16px;
  color: #be0000;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 999, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .desc {
  margin-bottom: 30px;
  color: #666;
}
/* line 1003, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .desc ul {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 1008, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .desc ul li {
  margin-bottom: 10px;
}
/* line 1012, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .desc ul .svg-inline--fa {
  color: #8b0000;
  margin-right: 5px;
}
/* line 1018, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .desc blockquote {
  font-style: italic;
  color: gray;
}
/* line 1023, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .desc .table {
  font-size: 14px;
  padding: 15px 0;
}
/* line 1028, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .desc .box {
  background: #f5f5f5;
  padding: 30px;
  font-size: 14px;
}
/* line 1035, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .figure {
  margin-bottom: 60px;
}
/* line 1038, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .figure img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
/* line 1044, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .figure .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
/* line 1050, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .figure .figure-caption a {
  color: #b3b3b3;
}
/* line 1053, /app/app/assets/stylesheets/theme/_base.scss */
.features-tabbed .tab-content .figure .figure-caption a:hover {
  color: #8b0000;
}

/* line 1062, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs {
  border: none;
  margin: 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  position: relative;
}
/* line 1073, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs::before {
  content: "";
  display: block;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
}
/* line 1081, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  /* Chrome */
  /* IE 10 */
  flex: 1;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
}
/* line 1096, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs .nav-item .nav-link {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 0;
  color: #999;
  padding: 15px 30px;
  font-size: 14px;
  background: #fafafa;
  border: none;
  border-bottom: 1px solid #eee;
  color: gray;
  background: #fff;
}
/* line 1109, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
  color: #666;
}
/* line 1114, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs .nav-item .nav-link.active {
  box-shadow: inset 0 3px 0 #8b0000;
  border-bottom-color: #fff;
  color: #8b0000;
}
/* line 1120, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs .nav-item .nav-link.active:hover {
  color: #8b0000;
  background: none;
}
/* line 1126, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs .nav-item .nav-link .svg-inline--fa {
  font-size: 20px;
}
/* line 1130, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs .nav-item .nav-link:hover {
  background: #f5f5f5;
}
/* line 1135, /app/app/assets/stylesheets/theme/_base.scss */
.nav-tabs .nav-item.last {
  border-right: 1px solid #eee;
}

/* line 1141, /app/app/assets/stylesheets/theme/_base.scss */
.nav-link2 {
  color: black !important;
  padding-bottom: 8px;
  padding-right: 10px;
}

/* ======= Steps ======= */
/* line 1148, /app/app/assets/stylesheets/theme/_base.scss */
.steps {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 120px;
}
/* line 1153, /app/app/assets/stylesheets/theme/_base.scss */
.steps .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
/* line 1160, /app/app/assets/stylesheets/theme/_base.scss */
.steps .step {
  padding: 30px 60px;
  color: #666;
}
/* line 1164, /app/app/assets/stylesheets/theme/_base.scss */
.steps .step .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 1169, /app/app/assets/stylesheets/theme/_base.scss */
.steps .step .title .number {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  background: #8b0000;
  border: 5px solid #be0000;
  color: #fff;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 26px;
  font-weight: bold;
  font-family: arial, sans-serif;
  margin-bottom: 30px;
}
/* line 1188, /app/app/assets/stylesheets/theme/_base.scss */
.steps .step .title .text {
  color: #be0000;
  font-weight: bold;
  font-size: 16px;
}
/* line 1196, /app/app/assets/stylesheets/theme/_base.scss */
.steps .btn-cta-primary {
  margin: 0 auto;
  margin-top: 60px;
  font-size: 20px;
}

/* ======= Pricing ======= */
/* line 1204, /app/app/assets/stylesheets/theme/_base.scss */
.pricing {
  padding: 80px 0;
  padding-top: 170px;
  position: relative;
  z-index: 10;
}
/* line 1210, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .price-cols {
  max-width: 85%;
}
/* line 1214, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
/* line 1222, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .intro {
  color: #fff;
  margin-bottom: 80px;
}
/* line 1227, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item {
  padding: 0;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
}
/* line 1234, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item.best-buy {
  top: -15px;
  z-index: 11;
  position: relative;
}
/* line 1239, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item.best-buy .item-inner {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* line 1242, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item.best-buy .item-inner:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
/* line 1247, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
/* line 1251, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
/* line 1256, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .item-inner {
  background: #fff;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #eee;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
/* line 1266, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .item-inner:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* line 1271, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 1277, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .heading .title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px dashed #eee;
  color: #444;
}
/* line 1287, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .content {
  padding: 30px 15px;
  padding-top: 0;
  font-size: 14px;
}
/* line 1293, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .price-figure {
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
/* line 1298, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .price-figure .number {
  font-size: 42px;
  font-weight: bold;
}
/* line 1303, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .price-figure .unit {
  font-weight: 400;
  color: #b3b3b3;
}
/* line 1308, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .price-figure .currency {
  top: -12px;
  right: 2px;
  position: relative;
  font-family: arial, sans-serif;
  color: #666;
  font-size: 18px;
}
/* line 1318, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .ribbon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
/* line 1326, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .ribbon .text {
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #5d80a1;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
/* line 1341, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .ribbon .text::before, .pricing .item .ribbon .text::after {
  content: "";
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #2e4050;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 1351, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .ribbon .text::before {
  left: 0;
}
/* line 1355, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .ribbon .text::after {
  right: 0;
}
/* line 1361, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .feature-list {
  margin-bottom: 30px;
}
/* line 1364, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .feature-list li {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}
/* line 1368, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .feature-list li .svg-inline--fa {
  margin-right: 5px;
  color: #4a6781;
}
/* line 1373, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .feature-list li.disabled {
  color: #999;
}
/* line 1376, /app/app/assets/stylesheets/theme/_base.scss */
.pricing .item .feature-list li.disabled .svg-inline--fa {
  color: #999;
}

/* ======= Download Apps ======= */
/* line 1387, /app/app/assets/stylesheets/theme/_base.scss */
.download-page .headline-bg {
  height: 1200px;
  background: #253340 url(/../images/background/bg-mobile-headline.jpg) no-repeat 50% top;
  background-size: cover;
}

/* line 1395, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section {
  min-height: 900px;
  padding-top: 160px;
}
/* line 1399, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}
/* line 1407, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section .intro {
  text-align: left;
  margin-bottom: 60px;
}
/* line 1416, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section .phone-holder {
  width: 345px;
  height: 651px;
  display: block;
  background: url(/../images/mobile/iphone.png) no-repeat left top;
  position: relative;
}
/* line 1423, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section .phone-holder .screenshot {
  position: absolute;
  left: 58px;
  top: 75px;
}
/* line 1432, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section .content-area .download-list li {
  margin-bottom: 15px;
}
/* line 1435, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section .content-area .download-list li .btn {
  width: 220px;
  text-align: left;
}
/* line 1442, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section .content-area .info {
  margin-top: 60px;
  margin-bottom: 60px;
  background: rgba(31, 51, 64, 0.8);
  padding: 30px;
  color: #fff;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 1451, /app/app/assets/stylesheets/theme/_base.scss */
.apps-section .content-area .info .title {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}

/* ======= FAQ Section ======= */
/* line 1463, /app/app/assets/stylesheets/theme/_base.scss */
.faq {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 120px;
}
/* line 1468, /app/app/assets/stylesheets/theme/_base.scss */
.faq .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
/* line 1475, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card {
  background: #fff;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  border: none;
  margin-bottom: 20px;
}
/* line 1483, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card:hover {
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}
/* line 1487, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card .card-header {
  padding: 15px 30px;
  background: none;
  border: none;
}
/* line 1493, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card .card-block {
  padding: 30px;
  padding-top: 0;
  color: #666;
}
/* line 1499, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card .card-title {
  font-weight: normal;
  font-size: 16px;
  color: #666;
}
/* line 1504, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card .card-title a {
  text-decoration: none;
  color: #666;
}
/* line 1509, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card .card-title .active {
  color: #8b0000;
}
/* line 1514, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card .card-title .card-toggle .svg-inline--fa {
  margin-right: 10px;
  color: #be0000;
}
/* line 1521, /app/app/assets/stylesheets/theme/_base.scss */
.faq .card .card-title:hover .svg-inline--fa {
  color: #8b0000;
}
/* line 1528, /app/app/assets/stylesheets/theme/_base.scss */
.faq .contact-lead {
  margin-top: 60px;
}
/* line 1531, /app/app/assets/stylesheets/theme/_base.scss */
.faq .contact-lead .title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #999;
}

/* ======= Contact section ======= */
/* line 1541, /app/app/assets/stylesheets/theme/_base.scss */
.contact-section {
  padding: 80px 0;
  padding-top: 90px;
  position: relative;
  z-index: 10;
}
/* line 1547, /app/app/assets/stylesheets/theme/_base.scss */
.contact-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 1554, /app/app/assets/stylesheets/theme/_base.scss */
.contact-section .intro {
  margin-bottom: 60px;
}
/* line 1558, /app/app/assets/stylesheets/theme/_base.scss */
.contact-section .contact-form {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 1562, /app/app/assets/stylesheets/theme/_base.scss */
.contact-section .contact-form .contact-form-inner {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eee;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
/* line 1573, /app/app/assets/stylesheets/theme/_base.scss */
.contact-section .contact-form .error {
  color: #8b0000;
  font-family: arial, sans-serif;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 300;
}

/* ======= Contact-other section ======= */
/* line 1588, /app/app/assets/stylesheets/theme/_base.scss */
.contact-other-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 1596, /app/app/assets/stylesheets/theme/_base.scss */
.contact-other-section .other-info li {
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  color: #666;
  text-align: left;
  padding-left: 90px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 1610, /app/app/assets/stylesheets/theme/_base.scss */
.contact-other-section .other-info li a {
  color: #666;
}
/* line 1613, /app/app/assets/stylesheets/theme/_base.scss */
.contact-other-section .other-info li a:hover {
  color: #8b0000;
}
/* line 1618, /app/app/assets/stylesheets/theme/_base.scss */
.contact-other-section .other-info li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  background: #8b0000;
  color: #fff;
  width: 60px;
  height: 100%;
  font-size: 20px;
  padding-top: 12px;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* ======= Map section ======= */
/* line 1637, /app/app/assets/stylesheets/theme/_base.scss */
.map-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 1641, /app/app/assets/stylesheets/theme/_base.scss */
.map-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 1648, /app/app/assets/stylesheets/theme/_base.scss */
.map-section .gmap-wrapper {
  border: 1px solid #eee;
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
/* line 1655, /app/app/assets/stylesheets/theme/_base.scss */
.map-section .gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ======= Blog Slideshow ======= */
/* line 1666, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider {
  margin-bottom: 60px;
  margin-top: 80px;
  border: none;
  height: 400px;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
}
/* line 1675, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .slide {
  display: block;
  height: 400px;
  background-color: #253340;
}
/* line 1680, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .slide::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10;
}
/* line 1692, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .slide.slide-1 {
  background: #253340 url(/../images/blog/post-1.jpg) no-repeat 50% top;
  background-size: cover;
}
/* line 1698, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .slide.slide-2 {
  background: #253340 url(/../images/blog/post-2.jpg) no-repeat 50% top;
  background-size: cover;
}
/* line 1704, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .slide.slide-3 {
  background: #253340 url(/../images/blog/post-3.jpg) no-repeat 50% top;
  background-size: cover;
}
/* line 1710, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .slide.slide-4 {
  background: #253340 url(/../images/blog/post-4.jpg) no-repeat 50% top;
  background-size: cover;
}
/* line 1717, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-control-nav {
  bottom: 15px;
  z-index: 10;
}
/* line 1721, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-control-nav li a {
  background: #5e5e5e;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* line 1726, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-control-nav li a.flex-active {
  background: #fff;
}
/* line 1732, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-direction-nav a {
  text-shadow: none;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 50px;
  display: block;
}
/* line 1740, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-direction-nav a.flex-prev {
  left: 5% !important;
}
/* line 1743, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-direction-nav a.flex-prev::before {
  content: "";
  text-indent: -9999px;
  background: url(/../images/flexslider/carousel-arrow-prev.png) no-repeat left top;
  display: block;
  width: 30px;
  height: 50px;
}
/* line 1753, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-direction-nav a.flex-next {
  right: 5% !important;
}
/* line 1756, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-direction-nav a.flex-next::before {
  content: "";
  text-indent: -9999px;
  background: url(/../images/flexslider/carousel-arrow-next.png) no-repeat right top;
  display: block;
  width: 30px;
  height: 50px;
}
/* line 1768, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider:hover .flex-prev {
  left: 5% !important;
}
/* line 1772, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider:hover .flex-next {
  right: 5% !important;
}
/* line 1777, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-caption {
  padding-top: 90px;
  position: relative;
  z-index: 20;
  text-align: center;
  color: #fff;
}
/* line 1784, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-caption a {
  color: #fff;
}
/* line 1788, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-caption .title {
  font-size: 42px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 0;
}
/* line 1796, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-caption .title a:hover {
  text-decoration: none;
}
/* line 1801, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-caption .meta {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin-bottom: 30px;
}
/* line 1807, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-caption a.more-link {
  color: #fff;
}
/* line 1810, /app/app/assets/stylesheets/theme/_base.scss */
.blog-slider .flex-caption a.more-link:hover {
  color: #8b0000;
}

/* Blog homepage */
/* line 1819, /app/app/assets/stylesheets/theme/_base.scss */
.blog-nav .nav-item {
  position: relative;
}

/* line 1825, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post {
  padding: 0 15px;
  margin-bottom: 30px;
}
/* line 1829, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .post-inner {
  padding: 0;
  position: relative;
  border: 1px solid #eee;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
/* line 1838, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .post-thumb {
  background: #253340;
  overflow: hidden;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0;
}
/* line 1846, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .post-thumb img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  text-align: center;
}
/* line 1854, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .post-thumb img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/* line 1862, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content {
  padding: 30px;
  padding-bottom: 15px;
  color: #666;
}
/* line 1867, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .post-title {
  margin-top: 0;
  font-size: 18px;
}
/* line 1871, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .post-title a {
  color: #253340;
}
/* line 1876, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .post-entry {
  margin-bottom: 15px;
}
/* line 1880, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 0;
}
/* line 1885, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .meta ul {
  margin-left: 0;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-bottom: 0;
}
/* line 1893, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .meta li:first-child {
  padding-left: 0;
}
/* line 1901, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .meta li .svg-inline--fa {
  margin-right: 5px;
}
/* line 1905, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .meta li a {
  color: #999;
}
/* line 1908, /app/app/assets/stylesheets/theme/_base.scss */
.blog-list .post .content .meta li a:hover {
  color: #8b0000;
}

/* Single blog post */
/* line 1920, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper {
  padding-bottom: 80px;
}
/* line 1924, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading {
  margin-bottom: 60px;
  position: relative;
  height: 500px;
  background: #253340 url(/../images/blog/post-2.jpg) no-repeat 50% top;
  background-size: cover;
  color: #fff;
}
/* line 1934, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
/* line 1946, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .container {
  position: relative;
  z-index: 11;
  max-width: 700px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 120px;
}
/* line 1955, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .title {
  margin-bottom: 30px;
  font-size: 42px;
}
/* line 1960, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta {
  font-size: 18px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* line 1965, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a {
  color: #fff;
}
/* line 1968, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a:hover {
  color: #fff;
}
/* line 1973, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta .svg-inline--fa {
  margin-right: 5px;
}
/* line 1978, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top {
  position: absolute;
  z-index: 11;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 14px;
}
/* line 1988, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/* line 1993, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 2000, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
/* line 2005, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content h1,
.blog-entry-wrapper .blog-entry .blog-entry-content h2,
.blog-entry-wrapper .blog-entry .blog-entry-content h3,
.blog-entry-wrapper .blog-entry .blog-entry-content h4,
.blog-entry-wrapper .blog-entry .blog-entry-content h5,
.blog-entry-wrapper .blog-entry .blog-entry-content h6 {
  color: #4a6781;
}
/* line 2013, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content h1.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h2.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h3.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h4.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h5.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h6.section-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}
/* line 2019, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content p {
  margin-bottom: 30px;
}
/* line 2023, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content ul,
.blog-entry-wrapper .blog-entry .blog-entry-content ol {
  margin-bottom: 30px;
}
/* line 2027, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content ul li,
.blog-entry-wrapper .blog-entry .blog-entry-content ol li {
  margin-bottom: 15px;
}
/* line 2032, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content .figure {
  margin-bottom: 30px;
}
/* line 2035, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
/* line 2040, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a {
  color: #999;
}
/* line 2043, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a:hover {
  color: #8b0000;
}
/* line 2050, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style {
  margin-bottom: 30px;
}
/* line 2053, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li {
  list-style: none;
  margin-bottom: 5px;
}
/* line 2057, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li .svg-inline--fa {
  margin-right: 10px;
  color: #8b0000;
}
/* line 2065, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .post-nav {
  margin-bottom: 60px;
  margin-top: 60px;
}
/* line 2069, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .post-nav .nav-next {
  float: right;
}
/* line 2072, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .post-nav .nav-next .svg-inline--fa {
  margin-left: 5px;
}
/* line 2078, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .blog-entry .post-nav .nav-previous .svg-inline--fa {
  margin-right: 5px;
}
/* line 2085, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .custom-quote {
  border: none;
  padding: 60px 30px;
  font-family: "Roboto slab", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
}
/* line 2093, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .custom-quote p {
  color: #666;
  line-height: 1.6;
}
/* line 2098, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .custom-quote .svg-inline--fa {
  color: #8b0000;
  margin-right: 10px;
}
/* line 2103, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .custom-quote .source {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0 !important;
  font-size: 16px;
  text-align: right;
}
/* line 2111, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .custom-quote .source .svg-inline--fa {
  margin-right: 5px;
}
/* line 2115, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .custom-quote .source .name {
  color: #444;
}
/* line 2119, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .custom-quote .source .title {
  font-size: 16px;
  color: #999;
}
/* line 2126, /app/app/assets/stylesheets/theme/_base.scss */
.blog-entry-wrapper .box {
  padding: 30px;
  background: #f5f5f5;
}

/* line 2133, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog {
  position: fixed;
  top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  height: 100px;
}
/* line 2142, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog .main-nav .nav .nav-item a {
  color: #666;
}
/* line 2145, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog .main-nav .nav .nav-item a:hover {
  color: #8b0000;
}
/* line 2150, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog .main-nav .nav .dropdown-menu a {
  color: #fff;
}
/* line 2159, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog h1.logo {
  position: relative;
  z-index: 10;
}
/* line 2164, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog h1.logo a {
  max-width: inherit;
  background: none;
  color: #8b0000;
  padding-left: 0;
  padding-top: 35px;
}
/* line 2171, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog h1.logo a .sub {
  font-family: "Roboto", arial, sans-serif;
  color: #253340;
  font-weight: 300;
}
/* line 2178, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog .main-nav .nav .nav-item.last {
  margin-right: 40px;
}
/* line 2181, /app/app/assets/stylesheets/theme/_base.scss */
.blog-page .header-blog .main-nav .nav .nav-item.last .svg-inline--fa {
  font-size: 16px;
  margin-right: 5px;
}

/* Blog category page */
/* line 2190, /app/app/assets/stylesheets/theme/_base.scss */
.blog-category {
  margin-top: 160px;
}
/* line 2193, /app/app/assets/stylesheets/theme/_base.scss */
.blog-category .page-title {
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 36px;
  padding-top: 80px;
}
/* line 2200, /app/app/assets/stylesheets/theme/_base.scss */
.blog-category .page-title .svg-inline--fa {
  color: #384d60;
  margin-right: 10px;
  font-size: 30px;
}
/* line 2207, /app/app/assets/stylesheets/theme/_base.scss */
.blog-category .blog-list .post .content .post-title {
  font-size: 24px;
}
/* line 2211, /app/app/assets/stylesheets/theme/_base.scss */
.blog-category .blog-list .post .content .meta ul {
  border-top: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 5px;
}
/* line 2219, /app/app/assets/stylesheets/theme/_base.scss */
.blog-category .blog-category-list .post {
  margin-bottom: 60px;
}

/* Blog archive page */
/* line 2228, /app/app/assets/stylesheets/theme/_base.scss */
.blog-archive .blog-list .post .content {
  padding-left: 80px;
}
/* line 2232, /app/app/assets/stylesheets/theme/_base.scss */
.blog-archive .post {
  position: relative;
}
/* line 2235, /app/app/assets/stylesheets/theme/_base.scss */
.blog-archive .post .date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 30px;
  color: #fff;
}
/* line 2247, /app/app/assets/stylesheets/theme/_base.scss */
.blog-archive .post .date-label .month {
  background: #253340;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 0;
}
/* line 2255, /app/app/assets/stylesheets/theme/_base.scss */
.blog-archive .post .date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 18px;
  font-family: "open sans", arial, sans-serif;
  font-weight: 500;
  color: #253340;
}

/* ======= About Page ======= */
/* line 2269, /app/app/assets/stylesheets/theme/_base.scss */
.story-section {
  padding-top: 90px;
  position: relative;
  z-index: 10;
}
/* line 2274, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .title {
  font-size: 36px;
  margin-bottom: 60px;
  margin-top: 0;
  color: #fff;
  font-weight: 300;
}
/* line 2282, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .story-container-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
}
/* line 2293, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .about {
  padding: 30px;
}
/* line 2297, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .belief {
  border-left: 5px solid #be0000;
  padding: 15px 30px;
  font-family: "Roboto slab", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  margin: 60px 30px;
  color: #666;
}
/* line 2308, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .press-kit {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 2312, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .press-kit .title {
  color: #444;
  font-size: 28px;
}
/* line 2317, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .press-kit .btn {
  margin: 30px 0;
}
/* line 2322, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
/* line 2328, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .title {
  color: #444;
  font-size: 28px;
}
/* line 2333, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member {
  margin-bottom: 30px;
}
/* line 2336, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .member-inner {
  background: #253340;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-align: center;
}
/* line 2347, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .member-inner img {
  margin: 0 auto;
}
/* line 2352, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .member-inner:hover img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* line 2356, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .member-inner:hover .social {
  visibility: visible;
}
/* line 2362, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .profile {
  background: #253340;
  color: #fff;
  text-align: center;
}
/* line 2367, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .profile .info {
  padding: 15px 0;
}
/* line 2371, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .profile .name {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  font-size: 18px;
}
/* line 2377, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .profile .job-title {
  color: #fff;
  font-size: 14px;
}
/* line 2383, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .social {
  width: 100%;
  top: 50%;
  position: absolute;
  visibility: hidden;
}
/* line 2390, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .social-list {
  display: inline-block;
  margin: 0 auto;
}
/* line 2394, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .social-list li {
  padding: 0 5px;
}
/* line 2398, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .social-list a {
  color: #fff;
  background: #253340;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 2407, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .social-list a .svg-inline--fa {
  padding-top: 10px;
  font-size: 28px;
}
/* line 2412, /app/app/assets/stylesheets/theme/_base.scss */
.story-section .team .member .social-list a:hover {
  background: #8b0000;
}

/* ======= Modal ======= */
/* line 2424, /app/app/assets/stylesheets/theme/_base.scss */
.modal.modal-video .modal-dialog {
  margin-top: 90px;
}
/* line 2429, /app/app/assets/stylesheets/theme/_base.scss */
.modal.modal-video .modal-body {
  padding: 0;
  padding-top: 0;
}
/* line 2434, /app/app/assets/stylesheets/theme/_base.scss */
.modal.modal-video .modal-header {
  border: none;
  padding: 0;
  position: relative;
}
/* line 2440, /app/app/assets/stylesheets/theme/_base.scss */
.modal.modal-video .modal-content {
  background: none;
  border: none;
  box-shadow: none;
}
/* line 2447, /app/app/assets/stylesheets/theme/_base.scss */
.modal.modal-video button.close {
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: none;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 10;
}
/* line 2461, /app/app/assets/stylesheets/theme/_base.scss */
.modal.modal-video button.close:hover {
  color: #8b0000;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 2470, /app/app/assets/stylesheets/theme/_base.scss */
.modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* ======= Login Page ======= */
/* line 2476, /app/app/assets/stylesheets/theme/_base.scss */
.has-full-screen-bg .upper-wrapper {
  background: #253340 url(/../images/background/bg-screen-1.jpg) no-repeat 50% top;
  background-size: cover;
}
/* line 2483, /app/app/assets/stylesheets/theme/_base.scss */
.has-full-screen-bg.signup-page .upper-wrapper {
  background: #253340 url(/../images/background/bg-screen-2.jpg) no-repeat 50% top;
  background-size: cover;
}
/* line 2490, /app/app/assets/stylesheets/theme/_base.scss */
.has-full-screen-bg .header h1.logo {
  float: none;
  text-align: center;
}
/* line 2494, /app/app/assets/stylesheets/theme/_base.scss */
.has-full-screen-bg .header h1.logo a {
  margin: 0 auto;
}

/* line 2500, /app/app/assets/stylesheets/theme/_base.scss */
.access-section {
  background-color: #212529;
  padding-bottom: 200px;
  padding-top: 90px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 2508, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .form-box .form-box-inner {
  background: #fff;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 40px;
  text-align: center;
}
/* line 2517, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .form-box .title {
  font-weight: 300;
  margin-bottom: 60px;
  margin-top: 0;
}
/* line 2525, /app/app/assets/stylesheets/theme/_base.scss */
.access-section.signup-section .title {
  margin-bottom: 15px;
}
/* line 2529, /app/app/assets/stylesheets/theme/_base.scss */
.access-section.signup-section .intro {
  margin-bottom: 60px;
}
/* line 2534, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .form-group {
  position: relative;
}
/* line 2538, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .form-group.email .svg-inline--fa {
  position: absolute;
  left: 10px;
  top: 13px;
  color: #999;
  font-size: 13px;
}
/* line 2548, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .form-group.password .svg-inline--fa {
  position: absolute;
  left: 10px;
  top: 13px;
  color: #999;
  font-size: 13px;
}
/* line 2558, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .form-control {
  font-size: 16px;
  padding-left: 30px;
  font-size: 14px;
}
/* line 163, /app/app/assets/stylesheets/theme/_mixins.scss */
.access-section .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
/* line 167, /app/app/assets/stylesheets/theme/_mixins.scss */
.access-section .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
/* line 171, /app/app/assets/stylesheets/theme/_mixins.scss */
.access-section .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
/* line 175, /app/app/assets/stylesheets/theme/_mixins.scss */
.access-section .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
/* line 2567, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .social-btns {
  min-height: 250px;
  padding-left: 0;
  text-align: center;
  margin-bottom: 15px;
}
/* line 2573, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .social-btns .btn {
  min-width: 100%;
}
/* line 2577, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .social-btns .social-login {
  display: inline-block;
  margin: 0 auto;
}
/* line 2582, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .social-btns li {
  margin-bottom: 10px;
}
/* line 2585, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .social-btns li .btn {
  color: #fff;
  min-width: 220px;
  text-align: left;
}
/* line 2590, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .social-btns li .btn:hover {
  color: #fff;
}
/* line 2595, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .social-btns li .btn .svg-inline--fa {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 10px;
  width: 30px;
}
/* line 2607, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .twitter-btn {
  background: #55acee;
}
/* line 2610, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .twitter-btn:hover {
  background: #2795e9;
}
/* line 2615, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .facebook-btn {
  background: #3b5998;
}
/* line 2618, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .facebook-btn:hover {
  background: #2d4373;
}
/* line 2623, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .google-btn {
  background: #dd4b39;
}
/* line 2626, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .google-btn:hover {
  background: #c23321;
}
/* line 2631, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .github-btn {
  background: #444;
}
/* line 2634, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .github-btn:hover {
  background: #2b2b2b;
}
/* line 2639, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .forgot-password {
  font-size: 13px;
  margin-top: 10px;
}
/* line 2643, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .forgot-password a {
  color: #999;
}
/* line 2646, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .forgot-password a:hover {
  text-decoration: underline;
  color: #8b0000;
}
/* line 2653, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .divider {
  border-left: none;
  margin-bottom: 30px;
  position: static;
}
/* line 2658, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: inherit;
  text-transform: uppercase;
  color: #999;
}
/* line 2668, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #e6e6e6;
  height: 1px;
  width: 100%;
}
/* line 2679, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .note {
  color: #999;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 2686, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .btn + .note {
  margin: 15px 0;
}
/* line 2690, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .remember {
  padding-top: 5px;
}
/* line 2693, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .remember label {
  font-size: 14px;
  color: #666;
}
/* line 2699, /app/app/assets/stylesheets/theme/_base.scss */
.access-section .lead {
  font-size: 14px;
  color: #999;
  margin-top: 30px;
}

/* ======= Reset Password Page ======= */
/* line 2708, /app/app/assets/stylesheets/theme/_base.scss */
.resetpass-section .form-box .title {
  margin-bottom: 30px;
}
/* line 2712, /app/app/assets/stylesheets/theme/_base.scss */
.resetpass-section .intro {
  font-size: 16px;
  margin-bottom: 30px;
}

/* ======= Footer ======= */
/* line 2719, /app/app/assets/stylesheets/theme/_base.scss */
.footer {
  background: #253340;
  color: #fff;
  padding-top: 40px;
  font-size: 14px;
  position: relative;
  z-index: 20;
}
/* line 2727, /app/app/assets/stylesheets/theme/_base.scss */
.footer p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/* line 2731, /app/app/assets/stylesheets/theme/_base.scss */
.footer .btn-cta,
.footer a.btn-cta {
  padding: 8px 10px;
}
/* line 2738, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col.links .svg-inline--fa {
  margin-right: 5px;
}
/* line 2742, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col.links li {
  margin-bottom: 10px;
}
/* line 2748, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}
/* line 2752, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col.connect .social li {
  margin-right: 15px;
}
/* line 2756, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col.connect .social li a .svg-inline--fa {
  color: #b3b3b3;
  font-size: 22px;
}
/* line 2762, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col.connect .social li a:hover .svg-inline--fa {
  color: #8b0000;
}
/* line 2770, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}
/* line 2774, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}
/* line 2781, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col .title {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/* line 2791, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col p {
  color: #fff;
}
/* line 2795, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col a {
  color: #7d9ab4;
}
/* line 2798, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col a:hover {
  color: #8da6bd;
}
/* line 2803, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col .signup-form {
  padding-left: 0;
  padding-right: 0;
}
/* line 2807, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col .signup-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  font-size: 14px;
  position: relative;
  top: 2px;
}
/* line 2814, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col .signup-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 2819, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col .signup-form .form-group {
  display: inline-block;
}
/* line 2823, /app/app/assets/stylesheets/theme/_base.scss */
.footer .footer-col .signup-form .btn {
  font-size: 14px;
}
/* line 2829, /app/app/assets/stylesheets/theme/_base.scss */
.footer .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 2837, /app/app/assets/stylesheets/theme/_base.scss */
.footer .download .download-list li {
  margin-bottom: 15px;
}
/* line 2840, /app/app/assets/stylesheets/theme/_base.scss */
.footer .download .download-list li .btn-ghost {
  text-align: left;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 230px;
  font-size: 14px;
}
/* line 2848, /app/app/assets/stylesheets/theme/_base.scss */
.footer .download .download-list li .btn-ghost:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 2857, /app/app/assets/stylesheets/theme/_base.scss */
.footer .contact p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/* line 2860, /app/app/assets/stylesheets/theme/_base.scss */
.footer .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* line 2865, /app/app/assets/stylesheets/theme/_base.scss */
.footer .contact a {
  color: #fff;
}
/* line 2868, /app/app/assets/stylesheets/theme/_base.scss */
.footer .contact a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #fff;
}
/* line 2875, /app/app/assets/stylesheets/theme/_base.scss */
.footer .contact .svg-inline--fa {
  margin-right: 10px;
  font-size: 16px;
}
/* line 2879, /app/app/assets/stylesheets/theme/_base.scss */
.footer .contact .svg-inline--fa.fa-map-marker-alt {
  margin-top: 3px;
}
/* line 2885, /app/app/assets/stylesheets/theme/_base.scss */
.footer .contact .email .svg-inline--fa {
  font-size: 14px;
}
/* line 2891, /app/app/assets/stylesheets/theme/_base.scss */
.footer .bottom-bar {
  background: #1c2630;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
/* line 2898, /app/app/assets/stylesheets/theme/_base.scss */
.footer .bottom-bar .copyright {
  line-height: 1.6;
}
/* line 2901, /app/app/assets/stylesheets/theme/_base.scss */
.footer .bottom-bar .copyright a {
  color: #b3b3b3;
}

/* ======= Pagination ======= */
/* line 2909, /app/app/assets/stylesheets/theme/_base.scss */
.pagination {
  margin-bottom: 60px;
  font-size: 14px;
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
}
/* line 2917, /app/app/assets/stylesheets/theme/_base.scss */
.pagination li a {
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  margin-right: 5px;
  color: #8b0000;
}
/* line 2924, /app/app/assets/stylesheets/theme/_base.scss */
.pagination li a:hover {
  color: #3f0000;
}

/* line 2931, /app/app/assets/stylesheets/theme/_base.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #8b0000;
  border: none;
}

/* line 2941, /app/app/assets/stylesheets/theme/_base.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ff2525;
  border: none;
}

/* line 2949, /app/app/assets/stylesheets/theme/_base.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
}

/* line 2958, /app/app/assets/stylesheets/theme/_base.scss */
.page-item.active .page-link {
  background-color: #8b0000;
  color: #fff;
}

/* line 2963, /app/app/assets/stylesheets/theme/_base.scss */
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #8b0000;
}

/* ======= Search Form ======= */
/* line 2969, /app/app/assets/stylesheets/theme/_base.scss */
.searchbox-icon,
.searchbox-submit {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 4px;
  font-size: 16px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 2.4;
  text-align: center;
  cursor: pointer;
  color: #a50000;
  background: #fff;
}

/* line 2989, /app/app/assets/stylesheets/theme/_base.scss */
.searchbox-icon:hover {
  color: #720000;
}

/* line 2993, /app/app/assets/stylesheets/theme/_base.scss */
.searchbox-submit {
  font-size: 14px;
  font-family: arial, sans-serif;
}

/* line 2998, /app/app/assets/stylesheets/theme/_base.scss */
.searchbox-container {
  position: absolute;
  right: 0;
  width: 100%;
  top: 15px;
}
/* line 3004, /app/app/assets/stylesheets/theme/_base.scss */
.searchbox-container .searchbox {
  position: relative;
  display: inline-block;
  height: 42px;
  width: 100%;
  float: right;
  top: 2px;
  right: 0;
  /* new */
  min-width: 38px;
  width: 0%;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
/* line 3020, /app/app/assets/stylesheets/theme/_base.scss */
.searchbox-container .searchbox.searchbox-open {
  width: 100%;
  z-index: 10;
  position: relative;
}
/* line 3025, /app/app/assets/stylesheets/theme/_base.scss */
.searchbox-container .searchbox.searchbox-open .searchbox-icon,
.searchbox-container .searchbox.searchbox-open .searchbox-submit {
  background: #8b0000;
  color: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* line 3034, /app/app/assets/stylesheets/theme/_base.scss */
.searchbox-container .searchbox .searchbox-input {
  position: absolute;
  top: 4px;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  border: 1px solid #eee;
  height: 38px;
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
}
/* line 163, /app/app/assets/stylesheets/theme/_mixins.scss */
.searchbox-container .searchbox .searchbox-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a6a6a6;
}
/* line 167, /app/app/assets/stylesheets/theme/_mixins.scss */
.searchbox-container .searchbox .searchbox-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
/* line 171, /app/app/assets/stylesheets/theme/_mixins.scss */
.searchbox-container .searchbox .searchbox-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
/* line 175, /app/app/assets/stylesheets/theme/_mixins.scss */
.searchbox-container .searchbox .searchbox-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a6a6a6;
}

/* ======= IE9 Fix ======= */
/* line 3057, /app/app/assets/stylesheets/theme/_base.scss */
.ie9 .pricing .item .ribbon,
.ie8 .pricing .item .ribbon {
  top: 0;
  right: 0;
  height: 60px;
}
/* line 3063, /app/app/assets/stylesheets/theme/_base.scss */
.ie9 .pricing .item .ribbon .text,
.ie8 .pricing .item .ribbon .text {
  position: static;
  font-size: 13px;
  width: auto;
  padding: 5px;
}
/* line 3070, /app/app/assets/stylesheets/theme/_base.scss */
.ie9 .pricing .item .ribbon .text::before,
.ie9 .pricing .item .ribbon .text::after,
.ie8 .pricing .item .ribbon .text::before,
.ie8 .pricing .item .ribbon .text::after {
  display: none;
}

/* Small devices (phones, less than 768px) */
@media (max-width: 767.98px) {
  /* line 6, /app/app/assets/stylesheets/theme/_responsive.scss */
  .carousel-item {
    height: 600px;
  }

  /* line 10, /app/app/assets/stylesheets/theme/_responsive.scss */
  .navbar-collapse {
    border-top: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 15px;
    position: absolute;
    background: #e4e4e4;
    z-index: 45;
  }
  /* line 22, /app/app/assets/stylesheets/theme/_responsive.scss */
  .navbar-collapse .nav {
    margin: 0;
  }

  /* line 28, /app/app/assets/stylesheets/theme/_responsive.scss */
  .main-nav .navbar-collapse .navbar-nav {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  /* line 34, /app/app/assets/stylesheets/theme/_responsive.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
  }

  /* line 40, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .main-nav .navbar-collapse .navbar-nav {
    padding-bottom: 15px;
  }

  /* line 45, /app/app/assets/stylesheets/theme/_responsive.scss */
  .navbar-nav .dropdown-menu {
    position: static !important;
  }

  /* line 49, /app/app/assets/stylesheets/theme/_responsive.scss */
  .config-wrapper {
    display: none;
  }

  /* line 53, /app/app/assets/stylesheets/theme/_responsive.scss */
  #topcontrol {
    display: none !important;
  }

  /* line 57, /app/app/assets/stylesheets/theme/_responsive.scss */
  .nav-tabs > li > a {
    padding: 10px 5px;
  }

  /* line 61, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header h1.logo {
    float: none;
    margin: inherit;
    text-align: center;
  }
  /* line 66, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header h1.logo a {
    margin: 0 auto;
  }

  /* line 71, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.header-fixed {
    position: relative;
  }

  /* line 75, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header {
    padding-bottom: inherit;
  }

  /* line 79, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.navbar-fixed-top {
    position: relative;
  }

  /* line 83, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header .main-nav .nav .dropdown-menu::before {
    display: none;
  }

  /* line 87, /app/app/assets/stylesheets/theme/_responsive.scss */
  .has-full-screen-bg.access-page .upper-wrapper {
    background: #384d60;
  }

  /* line 91, /app/app/assets/stylesheets/theme/_responsive.scss */
  .headline-bg + .section,
  .bg-slider-wrapper + .section {
    padding-top: 45px;
  }

  /* line 96, /app/app/assets/stylesheets/theme/_responsive.scss */
  .pricing .intro {
    margin-bottom: 45px;
  }

  /* line 100, /app/app/assets/stylesheets/theme/_responsive.scss */
  .features-video iframe {
    padding: 5px;
  }

  /* line 104, /app/app/assets/stylesheets/theme/_responsive.scss */
  .features-tabbed {
    padding-top: 160px;
  }

  /* line 108, /app/app/assets/stylesheets/theme/_responsive.scss */
  .access-section {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }

  /* line 115, /app/app/assets/stylesheets/theme/_responsive.scss */
  .section .intro {
    font-size: 16px;
  }

  /* line 119, /app/app/assets/stylesheets/theme/_responsive.scss */
  .signup-page .form-box .intro {
    margin-bottom: 45px;
  }

  /* line 123, /app/app/assets/stylesheets/theme/_responsive.scss */
  .section .title {
    font-size: 32px;
  }

  /* line 127, /app/app/assets/stylesheets/theme/_responsive.scss */
  .login-page .form-box .title {
    margin-bottom: 45px;
  }

  /* line 131, /app/app/assets/stylesheets/theme/_responsive.scss */
  .promo {
    height: 420px;
    padding-top: 80px;
  }

  /* line 136, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .item .content {
    margin-bottom: 60px;
  }

  /* line 140, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .control {
    top: 58px;
    margin-left: -30px;
  }

  /* line 145, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .item .title {
    margin-bottom: 30px;
    text-align: center;
  }

  /* line 150, /app/app/assets/stylesheets/theme/_responsive.scss */
  .testimonials .item .profile {
    position: static;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }

  /* line 158, /app/app/assets/stylesheets/theme/_responsive.scss */
  .testimonials .item {
    flex-direction: column;
  }

  /* line 162, /app/app/assets/stylesheets/theme/_responsive.scss */
  .testimonials .item .content {
    padding-left: 60px;
  }

  /* line 166, /app/app/assets/stylesheets/theme/_responsive.scss */
  .testimonials .item blockquote {
    font-size: 18px;
  }

  /* line 170, /app/app/assets/stylesheets/theme/_responsive.scss */
  .pricing .item.best-buy {
    position: static;
    z-index: inherit;
  }

  /* line 175, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header-blog {
    position: relative;
  }

  /* line 179, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header .main-nav .navbar-toggle {
    margin-bottom: 0;
  }
  /* line 183, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header .main-nav .navbar-toggle .icon-bar {
    background-color: #384d60;
  }
  /* line 188, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #253340;
  }

  /* line 194, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .flexslider {
    margin-top: 0;
  }

  /* line 198, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-category {
    margin-top: 0;
  }

  /* line 202, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header-blog .main-nav .nav .nav-item a {
    color: #fff;
  }

  /* line 206, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header.navbar-fixed-top .main-nav .nav .nav-item a {
    color: #fff;
  }

  /* line 210, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-slider .flex-caption .title {
    font-size: 36px;
  }

  /* line 218, /app/app/assets/stylesheets/theme/_responsive.scss */
  .searchbox-container {
    position: relative;
    top: 15px;
  }

  /* line 223, /app/app/assets/stylesheets/theme/_responsive.scss */
  .searchbox-container .searchbox {
    width: 100%;
    top: inherit;
    float: none;
    margin-bottom: 30px;
  }

  /* line 230, /app/app/assets/stylesheets/theme/_responsive.scss */
  .searchbox-icon {
    display: none;
  }

  /* line 234, /app/app/assets/stylesheets/theme/_responsive.scss */
  .searchbox-icon,
  .searchbox-submit {
    background: #8b0000;
    color: #fff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  /* line 241, /app/app/assets/stylesheets/theme/_responsive.scss */
  .searchbox-icon:hover,
  .searchbox-submit:hover {
    color: #fff;
  }

  /* line 246, /app/app/assets/stylesheets/theme/_responsive.scss */
  .footer-col {
    margin-bottom: 30px;
  }

  /* line 254, /app/app/assets/stylesheets/theme/_responsive.scss */
  .footer .footer-col .signup-form {
    border: none;
    box-shadow: none;
  }
  /* line 260, /app/app/assets/stylesheets/theme/_responsive.scss */
  .footer .footer-col .signup-form .form-control {
    display: inline-block;
  }

  /* line 265, /app/app/assets/stylesheets/theme/_responsive.scss */
  .modal.modal-video .modal-dialog {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 271, /app/app/assets/stylesheets/theme/_responsive.scss */
  .download-page .headline-bg {
    height: 1600px;
  }

  /* line 275, /app/app/assets/stylesheets/theme/_responsive.scss */
  .story-section .about {
    padding: 0;
  }

  /* line 279, /app/app/assets/stylesheets/theme/_responsive.scss */
  .story-section .belief {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 284, /app/app/assets/stylesheets/theme/_responsive.scss */
  .story-section .team {
    padding: 0;
  }

  /* line 288, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled .main-nav .nav .nav-item a {
    color: #212529;
  }
  /* line 291, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled .main-nav .nav .nav-item a:hover {
    color: #8b0000;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 299, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  /* line 309, /app/app/assets/stylesheets/theme/_responsive.scss */
  .main-nav.navbar-right {
    float: none !important;
    margin-right: -15px;
  }

  /* line 314, /app/app/assets/stylesheets/theme/_responsive.scss */
  .carousel-item {
    height: 400px;
  }

  /* line 318, /app/app/assets/stylesheets/theme/_responsive.scss */
  .config-wrapper {
    display: none;
  }

  /* line 322, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header {
    height: inherit;
  }

  /* line 326, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled {
    height: 0;
    box-shadow: none;
  }
  /* line 331, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled .main-nav .nav .nav-item a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  /* line 335, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: inherit;
    border-color: inherit;
  }
  /* line 340, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
  }

  /* line 345, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.navbar-fixed-top {
    position: relative;
  }

  /* line 349, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-slider {
    margin-top: 0;
  }

  /* line 353, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog {
    margin-top: 0;
  }

  /* line 357, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header h1.logo {
    float: none;
    text-align: center;
  }
  /* line 361, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header h1.logo a {
    margin: 0 auto;
  }

  /* line 366, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header .main-nav .nav .nav-item {
    margin-right: 10px;
  }

  /* line 371, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .main-nav.navbar-right {
    float: right !important;
  }

  /* line 378, /app/app/assets/stylesheets/theme/_responsive.scss */
  .navbar-collapse.collapse .navbar-nav {
    float: none;
    margin: 0 auto;
  }

  /* line 384, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header-blog {
    position: relative;
  }

  /* line 388, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header h1.logo {
    float: left;
    margin: inherit;
  }

  /* line 393, /app/app/assets/stylesheets/theme/_responsive.scss */
  .promo {
    height: 420px;
    padding-top: 80px;
  }

  /* line 398, /app/app/assets/stylesheets/theme/_responsive.scss */
  .promo.section .intro {
    margin-bottom: 30px;
  }

  /* line 402, /app/app/assets/stylesheets/theme/_responsive.scss */
  .promo .btn-link {
    margin-top: 15px;
  }

  /* line 406, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .item .content {
    margin-bottom: 60px;
  }

  /* line 410, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .control {
    top: 128px;
    margin-left: -45px;
  }

  /* line 415, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .item .title {
    margin-bottom: 30px;
    text-align: center;
  }

  /* line 420, /app/app/assets/stylesheets/theme/_responsive.scss */
  .apps-section .phone-holder {
    background-size: 300px auto;
  }
  /* line 423, /app/app/assets/stylesheets/theme/_responsive.scss */
  .apps-section .phone-holder .screenshot {
    width: 203px;
    top: 20px;
    left: 48px;
  }

  /* line 430, /app/app/assets/stylesheets/theme/_responsive.scss */
  .footer-col {
    margin-bottom: 30px;
  }

  /* line 434, /app/app/assets/stylesheets/theme/_responsive.scss */
  .modal.modal-video .modal-dialog {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 441, /app/app/assets/stylesheets/theme/_responsive.scss */
  .access-page .navbar-collapse.collapse .navbar-nav {
    display: none;
  }

  /* line 446, /app/app/assets/stylesheets/theme/_responsive.scss */
  .features-video {
    padding-top: 90px;
  }

  /* line 450, /app/app/assets/stylesheets/theme/_responsive.scss */
  .pricing {
    padding-top: 90px;
  }

  /* line 454, /app/app/assets/stylesheets/theme/_responsive.scss */
  .apps-section {
    padding-top: 80px;
  }

  /* line 458, /app/app/assets/stylesheets/theme/_responsive.scss */
  .story-section {
    padding-top: 90px;
  }

  /* line 462, /app/app/assets/stylesheets/theme/_responsive.scss */
  .contact-section {
    padding-top: 45px;
  }

  /* line 466, /app/app/assets/stylesheets/theme/_responsive.scss */
  .footer .signup-form .form-control {
    width: 200px;
  }
}
@media (min-width: 992px) {
  /* line 473, /app/app/assets/stylesheets/theme/_responsive.scss */
  .navbar-toggleable-md .navbar-collapse {
    width: auto;
  }

  /* line 477, /app/app/assets/stylesheets/theme/_responsive.scss */
  .navbar-fixed-top .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 482, /app/app/assets/stylesheets/theme/_responsive.scss */
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding: 15px;
  }

  /* line 486, /app/app/assets/stylesheets/theme/_responsive.scss */
  .config-wrapper {
    display: block;
  }

  /* line 490, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header {
    height: 80px;
  }

  /* line 494, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.navbar-fixed-top {
    position: fixed;
  }

  /* line 498, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled {
    z-index: 1000;
    height: 100px;
    top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  /* line 505, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled h1.logo a {
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #8b0000;
  }
  /* line 511, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled .main-nav .nav .nav-item a {
    color: black;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  /* line 517, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: #8b0000;
    border-color: #8b0000;
  }
  /* line 522, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
  }

  /* line 527, /app/app/assets/stylesheets/theme/_responsive.scss */
  .main-nav {
    float: right !important;
  }

  /* line 531, /app/app/assets/stylesheets/theme/_responsive.scss */
  .footer .signup-form .form-control {
    width: 280px;
  }

  /* line 535, /app/app/assets/stylesheets/theme/_responsive.scss */
  .header h1.logo {
    float: left;
    margin: inherit;
  }

  /* line 540, /app/app/assets/stylesheets/theme/_responsive.scss */
  .main-nav.navbar-right {
    float: right !important;
  }

  /* line 544, /app/app/assets/stylesheets/theme/_responsive.scss */
  .promo {
    height: 620px;
    padding-top: 200px;
  }

  /* line 549, /app/app/assets/stylesheets/theme/_responsive.scss */
  .promo.section .intro {
    margin-bottom: 45px;
  }

  /* line 553, /app/app/assets/stylesheets/theme/_responsive.scss */
  .promo .btn-link {
    margin-top: 15px;
  }

  /* line 557, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .item .content {
    margin-bottom: inherit;
  }

  /* line 561, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .control {
    top: 128px;
    margin-left: -28px;
  }

  /* line 566, /app/app/assets/stylesheets/theme/_responsive.scss */
  .modal.modal-video .modal-dialog {
    width: 760px;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 573, /app/app/assets/stylesheets/theme/_responsive.scss */
  .access-page .navbar-collapse.collapse .navbar-nav {
    display: none;
  }

  /* line 579, /app/app/assets/stylesheets/theme/_responsive.scss */
  .access-section .divider {
    text-align: center;
    margin-bottom: 30px;
    color: #999;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  /* line 589, /app/app/assets/stylesheets/theme/_responsive.scss */
  .access-section .divider span {
    background: #fff;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    top: 80px;
    margin-left: -10px;
  }
  /* line 598, /app/app/assets/stylesheets/theme/_responsive.scss */
  .access-section .divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #e6e6e6;
    height: 100%;
    width: 1px;
  }
  /* line 609, /app/app/assets/stylesheets/theme/_responsive.scss */
  .access-section .social-btns {
    padding-left: 65px;
  }
  /* line 612, /app/app/assets/stylesheets/theme/_responsive.scss */
  .access-section .social-btns .note {
    text-align: left;
  }

  /* line 618, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-slider {
    margin-top: 80px;
  }

  /* line 622, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .item .title {
    margin-bottom: 15px;
    text-align: left;
  }

  /* line 627, /app/app/assets/stylesheets/theme/_responsive.scss */
  .why .figure {
    text-align: left;
  }

  /* line 631, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .header-blog {
    position: fixed;
  }

  /* line 635, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-page .blog-category,
  .blog-page .blog-archive {
    margin-top: 80px;
  }

  /* line 640, /app/app/assets/stylesheets/theme/_responsive.scss */
  .blog-entry-wrapper {
    margin-top: 80px;
  }

  /* Only show QR code for desktop */
  /* line 645, /app/app/assets/stylesheets/theme/_responsive.scss */
  .download-area {
    overflow: hidden;
  }
  /* line 648, /app/app/assets/stylesheets/theme/_responsive.scss */
  .download-area .download-list {
    float: left;
  }
  /* line 652, /app/app/assets/stylesheets/theme/_responsive.scss */
  .download-area .qrcode-holder {
    float: left;
    margin-left: 45px;
    text-align: center;
  }
  /* line 657, /app/app/assets/stylesheets/theme/_responsive.scss */
  .download-area .qrcode-holder .qrcode {
    max-width: 140px;
    margin: 0 auto;
  }
  /* line 661, /app/app/assets/stylesheets/theme/_responsive.scss */
  .download-area .qrcode-holder .qrcode .caption {
    font-size: 12px;
    background: #fff;
    padding: 0 15px;
    padding-bottom: 15px;
    color: #253340;
    font-family: arial, sans-serif;
  }

  /* line 673, /app/app/assets/stylesheets/theme/_responsive.scss */
  .features-video {
    padding-top: 170px;
  }

  /* line 677, /app/app/assets/stylesheets/theme/_responsive.scss */
  .pricing {
    padding-top: 170px;
  }

  /* line 681, /app/app/assets/stylesheets/theme/_responsive.scss */
  .apps-section {
    padding-top: 160px;
  }

  /* line 685, /app/app/assets/stylesheets/theme/_responsive.scss */
  .story-section {
    padding-top: 170px;
  }

  /* line 689, /app/app/assets/stylesheets/theme/_responsive.scss */
  .contact-section {
    padding-top: 125px;
  }

  /* line 693, /app/app/assets/stylesheets/theme/_responsive.scss */
  .bg-slider-wrapper {
    position: fixed;
  }

  /* line 697, /app/app/assets/stylesheets/theme/_responsive.scss */
  .features-tabbed .tabs-container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 704, /app/app/assets/stylesheets/theme/_responsive.scss */
  .apps-section .phone-holder {
    background-size: 380px auto;
  }
  /* line 707, /app/app/assets/stylesheets/theme/_responsive.scss */
  .apps-section .phone-holder .screenshot {
    width: 258px;
    top: 20px;
    left: 61px;
  }
}
@media (min-width: 576px) {
  /* line 716, /app/app/assets/stylesheets/theme/_responsive.scss */
  .modal.modal-video .modal-dialog {
    max-width: inherit;
  }
}
/* line 721, /app/app/assets/stylesheets/theme/_responsive.scss */
ul.nav.navbar-nav.first {
  color: black;
  display: flex;
  align-items: flex-end;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/dt-1.10.20
 *
 * Included libraries:
 *   DataTables 1.10.20
 */
/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 13, /app/app/assets/stylesheets/datatables.min.css */
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 13, /app/app/assets/stylesheets/datatables.min.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* line 1, /app/app/assets/stylesheets/custom/buttons-lawstack.scss */
.btn-big-maroon {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  background-color: #2d0000;
  border-style: none;
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(#7d3825, #4f0000, #2d0000);
  font-size: 18px;
  font-weight: bold;
  color: white;
}

/* line 1, /app/app/assets/stylesheets/custom/flash.scss */
.flash-container {
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  width: 100%;
  z-index: 100;
}

/* line 1, /app/app/assets/stylesheets/custom/icons.scss */
.app-icon {
  border-radius: 9px;
  padding: 0;
  margin-left: 4px;
  margin-right: 4px;
  width: 60px;
  height: 60px;
  float: left;
}

/* line 11, /app/app/assets/stylesheets/custom/icons.scss */
.app-icon-tiny {
  border-radius: 9px;
  padding: 0;
  margin-left: 4px;
  margin-right: 4px;
  width: 25px;
  height: 25px;
  float: left;
}

/* line 1, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1rem;
}
/* line 5, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget.ui-datepicker-inline {
  border: 1px solid #ddd;
  padding: 10px;
  width: 270px;
}
/* line 10, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget.ui-datepicker-inline .ui-datepicker-header {
  background: #fff;
  border-color: #ddd;
}
/* line 15, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget.ui-datepicker-inline .ui-datepicker-calendar td a {
  padding: 5px;
  text-align: center;
}
/* line 21, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget.ui-autocomplete {
  border-color: #ddd;
  padding: 0;
  margin-top: 2px;
  z-index: 1001;
}
/* line 27, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget.ui-autocomplete .ui-menu-item a {
  padding: 4px 10px;
}
/* line 32, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget .ui-state-default {
  border: 1px solid #fff;
  background: #fff;
  color: #777;
}
/* line 38, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget .ui-state-highlight {
  border: 1px solid #eee;
  background: #eee;
}
/* line 43, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget .ui-state-active {
  border: 1px solid #446e9b;
  background: #446e9b;
  color: #fff;
}
/* line 49, /app/app/assets/stylesheets/custom/jquery.scss */
.ui-widget .ui-state-hover,
.ui-widget .ui-state-focus {
  border: 1px solid #ffecdb;
  background: #ffecdb;
  color: #333;
}

/* line 1, /app/app/assets/stylesheets/custom/lawstack.scss */
ol.breadcrumb.nav-breadcrumb {
  background-color: #f5f5f5;
  padding: 8px 15px;
  margin-bottom: 20px;
}

/* line 11, /app/app/assets/stylesheets/custom/lawstack.scss */
.page-header {
  margin: 30px 0 20px;
}

/* line 15, /app/app/assets/stylesheets/custom/lawstack.scss */
.card-header.first {
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #e9ecef;
  opacity: 80%;
}

/* line 22, /app/app/assets/stylesheets/custom/lawstack.scss */
.card-header.second {
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #8d0000;
  opacity: 80%;
}

/* line 29, /app/app/assets/stylesheets/custom/lawstack.scss */
.card-header-download {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #8d0000;
}

/* line 37, /app/app/assets/stylesheets/custom/lawstack.scss */
h5.license {
  color: white;
  font-size: 25px;
  padding-top: 5px;
}

/* line 43, /app/app/assets/stylesheets/custom/lawstack.scss */
.col-md-10.license {
  padding-left: 18px;
}

/* line 47, /app/app/assets/stylesheets/custom/lawstack.scss */
.col-md-12.groupmember {
  color: white;
  font-style: italic;
}

/* line 52, /app/app/assets/stylesheets/custom/lawstack.scss */
p.grouplicense {
  padding: 20px;
}

/* line 56, /app/app/assets/stylesheets/custom/lawstack.scss */
h5.groupmember {
  color: #8d0000;
  font-size: 20px;
  font-weight: 900;
}

/* line 62, /app/app/assets/stylesheets/custom/lawstack.scss */
.media-body {
  padding-left: 20px;
}

/* line 66, /app/app/assets/stylesheets/custom/lawstack.scss */
.header .main-nav .nav .nav-item a.btn-cta-signin {
  background: #8b0000;
  border: 1px solid #fff;
  color: white;
  border: 1px solid #8b0000;
  padding: 8px 10px;
  margin-top: 5px;
  font-size: 17px;
}
/* line 75, /app/app/assets/stylesheets/custom/lawstack.scss */
.header .main-nav .nav .nav-item a.btn-cta-signin:hover {
  border: 1px solid #8b0000;
  color: white;
}

/* line 81, /app/app/assets/stylesheets/custom/lawstack.scss */
.header.scrolled .main-nav .nav .nav-item a.btn-cta-signin {
  background: #8b0000;
  border-color: #8b0000;
  color: white;
}

/* line 87, /app/app/assets/stylesheets/custom/lawstack.scss */
.fa-caret-right {
  margin-right: 5px;
}

/* line 91, /app/app/assets/stylesheets/custom/lawstack.scss */
.footer .footer-col.connect .social li a .fa {
  font-size: 22px;
}

/* line 95, /app/app/assets/stylesheets/custom/lawstack.scss */
.footer .footer-col.contact i.fa {
  font-size: 20px;
  margin-right: 10px;
}

/* line 100, /app/app/assets/stylesheets/custom/lawstack.scss */
.footer .footer-col.download i.fa {
  font-size: 20px;
  margin-right: 10px;
}

/* line 105, /app/app/assets/stylesheets/custom/lawstack.scss */
.show-shopping-cart .jumbotron {
  background-color: #f5f5f5;
}

/* line 111, /app/app/assets/stylesheets/custom/lawstack.scss */
.access-section .form-group.email::before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999;
}
/* line 127, /app/app/assets/stylesheets/custom/lawstack.scss */
.access-section .form-group.password::before {
  content: "\f023";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999;
}

/* line 145, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-account .bottom-links {
  text-align: center;
}
/* line 149, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-account .account-edit-button {
  text-align: right;
  float: right;
  color: #0071bc;
  opacity: 0.9;
  font-weight: lighter;
  padding-top: 3px;
}
/* line 158, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-account .field-label {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 166, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-account .field-value {
  color: black;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 174, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-account .btn {
  padding: 5px;
  margin: 10px;
}

/* line 181, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-license .field-label {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 189, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-license .field-value {
  color: black;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 197, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-license .btn {
  padding: 5px;
  margin: 10px;
}
/* line 202, /app/app/assets/stylesheets/custom/lawstack.scss */
.group-manager-license form.button_to {
  display: inline;
}

/* line 209, /app/app/assets/stylesheets/custom/lawstack.scss */
.group .field-name {
  font-weight: bold;
  padding: 10px;
}
/* line 214, /app/app/assets/stylesheets/custom/lawstack.scss */
.group .field-value {
  padding: 10px;
}
/* line 218, /app/app/assets/stylesheets/custom/lawstack.scss */
.group .helper-info {
  font-size: 80%;
}

/* line 224, /app/app/assets/stylesheets/custom/lawstack.scss */
button.btn.btn-cta-secondary a:hover {
  color: white;
}

/* line 229, /app/app/assets/stylesheets/custom/lawstack.scss */
.center-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* line 1, /app/app/assets/stylesheets/custom/purchasing.scss */
.coupon-input {
  background-color: transparent;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  height: 1.2em;
  font-size: 15px;
  color: #31325f;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 1, /app/app/assets/stylesheets/custom/text.scss */
.section-header {
  font-size: 1.5rem;
  border-bottom-color: #eeeeee;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 3rem;
  margin-bottom: 0.7rem;
  padding-bottom: 5px;
}

/* Main Widget */
/* line 11, /app/app/assets/stylesheets/widgets/coupon_form.scss */
.coupon-form__text-field {
  border: 1px solid #dee2e6;
  padding: 5px;
}

/* line 23, /app/app/assets/stylesheets/widgets/coupon_form.scss */
.coupon-form__button-area {
  text-align: left;
  margin: 2rem;
}

/* line 28, /app/app/assets/stylesheets/widgets/coupon_form.scss */
.coupon-form__field-label {
  margin: 0 1rem 0 0;
}

/* line 32, /app/app/assets/stylesheets/widgets/coupon_form.scss */
.coupon-form__field-label, .coupon-form__text-field {
  flex-grow: 0;
}

/* line 36, /app/app/assets/stylesheets/widgets/coupon_form.scss */
.coupon-form__button-area {
  flex-grow: 1;
}

/* line 40, /app/app/assets/stylesheets/widgets/coupon_form.scss */
.coupon-form {
  display: flex;
  flex-direction: row;
  justify-content: flext-start;
  align-items: center;
}

/* line 13, /app/app/assets/stylesheets/widgets/device_listing.scss */
.devices-list__icon {
  font-size: 2rem;
}

/* line 23, /app/app/assets/stylesheets/widgets/device_listing.scss */
.devices-list {
  display: grid;
  /* 3 columns icon, name, actions */
  grid-template-columns: 3rem 3rem 1fr;
  grid-template-rows: repeat(auto-fill, 4rem);
  grid-column-gap: 20px;
  grid-row-gap: 1rem;
}

/* line 33, /app/app/assets/stylesheets/widgets/device_listing.scss */
.devices-list__actions {
  align-self: center;
  justify-self: end;
}

/* line 38, /app/app/assets/stylesheets/widgets/device_listing.scss */
.devices-list__identifier, .devices-list__icon {
  align-self: center;
  justify-self: center;
}

/* line 43, /app/app/assets/stylesheets/widgets/device_listing.scss */
.devices-list__name {
  align-self: center;
  justify-self: start;
}

/* line 5, /app/app/assets/stylesheets/widgets/info_panel.scss */
.info-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(auto-fill, 1.5rem);
  margin: 1rem 0;
  grid-row-gap: 0.2rem;
  grid-column-gap: 1rem;
}

/* line 14, /app/app/assets/stylesheets/widgets/info_panel.scss */
.info-panel__field-label {
  font-weight: bold;
}

/* line 18, /app/app/assets/stylesheets/widgets/info_panel.scss */
.info-panel__field-value--emphasized {
  font-style: italic;
}

/* line 22, /app/app/assets/stylesheets/widgets/info_panel.scss */
.info-panel__value--emphasized {
  background-color: #fffb97;
}

/* line 4, /app/app/assets/stylesheets/widgets/link_display.scss */
.link-display__title {
  font-weight: bold;
}

/* line 10, /app/app/assets/stylesheets/widgets/link_display.scss */
.link-display__link {
  display: table;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.125);
  border-style: solid;
  border-radius: 4px;
  background-clip: border-box;
  background-color: #f8f9fa;
}

/* line 23, /app/app/assets/stylesheets/widgets/link_display.scss */
.link-display__helper-info {
  font-size: 0.7rem;
}

/* line 29, /app/app/assets/stylesheets/widgets/link_display.scss */
.link-display__helper-info {
  margin-top: 1rem;
}

/* line 33, /app/app/assets/stylesheets/widgets/link_display.scss */
.link-display__title, .link-display__link {
  margin-bottom: 1rem;
}

/* line 41, /app/app/assets/stylesheets/widgets/link_display.scss */
.link-display__link {
  padding: 10px;
}

/* Main Widget */
/* line 2, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form {
  font-size: 15px;
  max-width: 540px;
  margin: 0 -30px;
  padding: 20px 30px 30px;
  border-radius: 4px;
  border: 1px solid #e8e8fb;
  background-color: #f7f8f9;
}

/* line 12, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__select {
  margin: 0 -15px 0 -30px;
  padding: 0 15px 0 30px;
  flex: 1;
  border-style: none;
  outline: none;
  color: #313b3f;
  cursor: pointer;
  background: transparent;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: visible;
}

/* line 29, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__section {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.4em;
  text-align: left;
}

/* line 39, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__section-title {
  margin: 15px 0;
  color: #32325d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
}

/* line 48, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__field {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 42px;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  color: #525f7f;
  font-weight: 400;
}

/* line 60, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__field:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
}

/* line 64, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__span {
  min-width: 125px;
  padding: 0 15px;
  text-align: right;
}

/* line 70, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__zip-field {
  display: inline-flex;
  width: 25%;
  padding: 10px 60px 10px 0;
  min-width: 125px;
  text-align: left;
  position: relative;
  flex-direction: row;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #8898aa;
  font-weight: 400;
}

/* line 85, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__state-field {
  display: inline-flex;
  width: 75%;
  padding: 10px 0;
  min-width: 125px;
  text-align: left;
  position: relative;
  flex-direction: row;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #8898aa;
  font-weight: 400;
}

/* line 100, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__fieldset {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: left;
  min-width: -moz-min-content;
  min-width: min-content;
  width: 100%;
  color: #525f7f;
}

/* line 114, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__field-label {
  padding: 0 15px;
  min-width: 125px;
  text-align: right;
}

/* line 120, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__input {
  flex: 1;
  padding: 0 15px;
  background: transparent;
  font-weight: 400;
  color: #31325f;
  outline: none;
  cursor: text;
  border-style: none;
}

/* line 131, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__info-field {
  flex: 1;
  padding: 0 15px;
  background: transparent;
  font-size: 0.8rem;
  color: #31325f;
  outline: none;
  cursor: text;
  border-style: none;
}

/* line 142, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__input::-moz-placeholder {
  color: #aab7c4;
}
.payment-method-form__input::placeholder {
  color: #aab7c4;
}

/* line 146, /app/app/assets/stylesheets/widgets/payment_method_form.scss */
.payment-method-form__section, .payment-form {
  display: flex;
  flex-direction: column;
}

/* line 3, /app/app/assets/stylesheets/pages/group/group-manager-account.scss */
.group-manager-account .bottom-links {
  text-align: center;
}
/* line 7, /app/app/assets/stylesheets/pages/group/group-manager-account.scss */
.group-manager-account .account-edit-button {
  text-align: right;
  float: right;
  color: #0071bc;
  opacity: 0.9;
  font-weight: lighter;
  padding-top: 3px;
}
/* line 16, /app/app/assets/stylesheets/pages/group/group-manager-account.scss */
.group-manager-account .field-label {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 24, /app/app/assets/stylesheets/pages/group/group-manager-account.scss */
.group-manager-account .field-value {
  color: black;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 32, /app/app/assets/stylesheets/pages/group/group-manager-account.scss */
.group-manager-account .btn {
  padding: 5px;
  margin: 10px;
}

/* line 3, /app/app/assets/stylesheets/pages/group/group-manager-licenses.scss */
.group-manager-license .field-label {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 11, /app/app/assets/stylesheets/pages/group/group-manager-licenses.scss */
.group-manager-license .field-value {
  color: black;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 19, /app/app/assets/stylesheets/pages/group/group-manager-licenses.scss */
.group-manager-license .btn {
  padding: 5px;
  margin: 10px;
}
/* line 24, /app/app/assets/stylesheets/pages/group/group-manager-licenses.scss */
.group-manager-license form.button_to {
  display: inline;
}
/* line 28, /app/app/assets/stylesheets/pages/group/group-manager-licenses.scss */
.group-manager-license .card {
  margin-bottom: 20px;
}

/* line 3, /app/app/assets/stylesheets/pages/group/group.scss */
.group .field-name {
  font-weight: bold;
  padding: 10px;
}
/* line 8, /app/app/assets/stylesheets/pages/group/group.scss */
.group .field-value {
  padding: 10px;
}
/* line 12, /app/app/assets/stylesheets/pages/group/group.scss */
.group .helper-info {
  font-size: 80%;
}

/* line 17, /app/app/assets/stylesheets/pages/group/group.scss */
.group-manager {
  padding-top: 15px;
}
/* line 20, /app/app/assets/stylesheets/pages/group/group.scss */
.group-manager .col-md-2.field-label {
  padding-top: 25px;
}

/* line 25, /app/app/assets/stylesheets/pages/group/group.scss */
.group-email {
  padding-top: 15px;
}

/* line 29, /app/app/assets/stylesheets/pages/group/group.scss */
.loyal-member {
  padding-top: 25px;
}

/* line 33, /app/app/assets/stylesheets/pages/group/group.scss */
.devices-group {
  padding-top: 25px;
}
/* line 36, /app/app/assets/stylesheets/pages/group/group.scss */
.devices-group .col-md-2.field-label {
  padding-top: 25px;
}

/* line 41, /app/app/assets/stylesheets/pages/group/group.scss */
.manager-edit-submit {
  margin-top: 35px;
}
/* line 44, /app/app/assets/stylesheets/pages/group/group.scss */
.manager-edit-submit .btn {
  padding: 10px;
}

/* line 49, /app/app/assets/stylesheets/pages/group/group.scss */
.member-edit-submit {
  margin-top: 35px;
}
/* line 52, /app/app/assets/stylesheets/pages/group/group.scss */
.member-edit-submit .btn {
  padding: 10px;
}

/* line 3, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .bottom-links {
  text-align: center;
}
/* line 7, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .account-edit-button {
  text-align: right;
  float: right;
  color: #8b0000;
  font-weight: lighter;
  padding-top: 3px;
}
/* line 15, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .field-label {
  color: black;
  font-weight: bold;
  font-size: 1rem;
  justify-self: end;
  align-self: center;
}
/* line 23, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .field-value {
  color: black;
  font-weight: normal;
  font-size: 1rem;
  justify-self: start;
  align-self: center;
}
/* line 31, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .btn {
  padding: 5px;
  margin: 10px;
}
/* line 36, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .main-account {
  display: grid;
  grid-template-columns: 15rem 1fr;
  grid-template-rows: repeat(auto-fill, 4rem);
  grid-column-gap: 20px;
  grid-row-gap: 1rem;
}
/* line 44, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .credit-card-label {
  justify-self: end;
  align-self: start;
}
/* line 49, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .credit-card-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* line 56, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .credit-card-entry {
  width: 25rem;
  margin: 0.5rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
}
/* line 63, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .modal-buttons {
  margin: 2rem;
  width: 12rem;
  text-align: center;
}
/* line 68, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .modal-buttons .spinner {
  color: #8b0000;
}
/* line 73, /app/app/assets/stylesheets/pages/user/account.scss */
.user-account .cc-exp {
  margin: 0 0 0 2rem;
}

/**
 * Confirmations
 */
/* line 4, /app/app/assets/stylesheets/pages/confirmations.scss */
.thank-you-icon {
  padding-bottom: 50px;
  padding-top: 35px;
}

/* line 9, /app/app/assets/stylesheets/pages/confirmations.scss */
.confirmation-body {
  color: #5f5f5e;
  font-size: 17px;
}

/* line 14, /app/app/assets/stylesheets/pages/confirmations.scss */
.confirmation-support {
  color: #4d4d4d;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 20, /app/app/assets/stylesheets/pages/confirmations.scss */
.confirmation-button {
  width: 20%;
}

/* line 5, /app/app/assets/stylesheets/pages/orders.scss */
.pay-by-card button {
  width: 100%;
}

/* line 9, /app/app/assets/stylesheets/pages/orders.scss */
.payment .in-progress .progress-bar {
  width: 100%;
}

/* line 13, /app/app/assets/stylesheets/pages/orders.scss */
.payment-options .option-or-text {
  text-align: center;
  padding: 10px;
}

/* line 18, /app/app/assets/stylesheets/pages/orders.scss */
.payment .in-progress {
  display: none;
}

/* line 22, /app/app/assets/stylesheets/pages/orders.scss */
.payment .apple-pay {
  display: none;
}

/* line 26, /app/app/assets/stylesheets/pages/orders.scss */
.button-padding {
  padding: 10px;
}
/* line 29, /app/app/assets/stylesheets/pages/orders.scss */
.button-padding .btn {
  padding: 15px;
}

/* line 1, /app/app/assets/stylesheets/pages/subscriptions.scss */
.subscription-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* line 8, /app/app/assets/stylesheets/pages/subscriptions.scss */
.message {
  margin: 1rem 2rem 1rem 2rem;
}

/* line 12, /app/app/assets/stylesheets/pages/subscriptions.scss */
.credit-card-entry {
  width: 25rem;
  margin: 0.5rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

/* line 19, /app/app/assets/stylesheets/pages/subscriptions.scss */
.coupon-entry {
  width: 25rem;
  margin: 0.5rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
}
/* line 25, /app/app/assets/stylesheets/pages/subscriptions.scss */
.coupon-entry input[type=text],
.coupon-entry textarea {
  outline: none;
}
/* line 30, /app/app/assets/stylesheets/pages/subscriptions.scss */
.coupon-entry input[type=text]:focus,
.coupon-entry textarea:focus {
  outline: none;
}

/* line 38, /app/app/assets/stylesheets/pages/subscriptions.scss */
.subscribe-buttons {
  margin: 2rem;
  width: 65%;
  text-align: center;
}
/* line 43, /app/app/assets/stylesheets/pages/subscriptions.scss */
.subscribe-buttons .spinner {
  color: #8b0000;
}

/* Subscription detail view */
/* line 49, /app/app/assets/stylesheets/pages/subscriptions.scss */
.invoice-table {
  display: grid;
  grid-template-columns: auto minmax(150px, 2fr) minmax(100px, 2fr) 5rem 5rem 1fr;
  grid-template-rows: 1.5rem repeat(auto-fill, 4rem);
  grid-row-gap: 10px;
  align-items: start;
  margin: 1rem 0 3rem 0;
}

/* line 58, /app/app/assets/stylesheets/pages/subscriptions.scss */
.invoice-icon {
  margin: 0 2rem 0 0;
}

/* line 62, /app/app/assets/stylesheets/pages/subscriptions.scss */
.invoice-header {
  font-weight: bold;
}

/* .invoice-plan {} */
/* .invoice-date {} */
/* .invoice-status {} */
/* .invoice-amount {} */
/* .invoice-link {} */
@media screen and (max-width: 800px) {
  /* line 77, /app/app/assets/stylesheets/pages/subscriptions.scss */
  .credit-card-entry {
    width: 20em;
  }

  /* line 81, /app/app/assets/stylesheets/pages/subscriptions.scss */
  .coupon-entry {
    width: 20rem;
  }
}
/* line 5, /app/app/assets/stylesheets/pages/payment_methods.scss */
.payment-method-form__section, .payment-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* line 12, /app/app/assets/stylesheets/pages/payment_methods.scss */
.credit-card-entry {
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 19, /app/app/assets/stylesheets/pages/payment_methods.scss */
.credit-card-entry {
  width: 25rem;
  margin: 0.5rem;
  padding: 1rem;
}

/* line 25, /app/app/assets/stylesheets/pages/payment_methods.scss */
.payment-form__button-area {
  margin: 2rem;
  width: 65%;
  text-align: center;
}

/* line 31, /app/app/assets/stylesheets/pages/payment_methods.scss */
.spinner {
  color: #8b0000;
}

@media screen and (max-width: 800px) {
  /* line 36, /app/app/assets/stylesheets/pages/payment_methods.scss */
  .credit-card-entry {
    width: 20em;
  }

  /* line 40, /app/app/assets/stylesheets/pages/payment_methods.scss */
  .coupon-entry {
    width: 20rem;
  }
}
/* line 1, /app/app/assets/stylesheets/pages/campaign/come_back_to_lawstack.scss */
.info {
  color: #f00;
}

/* line 1, /app/app/assets/stylesheets/pages/info.scss */
#carouselCaptions {
  color: dim-grey;
}

/* line 5, /app/app/assets/stylesheets/pages/info.scss */
.sections-wrapper.carousel {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 20px;
}

/* line 11, /app/app/assets/stylesheets/pages/info.scss */
.container.lawstack.carousel {
  text-align: center;
}

/* line 15, /app/app/assets/stylesheets/pages/info.scss */
.carousel.button {
  margin-top: 20px;
  text-align: center;
}

/* line 19, /app/app/assets/stylesheets/pages/info.scss */
h2.carousel {
  padding-bottom: 3%;
}

/* line 22, /app/app/assets/stylesheets/pages/info.scss */
h2.testimonial {
  padding-bottom: 50px;
}

/* line 26, /app/app/assets/stylesheets/pages/info.scss */
h2.features {
  margin-bottom: 50px;
}

/* line 31, /app/app/assets/stylesheets/pages/info.scss */
.col-md-5.order-md-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 37, /app/app/assets/stylesheets/pages/info.scss */
.col-md-7.order-md-2 {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

/* line 43, /app/app/assets/stylesheets/pages/info.scss */
.col-md-7.features {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

/* line 49, /app/app/assets/stylesheets/pages/info.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  margin-right: 20px;
  vertical-align: middle;
  margin-bottom: 200px;
}

/* line 58, /app/app/assets/stylesheets/pages/info.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-bottom: 200px;
}

/* line 66, /app/app/assets/stylesheets/pages/info.scss */
.carousel-control-prev,
.carousel-control-next {
  justify-content: center;
  width: 7%;
}

/* line 72, /app/app/assets/stylesheets/pages/info.scss */
.list-group-item {
  color: #8d0000;
}

/* line 76, /app/app/assets/stylesheets/pages/info.scss */
.first-button {
  float: left;
  padding: 10px;
}

/* line 81, /app/app/assets/stylesheets/pages/info.scss */
.first-button1 {
  float: left;
  margin-bottom: 50px;
  padding-right: 5px;
}

/* line 87, /app/app/assets/stylesheets/pages/info.scss */
.second-button2 {
  float: left;
}

/* line 91, /app/app/assets/stylesheets/pages/info.scss */
.first-section2.mb2 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 170px;
}

/* line 97, /app/app/assets/stylesheets/pages/info.scss */
.first-section3.mb3 {
  text-align: left;
  padding-bottom: 20px;
}

/* line 102, /app/app/assets/stylesheets/pages/info.scss */
.img-fluid1 {
  float: left;
}

/* line 106, /app/app/assets/stylesheets/pages/info.scss */
.youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

/* line 113, /app/app/assets/stylesheets/pages/info.scss */
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 121, /app/app/assets/stylesheets/pages/info.scss */
.mac-img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

/* line 127, /app/app/assets/stylesheets/pages/info.scss */
.carousel-inner-fars {
  padding-left: 10%;
  padding-right: 10%;
}

/* line 132, /app/app/assets/stylesheets/pages/info.scss */
.sections-wrapper.fars {
  background-color: #00214f;
}

/* line 136, /app/app/assets/stylesheets/pages/info.scss */
#carouselCaptions.carousel.slide.fars {
  color: white;
}

/* line 140, /app/app/assets/stylesheets/pages/info.scss */
.testimonial {
  padding-left: 10%;
  padding-right: 10%;
}

/* line 145, /app/app/assets/stylesheets/pages/info.scss */
.testimonial2 {
  margin-left: 10%;
}

/* line 149, /app/app/assets/stylesheets/pages/info.scss */
.about-column {
  float: left;
  width: 50%;
  padding: 10px;
  padding-top: 50px;
}

/* line 156, /app/app/assets/stylesheets/pages/info.scss */
.al-testimnonials {
  font-family: Colfax, "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 50px 0;
}

/* line 161, /app/app/assets/stylesheets/pages/info.scss */
.al-testimonial-cta h2 {
  margin-top: 0;
  margin-bottom: 2em;
  font-weight: 600;
  line-height: 1.1;
  font-size: 36px;
  letter-spacing: -1.5px;
  color: black;
}

/* line 171, /app/app/assets/stylesheets/pages/info.scss */
.al-testimonial-box {
  padding: 40px 0;
  font-weight: 400;
  line-height: 1.4;
  font-size: 26px;
}

/* line 178, /app/app/assets/stylesheets/pages/info.scss */
.al-testimonial-box img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  height: 80px;
  width: 80px;
}

/* line 186, /app/app/assets/stylesheets/pages/info.scss */
.al-testimonial-box p {
  font-size: 20px;
  font-style: italic;
}

/* line 191, /app/app/assets/stylesheets/pages/info.scss */
.al-testimonial-box h4 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  /* line 199, /app/app/assets/stylesheets/pages/info.scss */
  .al-testimonial-box {
    padding: 20px 10px;
  }

  /* line 203, /app/app/assets/stylesheets/pages/info.scss */
  .al-testimonial-cta h3 {
    font-size: 24px;
    padding: 0;
  }
}
/* line 209, /app/app/assets/stylesheets/pages/info.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 215, /app/app/assets/stylesheets/pages/info.scss */
.landing h1 {
  font-size: 2em;
  font-family: Colfax, "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 600;
  color: black;
}

/* line 227, /app/app/assets/stylesheets/pages/info.scss */
.landing-lead {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: Colfax, "Neue Helvetica W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: black;
  line-height: 1.4;
  font-weight: 400;
  max-width: 600px !important;
  color: #8d0000;
}

@media (min-width: 576px) {
  /* line 241, /app/app/assets/stylesheets/pages/info.scss */
  .landing h1 {
    font-size: 3em;
    line-height: 1.2;
    letter-spacing: -2px;
  }

  /* line 247, /app/app/assets/stylesheets/pages/info.scss */
  .landing-lead {
    font-size: 20px;
  }
}
/* line 252, /app/app/assets/stylesheets/pages/info.scss */
h4.testimonial {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 20px;
}

@media (min-width: 768px) {
  /* line 259, /app/app/assets/stylesheets/pages/info.scss */
  .landing h1 {
    font-size: 3.5em;
    line-height: 1.1;
    letter-spacing: -2px;
  }

  /* line 265, /app/app/assets/stylesheets/pages/info.scss */
  .landing-lead {
    font-size: 24px;
  }

  /* line 269, /app/app/assets/stylesheets/pages/info.scss */
  h1.features {
    font-size: 2.5em;
  }
}
/* line 274, /app/app/assets/stylesheets/pages/info.scss */
.col-md-7.features {
  padding-left: 10px;
  padding-right: 50px;
}

/* line 279, /app/app/assets/stylesheets/pages/info.scss */
.col-md-7.order-md-2.features1 {
  padding-left: 50px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  /* line 285, /app/app/assets/stylesheets/pages/info.scss */
  .landing h1 {
    font-size: 4em;
    letter-spacing: -4px;
    line-height: 1;
  }

  /* line 291, /app/app/assets/stylesheets/pages/info.scss */
  .landing-lead {
    font-size: 26px;
  }

  /* line 295, /app/app/assets/stylesheets/pages/info.scss */
  h1.features {
    font-size: 3em;
  }
}
/* line 302, /app/app/assets/stylesheets/pages/info.scss */
#screenshot {
  max-width: 85%;
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}

/* line 310, /app/app/assets/stylesheets/pages/info.scss */
.container-landing {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 315, /app/app/assets/stylesheets/pages/info.scss */
.container.instructions {
  margin-top: 60px;
}

/* line 319, /app/app/assets/stylesheets/pages/info.scss */
h1.instruction {
  text-align: center;
}

/* line 323, /app/app/assets/stylesheets/pages/info.scss */
.media-container-row {
  flex-direction: row;
  align-items: start;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

/* line 332, /app/app/assets/stylesheets/pages/info.scss */
.container-faraim {
  position: relative;
  word-wrap: break-word;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

/* line 343, /app/app/assets/stylesheets/pages/info.scss */
.card-body-download {
  text-align: center;
}

/* line 347, /app/app/assets/stylesheets/pages/info.scss */
.card-footer-download {
  text-align: center;
  background-color: grey;
  margin-top: 20px;
  padding-bottom: 10px;
  background-color: #dee2e6;
}

/* line 355, /app/app/assets/stylesheets/pages/info.scss */
.img-fluid3 {
  margin-bottom: 20px;
}

/* line 360, /app/app/assets/stylesheets/pages/info.scss */
.text-center.my-5 {
  margin: 10%;
  padding-bottom: 50px;
}

/* line 365, /app/app/assets/stylesheets/pages/info.scss */
.row.second.features {
  margin-top: 40px;
}

/* line 369, /app/app/assets/stylesheets/pages/info.scss */
p.grey-text {
  font-size: 18px;
}

/* line 373, /app/app/assets/stylesheets/pages/info.scss */
.row.third.features {
  padding-top: 50px;
  margin: auto;
  display: block;
}

/* line 379, /app/app/assets/stylesheets/pages/info.scss */
.qoute1 {
  margin-bottom: 20px;
  padding: 10px;
}

/* line 384, /app/app/assets/stylesheets/pages/info.scss */
.qoute2 {
  margin-bottom: 20px;
  padding: 10px;
}

/* line 2, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .disabled_field {
  color: darkgray;
}
/* line 6, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method select#card_exp_month_2i {
  font-weight: 600;
  color: #000;
  width: 100%;
  border: none;
  background-color: inherit;
}
/* line 14, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .card {
  margin: auto;
  width: 600px;
  padding: 3rem 3.5rem;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 90%;
  padding: 1.5rem;
}
/* line 23, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .mt-50 {
  margin-top: 50px;
}
/* line 27, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .mb-50 {
  margin-bottom: 50px;
}
@media (height: 1366px) {
  /* line 32, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
  .edit_payment_method .card {
    width: 90%;
    padding: 8vh;
  }
}
/* line 38, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .card-title {
  font-weight: 700;
  font-size: 2.5em;
  color: black;
}
/* line 44, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method input {
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  width: 100%;
  min-width: unset;
  background-color: transparent;
  border-color: transparent;
  margin: 0;
}
/* line 57, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method form a {
  color: grey;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: bold;
}
/* line 64, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method form a:hover {
  color: grey;
  text-decoration: none;
}
/* line 69, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method form .row {
  margin: 0;
  overflow: hidden;
}
/* line 74, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method form .row-1 {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 0.5rem;
  outline: none;
  width: 100%;
  min-width: unset;
  border-radius: 5px;
  background-color: rgba(221, 228, 236, 0.301);
  border-color: rgba(221, 228, 236, 0.459);
  margin: 2vh 0;
  overflow: hidden;
}
/* line 87, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method form .row-2 {
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0 0.8rem;
}
/* line 95, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method form .row .row-2 {
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0 0.8rem;
}
/* line 103, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method form .row .col-2,
.edit_payment_method .col-7,
.edit_payment_method .col-3 {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 1vh;
}
/* line 112, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method form .row .col-2 {
  padding-right: 0;
}
/* line 116, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method #card-header {
  font-weight: bold;
  font-size: 0.9rem;
}
/* line 121, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method #card-inner {
  font-size: 0.7rem;
  color: gray;
}
/* line 126, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .three .col-7 {
  padding-left: 0;
}
/* line 130, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .three {
  overflow: hidden;
  justify-content: space-between;
}
/* line 135, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .three .col-2 {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 0.5rem;
  outline: none;
  width: 100%;
  min-width: unset;
  border-radius: 5px;
  background-color: rgba(221, 228, 236, 0.301);
  border-color: rgba(221, 228, 236, 0.459);
  margin: 2vh 0;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
/* line 149, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .three .col-2 input {
  font-size: 0.7rem;
  margin-left: 1vh;
}
/* line 154, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .btn {
  width: 100%;
  background-color: #8d0000;
  border-color: #8d0000;
  color: white;
  justify-content: center;
  padding: 2vh 0;
  margin-top: 3vh;
}
/* line 164, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none;
}
/* line 174, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method .btn:hover {
  color: white;
}
/* line 178, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method input:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 182, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method input:focus:-moz-placeholder {
  color: transparent;
}
/* line 186, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method input:focus::-moz-placeholder {
  color: transparent;
}
/* line 190, /app/app/assets/stylesheets/pages/account/payment_methods/edit.scss */
.edit_payment_method input:focus:-ms-input-placeholder {
  color: transparent;
}

/* line 6, /app/app/assets/stylesheets/pages/store/purchase_summaries.scss */
.purchase_summary .confirm {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
/* line 13, /app/app/assets/stylesheets/pages/store/purchase_summaries.scss */
.purchase_summary #coupon {
  border: none;
}

/* line 1, /app/app/assets/stylesheets/pages/sessions.scss */
.scan {
  font-weight: bold;
  font-size: 18px;
}

/* line 2, /app/app/assets/stylesheets/pages/teams.scss */
#hero1 {
  padding-bottom: 50px;
  padding-left: 50px;
}

/* line 7, /app/app/assets/stylesheets/pages/teams.scss */
h1.teams {
  margin-bottom: 25px;
}

/* line 11, /app/app/assets/stylesheets/pages/teams.scss */
.teams-icon {
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-top: 20px;
}

/* line 18, /app/app/assets/stylesheets/pages/teams.scss */
p.benefits {
  margin-bottom: 20px;
  text-align: center;
}

/* line 23, /app/app/assets/stylesheets/pages/teams.scss */
.teams-centered {
  text-align: center;
}

/* line 27, /app/app/assets/stylesheets/pages/teams.scss */
.row.mt-5 {
  text-align: center;
}

/* line 31, /app/app/assets/stylesheets/pages/teams.scss */
h5.teams {
  text-align: center;
}

/* line 35, /app/app/assets/stylesheets/pages/teams.scss */
h3.teams {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* line 41, /app/app/assets/stylesheets/pages/teams.scss */
h1.teams {
  font-size: 30px;
}

/* line 44, /app/app/assets/stylesheets/pages/teams.scss */
.img-fluid-teams {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 50, /app/app/assets/stylesheets/pages/teams.scss */
  h1.teams {
    font-size: 40px;
  }

  /* line 53, /app/app/assets/stylesheets/pages/teams.scss */
  .img-fluid-teams {
    margin-left: 70px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 60, /app/app/assets/stylesheets/pages/teams.scss */
  h1.teams {
    font-size: 45px;
  }

  /* line 63, /app/app/assets/stylesheets/pages/teams.scss */
  .img-fluid-teams {
    margin-left: 10px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 70, /app/app/assets/stylesheets/pages/teams.scss */
  h1.teams {
    font-size: 45px;
  }

  /* line 73, /app/app/assets/stylesheets/pages/teams.scss */
  .img-fluid-teams {
    margin-left: 10px;
    width: 100%;
  }
}
/* line 1, /app/app/assets/stylesheets/pages/nav.scss */
.header {
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 40;
  height: 100px;
}
/* line 8, /app/app/assets/stylesheets/pages/nav.scss */
.header.header-blog {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

/* line 15, /app/app/assets/stylesheets/pages/nav.scss */
.main-nav {
  padding: 0;
  z-index: 10;
}

/* line 21, /app/app/assets/stylesheets/pages/nav.scss */
span.text.nav {
  font-size: 25px;
  align-items: center;
}

@media (min-width: 576px) {
  /* line 28, /app/app/assets/stylesheets/pages/nav.scss */
  span.text.nav {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  /* line 34, /app/app/assets/stylesheets/pages/nav.scss */
  span.text.nav {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 41, /app/app/assets/stylesheets/pages/nav.scss */
  .header {
    padding-bottom: 120px;
  }

  /* line 44, /app/app/assets/stylesheets/pages/nav.scss */
  .header .main-nav .nav .nav-item {
    font-size: 15px;
  }

  /* line 47, /app/app/assets/stylesheets/pages/nav.scss */
  .header .main-nav .nav .nav-item a.btn-cta-signin {
    font-size: 15px;
  }

  /* line 51, /app/app/assets/stylesheets/pages/nav.scss */
  .header.header-blog {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
/* line 2, /app/app/assets/stylesheets/pages/user_account.scss */
.field-label1 {
  color: black;
  font-weight: bold;
  font-size: 20px;
  justify-self: end;
  align-self: center;
  padding-bottom: 10px;
}

/* line 11, /app/app/assets/stylesheets/pages/user_account.scss */
.img-fluid-card {
  padding-bottom: 20px;
  margin-top: -10px;
  width: 15%;
}

/* line 1, /app/app/assets/stylesheets/pages/hero.scss */
.sections-wrapper.bg-light.hero {
  height: auto;
  padding-top: 80px;
}

/* line 5, /app/app/assets/stylesheets/pages/hero.scss */
.img-fluid-landing-hero {
  width: 100%;
}

/* line 8, /app/app/assets/stylesheets/pages/hero.scss */
h1.hero {
  margin-top: 0px;
}

/* line 11, /app/app/assets/stylesheets/pages/hero.scss */
p.hero {
  font-size: 25px;
  margin-top: 20px;
  color: #8d0000;
}

@media (min-width: 991.98px) and (max-width: 2800px) {
  /* line 19, /app/app/assets/stylesheets/pages/hero.scss */
  .sections-wrapper.bg-light.hero {
    display: flex;
    justify-content: center;
  }

  /* line 23, /app/app/assets/stylesheets/pages/hero.scss */
  .row.flex-lg-row-reverse.align-items-center.g-5.py-5 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 31, /app/app/assets/stylesheets/pages/hero.scss */
  .col-lg-5.hero1 {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    padding-bottom: 20px;
  }

  /* line 38, /app/app/assets/stylesheets/pages/hero.scss */
  .col.hero2 {
    text-align: center;
    margin-left: 0px;
  }

  /* line 42, /app/app/assets/stylesheets/pages/hero.scss */
  .img-fluid-landing-hero {
    width: 90%;
  }

  /* line 45, /app/app/assets/stylesheets/pages/hero.scss */
  .sections-wrapper.bg-light.hero {
    padding-top: 50px;
  }
}
/* Small devices (phones,less than 768px) */
@media (max-width: 767.98px) {
  /* line 52, /app/app/assets/stylesheets/pages/hero.scss */
  .col-lg-5.hero1 {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    padding-bottom: 20px;
  }

  /* line 59, /app/app/assets/stylesheets/pages/hero.scss */
  .col.hero2 {
    text-align: center;
    margin-left: 0px;
  }

  /* line 63, /app/app/assets/stylesheets/pages/hero.scss */
  p.hero {
    font-size: 15px;
    margin-top: 20px;
    color: #8d0000;
  }

  /* line 68, /app/app/assets/stylesheets/pages/hero.scss */
  .img-fluid-landing-hero {
    width: 90%;
  }

  /* line 71, /app/app/assets/stylesheets/pages/hero.scss */
  .sections-wrapper.bg-light.hero {
    padding-top: 20px;
  }
}
/* line 77, /app/app/assets/stylesheets/pages/hero.scss */
h1.teams {
  font-size: 30px;
}

/* line 80, /app/app/assets/stylesheets/pages/hero.scss */
.img-fluid-teams {
  width: 100%;
}

/* line 1, /app/app/assets/stylesheets/pages/features.scss */
.feature.col {
  text-align: center;
}

/* line 5, /app/app/assets/stylesheets/pages/features.scss */
.img-fluid-feature {
  width: 100px;
  height: 100px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 1, /app/app/assets/stylesheets/pages/fars.scss */
.text-center.firstsec {
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #daf0ff;
}

/* line 7, /app/app/assets/stylesheets/pages/fars.scss */
.img-fluid-fars {
  width: 70%;
  margin-bottom: 60px;
}

/* line 12, /app/app/assets/stylesheets/pages/fars.scss */
h4.fars {
  font-size: 30px;
}

/* line 17, /app/app/assets/stylesheets/pages/fars.scss */
.announcement-top-bar {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  text-align: center;
  margin-bottom: 0px;
}

/* line 27, /app/app/assets/stylesheets/pages/fars.scss */
.announcement-top-bar p {
  margin: 0;
}

/* line 30, /app/app/assets/stylesheets/pages/fars.scss */
.announcement-top-bar.alert-dismissible .close {
  top: 50%;
  transform: translateY(-55%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 37, /app/app/assets/stylesheets/pages/fars.scss */
  .text-center.firstsec {
    height: 60vh;
  }
}
/* Small devices (phones,less than 768px) */
@media (max-width: 767.98px) and (min-width: 375px) {
  /* line 45, /app/app/assets/stylesheets/pages/fars.scss */
  .text-center.firstsec {
    height: 100vh;
  }

  /* line 48, /app/app/assets/stylesheets/pages/fars.scss */
  .img-fluid-fars {
    width: 100%;
  }

  /* line 51, /app/app/assets/stylesheets/pages/fars.scss */
  h4.fars {
    font-size: 18px;
  }
}
